/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-family:"DINPro";font-weight:300;src:url(/wp-content/themes/_terner2020/dist/assets/DINPro-Light.1728ab38c0209621cba2..woff) format("woff");font-display:swap}@font-face{font-family:"DINPro";font-weight:600;src:url(/wp-content/themes/_terner2020/dist/assets/DINPro-Bold.1fe53944c0781b07a165..woff) format("woff");font-display:swap}@font-face{font-family:"DINPro";font-weight:400;src:url(/wp-content/themes/_terner2020/dist/assets/DINPro-Regular.16bc42d8e944e13dcc74..woff) format("woff");font-display:swap}@font-face{font-family:"DINPro";font-weight:500;src:url(/wp-content/themes/_terner2020/dist/assets/DINPro-Medium.b0a7da0d78c922910a9d..woff) format("woff");font-display:swap}*,*:after,*:before{box-sizing:border-box}html{font-size:16px;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent;overflow-y:scroll}body{font-family:Georgia,serif;font-size:1.125rem;font-weight:400;line-height:1.35;color:#081f40;background-color:#fff;text-rendering:optimizeSpeed;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;position:relative}@media screen and (min-width: 700px){body{font-size:1.25rem}}ol,ul{margin:0;padding:0;list-style-type:none}p,blockquote{margin:0;padding:0}p:last-child,blockquote:last-child{margin-bottom:0}a{text-decoration:none;color:#081f40;transition:all 0.3s ease-in-out}a:hover,a:focus{color:#CD2A18}a:focus:not(:focus-visible){outline:0}a:focus-visible{outline:1px solid #e84b38}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #a9bbc6}::-webkit-input-placeholder,::-moz-placeholder,:-ms-input-placeholder,::-ms-input-placeholder,::placeholder{color:#5d6770}.lazyload,.lazyloading{opacity:0}.lazyloaded{opacity:1;transition:opacity 300ms}/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{padding:0;margin:0;display:block;cursor:pointer;pointer-events:all;transition:all 0.3s ease-in-out;border-radius:0;outline:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;height:15px;width:35px;background-color:transparent;z-index:202;position:absolute;top:35px;right:40px}@media screen and (min-width: 1000px){.hamburger{display:none}}.hamburger:hover,.hamburger:active,.hamburger:focus{background-color:transparent}.hamburger.is-active .hamburger-inner{background-color:#081f40}.hamburger.is-active .hamburger-inner::before,.hamburger.is-active .hamburger-inner::after{background-color:#081f40}.hamburger-box{width:30px;height:16px;display:inline-block;position:relative}.hamburger-inner{display:block;margin-top:4px}.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{width:30px;height:2px;background-color:#081f40;border-radius:0;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:-7px}.hamburger-inner::after{bottom:-7px}.hamburger--squeeze .hamburger-inner{transition-duration:0.1s;transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--squeeze .hamburger-inner::before{transition:top 0.1s 0.14s ease, opacity 0.1s ease}.hamburger--squeeze .hamburger-inner::after{transition:bottom 0.1s 0.14s ease,transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--squeeze.is-active .hamburger-inner{transform:rotate(45deg);transition-delay:0.14s;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.1s ease, opacity 0.1s 0.14s ease}.hamburger--squeeze.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg);transition:bottom 0.1s ease,transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1)}body .gform_wrapper.gf_reset_wrapper,body .gform_wrapper.gf_reset_wrapper div,body .gform_wrapper.gf_reset_wrapper span,body .gform_wrapper.gf_reset_wrapper iframe,body .gform_wrapper.gf_reset_wrapper h1,body .gform_wrapper.gf_reset_wrapper h2,body .gform_wrapper.gf_reset_wrapper h3,body .gform_wrapper.gf_reset_wrapper h4,body .gform_wrapper.gf_reset_wrapper h5,body .gform_wrapper.gf_reset_wrapper h6,body .gform_wrapper.gf_reset_wrapper p,body .gform_wrapper.gf_reset_wrapper img,body .gform_wrapper.gf_reset_wrapper ol,body .gform_wrapper.gf_reset_wrapper ul,body .gform_wrapper.gf_reset_wrapper li,body .gform_wrapper.gf_reset_wrapper fieldset,body .gform_wrapper.gf_reset_wrapper form,body .gform_wrapper.gf_reset_wrapper label,body .gform_wrapper.gf_reset_wrapper .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap body .gform_wrapper.gf_reset_wrapper a.clear-values,body .gform_wrapper.gf_reset_wrapper legend,body .gform_wrapper.gf_reset_wrapper input[type=text],body .gform_wrapper.gf_reset_wrapper input[type=email],body .gform_wrapper.gf_reset_wrapper input[type=tel],body .gform_wrapper.gf_reset_wrapper input[type=url],body .gform_wrapper.gf_reset_wrapper input[type=number],body .gform_wrapper.gf_reset_wrapper input[type=password],body .gform_wrapper.gf_reset_wrapper select,body .gform_wrapper.gf_reset_wrapper textarea,body .gform_wrapper.gf_reset_wrapper input[type=submit],body .gform_wrapper.gf_reset_wrapper input[type=button],body .gform_wrapper.gf_reset_wrapper input[type=image],body .gform_wrapper.gf_reset_wrapper button,body .gform_wrapper.gf_reset_wrapper table,body .gform_wrapper.gf_reset_wrapper caption,body .gform_wrapper.gf_reset_wrapper tbody,body .gform_wrapper.gf_reset_wrapper tfoot,body .gform_wrapper.gf_reset_wrapper thead,body .gform_wrapper.gf_reset_wrapper tr,body .gform_wrapper.gf_reset_wrapper th,body .gform_wrapper.gf_reset_wrapper td{margin:0;padding:0;border:0;outline:0}body .gform_wrapper.gf_reset_wrapper div,body .gform_wrapper.gf_reset_wrapper span,body .gform_wrapper.gf_reset_wrapper iframe,body .gform_wrapper.gf_reset_wrapper p,body .gform_wrapper.gf_reset_wrapper img,body .gform_wrapper.gf_reset_wrapper ol,body .gform_wrapper.gf_reset_wrapper ul,body .gform_wrapper.gf_reset_wrapper li,body .gform_wrapper.gf_reset_wrapper fieldset,body .gform_wrapper.gf_reset_wrapper form,body .gform_wrapper.gf_reset_wrapper label,body .gform_wrapper.gf_reset_wrapper .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap body .gform_wrapper.gf_reset_wrapper a.clear-values,body .gform_wrapper.gf_reset_wrapper legend,body .gform_wrapper.gf_reset_wrapper input[type=text],body .gform_wrapper.gf_reset_wrapper input[type=email],body .gform_wrapper.gf_reset_wrapper input[type=tel],body .gform_wrapper.gf_reset_wrapper input[type=url],body .gform_wrapper.gf_reset_wrapper input[type=number],body .gform_wrapper.gf_reset_wrapper input[type=password],body .gform_wrapper.gf_reset_wrapper select,body .gform_wrapper.gf_reset_wrapper textarea,body .gform_wrapper.gf_reset_wrapper input[type=submit],body .gform_wrapper.gf_reset_wrapper input[type=button],body .gform_wrapper.gf_reset_wrapper input[type=image],body .gform_wrapper.gf_reset_wrapper button,body .gform_wrapper.gf_reset_wrapper table,body .gform_wrapper.gf_reset_wrapper caption,body .gform_wrapper.gf_reset_wrapper tbody,body .gform_wrapper.gf_reset_wrapper tfoot,body .gform_wrapper.gf_reset_wrapper thead,body .gform_wrapper.gf_reset_wrapper tr,body .gform_wrapper.gf_reset_wrapper th,body .gform_wrapper.gf_reset_wrapper td{font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;line-height:1;font-weight:normal}body .gform_wrapper.gf_reset_wrapper div,body .gform_wrapper.gf_reset_wrapper span,body .gform_wrapper.gf_reset_wrapper p{line-height:1.8}body .gform_wrapper.gf_reset_wrapper fieldset,body .gform_wrapper.gf_reset_wrapper img{border:0}body .gform_wrapper.gf_reset_wrapper ol,body .gform_wrapper.gf_reset_wrapper ul,body .gform_wrapper.gf_reset_wrapper li{list-style:none}body .gform_wrapper.gf_reset_wrapper a img{border:none}body .gform_wrapper.gf_reset_wrapper :focus{outline:0}.gform_wrapper{max-width:100%}.gform_wrapper form{text-align:left;max-width:100%;margin:0 auto}.gform_wrapper *,.gform_wrapper *:before,.gform_wrapper *:after{box-sizing:border-box !important}.gform_wrapper h1,.gform_wrapper h2,.gform_wrapper h3{font-weight:normal;border:none;background:none}.gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']){font-size:1.125rem;padding:10px 15px;border-radius:0px;border:0;border-bottom:1px solid #a9bbc6;padding-left:0;letter-spacing:normal}.gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):hover,.gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):focus,.gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):active{border-color:#e84b38}.gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):focus{outline:0}.gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):focus-visible{outline:1px solid #e84b38}.ginput_container_select{position:relative}.ginput_container_select:after{content:'';display:block;position:absolute;height:8px;width:16px;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE4IDEyIj4KICAgIDxwYXRoIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSIjZmZjNDJlIiBzdHJva2Utd2lkdGg9IjMiIGQ9Ik0zNjkgMjI3NEwzNzcgMjI4MiAzODUgMjI3NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM2OCAtMjI3MykiLz4KPC9zdmc+Cg==);background-size:100%;background-position:center;background-repeat:no-repeat;right:0;top:50%;transform:translateY(-50%);background-color:#fff;pointer-events:none}#gform_3 input[type=submit]{height:50px}@media screen and (min-width: 700px){#gform_3 input[type=submit]{min-width:370px}}.gform_wrapper input[type=image]{border:none !important;padding:0 !important;width:auto !important}.gform_wrapper textarea{letter-spacing:normal;resize:none;border:1px solid #a9bbc6;margin-top:50px}.gform_wrapper .ginput_container_multiselect select{background-image:none !important;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid inherit;outline:none}.gform_wrapper ul.gform_fields{margin:0 !important;list-style-type:none;display:block}html>body .entry ul,.gform_wrapper ul{text-indent:0}.gform_wrapper li,.gform_wrapper form li{margin-left:0 !important;list-style-type:none !important;list-style-image:none !important;list-style:none !important;overflow:visible}.gform_wrapper ul li.gfield{clear:both}.gform_wrapper ul.gfield_radio li,.gform_wrapper ul.gfield_checkbox li{overflow:hidden}.gform_wrapper ul.gform_fields.right_label li.gfield,.gform_wrapper form ul.gform_fields.right_label li.gfield,.gform_wrapper ul.gform_fields.left_label li.gfield,.gform_wrapper form ul.gform_fields.left_label li.gfield{margin-bottom:14px}.gform_wrapper ul.right_label li ul.gfield_radio li,.gform_wrapper form ul.right_label li ul.gfield_radio li,.gform_wrapper ul.left_label li ul.gfield_radio li,.gform_wrapper form ul.left_label li ul.gfield_radio li,.gform_wrapper ul.right_label li ul.gfield_checkbox li,.gform_wrapper form ul.right_label li ul.gfield_checkbox li,.gform_wrapper ul.left_label li ul.gfield_checkbox li,.gform_wrapper form ul.left_label li ul.gfield_checkbox li{margin-bottom:10px}.gform_wrapper ul li:before,.gform_wrapper ul li:after,.gform_wrapper ul.gform_fields{padding:0;margin:0;overflow:visible}.gform_wrapper select{letter-spacing:normal}.gform_wrapper select option{padding:2px;display:block}.gform_wrapper .inline{display:inline !important}.gform_wrapper .gform_heading{width:100%;margin-bottom:18px}.gform_wrapper .clear-multi{display:flex}.gform_wrapper .gfield_date_day,.gform_wrapper .gfield_date_year{display:-moz-inline-stack;display:inline-block}.gform_wrapper .gfield_date_day,.gform_wrapper .gfield_date_month,.gform_wrapper .gfield_date_year{width:33.333%;flex-direction:row}@media only screen and (min-width: 321px){.gform_wrapper .gfield_date_day,.gform_wrapper .gfield_date_month{max-width:4rem}.gform_wrapper .gfield_date_year,.gform_wrapper .gfield_time_ampm{max-width:calc(4rem + .5rem)}}.gform_wrapper .gfield_date_dropdown_month,.gform_wrapper .gfield_date_dropdown_day,.gform_wrapper .gfield_date_dropdown_year{vertical-align:top;flex-direction:row}.gform_wrapper .gfield_date_dropdown_month,.gform_wrapper .gfield_date_dropdown_day,.gform_wrapper .gfield_date_dropdown_year{margin-right:.5rem}.gform_wrapper .gfield_date_month,.gform_wrapper .gfield_date_day{width:4rem;margin-right:.5rem}.gform_wrapper .gfield_date_month input[type="number"],.gform_wrapper .gfield_date_day input[type="number"]{width:calc(3rem + 8px) !important}.gform_wrapper .gfield_date_year input[type="number"]{width:calc(4rem + 8px) !important}.gform_wrapper .gfield_date_year{width:5rem}.gform_wrapper .gfield_date_month input,.gform_wrapper .gfield_date_day input{width:calc(3rem + 8px)}.gform_wrapper .gfield_date_year input{width:4rem}.gform_wrapper .field_sublabel_above div[class*="gfield_date_"].ginput_container label,.gform_wrapper .field_sublabel_above div[class*="gfield_date_"].ginput_container .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper .field_sublabel_above div[class*="gfield_date_"].ginput_container a.clear-values,.gform_wrapper .field_sublabel_below div[class*="gfield_date_"].ginput_container label,.gform_wrapper .field_sublabel_below div[class*="gfield_date_"].ginput_container .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper .field_sublabel_below div[class*="gfield_date_"].ginput_container a.clear-values{width:3rem;text-align:center}.gform_wrapper .field_sublabel_above div.gfield_date_year.ginput_container label,.gform_wrapper .field_sublabel_above div.gfield_date_year.ginput_container .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper .field_sublabel_above div.gfield_date_year.ginput_container a.clear-values,.gform_wrapper .field_sublabel_below div.gfield_date_year.ginput_container label,.gform_wrapper .field_sublabel_below div.gfield_date_year.ginput_container .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper .field_sublabel_below div.gfield_date_year.ginput_container a.clear-values{width:4rem}.gform_wrapper .gfield_time_hour,.gform_wrapper .gfield_time_minute,.gform_wrapper .gfield_time_ampm{width:33.333%;flex-direction:row}@media only screen and (min-width: 321px){.gform_wrapper .gfield_time_hour,.gform_wrapper .gfield_time_minute{max-width:4rem}.gform_wrapper .gfield_time_hour,.gform_wrapper .gfield_time_ampm{max-width:calc(4rem + .5rem)}.gform_wrapper .gfield_time_hour{max-width:calc(4rem + .5rem)}}.gform_wrapper ul.gform_fields:not(.top_label) .ginput_container_time span{float:left}.gform_wrapper .gfield_time_hour i{font-style:normal !important;width:10px;text-align:center;float:right;margin-top:9%}.gform_wrapper .gfield_time_minute{margin-right:.5rem}.gform_wrapper .gfield_time_hour{margin-right:.25rem}.gform_wrapper .gfield_time_ampm{vertical-align:top;display:-moz-inline-stack;display:inline-block}.gform_wrapper .gfield_time_ampm select{min-width:calc(2rem + 25px);width:calc(3rem + 25px)}.gform_wrapper .gfield_time_hour input,.gform_wrapper .gfield_time_minute input{width:calc(3rem + 8px)}.gform_wrapper .gfield_time_hour input[type="number"],.gform_wrapper .gfield_time_minute input[type="number"]{width:calc(3rem + 8px) !important}.gform_wrapper .field_sublabel_above div[class*="gfield_time_"].ginput_container label,.gform_wrapper .field_sublabel_above div[class*="gfield_time_"].ginput_container .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper .field_sublabel_above div[class*="gfield_time_"].ginput_container a.clear-values,.gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label,.gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container a.clear-values{width:3rem;text-align:center}.gform_wrapper .field_hover{border:1px dashed #2175A9;cursor:pointer}.gform_wrapper .field_selected{background-color:#DFEFFF;border:1px solid #C2D7EF}.gform_wrapper .field_name_first,.gform_wrapper .field_name_middle,.gform_wrapper .field_name_last{width:49.5%;display:-moz-inline-stack;display:inline-block;vertical-align:top}.gform_wrapper .ginput_complex.ginput_container{overflow:visible;width:100%}.gform_wrapper label.gfield_label,.gform_wrapper .research__grid__main form .cat-wrap a.gfield_label.clear-values,.research__grid__main form .cat-wrap .gform_wrapper a.gfield_label.clear-values{font-weight:700;font-size:inherit}.gform_wrapper .top_label .gfield_label{display:-moz-inline-stack;display:inline-block;line-height:1.3;clear:both}.gform_wrapper .ginput_complex input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='image']):not([type='file']),.gform_wrapper .ginput_complex .ginput_left input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='image']):not([type='file']),.gform_wrapper .ginput_complex .ginput_right input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='image']):not([type='file']){width:100%}.gform_wrapper .ginput_complex .ginput_right select,.gform_wrapper .ginput_complex select{width:100%}.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container a.clear-values,.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container a.clear-values,.gform_wrapper .field_sublabel_above div[class*="gfield_time_"].ginput_container label,.gform_wrapper .field_sublabel_above div[class*="gfield_time_"].ginput_container .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper .field_sublabel_above div[class*="gfield_time_"].ginput_container a.clear-values,.gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label,.gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container a.clear-values,.gform_wrapper .field_sublabel_above div[class*="gfield_date_"].ginput_container label,.gform_wrapper .field_sublabel_above div[class*="gfield_date_"].ginput_container .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper .field_sublabel_above div[class*="gfield_date_"].ginput_container a.clear-values,.gform_wrapper .field_sublabel_below div[class*="gfield_date_"].ginput_container label,.gform_wrapper .field_sublabel_below div[class*="gfield_date_"].ginput_container .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper .field_sublabel_below div[class*="gfield_date_"].ginput_container a.clear-values{display:block;font-size:.813em;letter-spacing:.5pt;white-space:nowrap}.gform_wrapper ul.gfield_radio li label,.gform_wrapper ul.gfield_radio li .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper ul.gfield_radio li a.clear-values,.gform_wrapper ul.gfield_checkbox li label,.gform_wrapper ul.gfield_checkbox li .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper ul.gfield_checkbox li a.clear-values{display:-moz-inline-stack;display:inline-block;letter-spacing:inherit;vertical-align:middle;cursor:pointer}.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container a.clear-values,.gform_wrapper .field_sublabel_above div[class*="gfield_time_"].ginput_container label,.gform_wrapper .field_sublabel_above div[class*="gfield_time_"].ginput_container .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper .field_sublabel_above div[class*="gfield_time_"].ginput_container a.clear-values{margin:9px 0 1px 1px}.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_name label,.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_name .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_name a.clear-values,.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_email label,.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_email .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_email a.clear-values,.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_password label,.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_password .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_password a.clear-values,.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_time label,.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_time .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_time a.clear-values{margin-top:0}.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container a.clear-values,.gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label,.gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container a.clear-values{margin:1px 0 9px 1px}.gform_wrapper .top_label .field_sublabel_above label.gfield_label+.ginput_complex.ginput_container,.gform_wrapper .top_label .field_sublabel_above .research__grid__main form .cat-wrap a.gfield_label.clear-values+.ginput_complex.ginput_container,.research__grid__main form .cat-wrap .gform_wrapper .top_label .field_sublabel_above a.gfield_label.clear-values+.ginput_complex.ginput_container,.gform_wrapper .top_label .field_sublabel_above label.gfield_label+div[class*="gfield_time_"].ginput_container,.gform_wrapper .top_label .field_sublabel_above .research__grid__main form .cat-wrap a.gfield_label.clear-values+div[class*="gfield_time_"].ginput_container,.research__grid__main form .cat-wrap .gform_wrapper .top_label .field_sublabel_above a.gfield_label.clear-values+div[class*="gfield_time_"].ginput_container{margin-top:0}body.gform_wrapper div.clear-multi{display:-moz-inline-stack;display:inline-block}body .gform_wrapper ul li.field_description_below div.ginput_container_radio,body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox{margin-top:16px;margin-bottom:0}.gform_wrapper .hidden_label .gfield_label{clip:rect(1px, 1px, 1px, 1px);position:absolute !important;height:1px;width:1px;overflow:hidden}.gfield.right_label,.gfield.left_label{padding-top:10px}.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select{margin-bottom:12px}.gform_wrapper label.screen-reader-text,.gform_wrapper .research__grid__main form .cat-wrap a.screen-reader-text.clear-values,.research__grid__main form .cat-wrap .gform_wrapper a.screen-reader-text.clear-values,.gform_wrapper label.hidden_sub_label,.gform_wrapper .research__grid__main form .cat-wrap a.hidden_sub_label.clear-values,.research__grid__main form .cat-wrap .gform_wrapper a.hidden_sub_label.clear-values{clip:rect(1px, 1px, 1px, 1px);position:absolute !important;height:1px;width:1px;overflow:hidden}.gform_wrapper input.small,.gform_wrapper select.small,.gform_wrapper input.medium,.gform_wrapper select.medium,.gform_wrapper input.large,.gform_wrapper select.large,.gform_wrapper input.large,.gform_wrapper select.large{width:100%}.gform_wrapper input.datepicker_with_icon.small,.gform_wrapper input.datepicker_with_icon.medium,.gform_wrapper input.datepicker_with_icon.large{width:calc(100% - 24px)}.gform_wrapper .gfield_error input.small,.gform_wrapper .gfield_error select.small,.gform_wrapper .gfield_error input.medium,.gform_wrapper .gfield_error select.medium,.gform_wrapper .gfield_error input.large,.gform_wrapper .gfield_error select.large,.gform_wrapper .gfield_error input.large,.gform_wrapper .gfield_error select.large{width:100%}.gform_wrapper .gfield_error input.datepicker_with_icon.small,.gform_wrapper .gfield_error input.datepicker_with_icon.medium,.gform_wrapper .gfield_error input.datepicker_with_icon.large{width:calc(100% - 32px)}.gform_wrapper textarea.small{height:80px;width:100%}.gform_wrapper textarea.medium{height:120px;width:100%}.gform_wrapper textarea.large{height:160px;width:100%}.gform_wrapper h2.gsection_title{margin:0 !important;padding:0 !important;letter-spacing:normal !important}.gform_wrapper .gsection .gfield_label,.gform_wrapper h2.gsection_title,.gform_wrapper h3.gform_title{font-weight:700;font-size:1.25em}.gform_wrapper h3.gform_title{letter-spacing:normal !important;margin:10px 0 6px 0}.gform_wrapper li.gfield.field_description_below+li.gsection{margin-top:24px !important}.gform_wrapper span.gform_description{font-weight:400;display:block;width:calc(100% - 16px);margin-bottom:16px}.gform_wrapper .gsection{border-bottom:1px solid #CCC;padding:0 16px 8px 0;margin:28px 0 28px 0;clear:both}.gform_wrapper ul.gfield_checkbox li input[type=checkbox],.gform_wrapper ul.gfield_radio li input[type=radio]{width:auto !important}.gform_wrapper .gfield_checkbox li,.gform_wrapper .gfield_radio li{position:relative}.gform_wrapper ul.gfield_checkbox,.gform_wrapper ul.gfield_radio{margin:6px 0;padding:0}.gform_wrapper .gfield_checkbox li label,.gform_wrapper .gfield_checkbox li .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper .gfield_checkbox li a.clear-values,.gform_wrapper .gfield_radio li label,.gform_wrapper .gfield_radio li .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper .gfield_radio li a.clear-values{display:-moz-inline-stack;display:inline-block;padding:0;width:auto;line-height:1.5;font-size:.875em;vertical-align:middle;max-width:85%;white-space:normal}.gform_wrapper .gfield_checkbox li label,.gform_wrapper .gfield_checkbox li .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper .gfield_checkbox li a.clear-values{margin:0}.gform_wrapper .gfield_radio li label,.gform_wrapper .gfield_radio li .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper .gfield_radio li a.clear-values{margin:2px 0 0 4px}.gform_wrapper .gfield_checkbox li input[type=checkbox],.gform_wrapper .gfield_radio li input[type=radio],.gform_wrapper .gfield_checkbox li input{display:-moz-inline-stack;display:inline-block;vertical-align:middle;margin-left:1px}.gform_wrapper .description,.gform_wrapper .gfield_description,.gform_wrapper .gsection_description,.gform_wrapper .instruction{font-size:.813em;line-height:inherit;clear:both;letter-spacing:normal}.gform_wrapper .description,.gform_wrapper .gfield_description,.gform_wrapper .gsection_description{padding:0 16px 0 0}.gform_wrapper .field_description_below .gfield_description{padding-top:5px}.gform_wrapper .field_sublabel_above .description,.gform_wrapper .field_sublabel_above .gfield_description,.gform_wrapper .field_sublabel_above .gsection_description{margin-top:9px}.gform_wrapper .top_label .gsection_description{width:100%;margin-bottom:9px}.gform_wrapper .gfield_description{width:100%}.gform_wrapper .description_above .gfield_description{padding:0 0 10px 0}.gfield_date_year+.gfield_description{padding:0}.gform_wrapper .gfield_required{color:#e84b38;margin-left:4px}.gform_wrapper li.gfield.gfield_error,.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{margin-bottom:6px !important;padding-bottom:6px;padding-top:8px;box-sizing:border-box}.gform_wrapper li.gfield.gfield_creditcard_warning{padding:16px 16px 14px 16px;background-color:rgba(255,223,224,0.25);width:calc(100% - 16px)}.gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning{padding:16px 16px 14px 16px}.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message{font-size:.875em;font-weight:700;min-height:25px;color:#e84b38;max-width:100%;position:relative}.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span{display:block;padding:0 0 14px 24px;margin-bottom:16px;line-height:1.5;letter-spacing:.1pt;border-bottom:1px solid #e84b38;text-transform:uppercase;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSItMTA2NyAyODY1IDI0IDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0xMDY3IDI4NjUgMjQgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM3OTAwMDA7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMTA1MywyODY1Yy01LjUsMC0xMCw0LjUtMTAsMTBoNGMwLTMuMywyLjctNiw2LTZjMy4zLDAsNiwyLjcsNiw2djJoLTIwdjE0YzAsMy4zLDIuNyw2LDYsNmgxMg0KCWMzLjMsMCw2LTIuNyw2LTZ2LTE2Qy0xMDQzLDI4NjkuNS0xMDQ3LjUsMjg2NS0xMDUzLDI4NjV6IE0tMTA0OSwyODkzaC0xMmMtMS4xLDAtMi0wLjktMi0ydi0xMGgxNnYxMA0KCUMtMTA0NywyODkyLjEtMTA0Ny45LDI4OTMtMTA0OSwyODkzeiBNLTEwNTMsMjg4N2MwLDEuMS0wLjksMi0yLDJzLTItMC45LTItMmMwLTEuMSwwLjktMiwyLTJTLTEwNTMsMjg4NS45LTEwNTMsMjg4N3oiLz4NCjwvc3ZnPg0K);background-size:1em auto;background-repeat:no-repeat;background-position:left center}.gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning div.gfield_creditcard_warning_message{padding:16px 16px 14px 16px}li.gfield+li.gfield.gfield_creditcard_warning{margin-top:16px !important}.gform_wrapper .top_label .gfield_error{width:calc(100% - 2px)}.gform_wrapper .top_label .gfield_error input.large,.gform_wrapper .top_label .gfield_error select.large,.gform_wrapper .top_label .gfield_error textarea.textarea{width:100%}.gform_wrapper .right_label .gfield_error input.large,.gform_wrapper .right_label .gfield_error select.large,.gform_wrapper .right_label .gfield_error textarea.textarea,.gform_wrapper .left_label .gfield_error input.large,.gform_wrapper .left_label .gfield_error select.large,.gform_wrapper .left_label .gfield_error textarea.textarea{width:70%}.gform_wrapper .gfield_error .gfield_label{color:#e84b38}.gform_wrapper li.gfield.gfield_error.gfield_contains_required{padding-right:0}.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_minute.ginput_container,.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_ampm.ginput_container{margin-left:0}.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{max-width:100%;padding-right:16px}.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,.gform_wrapper li.gfield.gfield_error.gfield_contains_required .research__grid__main form .cat-wrap a.gfield_label.clear-values,.research__grid__main form .cat-wrap .gform_wrapper li.gfield.gfield_error.gfield_contains_required a.gfield_label.clear-values,.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container{margin-top:12px}.gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label{position:relative;top:12px}.gform_wrapper div.validation_error{color:#e84b38;font-weight:700;margin-bottom:25px;padding:16px 0 16px 0;clear:both;width:100%}.gform_wrapper ol.validation_list{clear:both;width:100%;margin-bottom:25px;color:#e84b38}.gform_wrapper ol.validation_list li{list-style-type:decimal !important}.gform_wrapper ol.validation_list li a{color:#e84b38}.gform_wrapper ol.validation_list:after{content:""}.gform_wrapper div#error{margin-bottom:25px}.gform_wrapper table.gfield_list tbody tr td.gfield_list_icons{vertical-align:middle !important}.gform_wrapper li.gfield fieldset{margin:0px;padding:0px;display:block;position:relative;width:100%}.gform_wrapper li.gfield fieldset>*{width:auto}.gform_wrapper li.gfield fieldset legend.gfield_label{width:100%;line-height:32px}div.gf_page_steps+div.validation_error{margin-top:16px}.gform_wrapper div.gfield_description.validation_error{color:#e84b38;font-weight:700;font-size:.875em;line-height:1.20;margin-bottom:16px}.gform_wrapper .validation_message{color:#e84b38;font-weight:700;letter-spacing:normal}.gform_wrapper li.gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),.gform_wrapper li.gfield_error textarea{border:1px solid #e84b38}.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,.gform_wrapper li.gfield_error div.ginput_complex.ginput_container .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper li.gfield_error div.ginput_complex.ginput_container a.clear-values,.gform_wrapper li.gfield_error ul.gfield_checkbox,.gform_wrapper li.gfield_error ul.gfield_radio{color:#e84b38}.gform_wrapper .gform_footer{padding:36px 0 0 0;margin:0;clear:both;width:100%;text-align:center}.gform_wrapper .gform_footer input.button,.gform_wrapper .gform_page_footer input.button,.gform_wrapper .gform_footer input[type=submit],.gform_wrapper .gform_page_footer input[type=submit]{width:100%}.gform_wrapper .gform_footer a.gform_save_link,.gform_wrapper .gform_page_footer a.gform_save_link{display:block;text-align:center}.gform_wrapper .gform_footer input[type=image]{padding:0;width:auto !important;background:none !important;border:none !important;margin:0 auto 16px auto !important;display:block;max-width:100%}.gform_wrapper .ginput_complex .ginput_left,.gform_wrapper .ginput_complex .ginput_right,.gform_wrapper .ginput_complex .ginput_full{min-height:45px}.gform_wrapper .ginput_complex .ginput_full input[type=text],.gform_wrapper .ginput_complex .ginput_full input[type=url],.gform_wrapper .ginput_complex .ginput_full input[type=email],.gform_wrapper .ginput_complex .ginput_full input[type=tel],.gform_wrapper .ginput_complex .ginput_full input[type=number],.gform_wrapper .ginput_complex .ginput_full input[type=password]{width:100%}.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=text],.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=url],.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=email],.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=tel],.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=number],.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=password],.gform_wrapper .gfield_error .ginput_complex .ginput_full select{width:100%}.gform_wrapper .gfield_checkbox li,.gform_wrapper .gfield_radio li{margin:0 0 16px 0;line-height:1.2}.gform_wrapper ul.gfield_radio li input[type="radio"]:checked+label,.gform_wrapper ul.gfield_radio li .research__grid__main form .cat-wrap input[type="radio"]:checked+a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper ul.gfield_radio li input[type="radio"]:checked+a.clear-values,.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked+label,.gform_wrapper ul.gfield_checkbox li .research__grid__main form .cat-wrap input[type="checkbox"]:checked+a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked+a.clear-values{font-weight:700}.gform_wrapper input.datepicker.datepicker_with_icon{margin-right:4px !important;display:-moz-inline-stack;display:inline-block}.gform_wrapper input[type=hidden],.gform_wrapper input.gform_hidden,.gform_wrapper .gform_hidden,.gform_wrapper .gf_hidden{display:none !important;max-height:1px !important;overflow:hidden}.gform_wrapper .gfield_visibility_hidden,.gform_wrapper .gf_invisible{visibility:hidden;position:absolute;left:-9999px}.gform_wrapper .ginput_full br,.gform_wrapper .ginput_left br,.gform_wrapper .ginput_right br{display:none !important}.gform_wrapper ul.gfield_checkbox li,.gform_wrapper ul.gfield_radio li{padding:0 !important}.gform_wrapper ul.gfield_radio li input+input{margin-left:4px}.gform_wrapper ul.gfield_radio li input[value=gf_other_choice]{margin-right:6px;margin-top:4px}.gform_wrapper .gfield_description+.gform_wrapper .gfield_description.validation_message{margin-top:6px}.gform_wrapper .ginput_container.ginput_list+.gfield_description.validation_message{margin-top:0}.gform_wrapper li.gfield_html{max-width:100%}.gform_wrapper .gfield_html.gfield_no_follows_desc{margin-top:10px}body .gform_wrapper ul li.gfield.gfield_html img{max-width:100%  !important}.gform_wrapper .gform_ajax_spinner{padding-left:10px}.gform_validation_container,.gform_wrapper .gform_validation_container,body .gform_wrapper li.gform_validation_container,body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container{display:none !important;position:absolute !important;left:-9000px}.gform_wrapper .gfield_captcha_input_container{padding-top:3px}.gform_wrapper .simple_captcha_small input{width:64px}.gform_wrapper .simple_captcha_medium input{width:96px}.gform_wrapper .simple_captcha_large input{width:128px}.gform_wrapper .gform_wrapper .left_label .simple_captcha_small,.gform_wrapper .right_label .simple_captcha_small,.gform_wrapper .left_label .simple_captcha_medium,.gform_wrapper .right_label .simple_captcha_medium,.gform_wrapper .left_label .simple_captcha_large,.gform_wrapper .right_label .simple_captcha_large{margin-left:32%}.gform_wrapper .gfield_captcha_container img.gfield_captcha{border:none !important;background:none !important;float:none !important;margin:0 !important;padding:0 !important}.gform_wrapper .math_small input{width:70px}.gform_wrapper .math_medium input{width:510px}.gform_wrapper .math_large input{width:612px}.gform_wrapper .left_label .math_small,.gform_wrapper .right_label .math_small,.gform_wrapper .left_label .math_medium,.gform_wrapper .right_label .math_medium,.gform_wrapper .left_label .math_large,.gform_wrapper .right_label .math_large{margin-left:32%}.gform_wrapper div.charleft{font-size:.688em;margin-top:4px;color:#B7B7B7;width:92% !important;white-space:nowrap !important}.gform_wrapper div.charleft[style]{width:92% !important}.gform_wrapper .left_label div.charleft,.gform_wrapper .right_label div.charleft{margin-left:32%}.gform_wrapper div.charleft.ginput_counter_tinymce{border:1px solid #a9bbc6;border-width:1px 0 0;padding:4px 9px;width:100% !important}.gform_wrapper div.charleft.warningTextareaInfo{color:#A1A1A1}.gform_wrapper div.charleft.ginput_counter_error{color:red}.gform_wrapper li.gf_hide_charleft div.charleft{display:none !important}.gf_submission_limit_message{color:#e84b38;font-size:1.375em}.gform_wrapper .ginput_price{filter:alpha(opacity=70);-moz-opacity:.7;-khtml-opacity:.7;opacity:.7}.gform_wrapper span.ginput_total{color:#060;font-size:inherit}.gform_wrapper .top_label span.ginput_total{margin:8px 0}.gform_wrapper span.ginput_product_price_label{margin-right:2px}.gform_wrapper span.ginput_product_price{color:#900}.gform_wrapper span.ginput_quantity_label{margin-left:10px;margin-right:2px}.gform_wrapper input.ginput_quantity[type=text]{width:3rem}.gform_wrapper input.ginput_quantity[type=number]{width:4rem}.gform_wrapper .gform_page_footer{margin:14px 0;width:100%;border-top:1px dotted #CCC;padding:16px 0 0 0;clear:both}.gform_wrapper .gform_page_footer.left_label,.gform_wrapper .gform_page_footer.right_label{padding:16px 0 0 29%}.gform_wrapper .gform_page_footer .button.gform_previous_button,.gform_wrapper .gform_page_footer .button.gform_next_button{display:-moz-inline-stack;display:inline-block}.gform_wrapper .gform_page_footer .button.gform_previous_button{margin-bottom:8px}.gform_wrapper .gf_progressbar_wrapper{clear:both;width:100%;margin:0 0 16px 0;padding:0 0 16px 0}.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title{font-size:.813em;line-height:1 !important;margin:0 0 8px 12px !important;padding:0 !important;clear:both;filter:alpha(opacity=60);-moz-opacity:.6;-khtml-opacity:.6;opacity:.6}.gform_wrapper .gf_progressbar{padding:10px;position:relative;background-color:rgba(0,0,0,0.1);border-radius:25px;box-shadow:inset 0px 0px 1px 1px rgba(0,0,0,0.05);width:100%}.gform_wrapper .gf_progressbar_percentage{height:24px;text-align:right;font-size:.813em !important;text-shadow:0 1px 1px rgba(0,0,0,0.5);border-top-right-radius:4px;border-bottom-right-radius:4px;border-top-left-radius:20px;border-bottom-left-radius:20px;z-index:999;vertical-align:middle;background:repeating-linear-gradient(-45deg, rgba(0,0,0,0), rgba(0,0,0,0) 10px, rgba(0,0,0,0.1) 10px, rgba(0,0,0,0.1) 20px),linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.3))}.gform_wrapper .gf_progressbar:after{content:"";display:block;width:100%;z-index:990;height:24px;margin-top:-24px;background-color:rgba(0,0,0,0.1);border-top-right-radius:20px;border-bottom-right-radius:20px;border-top-left-radius:20px;border-bottom-left-radius:20px;box-shadow:inset 0px 0px 2px 2px rgba(0,0,0,0.05)}.gform_wrapper .gf_progressbar_percentage.percentbar_100{border-top-right-radius:20px;border-bottom-right-radius:20px}.gform_wrapper .gf_progressbar_percentage span{display:block;width:auto;float:right;margin-right:5px;margin-left:5px;line-height:1.8}.gform_wrapper .gf_progressbar_percentage.percentbar_0 span{color:#959595;text-shadow:none;float:none !important;margin-left:12px;word-wrap:normal}.gform_wrapper .percentbar_blue{background-color:#036493;color:#FFF}.gform_wrapper .percentbar_gray{background-color:#7C7C7C;color:#FFF}.gform_wrapper .percentbar_green{background-color:#88B831;color:#FFF}.gform_wrapper .percentbar_orange{background-color:#FF7120;color:#FFF}.gform_wrapper .percentbar_red{background-color:#FF2A1A;color:#FFF}.gform_wrapper .gf_page_steps{width:100%;margin:0 0 8px 0;padding:0 0 4px 0;border-bottom:1px dotted #CCC}.gform_wrapper .gf_step{width:100%;margin:24px 24px 24px 0;font-size:.875em;height:14px;line-height:1.25 !important;filter:alpha(opacity=20);-moz-opacity:.2;-khtml-opacity:.2;opacity:.2}.gform_wrapper .gf_step span.gf_step_number{font-size:1.25em;margin-right:4px}.gform_wrapper .gf_step span.gf_step_number,.gform_wrapper .gf_step span.gf_step_label{display:-moz-inline-stack;display:inline-block;vertical-align:middle}.gform_wrapper .gf_step.gf_step_active{filter:alpha(opacity=100);-moz-opacity:1.0;-khtml-opacity:1.0;opacity:1.0}.gform_wrapper .gf_step_clear{display:block;clear:both;height:1px;overflow:hidden}.gform_wrapper .gfield_password_strength{border:1px solid #DDD;margin-top:18px;margin-bottom:18px;line-height:1.8;padding:10px 5px;text-align:center;background-color:#a9bbc6;border-bottom:3px solid #DDD}.gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength{margin-right:16px}.gform_wrapper ul.left_label li.gfield .gfield_password_strength,.gform_wrapper ul.right_label li.gfield .gfield_password_strength{margin-top:18px;margin-bottom:18px;width:100%}.gform_wrapper .gfield_password_strength.bad{background-color:#FFB78C;border-color:#FF853C;border-bottom:3px solid #FF853C}.gform_wrapper .gfield_password_strength.good{background-color:#FFEC8b;border-color:#FC0;border-bottom:3px solid #FC0}.gform_wrapper .gfield_password_strength.short,.gform_wrapper .gfield_password_strength.mismatch{background-color:#FFA0A0;border-color:#f04040;border-bottom:3px solid #f04040}.gform_wrapper .gfield_password_strength.strong{background-color:#C3FF88;border-color:#8DFF1C;border-bottom:3px solid #8DFF1C}.gform_wrapper table.gfield_list,.gform_wrapper table.gfield_list caption,.gform_wrapper table.gfield_list tbody,.gform_wrapper table.gfield_list tfoot,.gform_wrapper table.gfield_list thead,.gform_wrapper table.gfield_list tr,.gform_wrapper table.gfield_list th,.gform_wrapper table.gfield_list td{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}.gform_wrapper table.gfield_list{border-spacing:0;border-collapse:collapse}.gform_wrapper table.gfield_list{table-layout:auto !important}.gform_wrapper table.gfield_list thead th{font-weight:700;text-align:left}.gform_wrapper table.gfield_list colgroup{width:100%;display:block}.gform_wrapper li.gfield.gfield_error table.gfield_list thead th{color:#e84b38}.gform_wrapper table.gfield_list thead,.gform_wrapper table.gfield_list tr{padding:0;margin:0}.gform_wrapper table.gfield_list th,.gform_wrapper table.gfield_list td{padding:4px 0 4px 0}.gform_wrapper ul.gform_fields:not(.top_label) table.gfield_list th{padding:0 0 4px 0}.gform_wrapper table.gfield_list th+th,.gform_wrapper table.gfield_list td+td{padding:0 0 0 16px}.gform_wrapper .gfield_list{width:100%}.gform_wrapper .gfield_list td.gfield_list_cell input{width:100%}.gfield_icon_disabled{cursor:default !important;filter:alpha(opacity=60);-moz-opacity:.6;-khtml-opacity:.6;opacity:.6}.gform_wrapper table.gfield_list tr td.gfield_list_icons{width:48px !important;padding:0 0 0 4px  !important;box-sizing:border-box}.gform_wrapper table.gfield_list td.gfield_list_icons img{display:-moz-inline-stack;display:inline-block;vertical-align:middle}.gform_wrapper select.chosen-select{visibility:hidden;height:28px !important;min-height:28px !important}.gform_wrapper .chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.gform_wrapper .chosen-container,.gform_wrapper .chosen-container *{box-sizing:border-box}.gform_wrapper .chosen-container.chosen-container-multi .chosen-choices{min-height:28px !important}.gform_wrapper .ginput_container.ginput_container_multiselect .chosen-container.chosen-container-multi ul.chosen-choices li.search-field input.default{height:24px}.gform_wrapper .chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;box-sizing:border-box;width:100%;border:1px solid #AAA;border-top:0;background:#FFF;box-shadow:0 4px 5px rgba(0,0,0,0.15)}.gform_wrapper .chosen-container.chosen-with-drop .chosen-drop{left:0}.gform_wrapper .chosen-container a{cursor:pointer}.gform_wrapper .chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:23px;border:1px solid #AAA;border-radius:5px;background-color:#FFF;background:linear-gradient(to bottom, #fff 20%, #F6F6F6 50%, #a9bbc6 52%, #F4F4F4 100%);background-clip:padding-box;box-shadow:0 0 3px white inset,0 1px 1px rgba(0,0,0,0.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.gform_wrapper .chosen-container-single .chosen-default{color:#999}.gform_wrapper .chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.gform_wrapper .chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.gform_wrapper .chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAYAAAAN8srVAAACTUlEQVR42u3Wv2sTcRiA8VPBxUKwEAxU3NxPIoFAl1bIkkmwYKAKRbqbRSWQCGJ+rMUibjo4FARBl0AgUIh/QXFxFIpKJHAQKA56r0/hDbyEK5VrDH2hBx+ud+Ga9+G+uSQQkVOv0+lMZNBFHoFRwABZb0F9CCITVdRjQd9b0CoOTNSGiRkidBWkljGGINb9CCECd0FqE7GJqkxeMxccK8UbJzppUPGIO5SfR9DCjINsTIR1RDbKXvAakuB9yqAsvuLaDIN6Jqag5/IaIxjYCxaxDzFGyKUMegdBb4ZBGfQmMUaIXeSmLyhDjHspl9wdiPHgJEGlUumf2UGml96HlJ+hRQwhRoSleQfZgfawlDJoB5KgO4OgDLrIT4UUMEA2xdNpro/t6aA+BJGJKuqxoJ9ikLmzQas4MFEbJmYIHz99GNRaxhiCWPcjhAjcBalNxCaqgsBrUPGIO5T3GGRjIqwjslHegnompqDn8hojGHgLyqA3iTFC7CLnLOh4Z0Gn3FnQf2O3ZrN5iZ9aVw81Go3zQfLmI4iIx/gBUXvtdnvNXZDGbEMI2Gf/BFsQPXffVRADr+jgn1hylwPdOL6Bn7w2brVaV9wEMfALBheGDu3QGvVQ79RtT0FvGDyu1WoXE4JWNKjiack916HXEoJecT7GLTdBLLXrDPwbEX+Xq9XqucPHNzFVzv3B93q9fsHbU+4uhAhh/wXfIMaWqyBdXjfxluE/63fQM/Yt8/je9hQ0vdnQpybqJRZcB2nUI4J+QVB2H6RRHzUoTPo/fwGr9gNcek8bXAAAAABJRU5ErkJggg==) -42px 1px no-repeat;font-size:1px}.gform_wrapper .chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.gform_wrapper .chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.gform_wrapper .chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.gform_wrapper .chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAYAAAAN8srVAAACTUlEQVR42u3Wv2sTcRiA8VPBxUKwEAxU3NxPIoFAl1bIkkmwYKAKRbqbRSWQCGJ+rMUibjo4FARBl0AgUIh/QXFxFIpKJHAQKA56r0/hDbyEK5VrDH2hBx+ud+Ga9+G+uSQQkVOv0+lMZNBFHoFRwABZb0F9CCITVdRjQd9b0CoOTNSGiRkidBWkljGGINb9CCECd0FqE7GJqkxeMxccK8UbJzppUPGIO5SfR9DCjINsTIR1RDbKXvAakuB9yqAsvuLaDIN6Jqag5/IaIxjYCxaxDzFGyKUMegdBb4ZBGfQmMUaIXeSmLyhDjHspl9wdiPHgJEGlUumf2UGml96HlJ+hRQwhRoSleQfZgfawlDJoB5KgO4OgDLrIT4UUMEA2xdNpro/t6aA+BJGJKuqxoJ9ikLmzQas4MFEbJmYIHz99GNRaxhiCWPcjhAjcBalNxCaqgsBrUPGIO5T3GGRjIqwjslHegnompqDn8hojGHgLyqA3iTFC7CLnLOh4Z0Gn3FnQf2O3ZrN5iZ9aVw81Go3zQfLmI4iIx/gBUXvtdnvNXZDGbEMI2Gf/BFsQPXffVRADr+jgn1hylwPdOL6Bn7w2brVaV9wEMfALBheGDu3QGvVQ79RtT0FvGDyu1WoXE4JWNKjiack916HXEoJecT7GLTdBLLXrDPwbEX+Xq9XqucPHNzFVzv3B93q9fsHbU+4uhAhh/wXfIMaWqyBdXjfxluE/63fQM/Yt8/je9hQ0vdnQpybqJRZcB2nUI4J+QVB2H6RRHzUoTPo/fwGr9gNcek8bXAAAAABJRU5ErkJggg==) no-repeat 0px 2px}.gform_wrapper .chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.gform_wrapper .chosen-container-single .chosen-search input[type="text"]{box-sizing:border-box;margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;border:1px solid #AAA;background:white url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAYAAAAN8srVAAACTUlEQVR42u3Wv2sTcRiA8VPBxUKwEAxU3NxPIoFAl1bIkkmwYKAKRbqbRSWQCGJ+rMUibjo4FARBl0AgUIh/QXFxFIpKJHAQKA56r0/hDbyEK5VrDH2hBx+ud+Ga9+G+uSQQkVOv0+lMZNBFHoFRwABZb0F9CCITVdRjQd9b0CoOTNSGiRkidBWkljGGINb9CCECd0FqE7GJqkxeMxccK8UbJzppUPGIO5SfR9DCjINsTIR1RDbKXvAakuB9yqAsvuLaDIN6Jqag5/IaIxjYCxaxDzFGyKUMegdBb4ZBGfQmMUaIXeSmLyhDjHspl9wdiPHgJEGlUumf2UGml96HlJ+hRQwhRoSleQfZgfawlDJoB5KgO4OgDLrIT4UUMEA2xdNpro/t6aA+BJGJKuqxoJ9ikLmzQas4MFEbJmYIHz99GNRaxhiCWPcjhAjcBalNxCaqgsBrUPGIO5T3GGRjIqwjslHegnompqDn8hojGHgLyqA3iTFC7CLnLOh4Z0Gn3FnQf2O3ZrN5iZ9aVw81Go3zQfLmI4iIx/gBUXvtdnvNXZDGbEMI2Gf/BFsQPXffVRADr+jgn1hylwPdOL6Bn7w2brVaV9wEMfALBheGDu3QGvVQ79RtT0FvGDyu1WoXE4JWNKjiack916HXEoJecT7GLTdBLLXrDPwbEX+Xq9XqucPHNzFVzv3B93q9fsHbU+4uhAhh/wXfIMaWqyBdXjfxluE/63fQM/Yt8/je9hQ0vdnQpybqJRZcB2nUI4J+QVB2H6RRHzUoTPo/fwGr9gNcek8bXAAAAABJRU5ErkJggg==) no-repeat 100% -20px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAYAAAAN8srVAAACTUlEQVR42u3Wv2sTcRiA8VPBxUKwEAxU3NxPIoFAl1bIkkmwYKAKRbqbRSWQCGJ+rMUibjo4FARBl0AgUIh/QXFxFIpKJHAQKA56r0/hDbyEK5VrDH2hBx+ud+Ga9+G+uSQQkVOv0+lMZNBFHoFRwABZb0F9CCITVdRjQd9b0CoOTNSGiRkidBWkljGGINb9CCECd0FqE7GJqkxeMxccK8UbJzppUPGIO5SfR9DCjINsTIR1RDbKXvAakuB9yqAsvuLaDIN6Jqag5/IaIxjYCxaxDzFGyKUMegdBb4ZBGfQmMUaIXeSmLyhDjHspl9wdiPHgJEGlUumf2UGml96HlJ+hRQwhRoSleQfZgfawlDJoB5KgO4OgDLrIT4UUMEA2xdNpro/t6aA+BJGJKuqxoJ9ikLmzQas4MFEbJmYIHz99GNRaxhiCWPcjhAjcBalNxCaqgsBrUPGIO5T3GGRjIqwjslHegnompqDn8hojGHgLyqA3iTFC7CLnLOh4Z0Gn3FnQf2O3ZrN5iZ9aVw81Go3zQfLmI4iIx/gBUXvtdnvNXZDGbEMI2Gf/BFsQPXffVRADr+jgn1hylwPdOL6Bn7w2brVaV9wEMfALBheGDu3QGvVQ79RtT0FvGDyu1WoXE4JWNKjiack916HXEoJecT7GLTdBLLXrDPwbEX+Xq9XqucPHNzFVzv3B93q9fsHbU+4uhAhh/wXfIMaWqyBdXjfxluE/63fQM/Yt8/je9hQ0vdnQpybqJRZcB2nUI4J+QVB2H6RRHzUoTPo/fwGr9gNcek8bXAAAAABJRU5ErkJggg==) no-repeat 100% -20px;line-height:normal;border-radius:0}.gform_wrapper .chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.gform_wrapper .chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.gform_wrapper .chosen-container .chosen-results{position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.gform_wrapper .chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;-webkit-touch-callout:none}.gform_wrapper .chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.gform_wrapper .chosen-container .chosen-results li.disabled-result{display:list-item;color:#CCC;cursor:default}.gform_wrapper .chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:linear-gradient(#3875d7 20%, #2a62bc 90%);color:#FFF}.gform_wrapper .chosen-container .chosen-results li.no-results{display:list-item;background:#F4F4F4}.gform_wrapper .chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.gform_wrapper .chosen-container .chosen-results li.group-option{padding-left:15px}.gform_wrapper .chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.gform_wrapper .chosen-container-multi .chosen-choices{position:relative;overflow:hidden;box-sizing:border-box;margin:0;padding:0;width:100%;height:auto !important;height:1%;border:1px solid #AAA;background-color:#FFF;background-image:linear-gradient(#a9bbc6 1%, #fff 15%);cursor:text}.gform_wrapper .chosen-container-multi .chosen-choices li{float:left;list-style:none}.gform_wrapper .chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type="text"]{margin:1px 0;padding:5px;height:15px;border:0 !important;background:transparent !important;box-shadow:none;color:#666;font-size:100%;line-height:normal;border-radius:0}.gform_wrapper .chosen-container-multi .chosen-choices li.search-field .default{color:#999}.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:5px 0 5px 5px !important;padding:3px 20px 3px 5px;border:1px solid #AAA;border-radius:3px;background-color:#E4E4E4;background-image:linear-gradient(#F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #a9bbc6 100%);background-clip:padding-box;box-shadow:0 0 2px white inset,0 1px 0 rgba(0,0,0,0.05);color:#333;line-height:13px;cursor:default}.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAYAAAAN8srVAAACTUlEQVR42u3Wv2sTcRiA8VPBxUKwEAxU3NxPIoFAl1bIkkmwYKAKRbqbRSWQCGJ+rMUibjo4FARBl0AgUIh/QXFxFIpKJHAQKA56r0/hDbyEK5VrDH2hBx+ud+Ga9+G+uSQQkVOv0+lMZNBFHoFRwABZb0F9CCITVdRjQd9b0CoOTNSGiRkidBWkljGGINb9CCECd0FqE7GJqkxeMxccK8UbJzppUPGIO5SfR9DCjINsTIR1RDbKXvAakuB9yqAsvuLaDIN6Jqag5/IaIxjYCxaxDzFGyKUMegdBb4ZBGfQmMUaIXeSmLyhDjHspl9wdiPHgJEGlUumf2UGml96HlJ+hRQwhRoSleQfZgfawlDJoB5KgO4OgDLrIT4UUMEA2xdNpro/t6aA+BJGJKuqxoJ9ikLmzQas4MFEbJmYIHz99GNRaxhiCWPcjhAjcBalNxCaqgsBrUPGIO5T3GGRjIqwjslHegnompqDn8hojGHgLyqA3iTFC7CLnLOh4Z0Gn3FnQf2O3ZrN5iZ9aVw81Go3zQfLmI4iIx/gBUXvtdnvNXZDGbEMI2Gf/BFsQPXffVRADr+jgn1hylwPdOL6Bn7w2brVaV9wEMfALBheGDu3QGvVQ79RtT0FvGDyu1WoXE4JWNKjiack916HXEoJecT7GLTdBLLXrDPwbEX+Xq9XqucPHNzFVzv3B93q9fsHbU+4uhAhh/wXfIMaWqyBdXjfxluE/63fQM/Yt8/je9hQ0vdnQpybqJRZcB2nUI4J+QVB2H6RRHzUoTPo/fwGr9gNcek8bXAAAAABJRU5ErkJggg==) -42px 1px no-repeat;font-size:1px}.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #CCC;background-color:#E4E4E4;background-image:linear-gradient(to bottom, #F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #a9bbc6 100%);color:#666}.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus{background:#D4D4D4}.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.gform_wrapper .chosen-container-multi .chosen-results{margin:0;padding:0}.gform_wrapper .chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#CCC;cursor:default}.gform_wrapper .chosen-container-active .chosen-single{border:1px solid #5897FB;box-shadow:0 0 5px rgba(0,0,0,0.3)}.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #AAA;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:linear-gradient(#a9bbc6 20%, #fff 80%);box-shadow:0 1px 0 #fff inset}.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:transparent}.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.gform_wrapper .chosen-container-active .chosen-choices{border:1px solid #5897FB;box-shadow:0 0 5px rgba(0,0,0,0.3)}.gform_wrapper .chosen-container-active .chosen-choices li.search-field input[type="text"]{color:#111 !important}.gform_wrapper .chosen-disabled{opacity:.5 !important;cursor:default}.gform_wrapper .chosen-disabled .chosen-single{cursor:default}.gform_wrapper .chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.gform_wrapper .chosen-rtl{text-align:right}.gform_wrapper .chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.gform_wrapper .chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.gform_wrapper .chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.gform_wrapper .chosen-rtl .chosen-single div{right:auto;left:3px}.gform_wrapper .chosen-rtl .chosen-single abbr{right:auto;left:26px}.gform_wrapper .chosen-rtl .chosen-choices li{float:right}.gform_wrapper .chosen-rtl .chosen-choices li.search-field input[type="text"]{direction:rtl}.gform_wrapper .chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.gform_wrapper .chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.gform_wrapper .chosen-rtl.chosen-container-single-nosearch .chosen-search,.gform_wrapper .chosen-rtl .chosen-drop{left:9999px}.gform_wrapper .chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.gform_wrapper .chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.gform_wrapper .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.gform_wrapper .chosen-rtl .chosen-search input[type="text"]{padding:4px 5px 4px 20px;background:white url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAYAAAAN8srVAAACTUlEQVR42u3Wv2sTcRiA8VPBxUKwEAxU3NxPIoFAl1bIkkmwYKAKRbqbRSWQCGJ+rMUibjo4FARBl0AgUIh/QXFxFIpKJHAQKA56r0/hDbyEK5VrDH2hBx+ud+Ga9+G+uSQQkVOv0+lMZNBFHoFRwABZb0F9CCITVdRjQd9b0CoOTNSGiRkidBWkljGGINb9CCECd0FqE7GJqkxeMxccK8UbJzppUPGIO5SfR9DCjINsTIR1RDbKXvAakuB9yqAsvuLaDIN6Jqag5/IaIxjYCxaxDzFGyKUMegdBb4ZBGfQmMUaIXeSmLyhDjHspl9wdiPHgJEGlUumf2UGml96HlJ+hRQwhRoSleQfZgfawlDJoB5KgO4OgDLrIT4UUMEA2xdNpro/t6aA+BJGJKuqxoJ9ikLmzQas4MFEbJmYIHz99GNRaxhiCWPcjhAjcBalNxCaqgsBrUPGIO5T3GGRjIqwjslHegnompqDn8hojGHgLyqA3iTFC7CLnLOh4Z0Gn3FnQf2O3ZrN5iZ9aVw81Go3zQfLmI4iIx/gBUXvtdnvNXZDGbEMI2Gf/BFsQPXffVRADr+jgn1hylwPdOL6Bn7w2brVaV9wEMfALBheGDu3QGvVQ79RtT0FvGDyu1WoXE4JWNKjiack916HXEoJecT7GLTdBLLXrDPwbEX+Xq9XqucPHNzFVzv3B93q9fsHbU+4uhAhh/wXfIMaWqyBdXjfxluE/63fQM/Yt8/je9hQ0vdnQpybqJRZcB2nUI4J+QVB2H6RRHzUoTPo/fwGr9gNcek8bXAAAAABJRU5ErkJggg==) no-repeat -30px -20px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAYAAAAN8srVAAACTUlEQVR42u3Wv2sTcRiA8VPBxUKwEAxU3NxPIoFAl1bIkkmwYKAKRbqbRSWQCGJ+rMUibjo4FARBl0AgUIh/QXFxFIpKJHAQKA56r0/hDbyEK5VrDH2hBx+ud+Ga9+G+uSQQkVOv0+lMZNBFHoFRwABZb0F9CCITVdRjQd9b0CoOTNSGiRkidBWkljGGINb9CCECd0FqE7GJqkxeMxccK8UbJzppUPGIO5SfR9DCjINsTIR1RDbKXvAakuB9yqAsvuLaDIN6Jqag5/IaIxjYCxaxDzFGyKUMegdBb4ZBGfQmMUaIXeSmLyhDjHspl9wdiPHgJEGlUumf2UGml96HlJ+hRQwhRoSleQfZgfawlDJoB5KgO4OgDLrIT4UUMEA2xdNpro/t6aA+BJGJKuqxoJ9ikLmzQas4MFEbJmYIHz99GNRaxhiCWPcjhAjcBalNxCaqgsBrUPGIO5T3GGRjIqwjslHegnompqDn8hojGHgLyqA3iTFC7CLnLOh4Z0Gn3FnQf2O3ZrN5iZ9aVw81Go3zQfLmI4iIx/gBUXvtdnvNXZDGbEMI2Gf/BFsQPXffVRADr+jgn1hylwPdOL6Bn7w2brVaV9wEMfALBheGDu3QGvVQ79RtT0FvGDyu1WoXE4JWNKjiack916HXEoJecT7GLTdBLLXrDPwbEX+Xq9XqucPHNzFVzv3B93q9fsHbU+4uhAhh/wXfIMaWqyBdXjfxluE/63fQM/Yt8/je9hQ0vdnQpybqJRZcB2nUI4J+QVB2H6RRHzUoTPo/fwGr9gNcek8bXAAAAABJRU5ErkJggg==) no-repeat -30px -20px;direction:rtl}.gform_wrapper .chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.gform_wrapper .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi){.gform_wrapper .chosen-rtl .chosen-search input[type="text"],.gform_wrapper .chosen-container-single .chosen-single abbr,.gform_wrapper .chosen-container-single .chosen-single div b,.gform_wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close,.gform_wrapper .chosen-container .chosen-results-scroll-down span,.gform_wrapper .chosen-container .chosen-results-scroll-up span{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGgAAABKCAMAAABgpuGuAAAAzFBMVEX///8AAACIiIiIiIiIiIhGRkZGRkZGRkaIiIiHh4eHh4eGhoaAgICGhoaHh4dGRkaHh4eHh4eIiIiHh4eIiIiHh4eIiIiHh4eHh4eHh4eHh4eHh4eAgICHh4eHh4eAgICFhYWIiIiHh4eHh4eHh4eIiIiEhISIiIiIiIiIiIiIiIiHh4d0dHSGhoaHh4eDg4NVVVWDg4OHh4eIiIiAgICHh4eHh4eAgICIiIiHh4eIiIiHh4eIiIiHh4eGhoaHh4eHh4eIiIiIiIhGRkYymc+gAAAAQnRSTlMAAP7wMDDwYGCg/VAQcIDz4CDz0PxAz7D1wPv5CGChFEX64t2QHh2N3Jaa2wsTgiEDKYjYDGaZBO8Rqd+LREqM5n7NGqdwAAACCUlEQVR4Xu3V127jMBCFYZ2h5KJiW5a7UzbJ9t57Hb3/O60Ik+JFsMLCwrkI4P+KV/oAYjSMOAEjE8MVm1HECiNVL8VGlSY1jpW8w5OMeil2RxIUe6k9kCA4YD7nOhG8RHYiWCk4YEKI5wdnHuPuQPyr4w8Df7xhm0xgI/2wASpVSwsdvYJm2jbrgraqWwsdvVSXAVp2QJk2ZQCOfiaw9s4a/4bymYVmOXD0w4fSzaIpO6CJ2nTyH1Cfj6BUV9kHwuFa0AFtPbTtBS0ttOyAMm3L+kB2HtbogG79Ap0Bw0ECVzIYBgilMaWH+odhXTeSc+p62LFeetU4VvKOlTgNai8l7kiCEi+1BxIEB0ynXCeCl8hOBCsFB0wIyfTgTBPcEYh/dfxh4I83/4flryD+UmU9E4Q6Hj5Cp06dOoWmvKhURFZFjjYGlBlVC4l+zpjQuahIulikljrnQZmqXN18ePDwz+O9qGQsKDcqm/tnaHrxdCNichJUiOwf4dDrJzvRggStJH32HK6za9GKBKlKgbaXqQgNSl8F6N6CCb3pgFhX95Z3dZXKu/dwXV6nsiJBhcrVx09u6C6I450bkc3FpXW+fN2I7nPaChKV3bfvP37++r0TVR3zlqqKpIelqrYx85kQm+o+SKSHb2WhqsjHTiJBITiJDQWJDAWpIkNBIkJBIkOhSnUShf4C9DyJBLzMYSsAAAAASUVORK5CYII=) !important;background-position:0 0;background-size:52px 37px !important;background-repeat:no-repeat !important}}.gform_wrapper .gform_card_icon_container{margin:8px 0 6px 0;height:32px}.gform_wrapper div.gform_card_icon{margin-right:4px;text-indent:-9000px;background-image:url(/wp-content/themes/_terner2020/dist/assets/gf-creditcard-icons.187b07cec811865cedce..png);background-repeat:no-repeat;width:36px;height:32px;float:left}.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa{background-position:0 0}.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa{background-position:0 -32px}.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa{background-position:0 -64px}.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard{background-position:-36px 0}.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard{background-position:-36px -32px}.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard{background-position:-36px -64px}.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex{background-position:-72px 0}.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex{background-position:-72px -32px}.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex{background-position:-72px -64px}.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover{background-position:-108px 0}.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover{background-position:-108px -32px}.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover{background-position:-108px -64px}.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro{background-position:-144px 0}.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro{background-position:-144px -32px}.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro{background-position:-144px -64px}.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb{background-position:-180px 0}.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb{background-position:-180px -32px}.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb{background-position:-180px -64px}.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa{background-position:0 -192px}.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa{background-position:0 -224px}.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa{background-position:0 -256px}.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard{background-position:-36px -192px}.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard{background-position:-36px -224px}.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard{background-position:-36px -256px}.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex{background-position:-72px -192px}.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex{background-position:-72px -224px}.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex{background-position:-72px -256px}.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover{background-position:-108px -192px}.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover{background-position:-108px -224px}.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover{background-position:-108px -256px}.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro{background-position:-144px -192px}.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro{background-position:-144px -224px}.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro{background-position:-144px -256px}.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb{background-position:-180px -192px}.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb{background-position:-180px -224px}.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb{background-position:-180px -256px}.gform_card_icon_container input[type=radio]#gform_payment_method_creditcard{float:left;position:relative;top:4px !important}.gform_wrapper .ginput_complex .ginput_cardinfo_right{min-width:85px !important}.gform_wrapper .ginput_complex .ginput_cardinfo_left label,.gform_wrapper .ginput_complex .ginput_cardinfo_left .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper .ginput_complex .ginput_cardinfo_left a.clear-values,.gform_wrapper .ginput_complex .ginput_cardinfo_right label,.gform_wrapper .ginput_complex .ginput_cardinfo_right .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper .ginput_complex .ginput_cardinfo_right a.clear-values{white-space:nowrap !important}.gform_wrapper .ginput_complex span.ginput_cardextras{display:block;overflow:hidden}.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container{position:relative;display:block;min-width:160px !important}.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container select{margin-bottom:8px}.gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code{max-width:50% !important}.gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon{width:32px;height:23px;background-image:url(/wp-content/themes/_terner2020/dist/assets/gf-creditcard-icons.187b07cec811865cedce..png);background-repeat:no-repeat;background-position:0 -128px;position:relative;top:-1px;left:6px;display:-moz-inline-stack;display:inline-block}.gform_wrapper .gform_fileupload_multifile .gform_drop_area{padding:24px;border:1px dashed #CCC;text-align:center;color:#AAA;margin-bottom:16px;background:rgba(0,0,0,0.02);border-radius:4px}.gform_wrapper span.gform_drop_instructions{display:block;margin-bottom:8px}.gform_delete{vertical-align:middle;cursor:pointer}.gform_wrapper .copy_values_option_container .copy_values_enabled{width:auto}.gform_wrapper li.field_sublabel_above .ginput_complex input[type=text]{margin-bottom:1px}.gform_wrapper .form_saved_message{margin:16px 0 16px 0;width:100%;line-height:1.8;border:2px solid #91AFC7;background-color:#E3F3F3;text-align:center;border-radius:2px}.gform_wrapper .form_saved_message form{text-align:center}.gform_wrapper .form_saved_message span:first-child{display:block;padding:28px 16px 28px 16px}.form_saved_message a.resume_form_link{word-wrap:break-word}.form_saved_message a.resume_form_link:before,.form_saved_message a.resume_form_link:after{content:"";display:block}.form_saved_message a.resume_form_link:before{margin-top:12px}.form_saved_message a.resume_form_link:after{margin-bottom:12px}.form_saved_message br+br,.form_saved_message a+br{display:none}.form_saved_message .form_saved_message_emailform{margin:16px 0 0 0}div.form_saved_message div.form_saved_message_emailform form input[type=text]{line-height:2.25;height:24px;margin-bottom:4px}div.form_saved_message div.form_saved_message_emailform form input[type=submit]{margin:12px auto 0 auto;display:block}.form_saved_message .form_saved_message_emailform .validation_message{color:#e84b38}.form_saved_message_sent{margin:16px 0 16px 0;width:100%;border:2px solid #CFE2C0;background-color:#E9FFD9;text-align:center;border-radius:2px}.form_saved_message_sent span:first-child{display:block;padding:16px}body #content .entry-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area,body .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area{line-height:1 !important}body .gform_wrapper img.ui-datepicker-trigger{width:17px !important;height:16px !important;display:-moz-inline-stack;display:inline-block}body .gform_wrapper img.add_list_item,body .gform_wrapper img.delete_list_item{display:-moz-inline-stack;display:inline-block;margin-top:-2px}.gform_wrapper ul li.gfield.field_sublabel_above.field_description_below+li.gfield{margin-top:16px}.gform_wrapper li.gfield ul.gfield_radio li input[type="radio"]+input[type="text"]{width:45.25%}.gform_wrapper table.recaptchatable{table-layout:auto}.gform_wrapper ul.gform_fields:not(.top_label) div.ginput_container_captcha{margin-left:29%}.gfield .wp-editor-container{border:1px solid #ddd}.gfield .wp-switch-editor{border-color:#ddd}.gfield .tmce-active .switch-tmce,.gfield .html-active .switch-html{border-bottom-color:#f5f5f5}.gfield .mce-edit-area iframe{width:99.9% !important;margin:0 !important}body .gform_wrapper ul li.gfield{margin-bottom:30px;padding-top:0}body .gform_wrapper ul.gfields li.gfield label.gfield_label,body .gform_wrapper ul.gfields li.gfield .research__grid__main form .cat-wrap a.gfield_label.clear-values,.research__grid__main form .cat-wrap body .gform_wrapper ul.gfields li.gfield a.gfield_label.clear-values{margin-bottom:0 !important;padding-bottom:0 !important}body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html{line-height:inherit}body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li{list-style-type:disc !important;margin:0 0 8px 0;overflow:visible;padding-left:0}body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul,body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul{list-style-type:disc !important;margin:16px 0 16px 28px !important;padding-left:0}body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li,body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li{list-style-type:decimal !important;overflow:visible;margin:0 0 8px 0;padding-left:0}body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol,body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol{list-style-type:decimal !important;margin:16px 0 18px 32px;padding-left:0}body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul,body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li{list-style-type:disc !important;padding-left:0}body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul{margin:16px 0 16px 16px}body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li{margin:0 0 8px}body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl{margin:0 0 18px 0;padding-left:0}body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dt{font-weight:700}body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dd{margin:0 0 16px 18px}.gf_placeholder{color:#5d6770}.gform_wrapper span.gf_clear_span{display:block;height:1px;overflow:hidden;width:100%;float:none;clear:both;margin-top:-1px}@media only screen and (max-width: 641px){.gform_wrapper .chosen-container.chosen-container-single[style]{width:100% !important}.gform_wrapper .chosen-container-single .chosen-single{height:40px;line-height:2.8}.gform_wrapper .chosen-container-single .chosen-single div b{position:relative;top:10px}.gform_wrapper div.chosen-container.chosen-container-multi[style]{width:100% !important}.gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice,.gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-field{width:calc(100% - 10px);line-height:2;float:none}.gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice span{margin-bottom:0}.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{top:calc(50% - 6px)}.gform_wrapper .ginput_container span:not(.ginput_price){margin-bottom:8px;display:block}.gform_wrapper li.field_sublabel_below .ginput_complex{margin-top:12px !important}.gform_wrapper ul.gfield_radio li label,.gform_wrapper ul.gfield_radio li .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper ul.gfield_radio li a.clear-values,.gform_wrapper ul.gfield_checkbox li label,.gform_wrapper ul.gfield_checkbox li .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper ul.gfield_checkbox li a.clear-values{width:85%;cursor:pointer}}@media only screen and (max-width: 761px), (min-device-width: 768px) and (max-device-width: 1023px){.gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error{margin-top:32px}.gform_wrapper table.gfield_list{border:0}.gform_wrapper table.gfield_list thead{position:absolute;top:-9999px;left:-9999px}.gform_wrapper table.gfield_list tr{margin-bottom:10px;display:block;background:#fff;position:relative;border:1px solid #CCC;border-top:2px solid #CCC;border-bottom:4px solid #CCC}.gform_wrapper table.gfield_list td{display:block;margin-left:8px;margin-right:8px}.gform_wrapper table.gfield_list td.gfield_list_icons{border-bottom:0;margin:16px 0 0 0 !important}.gform_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before,.gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after{content:attr(data-label);font-size:.875em;letter-spacing:0.5pt;white-space:nowrap;display:block;clear:both}.gform_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before{margin:8px 0 3px 8px}.gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after{margin:3px 0 8px 8px}.gform_wrapper table.gfield_list th+th,.gform_wrapper table.gfield_list td+td{padding:4px 0 0 0}.gform_wrapper table.gfield_list tr.gfield_list_row_odd,.gform_wrapper table.gfield_list tr.gfield_list_row_even{margin:16px 0}.gform_wrapper table.gfield_list tr.gfield_list_row_odd:first-child{padding-top:12px}.gform_wrapper table.gfield_list tr{padding-top:12px}.gform_wrapper table.gfield_list tr td.gfield_list_icons{width:100% !important;padding:0 4px 4px 4px !important;background-color:#a9bbc6}.gform_wrapper table.gfield_list tr td.gfield_list_icons img.add_list_item{margin:12px 0 0 16px !important}.gform_wrapper table.gfield_list tr td.gfield_list_icons img.delete_list_item{margin:12px 0 0 8px !important}.gform_wrapper .gform_footer a.gform_save_link,.gform_wrapper .gform_page_footer a.gform_save_link{margin-left:0}.gform_wrapper .gfield_list td.gfield_list_cell input{width:calc(100% - 16px);margin-left:8px;margin-right:8px}}@media only screen and (min-width: 641px){.gform_wrapper .gform_body{width:100%}.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){max-width:calc(100% - 16px) !important}.gform_wrapper .gfield_checkbox li,.gform_wrapper .gfield_radio li{margin:0 0 8px 0;line-height:1.3}.gform_wrapper .gsection{margin:28px 16px 28px 0}.gform_wrapper ul.gform_fields:not(.top_label) .gfield_label{float:left;width:29%;padding-right:16px;margin-bottom:16px}.gform_wrapper .right_label .gfield_label{text-align:right}.gform_wrapper .left_label .gfield_description,.gform_wrapper .right_label .gfield_description{width:70%}.gform_wrapper ul.right_label li ul.gfield_radio li,.gform_wrapper form ul.right_label li ul.gfield_radio li,.gform_wrapper ul.left_label li ul.gfield_radio li,.gform_wrapper form ul.left_label li ul.gfield_radio li,.gform_wrapper ul.right_label li ul.gfield_checkbox li,.gform_wrapper form ul.right_label li ul.gfield_checkbox li,.gform_wrapper ul.left_label li ul.gfield_checkbox li,.gform_wrapper form ul.left_label li ul.gfield_checkbox li{margin-bottom:10px}.gform_wrapper .right_label .gfield_description,.gform_wrapper .left_label .gfield_description,.gform_wrapper .left_label .instruction,.gform_wrapper .right_label .instruction{margin-left:29%}.gform_wrapper ul.gform_fields:not(.top_label) .gsection .gsection_description{margin-left:0;padding-top:4px;padding-left:0;line-height:1.5}.gform_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted{margin-left:29% !important;width:70%}.gform_wrapper ul.gform_fields:not(.top_label) ul.gfield_checkbox,.gform_wrapper ul.gform_fields:not(.top_label) ul.gfield_radio{overflow:hidden}.gform_wrapper .right_label div.ginput_complex,.gform_wrapper .left_label div.ginput_complex{width:70%;margin-left:29%}.gform_wrapper .right_label input.small,.gform_wrapper .right_label select.small,.gform_wrapper .left_label input.small,.gform_wrapper .left_label select.small{width:15%}.gform_wrapper .right_label input.medium,.gform_wrapper .right_label select.medium,.gform_wrapper .left_label input.medium,.gform_wrapper .left_label select.medium{width:calc(35% - 8px)}.gform_wrapper .right_label input.large,.gform_wrapper .right_label select.large,.gform_wrapper .left_label input.large,.gform_wrapper .left_label select.large{width:70%}.gform_wrapper .right_label textarea.small,.gform_wrapper .left_label textarea.small,.gform_wrapper .right_label textarea.medium,.gform_wrapper .left_label textarea.medium,.gform_wrapper .right_label textarea.large,.gform_wrapper .left_label textarea.large{width:70%}.gform_wrapper ul.gform_fields:not(.top_label) .ginput_list{width:70%;margin-left:29% !important}.gform_wrapper .top_label .gfield_list{width:100%}.gform_wrapper .left_label .gf_list_one_column,.gform_wrapper .right_label .gf_list_one_column{width:45%}.gform_wrapper .top_label .gf_list_one_column{width:46%}.gform_wrapper .left_label li.hidden_label input,.gform_wrapper .right_label li.hidden_label input{margin-left:3.7%}.gform_wrapper .left_label li.gfield .gfield_password_strength,.gform_wrapper .right_label li.gfield .gfield_password_strength{margin-left:29%}.gform_wrapper .top_label input.small,.gform_wrapper .top_label select.small{width:25%}.gform_wrapper .top_label input.medium,.gform_wrapper .top_label select.medium{width:calc(50% - 8px)}.gform_wrapper.gform_validation_error .top_label input.medium,.gform_wrapper.gform_validation_error .top_label select.medium{width:50%}.gform_wrapper .top_label input.large,.gform_wrapper .top_label select.large,.gform_wrapper .hidden_label input.large,.gform_wrapper .hidden_label select.large{width:100%}.gform_wrapper .top_label input.small.datepicker,.gform_wrapper .top_label input.medium.datepicker,.gform_wrapper .top_label input.large.datepicker{width:auto}.gform_wrapper textarea.small{height:80px;width:100%}.gform_wrapper textarea.medium{height:220px;width:100%}.gform_wrapper textarea.large{height:320px;width:100%}.gform_wrapper .ginput_complex .ginput_left,.gform_wrapper .ginput_complex .ginput_right{width:50%;display:-moz-inline-stack;display:inline-block;vertical-align:top;margin:0 -4px 0 0}.gform_wrapper .gfield_error .ginput_complex .ginput_left,.gform_wrapper .gfield_error .ginput_complex .ginput_right{width:50%}.gform_wrapper .ginput_complex .ginput_cardinfo_left,.gform_wrapper .ginput_complex .ginput_cardinfo_right{min-height:43px;position:relative;float:left}.gform_wrapper .ginput_complex .ginput_cardinfo_left{width:50%}.gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,.gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year{width:47% !important;display:-moz-inline-stack;display:inline-block}.gform_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month{margin-right:4px}.gform_wrapper .gf_step{width:auto;display:-moz-inline-stack;display:inline-block;margin:16px 32px 16px 0}.gform_wrapper .gform_footer input.button,.gform_wrapper .gform_footer input[type=submit],.gform_wrapper .gform_footer input[type=image]{display:-moz-inline-stack;display:inline-block}.gform_wrapper .gform_footer input[type=image]{vertical-align:middle}.gform_wrapper .gform_footer a.gform_save_link,.gform_wrapper .gform_page_footer a.gform_save_link{margin-left:16px;display:-moz-inline-stack;display:inline-block}.gform_wrapper .gform_footer input.button,.gform_wrapper .gform_page_footer input.button,.gform_wrapper .gform_footer input[type=submit],.gform_wrapper .gform_page_footer input[type=submit]{width:auto}.gform_wrapper ul.gform_fields li.gfield{padding-right:16px}.gform_wrapper .ginput_complex .ginput_left{padding-right:8px}.gform_wrapper .left_label .ginput_complex.ginput_container_address:after{content:"";display:block}.gform_wrapper .ginput_complex.ginput_container_address .ginput_left{margin-right:8px}.gform_wrapper .ginput_complex.ginput_container_address .ginput_right{margin-right:-8px;padding-right:8px}.gform_wrapper .ginput_complex.ginput_container_address span.ginput_full+span.ginput_right{padding-right:8px !important;margin-right:8px}.gform_wrapper .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left{padding-right:8px !important;margin-right:-8px}.gform_wrapper .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left.address_zip{margin-right:8px}.gform_wrapper .gfield_error .ginput_container{padding-right:0}.gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength{margin:18px 0 18px 0}.gform_wrapper .gform_footer:not(.top_label){padding:16px 0 10px 0;margin-left:29%;width:70%}.top_label div.ginput_complex.ginput_container.gf_name_has_1,.top_label div.ginput_complex.ginput_container.gf_name_has_2,.top_label div.ginput_complex.ginput_container.gf_name_has_3{width:calc(100% + 15px)}.top_label div.ginput_complex.ginput_container.gf_name_has_4{width:calc(100% + 13px)}.top_label div.ginput_complex.ginput_container.gf_name_has_5{width:calc(100% + 14px)}ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_1,ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_2,ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_3{width:calc(70% + 15px);margin-left:29%}ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1,ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2,ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3{width:calc(70% + 24px)}ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_4{width:calc(70% + 13px);margin-left:29%}ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_5{width:calc(70% + 14px);margin-left:29%}div.ginput_container_name span{display:-moz-inline-stack;display:inline-block;vertical-align:top;padding-right:16px;margin-right:-4px}div.ginput_complex.ginput_container.gf_name_has_1 span{width:100%}div.ginput_complex.ginput_container.gf_name_has_2 span{width:50%}div.ginput_complex.ginput_container.gf_name_has_3 span{width:33.3%}div.ginput_complex.ginput_container.gf_name_has_4 span{width:25%}div.ginput_complex.ginput_container.gf_name_has_5 span{width:19.95%}.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1 span{width:99.75% !important}.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2 span{width:49.75% !important}.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 span{width:33% !important}.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_4 span{width:24.75% !important}.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_5 span{width:19.75% !important}html div.ginput_complex.ginput_container.gf_name_has_2 span:first-child,html div.ginput_complex.ginput_container.gf_name_has_3 span:first-child,html div.ginput_complex.ginput_container.gf_name_has_4 span:first-child,html div.ginput_complex.ginput_container.gf_name_has_5 span:first-child{margin-left:0 !important}.gform_wrapper .top_label .ginput_complex.ginput_container.ginput_container_email{width:calc(100% + 15px)}.gform_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.ginput_container_email{width:calc(70% + 16px);margin-left:29%}.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.ginput_container_email{width:calc(70% + 17px)}li.gfield.gfield_error .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error .ginput_complex.ginput_container.ginput_container_email{width:calc(70% + 8px) !important}.gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_left,.gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_right{padding-right:16px}.gform_wrapper ul.left_label li.gfield .gfield_password_strength,.gform_wrapper ul.right_label li.gfield .gfield_password_strength{width:70%}.gform_wrapper .ginput_complex span.ginput_left+input.gform_hidden+span.ginput_left{padding-right:0}.gform_wrapper .ginput_complex span.ginput_left.address_country{margin-right:0}html:not[dir="rtl"] .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time),html:not[dir="rtl"] .gform_wrapper ul.gform_fields:not(.top_label) .clear-multi,html:not[dir="rtl"] .gform_wrapper ul.gform_fields:not(.top_label) .gfield_description{width:70%;margin-left:29% !important}.gform_wrapper .gf_progressbar{width:calc(100% - 16px)}.gform_wrapper ul.gform_fields:not(.top_label) .gform_fileupload_multifile .gform_drop_area{margin-left:29%;width:70%}body .gform_wrapper span.ginput_left.address_city+input.gform_hidden+span.ginput_left.address_country{width:calc(50% - 8px);margin-right:0}.gform_wrapper ul.gform_fields:not(.top_label) .ginput_container.ginput_recaptcha{margin-left:29% !important}.gform_wrapper .gform_page_footer .button.gform_previous_button{margin-bottom:0}.gform_wrapper .gform_page_footer .button.gform_next_button,.gform_wrapper .gform_page_footer .button.gform_button{margin-right:10px}}@media only screen and (min-width: 641px){.gform_wrapper .top_label li.gfield.gf_inline{vertical-align:top;width:auto !important;margin:0;padding-right:16px;float:none !important;display:-moz-inline-stack;display:inline-block}.gform_wrapper .top_label li.gfield.gf_inline input[type=text].large,.gform_wrapper .top_label li.gfield.gf_inline input[type=url].large,.gform_wrapper .top_label li.gfield.gf_inline input[type=email].large,.gform_wrapper .top_label li.gfield.gf_inline input[type=tel].large,.gform_wrapper .top_label li.gfield.gf_inline input[type=number].large,.gform_wrapper .top_label li.gfield.gf_inline input[type=password].large,.gform_wrapper .top_label li.gfield.gf_inline input[type=text].medium,.gform_wrapper .top_label li.gfield.gf_inline input[type=url].medium,.gform_wrapper .top_label li.gfield.gf_inline input[type=email].medium,.gform_wrapper .top_label li.gfield.gf_inline input[type=tel].medium,.gform_wrapper .top_label li.gfield.gf_inline input[type=number].medium,.gform_wrapper .top_label li.gfield.gf_inline input[type=password].medium,.gform_wrapper .top_label li.gfield.gf_inline input[type=text].small,.gform_wrapper .top_label li.gfield.gf_inline input[type=url].small,.gform_wrapper .top_label li.gfield.gf_inline input[type=email].small,.gform_wrapper .top_label li.gfield.gf_inline input[type=tel].small,.gform_wrapper .top_label li.gfield.gf_inline input[type=number].small,.gform_wrapper .top_label li.gfield.gf_inline input[type=password].small{width:100%}.gform_wrapper .top_label li.gfield.gf_inline input[type=text].datepicker.medium{width:96px !important}.gform_wrapper .top_label li.gfield.gf_inline select{width:100%}.gform_wrapper .top_label li.gfield.gf_inline textarea{width:100%}.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour input[type=text],.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute input[type=text]{width:70% !important}.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour,.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute,.gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_month,.gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_day,.gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_year{width:50px}.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_ampm{width:auto}.gform_wrapper li.gf_inline div.ginput_container{white-space:nowrap !important}.gform_wrapper li.gf_inline div.ginput_container.ginput_container_date label,.gform_wrapper li.gf_inline div.ginput_container.ginput_container_date .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper li.gf_inline div.ginput_container.ginput_container_date a.clear-values{display:block !important}.gform_wrapper li.gfield.gfield_error.gf_inline{margin-right:16px;padding-right:0}.gform_wrapper .top_label li.gfield.gf_left_half,.gform_wrapper .top_label li.gfield.gf_right_half{display:-moz-inline-stack;display:inline-block;vertical-align:top;width:50%;padding-right:16px;float:none}.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(ul.gfield_radio li input):not(ul.gfield_checkbox li input):not(.datepicker),.gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker){width:100% !important;margin:8px 0 0 0;padding-left:0;padding-right:0}.gform_wrapper .top_label li.gfield.gf_left_half:before{content:"";display:block;clear:both}.gform_wrapper .top_label li.gfield.gf_right_half:after{content:"";display:table;clear:both}.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half{max-width:calc(50% - 16px);padding-right:0}.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half{margin-right:16px}.gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.medium,.gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.large,.gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.medium,.gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.large,.gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.medium,.gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.large,.gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.medium,.gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.large{width:100%}.gform_wrapper .top_label li.gfield.gf_left_half textarea,.gform_wrapper .top_label li.gfield.gf_right_half textarea{width:98%}.gform_wrapper .top_label li.gfield.gf_left_half input.small,.gform_wrapper .top_label li.gfield.gf_right_half input.small{width:35%}.gform_wrapper .top_label li.gfield.gf_left_half+li.gsection,.gform_wrapper .top_label li.gfield.gf_right_half+li.gsection{padding:16px 0 8px 0}.gform_wrapper .top_label li.gfield.gf_left_half+li.gfield.gsection.gf_left_half,.gform_wrapper .top_label li.gfield.gf_right_half+li.gfield.gsection.gf_left_half,.gform_wrapper .top_label li.gfield.gf_left_half+li.gfield.gsection.gf_right_half,.gform_wrapper .top_label li.gfield.gf_right_half+li.gfield.gsection.gf_right_half,.gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_left_half,.gform_wrapper .top_label li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_left_half,.gform_wrapper .top_label li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_right_half{padding:16px 0 8px 0}.gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half{padding:0 0 8px 0}.gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half{padding:16px 0 8px 0}.gform_wrapper .top_label li.gfield.gf_left_half+li.gfield,.gform_wrapper .top_label li.gfield.gf_right_half+li.gfield,.gform_wrapper .top_label li.gfield.gf_left_half+.gform_footer,.gform_wrapper .top_label li.gfield.gf_right_half+.gform_footer{clear:both}.gform_wrapper .top_label li.gfield.gf_left_third,.gform_wrapper .top_label li.gfield.gf_middle_third,.gform_wrapper .top_label li.gfield.gf_right_third{display:-moz-inline-stack;display:inline-block;vertical-align:top;float:none}.gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),.gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm){width:33.3%}.gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm){width:33.4%}.gform_wrapper .top_label li.gfield.gf_left_third,.gform_wrapper .top_label li.gfield.gf_middle_third,.gform_wrapper .top_label li.gfield.gf_right_third{margin-bottom:8px}.gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.medium,.gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.large,.gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.medium,.gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.large,.gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.medium,.gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.large,.gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.medium,.gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.large,.gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.medium,.gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.large,.gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.medium,.gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.large{width:100%}.gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input:not([type='radio']):not([type='checkbox']):not(.ginput_quantity),.gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input:not([type='radio']):not([type='checkbox']):not(.ginput_quantity),.gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input:not([type='radio']):not([type='checkbox']):not(.ginput_quantity),.gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select,.gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select,.gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select{width:100% !important}.gform_wrapper .top_label li.gfield.gfield_error.gf_left_third,.gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third{width:calc(33.3% - 24px) !important;margin-right:16px}.gform_wrapper .top_label li.gfield.gfield_error.gf_right_third{width:33.4%}.gform_wrapper .top_label li.gfield.gf_right_third:after{content:"";display:table;clear:both}.gform_wrapper .top_label li.gfield.gf_left_third+li.gsection,.gform_wrapper .top_label li.gfield.gf_right_third+li.gsection{padding:16px 0 8px 0}.gform_wrapper .top_label li.gfield.gf_left_third+li.gfield,.gform_wrapper .top_label li.gfield.gf_middle_third+li.gfield,.gform_wrapper .top_label li.gfield.gf_right_third+li.gfield,.gform_wrapper .top_label li.gfield.gf_left_third+.gform_footer,.gform_wrapper .top_label li.gfield.gf_middle_third+.gform_footer,.gform_wrapper .top_label li.gfield.gf_right_third+.gform_footer{clear:both}.gform_wrapper .top_label li.gfield.gf_first_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),.gform_wrapper .top_label li.gfield.gf_second_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),.gform_wrapper .top_label li.gfield.gf_third_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),.gform_wrapper .top_label li.gfield.gf_fourth_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm){width:25%;display:-moz-inline-stack;display:inline-block;vertical-align:top;float:none}.gform_wrapper .top_label li.gfield.gf_first_quarter,.gform_wrapper .top_label li.gfield.gf_second_quarter,.gform_wrapper .top_label li.gfield.gf_third_quarter,.gform_wrapper .top_label li.gfield.gf_fourth_quarter{margin-bottom:8px}.gform_wrapper .top_label li.gfield.gf_first_quarter div:not(.ginput_container_date) input:not([type='radio']):not([type='checkbox']),.gform_wrapper .top_label li.gfield.gf_second_quarter div:not(.ginput_container_date) input:not([type='radio']):not([type='checkbox']),.gform_wrapper .top_label li.gfield.gf_third_quarter div:not(.ginput_container_date) input:not([type='radio']):not([type='checkbox']),.gform_wrapper .top_label li.gfield.gf_fourth_quarter div:not(.ginput_container_date) input:not([type='radio']):not([type='checkbox']),.gform_wrapper .top_label li.gfield.gf_first_quarter div:not(.ginput_container_date) select,.gform_wrapper .top_label li.gfield.gf_second_quarter div:not(.ginput_container_date) select,.gform_wrapper .top_label li.gfield.gf_third_quarter div:not(.ginput_container_date) select,.gform_wrapper .top_label li.gfield.gf_fourth_quarter div:not(.ginput_container_date) select{width:100% !important}.gform_wrapper .top_label li.gfield.gfield_error.gf_first_quarter,.gform_wrapper .top_label li.gfield.gfield_error.gf_second_quarter,.gform_wrapper .top_label li.gfield.gfield_error.gf_third_quarter,.gform_wrapper .top_label li.gfield.gfield_error.gf_fourth_quarter{width:24.5%}.gform_wrapper .top_label li.gfield.gf_fourth_quarter:after{content:"";display:table;clear:both}.gform_wrapper .top_label li.gfield.gf_first_quarter input.medium,.gform_wrapper .top_label li.gfield.gf_first_quarter input.large,.gform_wrapper .top_label li.gfield.gf_first_quarter select.medium,.gform_wrapper .top_label li.gfield.gf_first_quarter select.large,.gform_wrapper .top_label li.gfield.gf_second_quarter input.medium,.gform_wrapper .top_label li.gfield.gf_second_quarter input.large,.gform_wrapper .top_label li.gfield.gf_second_quarter select.medium,.gform_wrapper .top_label li.gfield.gf_second_quarter select.large,.gform_wrapper .top_label li.gfield.gf_third_quarter input.medium,.gform_wrapper .top_label li.gfield.gf_third_quarter input.large,.gform_wrapper .top_label li.gfield.gf_third_quarter select.medium,.gform_wrapper .top_label li.gfield.gf_third_quarter select.large,.gform_wrapper .top_label li.gfield.gf_fourth_quarter input.medium,.gform_wrapper .top_label li.gfield.gf_fourth_quarter input.large,.gform_wrapper .top_label li.gfield.gf_fourth_quarter select.medium,.gform_wrapper .top_label li.gfield.gf_fourth_quarter select.large{width:97.5%}.gform_wrapper .top_label li.gfield.gf_first_quarter+li.gsection,.gform_wrapper .top_label li.gfield.gf_fourth_quarter+li.gsection{padding:16px 0 8px 0}.gform_wrapper .top_label li.gfield.gf_first_quarter+li.gfield,.gform_wrapper .top_label li.gfield.gf_second_quarter+li.gfield,.gform_wrapper .top_label li.gfield.gf_third_quarter+li.gfield,.gform_wrapper .top_label li.gfield.gf_fourth_quarter+li.gfield,.gform_wrapper .top_label li.gfield.gf_first_quarter+.gform_footer,.gform_wrapper .top_label li.gfield.gf_second_quarter+.gform_footer,.gform_wrapper .top_label li.gfield.gf_third_quarter+.gform_footer,.gform_wrapper .top_label li.gfield.gf_fourth_quarter+.gform_footer{clear:both}.gform_wrapper .top_label li ul.gfield_checkbox,.gform_wrapper .top_label li ul.gfield_radio{width:calc(100% + 16px)}.gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_checkbox,.gform_wrapper ul.gform_fields:not(.top_label)li ul.gfield_radio{width:calc(70% + 16px)}.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li{width:50%;display:-moz-inline-stack;display:inline-block;margin:0;padding-right:16px;min-height:28px;vertical-align:top;font-size:90%}.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li{width:33.3%;display:-moz-inline-stack;display:inline-block;margin:0 0 2px 0;padding-right:16px;min-height:28px;vertical-align:top;font-size:90%}.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li label,.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li a.clear-values,.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li label,.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li a.clear-values,.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li label,.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li a.clear-values,.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li label,.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li a.clear-values,.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li label,.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li a.clear-values,.gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li label,.gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li a.clear-values{max-width:75%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li{width:25%;display:-moz-inline-stack;display:inline-block;margin:0;padding-right:16px;min-height:28px;vertical-align:top;font-size:90%}.gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_5col ul.gfield_radio li{width:20%;display:-moz-inline-stack;display:inline-block;margin:0;padding-right:16px;min-height:28px;vertical-align:top;font-size:90%}.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox,.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio,.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox,.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio,.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox,.gform_wrapper li.gfield.gf_list_4col ul.gfield_radio,.gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox,.gform_wrapper li.gfield.gf_list_5col ul.gfield_radio{overflow:hidden}.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_2col label.gfield_label,.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_2col .research__grid__main form .cat-wrap a.gfield_label.clear-values,.research__grid__main form .cat-wrap .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_2col a.gfield_label.clear-values,.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_3col label.gfield_label,.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_3col .research__grid__main form .cat-wrap a.gfield_label.clear-values,.research__grid__main form .cat-wrap .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_3col a.gfield_label.clear-values,.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_4col label.gfield_label,.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_4col .research__grid__main form .cat-wrap a.gfield_label.clear-values,.research__grid__main form .cat-wrap .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_4col a.gfield_label.clear-values,.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_5col label.gfield_label,.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_5col .research__grid__main form .cat-wrap a.gfield_label.clear-values,.research__grid__main form .cat-wrap .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_5col a.gfield_label.clear-values,.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_inline label.gfield_label,.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_inline .research__grid__main form .cat-wrap a.gfield_label.clear-values,.research__grid__main form .cat-wrap .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_inline a.gfield_label.clear-values{margin:0 0 10px 0}.gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox,.gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox,.gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox,.gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox{-moz-column-gap:16px;column-gap:16px}.gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label,.gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical .research__grid__main form .cat-wrap a.gfield_label.clear-values,.research__grid__main form .cat-wrap .gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical a.gfield_label.clear-values,.gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label,.gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical .research__grid__main form .cat-wrap a.gfield_label.clear-values,.research__grid__main form .cat-wrap .gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical a.gfield_label.clear-values,.gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label,.gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical .research__grid__main form .cat-wrap a.gfield_label.clear-values,.research__grid__main form .cat-wrap .gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical a.gfield_label.clear-values,.gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label,.gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical .research__grid__main form .cat-wrap a.gfield_label.clear-values,.research__grid__main form .cat-wrap .gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical a.gfield_label.clear-values{margin:0 0 10px 0}.gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox,.gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio{width:calc(100% - 16px);-moz-column-count:2;column-count:2}.gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox,.gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio{width:calc(100% - 8px);-moz-column-count:3;column-count:3}.gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox,.gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio{width:calc(100% - 8px);-moz-column-count:4;column-count:4}.gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox,.gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio{width:calc(100% - 8px);-moz-column-count:5;column-count:5}.gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,.gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox li .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox li a.clear-values,.gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio li label,.gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio li .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio li a.clear-values,.gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,.gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox li .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox li a.clear-values,.gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio li label,.gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio li .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio li a.clear-values,.gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,.gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox li .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox li a.clear-values,.gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio li label,.gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio li .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio li a.clear-values,.gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,.gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox li .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox li a.clear-values,.gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio li label,.gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio li .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio li a.clear-values{max-width:75%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gform_wrapper li.gfield.gf_list_height_25 ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_height_25 ul.gfield_radio li{height:25px}.gform_wrapper li.gfield.gf_list_height_50 ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_height_50 ul.gfield_radio li{height:50px}.gform_wrapper li.gfield.gf_list_height_75 ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_height_75 ul.gfield_radio li{height:75px}.gform_wrapper li.gfield.gf_list_height_100 ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_height_100 ul.gfield_radio li{height:100px}.gform_wrapper li.gfield.gf_list_height_125 ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_height_125 ul.gfield_radio li{height:125px}.gform_wrapper li.gfield.gf_list_height_150 ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_height_150 ul.gfield_radio li{height:150px}.gform_wrapper li.gf_list_inline ul.gfield_checkbox li,.gform_wrapper li.gf_list_inline ul.gfield_radio li{width:auto !important;float:none !important;margin:0 8px 10px 0;display:-moz-inline-stack;display:inline-block}html:not[dir="rtl"] .gform_wrapper li.gf_list_inline ul.gfield_checkbox li,html:not[dir="rtl"] .gform_wrapper li.gf_list_inline ul.gfield_radio li{padding-right:16px !important}html[dir="rtl"] .gform_wrapper li.gf_list_inline ul.gfield_checkbox li,html[dir="rtl"] .gform_wrapper li.gf_list_inline ul.gfield_radio li{padding-left:16px !important}.gform_wrapper li.gf_hide_ampm div.gfield_time_ampm{display:none !important}.gform_wrapper li.gsection.gf_scroll_text{height:240px;width:calc(100% - 16px);padding:16px;background-color:#fff;overflow-y:scroll;overflow-x:hidden;border:1px solid #CCC;border-bottom:1px solid #CCC !important}.gform_wrapper .top_label li.gsection.gf_scroll_text h2.gsection_title{margin:10px 10px 0 8px !important}.gform_wrapper.gf_browser_gecko .top_label li.gsection.gf_scroll_text h2.gsection_title,.gform_wrapper.gf_browser_chrome .top_label li.gsection.gf_scroll_text h2.gsection_title{margin:0 10px 0 8px !important}.gform_wrapper .top_label li.gsection.gf_scroll_text .gsection_description{margin:10px;font-size:12px}.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li,.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li{list-style-type:disc !important;margin:0 0 8px;overflow:visible;padding-left:0}.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul,.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul{list-style-type:disc !important;margin:16px 0 16px 18px;padding-left:0}.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li,.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li{list-style-type:decimal !important;overflow:visible;margin:0 0 8px;padding-left:0}.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol,.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol{list-style-type:decimal !important;margin:16px 0 18px 32px;padding-left:0}.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul,.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li{list-style-type:disc !important;padding-left:0}.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul{margin:16px 0 16px 18px}.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li{margin:0 0 8px}.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl{margin:0 0 18px 0;padding-left:0}.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dt{font-weight:700}.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dd{margin:0 0 16px 18px}.gform_wrapper li.gfield.gfield_html.gf_alert_green,.gform_wrapper li.gfield.gfield_html.gf_alert_red,.gform_wrapper li.gfield.gfield_html.gf_alert_yellow,.gform_wrapper li.gfield.gfield_html.gf_alert_gray,.gform_wrapper li.gfield.gfield_html.gf_alert_blue{border-radius:3px;margin:20px 0 !important;padding:20px !important}.gform_wrapper li.gfield.gfield_html.gf_alert_green{border:1px solid #97B48A;background-color:#CBECA0;text-shadow:#DFB 1px 1px;color:#030}.gform_wrapper li.gfield.gfield_html.gf_alert_red{border:1px solid #CFADB3;background-color:#FAF2F5;text-shadow:#FFF 1px 1px;color:#832525}.gform_wrapper li.gfield.gfield_html.gf_alert_yellow{border:1px solid #E6DB55;background-color:#FFFBCC;text-shadow:#FCFAEA 1px 1px;color:#222}.gform_wrapper li.gfield.gfield_html.gf_alert_gray{border:1px solid #CCC;background-color:#EEE;text-shadow:#FFF 1px 1px;color:#424242}.gform_wrapper li.gfield.gfield_html.gf_alert_blue{border:1px solid #a7c2e7;background-color:#D1E4F3;text-shadow:#E0F1FF 1px 1px;color:#314475}div.gform_confirmation_wrapper.gf_confirmation_simple_yellow{margin:30px 0;max-width:99%;border-top:1px solid #E6DB55;border-bottom:1px solid #E6DB55;padding:32px;background-color:#FFFBCC;color:#424242;font-size:25px}div.gform_confirmation_wrapper.gf_confirmation_simple_gray{margin:30px 0;max-width:99%;border-top:1px solid #CCC;border-bottom:1px solid #CCC;padding:32px;background-color:#EAEAEA;color:#424242;font-size:25px}div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient{position:relative;background-color:#FFFBD2;margin:30px 0;border:1px solid #E6DB55;box-shadow:0px 0px 5px rgba(221,215,131,0.75)}div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient div.gforms_confirmation_message{margin:0;padding:40px;max-width:99%;font-size:28px;border-top:2px solid #FFF;border-bottom:1px solid #E6DB55;background-color:#FFFBCC;color:#424242;background:#fffce5;background:linear-gradient(to bottom, #fffce5 0%, #fff9bf 100%)}div.gform_confirmation_wrapper.gf_confirmation_green_gradient{position:relative;background-color:#f1fcdf;margin:30px 0;border:1px solid #a7c37c;box-shadow:0px 0px 5px rgba(86,122,86,0.4)}div.gform_confirmation_wrapper.gf_confirmation_green_gradient div.gforms_confirmation_message{margin:0;padding:40px;max-width:99%;font-size:28px;border-top:2px solid #effade;border-bottom:1px solid #a7c37c;background-color:#FFFBCC;text-shadow:#DFB 1px 1px;color:#030;background:#dbf2b7;background:linear-gradient(to bottom, #dbf2b7 0%, #b4d088 100%)}div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:before,div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after,div.gform_confirmation_wrapper.gf_confirmation_green_gradient:before,div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after{z-index:-1;position:absolute;content:"";bottom:15px;left:10px;width:50%;top:80%;max-width:40%;background:rgba(0,0,0,0.2);box-shadow:0 15px 10px rgba(0,0,0,0.2);transform:rotate(-3deg)}div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after,div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after{transform:rotate(3deg);right:10px;left:auto}.gform_wrapper.gf_simple_horizontal_wrapper.centered_wrapper{width:auto;margin:0 auto;display:table}.gform_wrapper form.gf_simple_horizontal{width:calc(100% -16px);margin:0 auto}.gform_wrapper form.gf_simple_horizontal div.gform_body,.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label{display:table-cell;vertical-align:middle;margin:0;padding:0;position:relative}.gform_wrapper form.gf_simple_horizontal div.gform_body{width:auto;max-width:75%}.gform_wrapper form.gf_simple_horizontal div.ginput_container,.gform_wrapper form.gf_simple_horizontal ul li.gfield{margin-top:0 !important}.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label{width:auto;max-width:25%;padding:0;margin:0}body:not(rtl) .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label{text-align:left}.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label{display:table;width:100%}.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield{display:table-cell;padding-right:1em;height:auto}.gform_wrapper form.gf_simple_horizontal label.gfield_label,.gform_wrapper .research__grid__main form.gf_simple_horizontal .cat-wrap a.gfield_label.clear-values,.research__grid__main .gform_wrapper form.gf_simple_horizontal .cat-wrap a.gfield_label.clear-values,.gform_wrapper form.gf_simple_horizontal .ginput_complex label,.gform_wrapper .research__grid__main form.gf_simple_horizontal .ginput_complex .cat-wrap a.clear-values,.research__grid__main .gform_wrapper form.gf_simple_horizontal .ginput_complex .cat-wrap a.clear-values,.gform_wrapper .research__grid__main form.gf_simple_horizontal .cat-wrap .ginput_complex a.clear-values,.research__grid__main .gform_wrapper form.gf_simple_horizontal .cat-wrap .ginput_complex a.clear-values,.gform_wrapper form.gf_simple_horizontal .gfield_description:not(.validation_message){display:block;height:1px;width:1px;overflow:hidden;position:absolute;top:0;left:-9000px}.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield{vertical-align:middle}.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_above li.gfield{vertical-align:middle}.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.small,.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.medium,.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.large{width:100%}.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.small,.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.medium,.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.large{width:100%}.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type="submit"],.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type="button"],.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type="image"]{height:auto}.gform_wrapper form.gf_simple_horizontal .top_label .gfield_error{margin-bottom:0}.gform_wrapper form.gf_simple_horizontal ul li.gfield .ginput_container_checkbox ul li,.gform_wrapper form.gf_simple_horizontal ul li.gfield .ginput_container_radio ul li{display:inline-block;margin-right:.5em}html[dir="rtl"] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_2 span{width:48.5%}html[dir="rtl"] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_3 span{width:33%}html[dir="rtl"] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_4 span{width:24.5%}html[dir="rtl"] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_5 span{width:19.5%}}body .gform_wrapper.gf_form_center_wrapper{padding:16px 0 16px 16px}[data-sal]{transition-duration:.2s;transition-delay:0s}[data-sal][data-sal-duration='200']{transition-duration:.2s}[data-sal][data-sal-duration='250']{transition-duration:.25s}[data-sal][data-sal-duration='300']{transition-duration:.3s}[data-sal][data-sal-duration='350']{transition-duration:.35s}[data-sal][data-sal-duration='400']{transition-duration:.4s}[data-sal][data-sal-duration='450']{transition-duration:.45s}[data-sal][data-sal-duration='500']{transition-duration:.5s}[data-sal][data-sal-duration='550']{transition-duration:.55s}[data-sal][data-sal-duration='600']{transition-duration:.6s}[data-sal][data-sal-duration='650']{transition-duration:.65s}[data-sal][data-sal-duration='700']{transition-duration:.7s}[data-sal][data-sal-duration='750']{transition-duration:.75s}[data-sal][data-sal-duration='800']{transition-duration:.8s}[data-sal][data-sal-duration='850']{transition-duration:.85s}[data-sal][data-sal-duration='900']{transition-duration:.9s}[data-sal][data-sal-duration='950']{transition-duration:.95s}[data-sal][data-sal-duration='1000']{transition-duration:1s}[data-sal][data-sal-duration='1050']{transition-duration:1.05s}[data-sal][data-sal-duration='1100']{transition-duration:1.1s}[data-sal][data-sal-duration='1150']{transition-duration:1.15s}[data-sal][data-sal-duration='1200']{transition-duration:1.2s}[data-sal][data-sal-duration='1250']{transition-duration:1.25s}[data-sal][data-sal-duration='1300']{transition-duration:1.3s}[data-sal][data-sal-duration='1350']{transition-duration:1.35s}[data-sal][data-sal-duration='1400']{transition-duration:1.4s}[data-sal][data-sal-duration='1450']{transition-duration:1.45s}[data-sal][data-sal-duration='1500']{transition-duration:1.5s}[data-sal][data-sal-duration='1550']{transition-duration:1.55s}[data-sal][data-sal-duration='1600']{transition-duration:1.6s}[data-sal][data-sal-duration='1650']{transition-duration:1.65s}[data-sal][data-sal-duration='1700']{transition-duration:1.7s}[data-sal][data-sal-duration='1750']{transition-duration:1.75s}[data-sal][data-sal-duration='1800']{transition-duration:1.8s}[data-sal][data-sal-duration='1850']{transition-duration:1.85s}[data-sal][data-sal-duration='1900']{transition-duration:1.9s}[data-sal][data-sal-duration='1950']{transition-duration:1.95s}[data-sal][data-sal-duration='2000']{transition-duration:2s}[data-sal][data-sal-delay='50']{transition-delay:.05s}[data-sal][data-sal-delay='100']{transition-delay:.1s}[data-sal][data-sal-delay='150']{transition-delay:.15s}[data-sal][data-sal-delay='200']{transition-delay:.2s}[data-sal][data-sal-delay='250']{transition-delay:.25s}[data-sal][data-sal-delay='300']{transition-delay:.3s}[data-sal][data-sal-delay='350']{transition-delay:.35s}[data-sal][data-sal-delay='400']{transition-delay:.4s}[data-sal][data-sal-delay='450']{transition-delay:.45s}[data-sal][data-sal-delay='500']{transition-delay:.5s}[data-sal][data-sal-delay='550']{transition-delay:.55s}[data-sal][data-sal-delay='600']{transition-delay:.6s}[data-sal][data-sal-delay='650']{transition-delay:.65s}[data-sal][data-sal-delay='700']{transition-delay:.7s}[data-sal][data-sal-delay='750']{transition-delay:.75s}[data-sal][data-sal-delay='800']{transition-delay:.8s}[data-sal][data-sal-delay='850']{transition-delay:.85s}[data-sal][data-sal-delay='900']{transition-delay:.9s}[data-sal][data-sal-delay='950']{transition-delay:.95s}[data-sal][data-sal-delay='1000']{transition-delay:1s}[data-sal][data-sal-easing='linear']{transition-timing-function:linear}[data-sal][data-sal-easing='ease']{transition-timing-function:ease}[data-sal][data-sal-easing='ease-in']{transition-timing-function:ease-in}[data-sal][data-sal-easing='ease-out']{transition-timing-function:ease-out}[data-sal][data-sal-easing='ease-in-out']{transition-timing-function:ease-in-out}[data-sal][data-sal-easing='ease-in-cubic']{transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}[data-sal][data-sal-easing='ease-out-cubic']{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}[data-sal][data-sal-easing='ease-in-out-cubic']{transition-timing-function:cubic-bezier(0.645, 0.045, 0.355, 1)}[data-sal][data-sal-easing='ease-in-circ']{transition-timing-function:cubic-bezier(0.6, 0.04, 0.98, 0.335)}[data-sal][data-sal-easing='ease-out-circ']{transition-timing-function:cubic-bezier(0.075, 0.82, 0.165, 1)}[data-sal][data-sal-easing='ease-in-out-circ']{transition-timing-function:cubic-bezier(0.785, 0.135, 0.15, 0.86)}[data-sal][data-sal-easing='ease-in-expo']{transition-timing-function:cubic-bezier(0.95, 0.05, 0.795, 0.035)}[data-sal][data-sal-easing='ease-out-expo']{transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1)}[data-sal][data-sal-easing='ease-in-out-expo']{transition-timing-function:cubic-bezier(1, 0, 0, 1)}[data-sal][data-sal-easing='ease-in-quad']{transition-timing-function:cubic-bezier(0.55, 0.085, 0.68, 0.53)}[data-sal][data-sal-easing='ease-out-quad']{transition-timing-function:cubic-bezier(0.25, 0.46, 0.45, 0.94)}[data-sal][data-sal-easing='ease-in-out-quad']{transition-timing-function:cubic-bezier(0.455, 0.03, 0.515, 0.955)}[data-sal][data-sal-easing='ease-in-quart']{transition-timing-function:cubic-bezier(0.895, 0.03, 0.685, 0.22)}[data-sal][data-sal-easing='ease-out-quart']{transition-timing-function:cubic-bezier(0.165, 0.84, 0.44, 1)}[data-sal][data-sal-easing='ease-in-out-quart']{transition-timing-function:cubic-bezier(0.77, 0, 0.175, 1)}[data-sal][data-sal-easing='ease-in-quint']{transition-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06)}[data-sal][data-sal-easing='ease-out-quint']{transition-timing-function:cubic-bezier(0.23, 1, 0.32, 1)}[data-sal][data-sal-easing='ease-in-out-quint']{transition-timing-function:cubic-bezier(0.86, 0, 0.07, 1)}[data-sal][data-sal-easing='ease-in-sine']{transition-timing-function:cubic-bezier(0.47, 0, 0.745, 0.715)}[data-sal][data-sal-easing='ease-out-sine']{transition-timing-function:cubic-bezier(0.39, 0.575, 0.565, 1)}[data-sal][data-sal-easing='ease-in-out-sine']{transition-timing-function:cubic-bezier(0.445, 0.05, 0.55, 0.95)}[data-sal][data-sal-easing='ease-in-back']{transition-timing-function:cubic-bezier(0.6, -0.28, 0.735, 0.045)}[data-sal][data-sal-easing='ease-out-back']{transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.275)}[data-sal][data-sal-easing='ease-in-out-back']{transition-timing-function:cubic-bezier(0.68, -0.55, 0.265, 1.55)}[data-sal|='fade']{opacity:0;transition-property:opacity}[data-sal|='fade'].sal-animate,body.sal-disabled [data-sal|='fade']{opacity:1}[data-sal|='slide']{opacity:0;transition-property:opacity, transform}[data-sal='slide-up']{transform:translateY(20%)}[data-sal='slide-down']{transform:translateY(-20%)}[data-sal='slide-left']{transform:translateX(20%)}[data-sal='slide-right']{transform:translateX(-20%)}[data-sal|='slide'].sal-animate,body.sal-disabled [data-sal|='slide']{opacity:1;transform:none}[data-sal|='zoom']{opacity:0;transition-property:opacity, transform}[data-sal='zoom-in']{transform:scale(.5)}[data-sal='zoom-out']{transform:scale(1.1)}[data-sal|='zoom'].sal-animate,body.sal-disabled [data-sal|='zoom']{opacity:1;transform:none}[data-sal|='flip']{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:transform}[data-sal='flip-left']{transform:perspective(2000px) rotateY(-91deg)}[data-sal='flip-right']{transform:perspective(2000px) rotateY(91deg)}[data-sal='flip-up']{transform:perspective(2000px) rotateX(-91deg)}[data-sal='flip-down']{transform:perspective(2000px) rotateX(91deg)}[data-sal|='flip'].sal-animate,body.sal-disabled [data-sal|='flip']{transform:none}.attachment img[src$=".svg"],.widget_media_image img[src$=".svg"]{width:100%}.attachment img[src$=".svg"],.widget_media_image img[src$=".svg"]{width:100%}.attachment svg,.widget_media_image svg{max-width:100%;height:auto}.prettydropdown{position:relative;min-width:72px;display:inline-block}.prettydropdown.loading{min-width:0}.prettydropdown>ul{position:absolute;top:0;left:0;background:#fff;border:1px solid #a9a9a9;box-sizing:content-box;color:#000;cursor:pointer;font:normal 18px Calibri, sans-serif;list-style-type:none;margin:0;padding:0;text-align:left;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1}.prettydropdown.loading>ul{visibility:hidden;white-space:nowrap}.prettydropdown>ul:focus,.prettydropdown:not(.disabled)>ul:hover{border-color:#7f7f7f}.prettydropdown:not(.disabled)>ul.active{width:auto;max-height:none !important;border-color:#1e90ff;overflow-x:hidden;overflow-y:auto;z-index:99}.prettydropdown>ul.active:focus{outline:none}.prettydropdown>ul.active.reverse{top:auto;bottom:0}.prettydropdown>ul>li{position:relative;min-width:70px;height:48px;border-top:1px solid transparent;border-bottom:1px solid transparent;box-sizing:border-box;display:none;line-height:46px;margin:0;padding-left:0.8rem}.prettydropdown.loading>ul>li{min-width:0;display:block;padding-right:0.8rem}.prettydropdown>ul:not(.active)>li:not(.selected):first-child{visibility:hidden}.prettydropdown>ul>li:first-child,.prettydropdown>ul.active>li{display:block}.prettydropdown>ul.active>li:not(.label):hover,.prettydropdown>ul.active>li.hover:not(.label),.prettydropdown>ul.active>li:first-child:hover:after{background:#1e90ff;color:#fff}.prettydropdown>ul.active>li.nohover{background:inherit !important;color:inherit !important}.prettydropdown>ul.active>li.hover:before,.prettydropdown>ul.active>li.nohover:after{border-top-color:#fff !important}.prettydropdown>ul.active>li.hover:after,.prettydropdown>ul.active>li.nohover:before{border-top-color:#1e90ff !important}.prettydropdown.arrow>ul>li.selected:before,.prettydropdown.arrow>ul>li.selected:after{position:absolute;top:8px;bottom:0;right:8px;height:16px;border:8px solid transparent;box-sizing:border-box;content:'';display:block;margin:auto}.prettydropdown.arrow.small>ul>li.selected:before,.prettydropdown.arrow.small>ul>li.selected:after{top:4px;height:8px;border-width:4px}.prettydropdown.arrow>ul>li.selected:before{border-top-color:#a9a9a9}.prettydropdown.arrow>ul>li.selected:after{top:4px;border-top-color:#fff}.prettydropdown.arrow.small>ul>li.selected:after{top:2px}.prettydropdown.arrow.triangle>ul>li.selected:after{content:none}.prettydropdown>ul:hover>li.selected:before{border-top-color:#7f7f7f}.prettydropdown>ul.active>li.selected:before,.prettydropdown>ul.active>li.selected:after{border:none}.prettydropdown>ul:not(.active)>li>span.checked{display:none}.prettydropdown.multiple>ul>li.selected{overflow:hidden;padding-right:2rem;text-overflow:ellipsis;white-space:nowrap}.prettydropdown>ul>li>span.checked{clear:both;float:right;font-weight:bold;margin-right:0.8rem}.prettydropdown>ul>li.label{cursor:default;font-weight:bold}.prettydropdown>ul>li.label:first-child,.prettydropdown.classic>ul>li.label ~ li.selected{border-top:none}.prettydropdown>ul>li.label ~ li:not(.label):not(.selected),.prettydropdown.classic>ul.active>li.label ~ li:not(.label){padding-left:1.6rem}.prettydropdown.classic>ul:not(.active)>li.selected:not(:first-child){position:absolute;top:0;display:block}.prettydropdown.disabled,.prettydropdown>ul>li.disabled{opacity:0.3}.prettydropdown.disabled>ul>li,.prettydropdown>ul>li.disabled{cursor:not-allowed}.prettydropdown.multiple>ul>li.selected+li,.prettydropdown.multiple>ul.reverse>li.selected,.prettydropdown>ul>li.label,.prettydropdown>ul>li.label ~ li.selected{border-top-color:#dedede}.modal{font-family:-apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif}.modal__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);display:flex;justify-content:center;align-items:center;z-index:1000}.modal__container{background-color:#fff;padding:30px;max-width:500px;max-height:100vh;border-radius:4px;overflow-y:auto;box-sizing:border-box}.modal__header{display:flex;justify-content:space-between;align-items:center}.modal__title{margin-top:0;margin-bottom:0;font-weight:600;font-size:1.25rem;line-height:1.25;color:#00449e;box-sizing:border-box}.modal__close{background:transparent;border:0}.modal__header .modal__close:before{content:"\2715"}.modal__content{line-height:1.5;color:rgba(0,0,0,0.8)}.modal__btn{font-size:.875rem;padding-left:1rem;padding-right:1rem;padding-top:.5rem;padding-bottom:.5rem;background-color:#e6e6e6;color:rgba(0,0,0,0.8);border-radius:.25rem;border-style:none;border-width:0;cursor:pointer;-webkit-appearance:button;text-transform:none;overflow:visible;line-height:1.15;margin:0;will-change:transform;-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);transition:transform .25s ease-out}.modal__btn:focus,.modal__btn:hover{transform:scale(1.05)}.modal__btn-primary{background-color:#00449e;color:#fff}@-webkit-keyframes mmfadeIn{from{opacity:0}to{opacity:1}}@keyframes mmfadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes mmfadeOut{from{opacity:1}to{opacity:0}}@keyframes mmfadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes mmslideIn{from{transform:translateY(15%)}to{transform:translateY(0)}}@keyframes mmslideIn{from{transform:translateY(15%)}to{transform:translateY(0)}}@-webkit-keyframes mmslideOut{from{transform:translateY(0)}to{transform:translateY(-10%)}}@keyframes mmslideOut{from{transform:translateY(0)}to{transform:translateY(-10%)}}.micromodal-slide{display:none}.micromodal-slide.is-open{display:block}.micromodal-slide[aria-hidden="false"] .modal__overlay{-webkit-animation:mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);animation:mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1)}.micromodal-slide[aria-hidden="false"] .modal__container{-webkit-animation:mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);animation:mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1)}.micromodal-slide[aria-hidden="true"] .modal__overlay{-webkit-animation:mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);animation:mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1)}.micromodal-slide[aria-hidden="true"] .modal__container{-webkit-animation:mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);animation:mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1)}.micromodal-slide .modal__container,.micromodal-slide .modal__overlay{will-change:transform}.wrapper{margin-left:auto;margin-right:auto;padding-left:30px;padding-right:30px;max-width:1340px}.wrapper:before,.wrapper:after{content:" ";display:table}.wrapper:after{clear:both}.wrapper--full{width:100%;max-width:none}.wrapper--md{max-width:1000px}.wrapper--sm-bump{max-width:770px}.wrapper--sm{max-width:675px}.wrapper--xs{max-width:540px}.header{background-color:transparent;top:0;left:0;z-index:1000;width:100%;transition:all 0.3s ease-in-out;position:absolute}.header--bg-white{background-color:#fff !important}.header--bg-gray{background-color:#e9eff3}.header--box-shadow{box-shadow:0 2px 23px 5px rgba(93,103,112,0.25)}.header__announcement-bar{height:auto;width:100%;background-color:#ffc42e;display:flex;flex-direction:column;transition:0.3s}.header__announcement-bar a{display:flex;align-items:center;text-align:center;color:#081f40;margin:20px auto;font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;text-transform:uppercase;font-size:.875rem;line-height:1.59;letter-spacing:normal;border-bottom:1px solid transparent;font-weight:500}.header__announcement-bar a svg{transition:all 0.3s ease-in-out;margin-left:15px}.header__announcement-bar a svg path{fill:#081f40}.header__announcement-bar a:hover,.header__announcement-bar a:focus{color:#081f40;border-color:#081f40}@media screen and (min-width: 1000px){.header__announcement-bar a{font-size:1.375rem}}.header__content{display:flex;flex-direction:column;justify-content:space-between;height:80px;position:relative;height:auto}.header__content .logo-wrapper{display:flex}.header__content .nav-link-group{margin-top:75px}.header__content .nav-link-group button{padding:0;border:0;background-color:transparent;color:#081f40;padding:12px}.header__content .nav-link-group button:hover,.header__content .nav-link-group button:focus,.header__content .nav-link-group button:active{border:0;background-color:transparent}.header__content .nav-link-group--close{font-size:38px;line-height:0.7;display:none;width:30px;font-family:'Arial', 'sans-serif'}@media screen and (min-width: 1000px){.header__content .nav-link-group button{padding:7px}.header__content .nav-link-group--close{height:44px;width:44px}}@media screen and (max-width: 999px){.header__content .nav-link-group{position:absolute;margin-top:0;right:-24px;top:15px}.header__content .nav-link-group--close{font-size:1.125rem;height:44px;width:44px}.header__content .nav-link-group .u-nav-icon{height:20px;width:20px;background-size:100%}}@media screen and (max-width: 374px){.header__content .nav-link-group{right:-25px}}@media screen and (min-width: 1000px){.header__content .nav-link-group{display:none}}.header__content .nav--wrapper,.header__content .nav--wrapper-mobile{display:none}.header__content .nav--main{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:75px}@media screen and (max-width: 999px){.header__content .nav--main{height:100vh}}.header__content .nav--main .menu-box{max-width:340px;min-height:296px;height:100%;width:100%;border-left:3px solid #ffc42e;font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif}.header__content .nav--main .menu-box__group{margin-top:10px;margin-left:50px}@media screen and (min-width: 1000px){.header__content .nav--main .menu-box__group .menu-group{margin-bottom:30px}}.header__content .nav--main .menu-box__group .menu-group__title{text-transform:uppercase;color:#081f40;font-size:22px;line-height:1.59;letter-spacing:normal;font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;font-weight:600}@media screen and (min-width: 1000px){.header__content .nav--main .menu-box__group .menu-group__title{margin-bottom:5px}.header__content .nav--main .menu-box__group .menu-group__title a:hover,.header__content .nav--main .menu-box__group .menu-group__title a:focus{text-decoration:underline}}.header__content .nav--main .menu-box__group .search-box-group{display:flex;align-items:center}.header__content .nav--main .menu-box__group .search-box-group input[type="search"]::-webkit-search-decoration,.header__content .nav--main .menu-box__group .search-box-group input[type="search"]::-webkit-search-cancel-button,.header__content .nav--main .menu-box__group .search-box-group input[type="search"]::-webkit-search-results-button,.header__content .nav--main .menu-box__group .search-box-group input[type="search"]::-webkit-search-results-decoration{-webkit-appearance:none}.header__content .nav--main .menu-box__group .search-box-group__submit{padding:0;font-size:0;color:transparent;border:0;height:18px}.header__content .nav--main .menu-box__group .search-box-group__submit:hover,.header__content .nav--main .menu-box__group .search-box-group__submit:focus,.header__content .nav--main .menu-box__group .search-box-group__submit:active{background-color:transparent;border:0}.header__content .nav--main .menu-box__group .search-box-group__input{border-color:#ffc42e;line-height:2.19;padding:0px 11px;max-width:265px;width:100%;padding-right:38px}.header__content .nav--main .menu-box__group .search-box-group__input::-moz-placeholder{font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;font-weight:300;color:#5d6770;letter-spacing:normal;font-size:16px}.header__content .nav--main .menu-box__group .search-box-group__input:-ms-input-placeholder{font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;font-weight:300;color:#5d6770;letter-spacing:normal;font-size:16px}.header__content .nav--main .menu-box__group .search-box-group__input::placeholder{font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;font-weight:300;color:#5d6770;letter-spacing:normal;font-size:16px}.header__content .nav--main .menu-box__group .search-box-group__input:focus{outline-color:#ffc42e}.header__content .nav--main .menu-box__group .sub-menu-items{display:none}.header__content .nav--main .menu-box__group .sub-menu-items__item a{color:#5d6770;font-size:18px;line-height:1.94}.header__content .nav--main .menu-box__group .sub-menu-items__item a:hover,.header__content .nav--main .menu-box__group .sub-menu-items__item a:focus{font-weight:600;text-decoration:underline}@media screen and (min-width: 1000px){.header__content .nav--main .menu-box__group .sub-menu-items{display:block}}@media screen and (max-width: 999px){.header__content{padding-top:30px;padding-bottom:30px;text-align:center;position:relative}.header__content .logo-wrapper{justify-content:center}.header__content .nav--main{flex-flow:row wrap;margin-top:30px;margin-left:-30px;margin-right:-30px;max-height:calc(100vh - 105px);overflow-Y:scroll}.header__content .nav--main .menu-box{border:0;max-width:100%;max-height:none;min-height:0}.header__content .nav--main .menu-box__group{margin-left:0;margin-top:0}.header__content .nav--main .menu-group{border-top:1px solid #5d6770;text-align:left;margin-bottom:0;padding-top:30px;padding-bottom:30px;position:relative}.header__content .nav--main .menu-group__title{padding-left:50px;padding-right:50px;margin-bottom:0}.header__content .nav--main .menu-group__title a:hover,.header__content .nav--main .menu-group__title a:focus{text-decoration:underline}.header__content .nav--main .menu-group>ul{padding-left:50px;padding-right:50px}.header__content .nav--main .menu-group>ul>li{margin-bottom:10px}.header__content .nav--main .menu-group>ul>li:first-child{margin-top:15px}.header__content .nav--main .menu-group>ul>li:last-child{margin-bottom:0}.header__content .nav--main .menu-group .menu-drop-toggle{position:absolute;right:33px;top:33px;height:30px;width:30px;text-align:right}}@media screen and (max-width: 999px) and (min-width: 1000px){.header__content .nav--main .menu-group .menu-drop-toggle{display:none}}@media screen and (max-width: 999px){.header__content .nav--main .search-box-group{border-top:1px solid #5d6770;border-bottom:1px solid #5d6770;padding-left:50px;padding-right:50px;padding-top:30px;padding-bottom:30px}.header__content .nav--main .search-box-group .search-box-group__input{font-size:1.375rem;font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;text-transform:uppercase;font-weight:600}.header__content .nav--main .search-box-group .search-box-group__input::-moz-placeholder{font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;font-weight:500;color:#5d6770;letter-spacing:normal;font-size:1.375rem;text-transform:uppercase}.header__content .nav--main .search-box-group .search-box-group__input:-ms-input-placeholder{font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;font-weight:500;color:#5d6770;letter-spacing:normal;font-size:1.375rem;text-transform:uppercase}.header__content .nav--main .search-box-group .search-box-group__input::placeholder{font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;font-weight:500;color:#5d6770;letter-spacing:normal;font-size:1.375rem;text-transform:uppercase}}@media screen and (min-width: 1000px){.header__content{padding-top:30px;padding-bottom:30px}}.page-header{text-align:center;margin-bottom:60px}.page-header+.building-block{padding-top:0}.page-header .breadcrumbs{margin-bottom:30px}.page-header .button{margin-top:30px}.page-header__intro{max-width:615px;margin-left:auto;margin-right:auto;margin-top:30px}.page-header__image{margin-top:45px;background-size:cover;background-position:center;height:210px}.page-header__image+.page-header__content{background-color:#fff;width:85%;max-width:615px;margin-left:auto;margin-right:auto;padding:30px 15px;margin-top:-150px}.page-header__image+.page-header__content .heading--xxxl{margin-top:0;font-size:2rem}@media screen and (min-width: 700px){.page-header__image{margin-top:80px;height:445px}.page-header__image+.page-header__content{padding:60px 80px;margin-top:-295px}.page-header__image+.page-header__content .heading--xxxl{font-size:3rem}}.page-header__content--narrow .heading--xxxl{margin-left:auto;margin-right:auto;max-width:1000px}.page-header__nav{margin-top:45px}.page-header__nav ul{margin-bottom:-10px}@media screen and (min-width: 700px){.page-header__nav ul{display:flex;flex-flow:row wrap;align-items:center;justify-content:center;margin-left:-10px;margin-right:-10px}}@media screen and (min-width: 1000px){.page-header__nav ul{justify-content:space-between}}.page-header__nav li{margin-bottom:10px;padding:0 10px}.page-header__nav a{font-size:1rem;font-weight:bold;font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;text-transform:uppercase;border-bottom:3px solid transparent}.page-header__nav a.current-page{border-color:#ffc42e}@media screen and (min-width: 700px){.page-header__nav{margin-top:80px}.page-header__nav a{font-size:1.375rem}}@media screen and (min-width: 700px){.page-header{margin-bottom:100px}}.page-header .nav--social{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:10px auto}.headroom--not-top{position:fixed;background:#e9eff3}.headroom--not-top .logo{margin:35px auto}.headroom--not-top .logo img{height:45px}.headroom--not-top .header__announcement-bar{display:none}.headroom--not-top .nav-link-group{margin-top:35px}@media screen and (min-width: 1000px){.headroom--not-top .logo{margin:0}.headroom--not-top .logo img{height:60px}.headroom--not-top .nav--main--desktop__search__close{top:-25px}}@media screen and (max-width: 999px){.headroom--not-top .logo{margin:0}.headroom--not-top .nav-link-group{margin-top:0}}@media screen and (min-width: 1000px){.headroom--top .nav--wrapper{margin-top:-35px}}.terner-bg-top-left{position:absolute;height:100%;height:50%;width:61.5%;background-image:url(/wp-content/themes/_terner2020/dist/assets/main-bg-left-sm.d0d7554b72dfbbca0806..jpg);z-index:-1}.terner-bg-bottom-right{position:absolute;height:100%;height:39.5%;width:38.5%;background-image:url(/wp-content/themes/_terner2020/dist/assets/main-bg-right-sm.36a7c015f335276c6706..jpg);bottom:0;right:0;z-index:-1}.terner-left-yellow-square{position:absolute;height:312px;width:135px;border-top:3px solid #ffc42e;border-bottom:3px solid #ffc42e;border-right:3px solid #ffc42e;margin-top:271px;z-index:200;margin-left:-83px}.terner-left-vertical-bar{position:absolute;background-color:#081f40;width:40px;height:395px;margin-top:422px;z-index:201;margin-left:-80px}.breadcrumbs{text-align:center;font-size:1rem;font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif}.breadcrumbs ol{display:inline-flex;border-bottom:3px solid #ffc42e;font-weight:bold;text-transform:uppercase;flex-flow:row wrap}.breadcrumbs ol li a{display:inline-block}.breadcrumbs ol li:after{content:'>';margin-right:2px}.breadcrumbs ol li:last-child:after{content:none}.breadcrumbs ol li h1{font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;font-weight:bold;font-size:inherit}@media screen and (min-width: 700px){.breadcrumbs{font-size:1.375rem}}.grid{display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:stretch;margin:0 -24px}.grid__column{width:100%;position:relative;padding:0 24px}.grid__item{height:100px;background:#e9eff3;line-height:100px;text-align:center;border-radius:10px;font-size:.875rem;font-weight:600;text-transform:uppercase}.grid--lg{margin:0 -72px}.grid--lg .grid__column{padding:0 72px}.button,button,input[type="button"],input[type="reset"],input[type="submit"]{background-color:#333;border:1px solid transparent;color:#fff;cursor:pointer;display:inline-block;font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;font-weight:normal;line-height:1.25;padding:10px 20px;text-align:center;transition:all 0.3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.button:focus,.button:hover,button:focus,button:hover,input[type="button"]:focus,input[type="button"]:hover,input[type="reset"]:focus,input[type="reset"]:hover,input[type="submit"]:focus,input[type="submit"]:hover{background-color:#1a1a1a;color:#fff}.button:active,button:active,input[type="button"]:active,input[type="reset"]:active,input[type="submit"]:active{background-color:#333}.button[disabled],button[disabled],input[type="button"][disabled],input[type="reset"][disabled],input[type="submit"][disabled]{opacity:0.2;cursor:not-allowed;pointer-events:none}input[type="submit"]{background-color:#fff;font-size:1.125rem;text-transform:uppercase;color:#081f40;border:1px solid #a9bbc6;font-weight:600;padding:8px 19px;height:40px;border-radius:0}input[type="submit"]:hover,input[type="submit"]:focus,input[type="submit"]:active{color:#fff;background-color:#e84b38;border-color:#e84b38}.button--primary{background-color:#fff;color:#081f40;border:solid 0.3px #51758b;border-radius:0px;font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;font-weight:500}.button--primary:focus,.button--primary:hover{background-color:#e84b38;color:#fff}.button--primary:active{background-color:#081f40}.button--secondary{background-color:#5d6770}.button--secondary:focus,.button--secondary:hover{background-color:#464d54;color:#fff}.button--secondary:active{background-color:#5d6770}.button--arrow{padding:0;display:inline-block;background-color:transparent;color:#e84b38;font-weight:bold;white-space:normal;line-height:1.5;text-align:left;font-weight:500}.button--arrow svg{margin-left:15px;margin-bottom:2px;transition:all 0.3s ease-in-out}.button--arrow:hover,.button--arrow:focus,.button--arrow:active{color:#e84b38;background-color:transparent}.button--arrow:hover svg,.button--arrow:focus svg,.button--arrow:active svg{transform:translateX(5px)}.u-text-center .button--arrow{text-align:center}.button--text{padding:0;display:inline;color:#081f40;background-color:transparent}.button--text:focus,.button--text:hover{background-color:transparent;color:#000}.button--text:active{background-color:transparent}.button--sm{padding:5px 10px}.button--md{padding:15px 25px}.button--lg{padding:20px 30px}.button--xl{padding:25px 50px}input,select,textarea{margin:0;border:0;padding:0;display:inline-block;vertical-align:middle;white-space:nowrap;background:none;font-family:Georgia,serif;font-size:1.125rem;font-weight:400;line-height:1.35;color:#081f40;border-radius:0;transition:all 0.3s ease-in-out}input:hover,input:focus,input:active,select:hover,select:focus,select:active,textarea:hover,textarea:focus,textarea:active{border-color:#e84b38}input:focus,select:focus,textarea:focus{outline:0}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:1px solid #e84b38}input,select{border-bottom:1px solid #a9bbc6;padding:10px 20px;padding-left:0}select{color:#5d6770;height:45px}select option{color:#081f40}select option.gf_placeholder{color:#5d6770}textarea{border:1px solid #a9bbc6;background-color:#fff;padding:10px 20px}@media screen and (min-width: 700px){textarea{padding:30px 45px}}input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=range],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week]{margin:0;display:block;width:100%;transition:all 0.3s ease-in-out}input[type="radio"],input[type=checkbox]{width:13px;height:13px}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box}::-webkit-search-decoration{display:none}textarea{vertical-align:top;overflow:auto;margin:0;display:block;width:100%;resize:none;outline:0;white-space:pre}select[multiple]{vertical-align:top}::-moz-placeholder{color:#5d6770}:-ms-input-placeholder{color:#5d6770}::placeholder{color:#5d6770}.post-password-form label,.post-password-form .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .post-password-form a.clear-values{width:100%}.post-password-form input[type="password"]{margin:20px 0}h1,h2,h3,h4,h5,h6{font-family:Georgia,serif;font-size:1.25rem;color:#081f40;font-weight:400;margin:0;padding:0}.heading--xs{font-size:.75rem}.heading--sm{font-size:.875rem}.heading--md{font-size:1.25rem}@media screen and (min-width: 700px){.heading--md{font-size:1.375rem}}.heading--md-bump,.research__intro__col__content{font-size:1.25rem}@media screen and (min-width: 700px){.heading--md-bump,.research__intro__col__content{font-size:1.5rem}}.heading--lg{font-size:1.375rem}@media screen and (min-width: 700px){.heading--lg{font-size:2rem}}.heading--lg-bump,.building-block--basic_text .building-block__subtitle{font-size:1.5rem}@media screen and (min-width: 700px){.heading--lg-bump,.building-block--basic_text .building-block__subtitle{font-size:2.625rem}}.heading--xl{font-size:1.375rem}@media screen and (min-width: 700px){.heading--xl{font-size:3rem}}.heading--xxl{font-size:2rem}@media screen and (min-width: 700px){.heading--xxl{font-size:3.625rem}}.heading--xxxl{font-size:3rem;line-height:1.18}@media screen and (min-width: 700px){.heading--xxxl{font-size:4.25rem}}.heading--section{border-bottom:1px solid #e4e6e8;padding-bottom:10px}.nav--main{display:none}.nav--main--desktop{display:none}@media screen and (min-width: 1000px){.nav--main{display:block}.nav--main--desktop{display:flex;margin-left:60px;flex:1 1 auto;align-items:center;position:relative}.nav--main--desktop .nav__list{display:flex;flex:1 1 auto;justify-content:space-between;transition:all 0.3s ease-in-out}.nav--main--desktop .nav__list>li{position:relative;padding:15px 0}.nav--main--desktop .nav__list>li:hover .sub-menu,.nav--main--desktop .nav__list>li:focus .sub-menu,.nav--main--desktop .nav__list>li:focus-within .sub-menu{opacity:1;pointer-events:all}.nav--main--desktop .nav__list>li>a{font-weight:500}.nav--main--desktop .nav__list>li>a:hover,.nav--main--desktop .nav__list>li>a:focus,.nav--main--desktop .nav__list>li>a:active{color:#e84b38}.nav--main--desktop .nav__list>li.current_page_item>a,.nav--main--desktop .nav__list>li.current_page_parent>a{color:#e84b38}.nav--main--desktop .nav__list>li:first-child .sub-menu{min-width:178px}.nav--main--desktop .nav__list a{font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;font-size:1rem}.nav--main--desktop .nav__list a:hover,.nav--main--desktop .nav__list a:focus,.nav--main--desktop .nav__list a:active{text-decoration:underline;font-weight:500}.nav--main--desktop .nav__list .current_page_item>a,.nav--main--desktop .nav__list .current_page_parent>a{text-decoration:underline;font-weight:500}.nav--main--desktop .nav__list .sub-menu{position:absolute;opacity:0;pointer-events:none;transition:all 0.3s ease-in-out;background-color:white;padding:30px;border:1px solid #5d6770;width:-webkit-max-content;width:-moz-max-content;width:max-content;left:-30px;top:100%}.nav--main--desktop .nav__list .sub-menu:before{content:'';display:block;position:absolute;left:calc(50% - 37px);bottom:100%;width:0;height:0;border:10px solid transparent;border-bottom-color:#5d6770}.nav--main--desktop .nav__list .sub-menu:after{content:'';display:block;position:absolute;left:calc(50% - 36px);bottom:100%;width:0;height:0;border:9px solid transparent;border-bottom-color:white}.nav--main--desktop .nav__list .sub-menu li{margin-bottom:15px}.nav--main--desktop .nav__list .sub-menu li:last-child{margin-bottom:0}.nav--main--desktop .nav__list .sub-menu li.current_page_item>a,.nav--main--desktop .nav__list .sub-menu li.current_page_parent>a{text-decoration:underline;font-weight:500}.nav--main--desktop .nav__list .sub-menu a{font-size:.875rem;font-weight:400}.nav--main--desktop .nav__list .sub-menu a:hover,.nav--main--desktop .nav__list .sub-menu a:focus,.nav--main--desktop .nav__list .sub-menu a:active{color:#081f40;text-decoration:underline;font-weight:500}.nav--main--desktop__search{display:none;position:absolute;width:100%;top:1px;right:0;left:0;bottom:0;height:100%}.nav--main--desktop__search>div{display:flex;align-items:center;height:100%}.nav--main--desktop__search .search-form{display:flex;width:100%;border-bottom:3px solid #ffc42e}.nav--main--desktop__search .search-field{border-bottom:0;font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;font-size:1rem;font-weight:500;padding:9px 0;border-bottom:1px solid transparent}.nav--main--desktop__search .search-field:focus,.nav--main--desktop__search .search-field:active{outline:0;border-color:transparent}.nav--main--desktop__search .search-field:focus-visible{border-bottom-color:#ffc42e}.nav--main--desktop__search .search-submit{padding:0;height:44px;width:44px;background-color:transparent;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE3IDE3Ij4KICAgIDxwYXRoIGZpbGw9IiNGRkM0MkUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTIuMjY4IDYuMjQ0Yy0uMDEgMi4xMjEgMS43NzMgMy45NCAzLjg3NyAzLjk1NiAyLjIzOC4wMTcgNC4wNDUtMS43NTUgNC4wNTUtMy45NzQuMDA5LTIuMDY3LTEuNzgzLTMuODk2LTMuNzgtMy45NTctMi40MDctLjA3NS00LjIgMS45MTYtNC4xNTIgMy45NzVNMTcgMTQuODUyTDE0Ljg1IDE3Yy0uMjA3LS4yMzQtLjQxMy0uNDktLjY0My0uNzIzLTEuNDI1LTEuNDM1LTIuODU4LTIuODYzLTQuMjgtNC4zMDItLjE2LS4xNjItLjI3My0uMTc5LS40NzUtLjA2NS0yLjk0OCAxLjY1Ni02LjY5NC42OTItOC40NzgtMi4xNzEtMS40OTQtMi4zOTctMS4yNi01LjUyMi42MzQtNy42M0MyLjg0Ny43MjkgNC40MjYuMDI0IDYuMjk4IDAgOC4wODQtLjAyMiA5LjYxLjYxMyAxMC44NyAxLjg1MmMxLjEyMiAxLjEwMyAxLjcxNSAyLjQ3MyAxLjgyOSA0LjA0NS4wOSAxLjI1Mi0uMTY2IDIuNDMyLS43NzMgMy41My0uMTE3LjIxMi0uMTA1LjM0NS4wNzkuNTI3IDEuNTg1IDEuNTY5IDMuMTU2IDMuMTUgNC43MzQgNC43MjYuMDcyLjA3Mi4xNzMuMTE2LjI2LjE3MiIvPgo8L3N2Zz4K);background-size:19px 19px;background-position:center right;background-repeat:no-repeat;border-color:transparent;font-size:0;color:transparent}.nav--main--desktop__search .search-submit:hover,.nav--main--desktop__search .search-submit:focus,.nav--main--desktop__search .search-submit:active{background-color:transparent;color:transparent;border-color:transparent}.nav--main--desktop__search .search-submit:focus-visible{border-color:#ffc42e}.nav--main--desktop__search__close{position:absolute;top:0;right:0;height:44px;width:44px;padding:0;text-align:right;display:flex;align-items:center;justify-content:flex-end;background-color:transparent;font-weight:500;font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;color:#5d6770;top:-10px}.nav--main--desktop__search__close:hover,.nav--main--desktop__search__close:focus,.nav--main--desktop__search__close:active{background-color:transparent;color:#5d6770}.nav--main--desktop__search__button{margin-left:30px;padding:0;height:44px;width:44px;background-color:transparent;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE3IDE3Ij4KICAgIDxwYXRoIGZpbGw9IiNGRkM0MkUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTIuMjY4IDYuMjQ0Yy0uMDEgMi4xMjEgMS43NzMgMy45NCAzLjg3NyAzLjk1NiAyLjIzOC4wMTcgNC4wNDUtMS43NTUgNC4wNTUtMy45NzQuMDA5LTIuMDY3LTEuNzgzLTMuODk2LTMuNzgtMy45NTctMi40MDctLjA3NS00LjIgMS45MTYtNC4xNTIgMy45NzVNMTcgMTQuODUyTDE0Ljg1IDE3Yy0uMjA3LS4yMzQtLjQxMy0uNDktLjY0My0uNzIzLTEuNDI1LTEuNDM1LTIuODU4LTIuODYzLTQuMjgtNC4zMDItLjE2LS4xNjItLjI3My0uMTc5LS40NzUtLjA2NS0yLjk0OCAxLjY1Ni02LjY5NC42OTItOC40NzgtMi4xNzEtMS40OTQtMi4zOTctMS4yNi01LjUyMi42MzQtNy42M0MyLjg0Ny43MjkgNC40MjYuMDI0IDYuMjk4IDAgOC4wODQtLjAyMiA5LjYxLjYxMyAxMC44NyAxLjg1MmMxLjEyMiAxLjEwMyAxLjcxNSAyLjQ3MyAxLjgyOSA0LjA0NS4wOSAxLjI1Mi0uMTY2IDIuNDMyLS43NzMgMy41My0uMTE3LjIxMi0uMTA1LjM0NS4wNzkuNTI3IDEuNTg1IDEuNTY5IDMuMTU2IDMuMTUgNC43MzQgNC43MjYuMDcyLjA3Mi4xNzMuMTE2LjI2LjE3MiIvPgo8L3N2Zz4K);background-size:19px 19px;background-position:center right;background-repeat:no-repeat}.nav--main--desktop__search__button:hover,.nav--main--desktop__search__button:focus,.nav--main--desktop__search__button:active{background-color:transparent}}@media screen and (min-width: 1180px){.nav--main--desktop{margin-left:80px}}.nav--main .nav__list{display:flex;flex-direction:row}.nav--main .nav__list .menu-item{margin-right:80px}.nav--main .nav__list .menu-item:last-child{margin:0}.nav--main .nav__list .menu-item a{color:#081f40;transition:all 0.3s ease-in-out;font-weight:500;font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;line-height:1.35}.nav--main .nav__list .menu-item a:hover,.nav--main .nav__list .menu-item a:focus{color:#e84b38}@media screen and (min-width: 1000px){.nav--main .nav__list .menu-item a{font-size:20px}}@media screen and (min-width: 1180px){.nav--main .nav__list .menu-item a{font-size:22px}}@media screen and (min-width: 1340px){.nav--main .nav__list .menu-item a{font-size:26px}}.nav--main .nav__list .menu-item.current-menu-item a{color:#fff}@media screen and (min-width: 1000px){.nav--main .nav__list .menu-item{margin-right:45px}}@media screen and (min-width: 1340px){.nav--main .nav__list .menu-item{margin-right:80px}}.nav--mobile{position:fixed;top:0;left:0;background:#e9eff3;width:100%;height:100%;z-index:201;padding:45px;pointer-events:none;transform:translateX(100%);transition:all 0.3s ease-in-out}.nav--mobile.is-active{transform:translateX(0);pointer-events:all}@media screen and (min-width: 1000px){.nav--mobile{display:none}}.nav--mobile .nav__list .menu-item a{color:#081f40;transition:all 0.3s ease-in-out;font-weight:500;font-size:2rem;font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif}.nav--mobile .nav__list .menu-item a:hover,.nav--mobile .nav__list .menu-item a:focus{font-weight:600}.nav--mobile .nav__list .menu-item.current-menu-item a{color:#fff}.nav--social .nav__list{display:flex;flex-direction:row}.nav--social .nav__list li{margin-right:20px}.nav--social .nav__list li:last-child{margin:0}.nav--social .nav__list li a svg{height:30px}.nav--social .nav__list li a svg path{transition:all 0.3s ease-in-out;fill:#51758B}.nav--social .nav__list li a:hover svg path,.nav--social .nav__list li a:focus svg path{fill:#e84b38}.search-open .nav--main--desktop__search__button,.search-open .nav--main--desktop .nav__list{opacity:0}.events .nav--main--desktop .nav__list>li.menu-item-579>a{color:#081f40;text-decoration:none}.events .nav--main--desktop .nav__list>li.menu-item-579>a:hover,.events .nav--main--desktop .nav__list>li.menu-item-579>a:focus{color:#e84b38;text-decoration:underline}.events .nav--main--desktop .nav__list .menu-item-1138>a{color:#e84b38;text-decoration:underline}.logo{display:block;height:auto;max-width:525px;width:auto}@media screen and (min-width: 1000px){.logo--mobile{display:none !important}}.logo--desktop{display:none !important}@media screen and (min-width: 1000px){.logo--desktop{display:block !important}}.logo a{display:block}.logo img{height:48px;width:auto;display:block;transition:all 0.3s ease-in-out}@media screen and (min-width: 1000px){.logo img{height:102px;width:128px;-o-object-fit:contain;object-fit:contain;-o-object-position:top left;object-position:top left}}.footer{background-color:rgba(0,0,0,0);padding:40px 0}.footer__logo{display:flex;width:auto;height:78px;max-width:425px;margin:0px auto;margin-bottom:45px}@media screen and (min-width: 1000px){.footer__logo{margin:initial;margin-right:45px}}@media screen and (min-width: 1180px){.footer__logo{margin-right:90px}}.footer__logo img{width:100%}.footer__content .footer-level-1-container{margin-bottom:15px}@media screen and (min-width: 1000px){.footer__content .footer-level-1-container{display:flex;margin-bottom:55px}}.footer__content .footer-level-1-container .menu-col-container{display:flex;justify-content:space-between;flex-direction:column}@media screen and (min-width: 700px){.footer__content .footer-level-1-container .menu-col-container{flex-direction:row;width:100%}}@media screen and (min-width: 1000px){.footer__content .footer-level-1-container .menu-col-container{min-width:680px}}.footer__content .footer-level-1-container .menu-col-container .menu-col{margin-bottom:30px;color:#081f40}@media screen and (min-width: 1000px){.footer__content .footer-level-1-container .menu-col-container .menu-col{margin-bottom:0px}}.footer__content .footer-level-1-container .menu-col-container .menu-col__list-item{font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;font-weight:300}.footer__content .footer-level-1-container .menu-col-container .menu-col__list-item a:hover,.footer__content .footer-level-1-container .menu-col-container .menu-col__list-item a:focus{text-shadow:0 0 0.9px #081f40,0 0 0.9px #081f40,0 0 0.9px #081f40;color:#081f40;text-decoration:underline}.footer__content .footer-level-2-container{display:flex;flex-basis:100%;flex-shrink:1;justify-content:space-between;padding-bottom:45px;border-bottom:2px solid #081f40;flex-direction:column;align-items:center}@media screen and (min-width: 1000px){.footer__content .footer-level-2-container{flex-direction:row}}.footer__content .footer-level-2-container .form-email-container{width:100%;margin-bottom:45px}@media screen and (min-width: 1000px){.footer__content .footer-level-2-container .form-email-container{margin-bottom:0px;max-width:416px}}.footer__content .footer-level-2-container .form-email-container__label{text-transform:uppercase;font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;font-weight:600;padding-bottom:20px}.footer__content .footer-level-2-container .social-media-container{width:100%}.footer__content .footer-level-2-container .social-media-container__label{text-transform:uppercase;font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;font-weight:600;padding-bottom:25px}@media screen and (min-width: 1000px){.footer__content .footer-level-2-container .social-media-container{max-width:416px;width:auto}}.footer__content .footer-level-3-container{padding-top:20px}.footer__content .footer-level-3-container .copyright{margin-bottom:10px}@media screen and (min-width: 700px){.footer__content .footer-level-3-container .copyright{margin-bottom:0}}.footer__content .footer-level-3-container .copyright+p a{border-bottom:1px solid transparent}.footer__content .footer-level-3-container .copyright+p a:hover,.footer__content .footer-level-3-container .copyright+p a:focus{border-color:#e84b38}.footer__content .footer-level-3-container p{font-size:14px;font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;font-weight:500}@media screen and (min-width: 700px){.footer__content .footer-level-3-container{display:flex;justify-content:space-between}}.footer #mc_embed_signup_scroll{display:flex}.footer #mc_embed_signup_scroll input.email{font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;font-size:1rem;background-color:#fff;height:40px;border-radius:0;border:1px solid #a9bbc6;border-right:0;padding-left:20px}.footer #mc_embed_signup_scroll input.email:hover,.footer #mc_embed_signup_scroll input.email:focus,.footer #mc_embed_signup_scroll input.email:active{border:1px solid #e84b38;outline-color:0}@media screen and (min-width: 700px){.footer #mc_embed_signup_scroll input.email{min-width:288px}}@media screen and (min-width: 1000px){.footer #mc_embed_signup_scroll input.email{min-width:auto}}@media screen and (min-width: 1180px){.footer #mc_embed_signup_scroll input.email{min-width:288px}}.footer #mc_embed_signup_scroll .mc-field-group:first-child{width:100%}@media screen and (min-width: 700px){.footer #mc_embed_signup_scroll .mc-field-group:first-child{width:auto}}.footer #gform_2{display:flex}.footer #gform_2 .validation_error{display:none}.footer #gform_2 .gfield{margin:0;padding:0}.footer #gform_2 .gform_body{width:100%}@media screen and (min-width: 700px){.footer #gform_2 .gform_body{width:auto}}.footer #gform_2 .gform_footer{margin:0;padding:0;width:auto}.footer #gform_2 .gform_footer input{margin:0;width:auto}.footer #gform_2 .ginput_container_email{margin-top:0}.footer #gform_2 .ginput_container_email input{font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;font-size:1rem;background-color:#fff;border:1px solid #a9bbc6;border-right:0;height:40px;border-radius:0;padding-left:20px}.footer #gform_2 .ginput_container_email input:hover,.footer #gform_2 .ginput_container_email input:focus,.footer #gform_2 .ginput_container_email input:active{border:1px solid #e84b38;outline:0}@media screen and (min-width: 700px){.footer #gform_2 .ginput_container_email input{min-width:288px}}@media screen and (min-width: 1000px){.footer #gform_2 .ginput_container_email input{min-width:100%}}@media screen and (min-width: 1180px){.footer #gform_2 .ginput_container_email input{min-width:288px}}.footer #gform_2 .validation_message{font-size:.875rem;font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;position:absolute}.footer #gform_2 .gform_ajax_spinner{display:none}.footer #gform_2 #gform_confirmation_wrapper_2{height:40px;font-size:1rem;font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif}.wysiwyg-editor p{margin-bottom:30px;line-height:1.35}.wysiwyg-editor p:last-child{margin-bottom:0}.wysiwyg-editor a{transition:all 0.3s ease-in-out;border-bottom:1px solid #e84b38;color:#e84b38}.wysiwyg-editor a:hover,.wysiwyg-editor a:focus{border-color:#CD2A18;color:#CD2A18}.wysiwyg-editor h1,.wysiwyg-editor h2,.wysiwyg-editor h3,.wysiwyg-editor h4,.wysiwyg-editor h5{line-height:1;margin-bottom:30px;font-weight:400;color:#081f40}.wysiwyg-editor h1:last-child,.wysiwyg-editor h2:last-child,.wysiwyg-editor h3:last-child,.wysiwyg-editor h4:last-child,.wysiwyg-editor h5:last-child{margin-bottom:0}.wysiwyg-editor h1{font-size:3rem}.wysiwyg-editor h2{font-size:2rem}.wysiwyg-editor h3{font-size:1.375rem}.wysiwyg-editor table{table-layout:fixed;width:100%}.wysiwyg-editor ol,.wysiwyg-editor ul{margin-bottom:30px;list-style-position:outside;padding-left:20px}.wysiwyg-editor ol li,.wysiwyg-editor ul li{margin-bottom:15px}.wysiwyg-editor ol li:last-child,.wysiwyg-editor ul li:last-child{margin-bottom:0}.wysiwyg-editor ol:last-child,.wysiwyg-editor ul:last-child{margin-bottom:0}.wysiwyg-editor ul{list-style-type:disc}.wysiwyg-editor ol{list-style-type:decimal}.wysiwyg-editor blockquote{margin:30px 0;position:relative;padding-top:30px;padding-bottom:30px}.wysiwyg-editor blockquote>p{color:#51758b;font-size:1.375rem;font-style:italic}.wysiwyg-editor blockquote:first-child{margin-top:0}.wysiwyg-editor blockquote:last-child{margin-bottom:0}.wysiwyg-editor blockquote:before,.wysiwyg-editor blockquote:after{content:'';position:absolute;border-bottom:3px solid #ffc42e;width:185px;margin-left:auto;margin-right:auto;left:0;right:0;top:0}.wysiwyg-editor blockquote:after{top:auto;bottom:0}@media screen and (min-width: 700px){.wysiwyg-editor blockquote{margin:45px 0}.wysiwyg-editor blockquote p{font-size:3rem}}.wysiwyg-editor iframe{width:100%}.wysiwyg-editor img,.wysiwyg-editor figure{max-width:100%;height:auto}.wysiwyg-editor--classic .alignleft{float:left;margin:0 30px 30px 0}.wysiwyg-editor--classic .aligncenter{display:block;margin:0 auto 30px}.wysiwyg-editor--classic .alignright{float:right;margin:0 0 30px 30px}.wysiwyg-editor--classic .alignnone{float:none;display:block;margin:0 0 30px}.wysiwyg-editor--classic .size-full{width:100%;height:auto;margin:0 0 30px}.wysiwyg-editor--classic p .alignleft{float:left;margin:5px 30px 30px 0}.wysiwyg-editor--classic p .aligncenter{display:block;margin:5px auto 30px}.wysiwyg-editor--classic p .alignright{float:right;margin:5px 0 30px 30px}.wysiwyg-editor--classic p .alignnone{float:none;display:block;margin:5px 0 30px}.wysiwyg-editor--classic p .size-full{width:100%;height:auto;margin:5px 0 30px}.wysiwyg-editor--classic .gallery{margin-left:-24px;margin-right:-24px;display:flex;flex-flow:row wrap;margin-bottom:30px}.wysiwyg-editor--classic .gallery img{display:flex}.wysiwyg-editor--classic .gallery.mg-gallery-autoheight .gallery-item{height:100%}.wysiwyg-editor--classic .gallery.mg-gallery-autoheight .gallery-icon{height:100%}.wysiwyg-editor--classic .gallery.mg-gallery-autoheight img{height:100%;-o-object-fit:cover;object-fit:cover}.wysiwyg-editor--classic .gallery:last-child{margin-bottom:0}.wysiwyg-editor--classic .gallery:after{display:table;content:'';clear:both}.wysiwyg-editor--classic .gallery-item{margin:0;padding:0 24px;width:100%;margin-bottom:30px}.wysiwyg-editor--classic .gallery-item img{width:100%}.wysiwyg-editor--classic .gallery-columns-1 .gallery-item{width:100%}@media screen and (min-width: 700px){.wysiwyg-editor--classic .gallery-columns-2 .gallery-item{width:50%}}@media screen and (min-width: 700px){.wysiwyg-editor--classic .gallery-columns-3 .gallery-item{width:33.3333%}}@media screen and (min-width: 700px){.wysiwyg-editor--classic .gallery-columns-4 .gallery-item{width:25%}}@media screen and (min-width: 700px){.wysiwyg-editor--classic .gallery-columns-5 .gallery-item{width:20%}}@media screen and (min-width: 700px){.wysiwyg-editor--classic .gallery-columns-6 .gallery-item{width:16.6667%}}@media screen and (min-width: 700px){.wysiwyg-editor--classic .gallery-columns-7 .gallery-item{width:14.2857%}}@media screen and (min-width: 700px){.wysiwyg-editor--classic .gallery-columns-8 .gallery-item{width:12.5%}}@media screen and (min-width: 700px){.wysiwyg-editor--classic .gallery-columns-9 .gallery-item{width:11.1111%}}.wysiwyg-editor--classic .gallery-columns-2 .gallery-item:nth-child(2n+1),.wysiwyg-editor--classic .gallery-columns-3 .gallery-item:nth-child(3n+1),.wysiwyg-editor--classic .gallery-columns-4 .gallery-item:nth-child(4n+1),.wysiwyg-editor--classic .gallery-columns-5 .gallery-item:nth-child(5n+1),.wysiwyg-editor--classic .gallery-columns-6 .gallery-item:nth-child(6n+1),.wysiwyg-editor--classic .gallery-columns-7 .gallery-item:nth-child(7n+1),.wysiwyg-editor--classic .gallery-columns-8 .gallery-item:nth-child(8n+1),.wysiwyg-editor--classic .gallery-columns-9 .gallery-item:nth-child(9n+1){clear:left}.wysiwyg-editor--gutenberg blockquote.wp-block-pullquote{border-top:2px solid #5d6770;border-bottom:2px solid #5d6770;padding:45px 0}@media screen and (min-width: 700px){.wysiwyg-editor--gutenberg .alignfull{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);width:auto;max-width:1000%}.wysiwyg-editor--gutenberg .alignwide{margin-left:calc(25% - 25vw);margin-right:calc(25% - 25vw);width:auto;max-width:1000%}.wysiwyg-editor--gutenberg .alignwide img,.wysiwyg-editor--gutenberg .alignfull img{display:block;margin:0 auto}}.main{padding-top:170px}@media screen and (min-width: 1000px){.main{padding-top:240px}}.button-group{padding:20px 0}.button-group .button{margin-right:20px}.button-group .button:last-child{margin:0}@media screen and (max-width: 499px){.button-group .button{width:100%;display:block;margin:0 0 20px 0}}.share-buttons{display:flex;flex-flow:row nowrap}.share-buttons li{margin-right:12px;margin-left:12px}.share-buttons__item{height:31px;width:auto;background-color:transparent;display:flex;justify-content:center}.share-buttons__item:hover svg g,.share-buttons__item:hover svg path,.share-buttons__item:focus svg g,.share-buttons__item:focus svg path{fill:#e84b38}.share-buttons__item svg{height:31px;width:auto}.share-buttons__item g,.share-buttons__item path{fill:#51758b;transition:0.3s ease-in-out fill}.post-item{line-height:1.1}.post-item p{margin-right:10px;display:inline;font-size:1rem}.post-item svg{transition:all 0.3s ease-in-out}.post-item svg path{fill:#081f40;transition:all 0.3s ease-in-out}.post-item a:not(.post-item__category):hover,.post-item a:not(.post-item__category):focus{color:#081f40}.post-item a:not(.post-item__category):after{content:'';display:block;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:1}.post-item__content{display:flex;flex-direction:column-reverse;position:relative}.post-item__content:hover,.post-item__content:focus{color:#081f40}.post-item__content:hover svg,.post-item__content:focus svg{transform:translateX(5px)}.post-item__content:hover svg path,.post-item__content:focus svg path{fill:#e84b38}.post-item__content:focus-within{outline:1px solid #e84b38}.post-item__content:focus-within:hover,.post-item__content:focus-within:focus{color:#081f40}.post-item__content:focus-within:hover svg,.post-item__content:focus-within:focus svg{transform:translateX(5px)}.post-item__content:focus-within:hover svg path,.post-item__content:focus-within:focus svg path{fill:#e84b38}.post-item__category{font-weight:600;font-size:1rem;text-transform:uppercase;font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;margin-bottom:20px;display:block;line-height:1.25;position:relative;z-index:2}.post-item__category--nolink{z-index:0}.post-item__title{margin-bottom:20px;line-height:1.25}.post-item__thumbnail{width:100%;padding-bottom:74%;height:0;background-color:#e9eff3;margin-bottom:20px;position:relative}.post-item__thumbnail img{position:absolute;height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.article{padding:45px 0}.article .size-post-thumbnail{width:100%}.single-team-member .main>article{padding-bottom:80px}@media screen and (min-width: 700px){.single-team-member .main>article{padding-bottom:140px}}.single-team-member__header{margin-bottom:45px}.single-team-member__header h2{margin-top:30px;text-align:center;padding:0 5%}.single-team-member__header h2:before{content:'“'}@media screen and (min-width: 700px){.single-team-member__header{margin-bottom:80px}}.single-team-member__sidebar{margin-bottom:45px}.single-team-member__sidebar h1{font-weight:bold;font-size:1.125rem;margin-bottom:5px}.single-team-member__sidebar h2{font-weight:bold;font-size:1rem;text-transform:uppercase}.single-team-member__sidebar h5{margin-top:45px;margin-bottom:15px;font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;text-decoration:underline;color:#5d6770;font-size:1.125rem}@media screen and (min-width: 700px){.single-team-member__sidebar h5{margin-top:100px}}.single-team-member__sidebar ul{width:70%}.single-team-member__sidebar ul li{font-size:1.125rem;margin-bottom:15px}.single-team-member__sidebar ul li a{color:#5d6770}.single-team-member__sidebar ul li a:hover,.single-team-member__sidebar ul li a:focus{color:#CD2A18}.single-team-member__sidebar__img{position:relative;margin-bottom:30px}.single-team-member__sidebar__img:before{content:'';position:absolute;display:block;border:3px solid #ffc42e;top:20px;right:20px;bottom:-20px;left:-20px}.single-team-member__sidebar__img img{display:block}@media screen and (min-width: 700px){.single-team-member__sidebar{margin-bottom:0}}.single-team-member__bio .button--arrow{margin-top:20px;border:0}.single-team-member__bio .button--arrow:focus,.single-team-member__bio .button--arrow:hover{border:0}.single-team-member__bio.hidden{display:none}.single-team-member__contact{margin-top:45px}.single-team-member__contact>a{display:flex;align-items:center;margin-bottom:30px}.single-team-member__contact>a:last-child{margin-bottom:0}.single-team-member__contact>a svg{width:25px;height:auto;margin-right:15px}.single-team-member__contact>a svg path{transition:all 0.3s ease-in-out}.single-team-member__contact>a:hover svg path,.single-team-member__contact>a:focus svg path{fill:#e84b38}@media screen and (min-width: 700px){.single-team-member__contact{margin-top:100px}.single-team-member__contact>a{margin-bottom:45px}}.single-team-member__cta{margin-top:45px;text-align:center}.single-team-member__cta h4{font-weight:600;margin-bottom:30px;text-transform:uppercase}.single-team-member__cta p{font-size:1.25rem;margin:0 auto;max-width:615px}.single-team-member__cta a{margin-top:30px}@media screen and (min-width: 700px){.single-team-member__cta{margin-top:100px}.single-team-member__cta h4{margin-bottom:45px}.single-team-member__cta p{font-size:1.5rem}.single-team-member__cta a{margin-top:45px}}.single-team-member .terner-bg-bottom-right{display:none}.error404__main{margin-bottom:60px}@media screen and (min-width: 700px){.error404__main{margin-bottom:150px}}.line-anim{position:absolute;overflow:hidden}.line-anim svg{display:none}.visible .line-anim svg{display:block}.visible .line-anim--sm svg path{stroke-dasharray:800;stroke-dashoffset:0;-webkit-animation:snake-sm 2.5s linear;animation:snake-sm 2.5s linear}@-webkit-keyframes snake-sm{from{stroke-dashoffset:800}to{stroke-dashoffset:1600}}@keyframes snake-sm{from{stroke-dashoffset:800}to{stroke-dashoffset:1600}}.visible .line-anim--lg svg path{stroke-dasharray:4500;stroke-dashoffset:0;-webkit-animation:snake-lg 7s linear;animation:snake-lg 7s linear}@-webkit-keyframes snake-lg{from{stroke-dashoffset:4500}to{stroke-dashoffset:0}}@keyframes snake-lg{from{stroke-dashoffset:4500}to{stroke-dashoffset:0}}.visible .line-anim--xl svg path{stroke-dasharray:4000;stroke-dashoffset:0;-webkit-animation:snake-xl 5s linear;animation:snake-xl 5s linear}@-webkit-keyframes snake-xl{from{stroke-dashoffset:4000}to{stroke-dashoffset:0}}@keyframes snake-xl{from{stroke-dashoffset:4000}to{stroke-dashoffset:0}}.home .building-block:first-of-type{padding-top:0px}.single .main>article{padding-top:0}.single-policy .main>article{padding-bottom:0;max-width:100vw;overflow:hidden;position:relative}.single-post .main>article{padding-bottom:0;max-width:100vw;overflow:hidden;position:relative}.single-post__line-anim{left:0;top:18%;height:483px;width:40px}.single-post__line-anim svg{position:absolute;right:0}@media screen and (min-width: 700px){.single-post__line-anim{width:10%}}@media screen and (min-width: 1000px){.single-post__line-anim{top:825px}}@media screen and (min-width: 1180px){.single-post__line-anim{width:298px}}.single-post__header{margin-bottom:45px}.single-post__header h1,.single-post__header h2{text-align:center;margin-top:30px;margin-left:auto;margin-right:auto;max-width:710px;margin-bottom:30px}@media screen and (min-width: 700px){.single-post__header h1,.single-post__header h2{margin-top:45px}}.single-post__header h2{margin-top:0}.single-post__header p{text-align:center;font-size:1rem;font-weight:bold;font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif}.single-post__header p span{display:block}.single-post__header p span:first-child{text-transform:uppercase}@media screen and (min-width: 700px){.single-post__header{margin-bottom:80px}}.single-post__author{pointer-events:none;margin-bottom:10px}.single-post__author span{text-transform:none !important}.single-post__author span span{display:inline}.single-post__author a:hover,.single-post__author a:focus{text-decoration:underline}.single-post__cats{text-align:center;font-size:1rem;font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif}.single-post__cats ul{display:inline-flex;border-bottom:3px solid #ffc42e;font-weight:bold;text-transform:uppercase;flex-flow:row wrap}.single-post__cats ul li:after{content:',';margin-right:2px;margin-left:2px}.single-post__cats ul li:last-child:after{content:none}@media screen and (min-width: 700px){.single-post__cats{font-size:1.375rem}}.single-post__image{margin-top:-30px;margin-left:-20px;margin-right:-20px;margin-bottom:30px}.single-post__image img{display:block;max-height:450px;-o-object-fit:cover;object-fit:cover;width:100%}.single-post__image .image-caption{padding:0 20px}@media screen and (min-width: 700px){.single-post__image{margin-top:-50px;margin-bottom:50px;margin-left:-120px;margin-right:-120px}.single-post__image .image-caption{padding:0}}@media screen and (min-width: 1180px){.single-post__image{margin-right:-200px;margin-left:-200px}}@media screen and (min-width: 1340px){.single-post__image{margin-right:-275px;margin-left:-275px}}.single-post__main{background-color:rgba(93,137,167,0.14);padding:30px 20px;margin-bottom:45px}@media screen and (min-width: 700px){.single-post__main{padding:50px 120px 80px;margin-bottom:80px}.single-post__main .gallery,.single-post__main img.size-full,.single-post__main img.size-large{margin-top:60px;margin-bottom:45px}.single-post__main .wysiwyg-editor{position:relative}.single-post__main .wysiwyg-editor blockquote{margin-left:-100px;margin-right:-100px;position:relative}.single-post__main .wysiwyg-editor .gallery{margin-left:-124px;margin-right:-124px;position:relative}.single-post__main .wysiwyg-editor .gallery{margin-top:120px;margin-bottom:80px}.single-post__main .wysiwyg-editor .gallery:first-child{margin-top:0}.single-post__main .wysiwyg-editor .gallery:last-child{margin-bottom:0}.single-post__main .wysiwyg-editor img.size-full,.single-post__main .wysiwyg-editor img.size-large,.single-post__main .wysiwyg-editor figure.wp-caption.alignnone,.single-post__main .wysiwyg-editor figure.wp-caption.aligncenter{margin-top:80px;margin-bottom:80px}.single-post__main .wysiwyg-editor img.size-full:first-child,.single-post__main .wysiwyg-editor img.size-large:first-child,.single-post__main .wysiwyg-editor figure.wp-caption.alignnone:first-child,.single-post__main .wysiwyg-editor figure.wp-caption.aligncenter:first-child{margin-top:0}.single-post__main .wysiwyg-editor img.size-full:last-child,.single-post__main .wysiwyg-editor img.size-large:last-child,.single-post__main .wysiwyg-editor figure.wp-caption.alignnone:last-child,.single-post__main .wysiwyg-editor figure.wp-caption.aligncenter:last-child{margin-bottom:0}.single-post__main .wysiwyg-editor figure.wp-caption img.size-full,.single-post__main .wysiwyg-editor figure.wp-caption img.size-large,.single-post__main .wysiwyg-editor .gallery img.size-full,.single-post__main .wysiwyg-editor .gallery img.size-large{margin-top:0;margin-bottom:0}}@media screen and (min-width: 1180px){.single-post__main .wysiwyg-editor blockquote{margin-left:-200px;margin-right:-200px}.single-post__main .wysiwyg-editor .gallery{margin-left:-224px;margin-right:-224px}}@media screen and (min-width: 1340px){.single-post__main .wysiwyg-editor blockquote{margin-left:-290px;margin-right:-290px}.single-post__main .wysiwyg-editor .gallery{margin-left:-314px;margin-right:-314px}}.single-post__share{text-align:center;margin-top:45px}.single-post__share .share-buttons{align-items:center;justify-content:center}.single-post__share h5{margin-bottom:25px}.single-post__related{margin-bottom:80px;position:relative;z-index:1}.single-post__related h2{margin-bottom:45px}.single-post__related .grid__column{margin-bottom:30px}.single-post__related .grid__column:last-child{margin-bottom:0}@media screen and (min-width: 700px){.single-post__related{margin-bottom:160px}.single-post__related h2{margin-bottom:80px}.single-post__related .grid__column{margin-bottom:0}}.image-caption,.wp-caption-text{font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;font-weight:bold;font-size:1rem;margin-top:30px}.u-ajax-loader{display:none}.u-ajax-loader--show{display:block}.blog-landing{min-height:100vh}.blog-nav--headline-wrapper{text-align:center}.blog-nav__headline{text-align:center;font-size:22px;font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;font-weight:600;color:#081f40;border-bottom:3px #ffc42e solid;display:inline-flex;justify-content:center;text-transform:uppercase;line-height:1.21}.blog-nav .blog-nav-catgs{display:none;flex-direction:row;justify-content:space-around;margin-top:65px;margin-bottom:43px;height:26px}@media screen and (min-width: 1000px){.blog-nav .blog-nav-catgs{display:flex}}.blog-nav .blog-nav-catgs span.js-clear-category-filter{font-size:16px;font-weight:bold;color:#ea1900;font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;cursor:pointer;margin-left:8px;display:none}.blog-nav .blog-nav-catgs span.js-clear-category-filter--show{display:inline}.blog-nav .blog-nav-catgs span.js-clear-category-filter:hover,.blog-nav .blog-nav-catgs span.js-clear-category-filter:focus{color:#c31c07}@media screen and (max-width: 999px){.blog-nav .blog-nav-catgs{display:none}}.blog-nav .blog-nav-catgs__item{font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;color:#081f40;transition:initial;letter-spacing:normal;text-align:center;font-size:16px;text-transform:uppercase;transition:font-weight ease-in-out 0.1s}.blog-nav .blog-nav-catgs__item:hover,.blog-nav .blog-nav-catgs__item:focus{font-weight:bold;border-bottom:3px solid #ffc42e}.mobile-category-dropdown-wrapper label,.mobile-category-dropdown-wrapper .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .mobile-category-dropdown-wrapper a.clear-values{display:none}.dropdown-mobile-category-picker{margin-bottom:35px;margin-top:40px}@media screen and (min-width: 1000px){.dropdown-mobile-category-picker{display:none}}.dropdown-mobile-category-picker>ul{background-color:transparent;border-color:#000;max-width:310px;position:relative;margin:0px auto !important}.dropdown-mobile-category-picker>ul::before{content:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE4IDEyIj4KICAgIDxwYXRoIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSIjRkZDNDJFIiBzdHJva2Utd2lkdGg9IjMiIGQ9Ik0yOTAgMTcwTDI5OCAxNzggMzA2IDE3MCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI4OSAtMTY5KSIvPgo8L3N2Zz4K);position:absolute;right:38px;top:13px}.dropdown-mobile-category-picker>ul li{padding-left:25px}.dropdown-mobile-category-picker select{display:none}.blog-post-cards__row{display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;margin-bottom:20px}@media screen and (min-width: 1000px){.blog-post-cards__row{margin-bottom:105px;flex-wrap:nowrap}}.blog-post-cards__col{width:100%;margin-bottom:20px}@media screen and (min-width: 1000px){.blog-post-cards__col{margin-bottom:initial;width:50%}.blog-post-cards__col:first-of-type{margin-right:40px}}.blog-post-cards .blog-post-card{max-width:430px;width:100%;margin:0px auto;margin-bottom:50px;display:flex;flex-direction:column-reverse;height:100%;position:relative}.blog-post-cards .blog-post-card:focus-within{outline:1px solid #e84b38}.blog-post-cards .blog-post-card h2 a:after{content:'';display:block;position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%}.blog-post-cards .blog-post-card h2 a:hover,.blog-post-cards .blog-post-card h2 a:focus{color:#081f40}@media screen and (min-width: 1000px){.blog-post-cards .blog-post-card--no-img .post-description-box.post-description-box{margin-top:auto;flex:none}}@media screen and (min-width: 1000px){.blog-post-cards .blog-post-card{max-width:620px;margin:initial}}.blog-post-cards .blog-post-card__img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;display:block}@media screen and (min-width: 500px){.blog-post-cards .blog-post-card__img{height:345px}}@media screen and (min-width: 1200px){.blog-post-cards .blog-post-card__img{height:445px}}.blog-post-cards .blog-post-card .post-description-box{display:flex;flex-direction:column-reverse;justify-content:flex-end;background-color:#fff;outline:0.1px solid #E9EFF3;padding:20px;flex:1}@media screen and (min-width: 375px){.blog-post-cards .blog-post-card .post-description-box{padding:40px}}@media screen and (min-width: 1000px){.blog-post-cards .blog-post-card .post-description-box{padding:45px 40px 40px 54px}}.blog-post-cards .blog-post-card .post-description-box:hover,.blog-post-cards .blog-post-card .post-description-box:focus{color:#081f40}.blog-post-cards .blog-post-card .post-description-box svg path{transition:all 0.3s ease-in-out;fill:#081f40}.blog-post-cards .blog-post-card .post-description-box:hover svg path,.blog-post-cards .blog-post-card .post-description-box:focus svg path{fill:#e84b38}.blog-post-cards .blog-post-card .post-description-box__category{line-height:1.25;letter-spacing:normal;color:#081f40;font-family:DIN-Alternate-Bold,"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;text-transform:uppercase;font-size:14px;letter-spacing:normal;padding-bottom:16px}.blog-post-cards .blog-post-card .post-description-box__category a{position:relative}@media screen and (min-width: 1000px){.blog-post-cards .blog-post-card .post-description-box__category{font-size:16px;padding-bottom:32px}}.blog-post-cards .blog-post-card .post-description-box__title{color:#081f40;margin-bottom:22px;display:block}.blog-post-cards .blog-post-card .post-description-box__title h2{font-size:26px;line-height:1.31}@media screen and (min-width: 1000px){.blog-post-cards .blog-post-card .post-description-box__title h2{font-size:28px}}.blog-post-cards .blog-post-card .post-description-box__summary{font-size:16px;letter-spacing:normal;margin-bottom:0px;color:#081f40}@media screen and (min-width: 1000px){.blog-post-cards .blog-post-card .post-description-box__summary{font-size:18px}}.blog-pagination{width:280px;height:50px;border:1.5px solid #000;display:flex;justify-content:space-between;margin:0px auto 40px auto}.blog-pagination--paginate-back,.blog-pagination--paginate-forward{width:45px;height:auto;display:flex;justify-content:center;align-items:center;cursor:pointer}.blog-pagination--paginate-back:hover svg path,.blog-pagination--paginate-back:focus svg path,.blog-pagination--paginate-forward:hover svg path,.blog-pagination--paginate-forward:focus svg path{stroke:#e84b38}.blog-pagination--paginate-back{border-right:1.5px solid #000}.blog-pagination--paginate-disabled{cursor:not-allowed}.blog-pagination--paginate-disabled:hover svg path,.blog-pagination--paginate-disabled:focus svg path{stroke:#ffc42e}.blog-pagination__current{flex:1;text-transform:uppercase;font-size:16px;font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;display:flex;justify-content:center;align-items:center;color:#000}.blog-pagination--paginate-forward{border-left:1.5px solid #000}@media screen and (min-width: 700px){.blog-pagination{width:320px}}.search-results .main,.search-no-results .main{background-color:#fff}.search-results-container{padding-top:50px;padding-bottom:100px}.search-results-container__total-results-heading{font-size:20px;font-weight:initial;margin-bottom:30px}.search-results-container__item-link{border-top:1px solid #a9bbc6;display:block;padding:40px 0;position:relative}.search-results-container__item-link a{color:#ffc42e}.search-results-container__item-link a:hover,.search-results-container__item-link a:focus{color:#e84b38;text-decoration:underline}.search-results-container__item-link a:after{content:'';display:block;position:absolute;top:0;right:0;left:0;bottom:0;height:100%;width:100%}.search-results-container__item-link:focus-within{outline:1px solid #e84b38}.search-results-container__item-title{color:#ffc42e;transition:all 0.3s ease-in-out}.search-results-container__item-short-desc{margin:10px 0}.search-results-container .no-results-text{padding:100px 0px}.nav--pagination,.nav-links{font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;text-transform:uppercase;font-weight:500}.nav--pagination span,.nav--pagination a,.nav-links span,.nav-links a{margin-right:20px}.nav--pagination .current,.nav-links .current{font-weight:600}.nav--pagination a,.nav-links a{transition:color .3s ease}.nav--pagination a:hover,.nav--pagination a:focus,.nav-links a:hover,.nav-links a:focus{color:#e84b38}.nav-links .next:after{content:' »'}.nav-links .prev:before{content:'« '}.press-archive__main{margin-bottom:50px;background-color:#fff;padding:45px}@media screen and (min-width: 700px){.press-archive__main{display:flex;margin-bottom:100px}}.press-archive__list__item{border-top:1px solid #a9bbc6;display:flex;flex-direction:column-reverse;padding:40px 0;position:relative}.press-archive__list__item:first-child{border-top:0;padding-top:0}.press-archive__list__item:hover h4 a,.press-archive__list__item:focus h4 a{color:#e84b38}.press-archive__list__item a:after{content:'';position:absolute;display:block;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.press-archive__list__item:focus-within{outline:1px solid #e84b38}.press-archive__list__item:focus-within h4 a{color:#e84b38}.press-archive__list__item__meta{font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;font-weight:600;font-size:1rem}.press-archive__list__item__meta span{display:none}.press-archive__list__item__meta span:first-child{display:block}.press-archive__list__item__meta__cat{text-transform:uppercase}@media screen and (min-width: 700px){.press-archive__list{width:75%;padding-right:80px}}.press-archive__sidebar h3{font-weight:600;margin-bottom:15px}@media screen and (min-width: 700px){.press-archive__sidebar{width:25%}}.press-archive__contact{margin-bottom:30px}.press-archive h4{color:#081f40;transition:all 0.3s ease-in-out}@media screen and (min-width: 700px){.press-archive h4{max-width:85%}}.press-archive p{margin:10px 0}.press-archive .nav-links{margin-bottom:45px}@media screen and (min-width: 700px){.press-archive .nav-links{margin-bottom:0}}.single-press-release .line-anim{display:none}.research__intro__bg{height:210px;width:100%;background-size:cover;background-position:center}@media screen and (min-width: 700px){.research__intro__bg{height:445px;margin-top:20px}}.research__intro__content{background-color:#fff;text-align:center;width:85%;margin-left:auto;margin-right:auto;max-width:1000px;margin-top:-150px;padding:30px 15px 150px}.research__intro__content h2{display:inline-block;font-weight:600;text-transform:uppercase;border-bottom:3px solid #ffc42e;margin-bottom:30px}.research__intro__content h3{margin-top:30px}.research__intro__content h2+h3{margin-top:0}@media screen and (min-width: 700px){.research__intro__content{margin-top:-190px;padding:30px 120px 250px}}.research__intro__cols{margin-left:-30px;margin-right:-30px;margin-top:-120px;margin-bottom:80px}.research__intro__cols .grid__column{padding-right:30px;padding-left:30px;margin-bottom:45px}.research__intro__cols .grid__column:last-child{margin-bottom:0}@media screen and (min-width: 700px){.research__intro__cols .grid__column{margin-bottom:0}}@media screen and (min-width: 700px){.research__intro__cols{margin-bottom:170px;margin-top:-160px}}.research__intro__col img{display:block;height:153px;margin-left:auto;margin-right:auto;width:186px;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom;object-position:bottom}.research__intro__col__content{padding-top:30px;margin-top:30px;border-top:3px solid #ffc42e}.research__grid{margin-bottom:30px}.research__grid .heading--xxl{text-transform:uppercase;font-weight:500;margin-bottom:30px}.research__grid__title.show{opacity:1}.research__grid__title.hide{opacity:0}.research__grid__item{position:relative;display:flex;flex-direction:column-reverse;justify-content:flex-end}.research__grid__item:focus-within{outline:1px solid #e84b38}.research__grid__item:hover a,.research__grid__item:focus a{color:#e84b38}.research__grid__item h5 a:after{content:'';display:block;position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%;z-index:1}.research__grid__item__img{position:relative;width:100%;padding-bottom:73%;background-color:#ecf3f6}.research__grid__item__img img{position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.research__grid__item.research__grid__item__none{width:100%;text-align:center}.research__grid__main form{margin-bottom:45px}.research__grid__main form input:not(.search),.research__grid__main form select{font-size:1rem;font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;font-weight:bold;text-transform:uppercase;transition:all 0.3s ease-in-out;border-radius:0}.research__grid__main form input:not(.search):focus,.research__grid__main form select:focus{border:1px solid #e84b38;outline:0}.research__grid__main form select{cursor:pointer;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:45px;background-color:#fff;padding-right:60px;border:1px solid #a9bbc6;padding-left:20px}.research__grid__main form input{height:45px;background-color:#fff;border:1px solid #a9bbc6}.research__grid__main form input[type="submit"]{border-left-color:transparent;width:45px;font-size:0;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE3IDE3Ij4KICAgIDxwYXRoIGZpbGw9IiNGRkM0MkUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTIuMjY4IDYuMjQ0Yy0uMDEgMi4xMjEgMS43NzMgMy45NCAzLjg3NyAzLjk1NiAyLjIzOC4wMTcgNC4wNDUtMS43NTUgNC4wNTUtMy45NzQuMDA5LTIuMDY3LTEuNzgzLTMuODk2LTMuNzgtMy45NTctMi40MDctLjA3NS00LjIgMS45MTYtNC4xNTIgMy45NzVNMTcgMTQuODUyTDE0Ljg1IDE3Yy0uMjA3LS4yMzQtLjQxMy0uNDktLjY0My0uNzIzLTEuNDI1LTEuNDM1LTIuODU4LTIuODYzLTQuMjgtNC4zMDItLjE2LS4xNjItLjI3My0uMTc5LS40NzUtLjA2NS0yLjk0OCAxLjY1Ni02LjY5NC42OTItOC40NzgtMi4xNzEtMS40OTQtMi4zOTctMS4yNi01LjUyMi42MzQtNy42M0MyLjg0Ny43MjkgNC40MjYuMDI0IDYuMjk4IDAgOC4wODQtLjAyMiA5LjYxLjYxMyAxMC44NyAxLjg1MmMxLjEyMiAxLjEwMyAxLjcxNSAyLjQ3MyAxLjgyOSA0LjA0NS4wOSAxLjI1Mi0uMTY2IDIuNDMyLS43NzMgMy41My0uMTE3LjIxMi0uMTA1LjM0NS4wNzkuNTI3IDEuNTg1IDEuNTY5IDMuMTU2IDMuMTUgNC43MzQgNC43MjYuMDcyLjA3Mi4xNzMuMTE2LjI2LjE3MiIvPgo8L3N2Zz4K);color:transparent;background-size:40%;background-position:center;background-repeat:no-repeat}.research__grid__main form input[type="submit"]:hover,.research__grid__main form input[type="submit"]:focus,.research__grid__main form input[type="submit"]:active{background-color:#fff;border-color:#e84b38}.research__grid__main form .clear-cats{border:1px solid #a9bbc6;border-top:0;height:45px;width:100%;display:flex;align-items:center;justify-content:center;color:#081f40;transition:all 0.3s ease-in-out;font-size:1rem;font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;background-color:#fff;margin-bottom:20px;cursor:pointer}.research__grid__main form .clear-cats:hover,.research__grid__main form .clear-cats:focus{color:#CD2A18}@media screen and (min-width: 1000px){.research__grid__main form .clear-cats{width:45px;border-right:0;border-left:0;margin-bottom:0;border-top:1px solid #a9bbc6}}.research__grid__main form .selected-cats{background-color:#fff}.research__grid__main form .selected-cats label,.research__grid__main form .selected-cats .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .selected-cats a.clear-values{font-size:1rem;font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;font-weight:bold;text-transform:uppercase;height:45px;border:1px solid #a9bbc6;border-top:0;display:flex;align-items:center;justify-content:center;padding:0 10px;width:100%;text-align:center}@media screen and (min-width: 1000px){.research__grid__main form .selected-cats{flex:1 1 auto;display:flex;border:1px solid #a9bbc6}.research__grid__main form .selected-cats label,.research__grid__main form .selected-cats .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .selected-cats a.clear-values{border:0;border-left:1px solid #a9bbc6;height:100%}.research__grid__main form .selected-cats label:first-child,.research__grid__main form .selected-cats .cat-wrap a.clear-values:first-child,.research__grid__main form .cat-wrap .selected-cats a.clear-values:first-child{border-left:0}}.research__grid__main form .cat-wrap{margin-bottom:15px;display:flex;flex-flow:column;align-items:center;flex:1 1 auto;justify-content:center;margin:-5px;margin-bottom:40px}.research__grid__main form .cat-wrap label,.research__grid__main form .cat-wrap a.clear-values{font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;text-transform:uppercase;font-weight:bold;font-size:1rem;display:flex;align-items:center;justify-content:center;margin-right:5px;margin-left:5px;margin-bottom:10px;padding:5px;cursor:pointer;transition:all 0.3s ease-in-out;margin:0px 5px;margin:5px}.research__grid__main form .cat-wrap label:before,.research__grid__main form .cat-wrap a.clear-values:before{content:'';display:block;border:1px solid #a9bbc6;border-radius:100%;height:20px;width:20px;background-color:#fff;transition:all 0.3s ease-in-out;margin-right:10px}.research__grid__main form .cat-wrap label:hover,.research__grid__main form .cat-wrap a.clear-values:hover,.research__grid__main form .cat-wrap label:focus,.research__grid__main form .cat-wrap a.clear-values:focus{color:#e84b38}.research__grid__main form .cat-wrap label:focus,.research__grid__main form .cat-wrap a.clear-values:focus{text-decoration:underline}.research__grid__main form .cat-wrap label:focus:not(:focus-visible),.research__grid__main form .cat-wrap a.clear-values:focus:not(:focus-visible){outline:0}.research__grid__main form .cat-wrap label:focus-visible,.research__grid__main form .cat-wrap a.clear-values:focus-visible{outline:1px solid #e84b38}.research__grid__main form .cat-wrap a.clear-values{color:#ffc42e;font-size:1.5rem !important;padding:6.5px 15px !important;display:none;border:1px solid #a9bbc6}.research__grid__main form .cat-wrap a.clear-values:hover,.research__grid__main form .cat-wrap a.clear-values:focus{color:#fff;background-color:#e84b38}.research__grid__main form .cat-wrap a.clear-values:before{content:none}.research__grid__main form .cat-wrap input:checked+label:before,.research__grid__main form .cat-wrap input:checked+a.clear-values:before{background-color:#e84b38}.research__grid__main form .cat-wrap input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.research__grid__main form .cat-wrap input:focus-visible+label,.research__grid__main form .cat-wrap input:focus-visible+a.clear-values{outline:1px solid #e84b38}@media screen and (min-width: 1000px){.research__grid__main form .cat-wrap{justify-content:center;flex-flow:row;flex-wrap:wrap;margin:-5px;margin-bottom:45px}.research__grid__main form .cat-wrap label,.research__grid__main form .cat-wrap a.clear-values{font-size:.875rem;white-space:nowrap}}@media screen and (min-width: 1340px){.research__grid__main form .cat-wrap label,.research__grid__main form .cat-wrap a.clear-values{font-size:1rem}}.research__grid__main form .tag-search-wrapper{display:flex;justify-content:center;margin-bottom:40px}@media screen and (max-width: 999px){.research__grid__main form .tag-search-wrapper{flex-direction:column}}.research__grid__main form .tag-wrap{position:relative;margin:0px 5px;display:flex}@media screen and (max-width: 999px){.research__grid__main form .tag-wrap{max-width:400px;margin:0px auto;margin-bottom:15px}}.research__grid__main form .tag-wrap a.clear-values{font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;color:#ffc42e;font-size:1.5rem !important;padding:6.5px 15px !important;border:1px solid #a9bbc6;height:45px;margin-left:10px;display:none;background-color:#fff}.research__grid__main form .tag-wrap a.clear-values:hover,.research__grid__main form .tag-wrap a.clear-values:focus{border-color:#e84b38;background-color:#e84b38;color:#fff}.research__grid__main form .tag-wrap a.modal-tags-trigger{display:block;width:100%;height:45px;background-color:#fff;padding-right:60px;border:1px solid #a9bbc6;padding-left:20px;padding:12px 15px;font-weight:bold;font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;text-transform:uppercase;font-size:1rem}.research__grid__main form .tag-wrap a.modal-tags-trigger:hover,.research__grid__main form .tag-wrap a.modal-tags-trigger:focus{border-color:#e84b38;background-color:#e84b38;color:#fff}.research__grid__main form .search{font-weight:300;font-size:1rem;font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;border-right:0;border-radius:0;padding-left:15px}.research__grid__main form .search:focus{border:1px solid #e84b38;outline:0}.research__grid__main form .search__wrap{display:flex;margin:0px 5px}@media screen and (max-width: 999px){.research__grid__main form .search__wrap{max-width:400px;width:100%;margin:0px auto}}.research__grid__main form .search__wrap input[name=search]{max-width:345px;width:100%}@media screen and (min-width: 1000px){.research__grid__main form{display:flex;flex-direction:column;margin-bottom:80px;max-width:965px;width:100%;margin:0px auto}.research__grid__main form select{width:270px}.research__grid__main form .search__wrap{width:100%;max-width:420px}}.research__grid__main ul{display:flex;flex-flow:row wrap;margin-left:-22.5px;margin-right:-22.5px;margin-bottom:-45px}.research__grid__main ul li{padding-right:22.5px;padding-left:22.5px;margin-bottom:45px;width:100%}.research__grid__main ul li h5{margin-top:20px;font-size:1rem;font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;font-weight:bold;text-transform:uppercase;transition:all 0.3s ease-in-out}.research__grid__main ul li a:hover h5,.research__grid__main ul li a:focus h5{color:#CD2A18}@media screen and (min-width: 700px){.research__grid__main ul{margin-bottom:-80px}.research__grid__main ul li{width:50%;margin-bottom:80px}}@media screen and (min-width: 1000px){.research__grid__main ul li{width:25%}}@media screen and (min-width: 700px){.research__grid{margin-bottom:45px}.research__grid .heading--xxl{margin-bottom:45px}}.page-template-research .terner-bg-bottom-right{display:none}@media screen and (max-width: 699px){.modal-filters .modal__content{height:100%;overflow-y:auto}}.modal-filters .modal__container{max-width:940px;width:100%;border-radius:0px;padding:55px 45px;margin-top:30px;margin-bottom:30px}@media screen and (max-width: 699px){.modal-filters .modal__container{height:100%;overflow:hidden;padding-bottom:15px}}.modal-filters .modal__close{position:absolute;right:18px;top:12px;z-index:1000}.modal-filters .tag-filters--flex-container{display:flex;flex-direction:row}@media screen and (max-width: 699px){.modal-filters .tag-filters--flex-container{flex-direction:column;overflow-y:auto}}.modal-filters .tag-filters__col{max-width:310px;width:100%}.modal-filters .tag-filters__col:first-of-type{max-width:205px;margin-right:20px;display:flex;flex-direction:column;align-items:space-between}@media screen and (max-width: 699px){.modal-filters .tag-filters__col:first-of-type{position:fixed;z-index:1;max-width:initial;margin-right:initial;background-color:#fff}}.modal-filters .tag-filters__col:first-of-type .tags-filters__actions{margin-top:auto;font-weight:bold;margin-top:auto}@media screen and (max-width: 699px){.modal-filters .tag-filters__col:first-of-type .tags-filters__actions{margin-top:15px;display:flex;flex-direction:column}}.modal-filters .tag-filters__col:first-of-type .tags-filters__actions button{font-size:1rem;letter-spacing:1.4px;text-decoration:underline;text-transform:uppercase;display:block;border:0;padding:0;background-color:transparent;color:#081f40;font-weight:bold}.modal-filters .tag-filters__col:first-of-type .tags-filters__actions button:hover,.modal-filters .tag-filters__col:first-of-type .tags-filters__actions button:focus,.modal-filters .tag-filters__col:first-of-type .tags-filters__actions button:active{border:0;background-color:transparent;color:#e84b38}.modal-filters .tag-filters__col:first-of-type .tags-filters__actions button:focus:not(:focus-visible){outline:0}.modal-filters .tag-filters__col:first-of-type .tags-filters__actions button:focus-visible{border:0;outline:1px solid #e84b38}@media screen and (max-width: 699px){.modal-filters .tag-filters__col:first-of-type .tags-filters__actions button:first-of-type{margin-bottom:5px}}@media screen and (max-width: 699px){.modal-filters .tag-filters__col:first-of-type .tags-filters__actions button:last-of-type{padding-bottom:10px}}.modal-filters .tag-filters__col:nth-of-type(2){margin-right:20px}@media screen and (max-width: 699px){.modal-filters .tag-filters__col:nth-of-type(2){margin-top:100px;margin-bottom:9px;position:relative;z-index:0}}@media screen and (max-width: 699px){.modal-filters .tag-filters__col:nth-of-type(3){margin-bottom:30px}}.container-checkbox{display:flex;align-items:center;position:relative;cursor:pointer;font-size:1rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding-bottom:0px;text-transform:uppercase;vertical-align:middle;font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;font-weight:bold;letter-spacing:1.4px;color:#081f40;height:auto;line-height:1.1}.container-checkbox label,.container-checkbox .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .container-checkbox a.clear-values{cursor:pointer;display:flex}.container-checkbox:not(:last-of-type){margin-bottom:9px}.container-checkbox input{position:absolute;opacity:0;cursor:pointer;height:1px;width:1px}.container-checkbox input:focus-visible+label,.container-checkbox .research__grid__main form .cat-wrap input:focus-visible+a.clear-values,.research__grid__main form .cat-wrap .container-checkbox input:focus-visible+a.clear-values{outline:1px solid #e84b38}.container-checkbox label:before,.container-checkbox .research__grid__main form .cat-wrap a.clear-values:before,.research__grid__main form .cat-wrap .container-checkbox a.clear-values:before{content:'';top:0;left:0;height:20px;width:20px;background-color:#fff;border:1px solid #5d6770;transition:all 0.3s ease-in-out;flex:none;margin-right:15px;cursor:pointer;display:block}.container-checkbox:hover input ~ label:before,.container-checkbox:hover .research__grid__main form .cat-wrap input ~ a.clear-values:before,.research__grid__main form .cat-wrap .container-checkbox:hover input ~ a.clear-values:before{background-color:#ccc}.container-checkbox input:checked ~ label:before,.container-checkbox .research__grid__main form .cat-wrap input:checked ~ a.clear-values:before,.research__grid__main form .cat-wrap .container-checkbox input:checked ~ a.clear-values:before{background-color:#e84b38;border-color:#e84b38}.building-block{padding:20px 0;position:relative}.building-block:focus{outline:0}@media screen and (min-width: 700px){.building-block{padding:40px 0}}.building-block__title--sans{font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;font-weight:500;text-transform:uppercase}.building-block__title+.building-block__subtitle{margin-top:15px}.building-block__header{margin-bottom:45px}.building-block__header a{text-decoration:underline}.building-block--padding-top-none{padding-top:0}.building-block--padding-top-sm{padding-top:10px}@media screen and (min-width: 700px){.building-block--padding-top-sm{padding-top:20px}}.building-block--padding-top-md{padding-top:22.5px}@media screen and (min-width: 700px){.building-block--padding-top-md{padding-top:45px}}.building-block--padding-top-lg{padding-top:40px}@media screen and (min-width: 700px){.building-block--padding-top-lg{padding-top:80px}}.building-block--padding-top-xl{padding-top:50px}@media screen and (min-width: 700px){.building-block--padding-top-xl{padding-top:100px}}.building-block--padding-bottom-none{padding-bottom:0}.building-block--padding-bottom-sm{padding-bottom:10px}@media screen and (min-width: 700px){.building-block--padding-bottom-sm{padding-bottom:20px}}.building-block--padding-bottom-md{padding-bottom:22.5px}@media screen and (min-width: 700px){.building-block--padding-bottom-md{padding-bottom:45px}}.building-block--padding-bottom-lg{padding-bottom:40px}@media screen and (min-width: 700px){.building-block--padding-bottom-lg{padding-bottom:80px}}.building-block--padding-bottom-xl{padding-bottom:50px}@media screen and (min-width: 700px){.building-block--padding-bottom-xl{padding-bottom:100px}}.building-block__bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.building-block__bg--primary{background-color:#081f40}.building-block__bg--secondary{background-color:#5d6770}.building-block__bg--light-gray{background-color:#e9eff3}.building-block__bg--image{background-size:cover;background-position:50%}.icon-row__icon{max-width:500px;margin-bottom:30px}.icon-row__title{font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;text-transform:uppercase;font-weight:500}.icon-row .grid{margin-bottom:-45px}.icon-row .grid__column{margin-bottom:45px}.icon-row .button-group{padding-bottom:0}.text-image__item{display:flex;flex-direction:column;margin:0 -30px}@media screen and (min-width: 700px){.text-image__item{flex-direction:row}.text-image__item:nth-child(odd){flex-direction:row-reverse}.text-image--alt .text-image__item{flex-direction:row-reverse}.text-image--alt .text-image__item:nth-child(odd){flex-direction:row}.text-image--left .text-image__item{flex-direction:row}.text-image--left .text-image__item:nth-child(odd){flex-direction:row}.text-image--right .text-image__item{flex-direction:row-reverse}.text-image--right .text-image__item:nth-child(odd){flex-direction:row-reverse}}@media screen and (min-width: 1180px){.text-image__item{margin:0 -45px}}.text-image__text,.text-image__image{width:100%;padding:0 30px}@media screen and (min-width: 700px){.text-image__text,.text-image__image{width:50%}}@media screen and (min-width: 1180px){.text-image__text,.text-image__image{padding:0 45px}}.text-image__text .wp-caption-text,.text-image__image .wp-caption-text{max-width:480px;margin-right:auto;margin-left:auto}.text-image{overflow:hidden}.text-image .button-group{padding-bottom:0}@media screen and (min-width: 700px){.text-image .button-group{padding-top:30px}}.text-image__item{margin-bottom:80px}.text-image__item:last-child{margin-bottom:0}@media screen and (min-width: 700px){.text-image__item{margin-bottom:100px}}.text-image__title{font-weight:500;text-transform:uppercase;font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;margin-bottom:20px;display:inline-block;position:relative}.text-image__title:after{content:'';background-color:#ffc42e;bottom:0;left:0;height:3px;display:block;width:0%;transition:1.5s linear width;transition-delay:1s}.text-image__title+.text-image__subtitle{margin-top:-10px}@media screen and (min-width: 700px){.text-image__title{margin-bottom:30px}.text-image__title+.text-image__subtitle{margin-top:-20px}}.text-image__subtitle{margin-bottom:20px;font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif}@media screen and (min-width: 700px){.text-image__subtitle{margin-bottom:30px}}.text-image__content ul{font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif}@media screen and (min-width: 700px){.text-image__content ul{width:80%;margin-left:auto;margin-right:auto}}.text-image__content--large{font-size:1.25rem}@media screen and (min-width: 700px){.text-image__content--large{font-size:1.5rem}}.text-image__image{margin-bottom:30px;position:relative}.text-image__image img{max-width:480px}.text-image__image iframe{background-color:transparent;border:0px none transparent;padding:0px;overflow:hidden;height:100%}.text-image__image video{position:relative;z-index:1}.text-image__image iframe,.text-image__image img,.text-image__image video{display:block;margin:0 auto;width:100%}@media screen and (min-width: 700px){.text-image__image{margin-bottom:0}.text-image__image.fixed{position:relative}.text-image__image.fixed>div{position:fixed;top:145px}.text-image__image.stopfixed>div{position:absolute;bottom:0;top:auto}}.text-image__video-overlay{position:absolute;top:0;bottom:0;left:30px;right:30px;background-size:cover;background-position:center;z-index:2;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity 0.3s ease-in-out}.text-image__video-overlay img{height:50px;width:auto;transition:all 0.3s ease-in-out;opacity:0.8}.text-image__video-overlay:hover img,.text-image__video-overlay:focus img{opacity:1}.text-image__video-overlay.played{opacity:0;pointer-events:none}@media screen and (min-width: 1180px){.text-image__video-overlay{left:45px;right:45px}.text-image__video-overlay img{height:80px}}.visible .text-image__title:after{width:100%}.building-block--cta .building-block__header{margin-bottom:30px}@media screen and (min-width: 1180px){.building-block--cta .wrapper--sm .building-block__title{margin-left:-35%;margin-right:-35%}}.building-block--cta .button-group{padding:0}.featured-images,.featured-video{width:100%}.featured-video{position:relative}.featured-video video{position:relative;z-index:1;display:block;margin:0 auto;width:100%}.featured-video__overlay{position:absolute;top:0;bottom:0;left:0;right:0;background-size:cover;background-position:center;z-index:2;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity 0.3s ease-in-out}.featured-video__overlay img{height:50px;width:auto;transition:all 0.3s ease-in-out;opacity:0.8}.featured-video__overlay:hover img,.featured-video__overlay:focus img{opacity:1}.featured-video__overlay.played{opacity:0;pointer-events:none}@media screen and (min-width: 1180px){.featured-video__overlay img{height:80px}}.featured-images img{display:block;width:100%}.featured-images__image{width:100%;margin-bottom:30px;position:relative}.featured-images__image:last-child{margin-bottom:0}@media screen and (min-width: 700px){.featured-images__image{margin-bottom:0}.featured-images--multi{display:flex;margin-left:-22.5px;margin-right:-22.5px}.featured-images--multi .line-anim{display:none}.featured-images--multi .line-anim svg{display:none}.featured-images--multi .featured-images__image{padding-left:22.5px;padding-right:22.5px}.featured-images--multi .featured-images__image img{height:100%;-o-object-fit:cover;object-fit:cover}}.caption{font-size:1rem;font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;font-weight:600;margin-top:20px}@media screen and (min-width: 700px){.caption{margin-top:40px}}@media screen and (min-width: 1180px){.building-block--single_image .wrapper--sm .building-block__title{margin-left:-35%;margin-right:-35%}}@media screen and (min-width: 1180px){.building-block--single_image .wrapper--xs .building-block__title{margin-left:-40%;margin-right:-40%}}.building-block--single_image .line-anim{display:none;width:calc(100vw - 30px);max-width:1280px;left:0;right:0;margin-left:auto;margin-right:auto;top:45px;z-index:-1}.building-block--single_image .line-anim svg{width:100%;height:auto}@media screen and (min-width: 1180px){.building-block--single_image .line-anim{display:block}}.building-block--single_image .wrapper .line-anim{display:none}.building-block--single_image .wrapper--md .line-anim,.building-block--single_image .wrapper--sm .line-anim,.building-block--single_image .wrapper--xs .line-anim{display:block}.building-block--single_image.building-block--padding-top-default .line-anim{top:85px}.building-block--single_image.building-block--padding-top-sm .line-anim{top:65px}.building-block--single_image.building-block--padding-top-md .line-anim{top:90px}.building-block--single_image.building-block--padding-top-lg .line-anim{top:125px}.building-block--single_image.building-block--padding-top-xl .line-anim{top:145px}.spacer{width:100%}.spacer--default{height:20px}.spacer--sm{height:10px}.spacer--md{height:45px}.spacer--lg{height:80px}.spacer--xl{height:100px}.spacer--xxl{height:150px}.featured-centered-card-wrapper .featured-centered-card-bg{width:100%;height:auto}.featured-centered-card-wrapper .featured-centered-card-bg__img{width:100%;-o-object-fit:cover;object-fit:cover;height:210px;display:block}@media screen and (min-width: 700px){.featured-centered-card-wrapper .featured-centered-card-bg__img{height:445px}}.featured-centered-card-wrapper .featured-centered-card-box{background-color:#fff;padding:30px 15px;margin-top:-150px;position:relative;width:85%;margin-left:auto;margin-right:auto}.featured-centered-card-wrapper .featured-centered-card-box--center{text-align:center}.featured-centered-card-wrapper .featured-centered-card-box--center a{text-align:center}@media screen and (min-width: 700px){.featured-centered-card-wrapper .featured-centered-card-box{margin-top:-245px;max-width:615px;min-height:418px;padding:30px 45px 60px}.featured-centered-card-wrapper .featured-centered-card-box--wide{max-width:1000px;margin-top:-195px;min-height:250px;padding:60px 60px 80px}.featured-centered-card-wrapper .featured-centered-card-box--wide .featured-centered-card-box__headline,.featured-centered-card-wrapper .featured-centered-card-box--wide .featured-centered-card-box__description,.featured-centered-card-wrapper .featured-centered-card-box--wide .button{max-width:750px;margin-left:auto;margin-right:auto}}.featured-centered-card-wrapper .featured-centered-card-box__category{font-size:14px;text-transform:uppercase;font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;font-weight:500;line-height:1.25;margin-bottom:18px}@media screen and (min-width: 1000px){.featured-centered-card-wrapper .featured-centered-card-box__category{font-size:16px;margin-bottom:35px}}.featured-centered-card-wrapper .featured-centered-card-box__headline{font-size:32px;line-height:1.29;font-family:Georgia,Georgia,serif;font-style:normal;font-weight:normal}@media screen and (min-width: 1000px){.featured-centered-card-wrapper .featured-centered-card-box__headline{font-size:48px}}.featured-centered-card-wrapper .featured-centered-card-box__description{font-size:18px;font-family:Georgia,Georgia,serif;font-weight:normal;font-style:normal;letter-spacing:normal;line-height:1.25;margin-top:18px}@media screen and (min-width: 1000px){.featured-centered-card-wrapper .featured-centered-card-box__description{font-size:24px;margin-top:35px}}.featured-centered-card-wrapper .featured-centered-card-box .button{margin-top:18px}@media screen and (min-width: 1000px){.featured-centered-card-wrapper .featured-centered-card-box .button{margin-top:35px}}.left-img-featured-post-wrapper .left-img-wrapper{max-height:444px;height:100%;width:100%}.left-img-featured-post-wrapper .left-img-wrapper__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.left-img-featured-post-wrapper .post-details-wrapper{display:block;margin-top:30px}@media screen and (min-width: 1000px){.left-img-featured-post-wrapper .post-details-wrapper{margin-top:0}}.left-img-featured-post-wrapper .post-details-wrapper>*{color:#081f40}.left-img-featured-post-wrapper .post-details-wrapper__category{font-size:16px;font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;font-weight:500;text-transform:uppercase;line-height:1.25;margin-bottom:25px}@media screen and (min-width: 1000px){.left-img-featured-post-wrapper .post-details-wrapper__category{margin-bottom:35px}}.left-img-featured-post-wrapper .post-details-wrapper__headline{font-size:32px;font-family:Georgia,Georgia,serif;font-weight:normal;line-height:1.29;margin-bottom:20px;display:block}@media screen and (min-width: 1000px){.left-img-featured-post-wrapper .post-details-wrapper__headline{font-size:48px;margin-bottom:30px}}.left-img-featured-post-wrapper .post-details-wrapper__blockquote{border-left:3px solid #ffc42e;padding-left:21px;max-width:302px;line-height:1.1}.left-img-featured-post-wrapper .post-details-wrapper__blockquote>*{font-family:Georgia,Georgia,serif;font-weight:normal;letter-spacing:normal}.left-img-featured-post-wrapper .post-details-wrapper__blockquote--subheadline-1{font-size:20px;padding-bottom:20px;line-height:1.25}@media screen and (min-width: 1000px){.left-img-featured-post-wrapper .post-details-wrapper__blockquote--subheadline-1{font-size:24px}}.left-img-featured-post-wrapper .post-details-wrapper__blockquote--subheadline-2{font-size:14px;display:inline;padding-right:15px}@media screen and (min-width: 1000px){.left-img-featured-post-wrapper .post-details-wrapper__blockquote--subheadline-2{font-size:16px}}.left-img-featured-post-wrapper .post-details-wrapper__blockquote svg path{transition:all 0.3s ease-in-out;fill:#081f40}.left-img-featured-post-wrapper .post-details-wrapper:hover svg path,.left-img-featured-post-wrapper .post-details-wrapper:focus svg path{fill:#e84b38}.featured-sentences-bg{min-height:527px;width:100%;display:flex}.featured-sentences-bg--transparent{width:63.671875%;height:100%;min-height:527px;background-color:rgba(93,137,167,0.14)}.featured-sentences-bg--transparent .featured-sentences-wrapper{margin-top:30px;margin-left:10.15625%;width:66.79687%}.featured-sentences-bg--transparent .featured-sentences-wrapper>*{color:#51758b}.featured-sentences-bg--transparent .featured-sentences-wrapper__title{font-size:34px;font-family:Georgia,Georgia,serif;font-weight:normal;line-height:1.29;margin-bottom:30px;color:#081f40}@media screen and (min-width: 1000px){.featured-sentences-bg--transparent .featured-sentences-wrapper__title{width:80%;font-size:48px;margin-bottom:45px}}.featured-sentences-bg--transparent .featured-sentences-wrapper__sentence{position:relative;text-transform:uppercase;font-size:18px;font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;font-weight:500;letter-spacing:5.5px;line-height:1.25;margin-left:11.69590%;margin-bottom:30px;cursor:default;transition:0.3s ease-in-out}.featured-sentences-bg--transparent .featured-sentences-wrapper__sentence:hover,.featured-sentences-bg--transparent .featured-sentences-wrapper__sentence:focus{color:#081f40}.featured-sentences-bg--transparent .featured-sentences-wrapper__sentence--right{margin-left:17.54385%}.featured-sentences-bg--transparent .featured-sentences-wrapper__sentence--center{margin-left:6.08187%}@media screen and (min-width: 1000px){.featured-sentences-bg--transparent .featured-sentences-wrapper__sentence{font-size:24px}}@media screen and (min-width: 1180px){.featured-sentences-bg--transparent .featured-sentences-wrapper__sentence:last-of-type{margin-bottom:0px}}@media screen and (min-width: 1000px){.featured-sentences-bg--transparent .featured-sentences-wrapper{margin-top:60px;width:91%}}@media screen and (min-width: 1180px){.featured-sentences-bg--transparent .featured-sentences-wrapper{position:absolute;width:66.79687%}}.featured-sentences-bg--light-gray{background-color:rgba(93,137,167,0.14);width:36.32812%}@media screen and (min-width: 1180px){.featured-sentences-bg--light-gray{height:100%}}.featured-sentences-bg__horizontal-bar{width:150px;height:63px;background-color:#081f40;position:absolute;right:0;top:18%;transform:translateY(-50%)}@media screen and (min-width: 700px){.featured-sentences-bg__horizontal-bar{width:355px}}.featured-sentences-bg__vertical-square{height:491px;width:90px;right:0;top:50%;transform:translateY(-50%)}@media screen and (min-width: 700px){.featured-sentences-bg__vertical-square{width:229px;top:55%}}@media screen and (min-width: 1180px){.featured-sentences-bg{height:527px;min-height:unset}}.link-blocks .grid{margin-bottom:-45px}.link-blocks .grid__column{margin-bottom:45px}.link-blocks__block{font-weight:bold;display:block}@media screen and (min-width: 1180px){.link-blocks__block h4,.link-blocks__block p{color:#51758b;transition:all 0.3s ease-in-out}}.link-blocks__block h4{text-transform:uppercase;margin-bottom:5px;font-size:1.125rem;font-weight:bold}.link-blocks__block p{font-size:1rem}.link-blocks__block__img{width:100%;padding-bottom:100%;background-size:cover;background-position:center;position:relative;margin-bottom:30px}.link-blocks__block__img:before{content:'';transition:all 0.3s ease-in-out;position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(233,239,243,0.58);opacity:0}@media screen and (min-width: 1180px){.link-blocks__block__img:before{opacity:1}}.link-blocks__block__img:after{content:'';border:3px solid #ffc42e;position:absolute;top:20px;right:20px;bottom:-20px;left:-20px;transition:all 0.3s ease-in-out;opacity:0}.link-blocks__block:hover h4,.link-blocks__block:hover p,.link-blocks__block:focus h4,.link-blocks__block:focus p{color:#081f40}.link-blocks__block:hover .link-blocks__block__img:before,.link-blocks__block:focus .link-blocks__block__img:before{opacity:0}.link-blocks__block:hover .link-blocks__block__img:after,.link-blocks__block:focus .link-blocks__block__img:after{opacity:1}.link-blocks__block--team-member h4{text-transform:none;color:#081f40}.link-blocks__block--team-member p{text-transform:uppercase;color:#081f40}.link-blocks__block--team-member .link-blocks__block__img:before{content:none}.link-blocks--text .grid{margin-left:-30px;margin-right:-30px;margin-bottom:-60px}.link-blocks--text .grid__column{padding-left:30px;padding-right:30px;margin-bottom:60px}.link-blocks--text .link-blocks__block{background-color:#081f40;text-align:center;min-height:250px;padding:20px;display:flex;align-items:center;justify-content:center;height:100%}.link-blocks--text .link-blocks__block h4{color:#fff;font-weight:500;font-size:2rem;margin-bottom:0}@media screen and (min-width: 700px){.link-blocks--text .link-blocks__block{padding:20px 30px}}.link-blocks--text a{transition:all 0.3s ease-in-out}.link-blocks--text a:hover,.link-blocks--text a:focus{background-color:#0e356d}@media screen and (min-width: 700px){.building-block--link_blocks .building-block__header{margin-bottom:80px}}.latest-tweet{background-color:rgba(93,137,167,0.14);padding:30px;font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif}.latest-tweet__inner{max-width:510px}.latest-tweet__main a{border-bottom:1px solid transparent}.latest-tweet__main a:hover,.latest-tweet__main a:focus{border-color:#e84b38}.latest-tweet__title{display:flex;align-items:center;font-weight:600;text-transform:uppercase;margin-bottom:20px}.latest-tweet__title img{margin-right:20px}.latest-tweet .button{margin-top:30px}@media screen and (min-width: 700px){.latest-tweet{padding:80px 150px 70px}}.building-block--basic_text .building-block__subtitle{font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif}@media screen and (min-width: 1180px){.building-block--basic_text .wrapper--sm h2.heading--xxl,.building-block--basic_text .wrapper--xs h2.heading--xxl{margin-left:-35%;margin-right:-35%}}.building-block--basic_text .grid{margin-left:-30px;margin-right:-30px;margin-bottom:-45px}.building-block--basic_text .grid__column{padding-left:30px;padding-right:30px;margin-bottom:45px}.building-block--basic_text .button-group{padding-bottom:0}@media screen and (min-width: 700px){.building-block--basic_text .button-group{padding-top:30px}}.building-block--basic_text.building-block--form .wrapper--sm{max-width:730px}@media screen and (min-width: 700px){.building-block--basic_text.building-block--form .wrapper--sm .gform_wrapper form{margin-right:-16px;max-width:none}}.building-block--basic_text.building-block--form .heading--lg-bump,.building-block--basic_text.building-block--form .building-block__subtitle{font-size:1.25rem;font-weight:500;text-transform:uppercase}.building-block--basic_text.building-block--form .building-block__subtitle{font-size:1.25rem;font-family:Georgia,serif;text-transform:none}@media screen and (min-width: 700px){.building-block--basic_text.building-block--form .building-block__subtitle{font-size:1.5rem}}@media screen and (min-width: 1180px){.building-block--basic_text.building-block--form .building-block__title{margin-left:-30%;margin-right:-30%}}@media screen and (min-width: 700px){.building-block--basic_text.building-block--form #gform_4 .gform_footer{padding-top:0;margin-top:-70px}.building-block--basic_text.building-block--form #gform_4 input[type="submit"]{margin-left:calc(50% - 16px);width:calc(50% - 16px)}}.building-block--basic_text.building-block--form .indicates-required{display:none}.building-block--basic_text.building-block--form .form-footer{padding-top:36px;margin-bottom:30px}.building-block--basic_text.building-block--form .form-footer input[type="submit"]{width:100%}.building-block--basic_text.building-block--form .mc-field-group{margin-bottom:30px}@media screen and (min-width: 700px){.building-block--basic_text.building-block--form #mc_embed_signup_scroll{display:flex;flex-flow:row wrap;margin-left:-8px;margin-right:-8px}.building-block--basic_text.building-block--form #mc_embed_signup_scroll>div{width:50%;padding-left:8px;padding-right:8px}.building-block--basic_text.building-block--form .form-footer{padding-top:5px}.building-block--basic_text.building-block--form #mce-responses{position:absolute;bottom:0}}.basic-text .heading--lg-bump,.basic-text .building-block--basic_text .building-block__subtitle,.building-block--basic_text .basic-text .building-block__subtitle{margin-bottom:30px}.basic-text__main ul{font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif}.basic-text__main--small{font-size:1rem}@media screen and (min-width: 700px){.basic-text__main--small{font-size:1.125rem}}.basic-text__main--large{font-size:1.25rem}@media screen and (min-width: 700px){.basic-text__main--large{font-size:1.5rem}}.building-block--current-openings .basic-text__main ul{list-style-type:none;padding-left:0}.building-block--current-openings .basic-text__main ul li{margin-bottom:5px}.building-block--current-openings .basic-text__main ul li a{color:#081f40}.building-block--current-openings .basic-text__main ul li a:hover,.building-block--current-openings .basic-text__main ul li a:focus{color:#e84b38}.building-block--current-openings .basic-text__main ul li:last-child{margin-bottom:0}.main-featured-post{width:100%}.main-featured-post__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;margin-bottom:20px}@media screen and (min-width: 1000px){.main-featured-post{min-height:445px;height:100%}.main-featured-post__img{margin-bottom:0}}.main-featured-post-details{height:100%;display:flex;flex-direction:column-reverse;position:relative}.main-featured-post-details a:after{content:'';display:block;position:absolute;top:0;left:0;right:0;bottom:0;height:100%;width:100%}.main-featured-post-details a:hover,.main-featured-post-details a:focus{color:#081f40}.main-featured-post-details svg{transition:all 0.3s ease-in-out}.main-featured-post-details svg path{transition:all 0.3s ease-in-out;fill:#081f40}.main-featured-post-details:hover svg,.main-featured-post-details:focus svg{transform:translateX(5px)}.main-featured-post-details:hover svg path,.main-featured-post-details:focus svg path{fill:#e84b38}.main-featured-post-details:focus-within{outline:1px solid #e84b38}.main-featured-post-details:focus-within svg{transform:translateX(5px)}.main-featured-post-details:focus-within svg path{fill:#e84b38}.main-featured-post-details .post-metadata{margin-bottom:20px}.main-featured-post-details .post-metadata p{color:#081f40;font-size:16px;font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;font-weight:600}.main-featured-post-details .post-metadata__category{text-transform:uppercase}.post-description{max-width:595px}.post-description>*{font-family:Georgia,Georgia,serif;color:#081f40}.post-description__headline{padding-bottom:20px}.post-description__paragraph{font-size:18px;line-height:1.4;letter-spacing:normal;display:inline;margin-right:15px}@media screen and (min-width: 1000px){.post-description__paragraph{font-size:20px}}.featured-post-card{display:flex;flex-direction:column;height:100%;max-width:285px;margin:0px auto}.featured-post-card>*{color:#081f40;font-family:Georgia,Georgia,serif}.featured-post-card:hover>*,.featured-post-card:focus>*{color:#e84b38}@media screen and (min-width: 1000px){.featured-post-card{margin:initial}}.featured-post-card__img{position:relative;max-width:285px;height:209px;margin-bottom:23px}.featured-post-card__img--hover{display:none;position:absolute;height:100%;width:100%;top:0;background:rgba(232,75,56,0.34)}.featured-post-card img{-o-object-fit:cover;object-fit:cover;height:100%;width:100%}.featured-post-card__category{text-transform:uppercase;margin-bottom:23px;font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif;font-weight:500}.featured-post-card__headline{font-size:24px;font-weight:normal;line-height:1.25;margin-bottom:23px}.featured-post-card__description{font-size:16px;font-weight:normal;letter-spacing:normal;margin-top:auto}.home-featured-posts__line-decoration{height:316px;width:137px;left:0;top:30px;z-index:-1}@media screen and (min-width: 700px){.home-featured-posts__line-decoration{z-index:2}}@media screen and (min-width: 1180px){.home-featured-posts__line-decoration{top:70px}}.home-featured-posts__block-decoration{height:390px;width:20px;background-color:#081f40;display:block;left:0;position:absolute;top:150px;z-index:-1}@media screen and (min-width: 1180px){.home-featured-posts__block-decoration{width:40px;top:220px}}.home-featured-posts__featured{margin-bottom:60px}.home-featured-posts__cards .grid__column{margin-bottom:45px}.home-featured-posts__cards .grid__column:last-child{margin-bottom:0}@media screen and (min-width: 1000px){.home-featured-posts__cards .grid__column{margin-bottom:0}}.u-size-1of12{width:8.33333%}.u-size-2of12{width:16.66667%}.u-size-3of12{width:25%}.u-size-4of12{width:33.33333%}.u-size-5of12{width:41.66667%}.u-size-6of12{width:50%}.u-size-7of12{width:58.33333%}.u-size-8of12{width:66.66667%}.u-size-9of12{width:75%}.u-size-10of12{width:83.33333%}.u-size-11of12{width:91.66667%}.u-size-12of12{width:100%}.u-pull-0{right:auto}.u-pull-1of12{right:8.33333%}.u-pull-2of12{right:16.66667%}.u-pull-3of12{right:25%}.u-pull-4of12{right:33.33333%}.u-pull-5of12{right:41.66667%}.u-pull-6of12{right:50%}.u-pull-7of12{right:58.33333%}.u-pull-8of12{right:66.66667%}.u-pull-9of12{right:75%}.u-pull-10of12{right:83.33333%}.u-pull-11of12{right:91.66667%}.u-pull-12of12{right:100%}.u-push-0{left:auto}.u-push-1of12{left:8.33333%}.u-push-2of12{left:16.66667%}.u-push-3of12{left:25%}.u-push-4of12{left:33.33333%}.u-push-5of12{left:41.66667%}.u-push-6of12{left:50%}.u-push-7of12{left:58.33333%}.u-push-8of12{left:66.66667%}.u-push-9of12{left:75%}.u-push-10of12{left:83.33333%}.u-push-11of12{left:91.66667%}.u-push-12of12{left:100%}.u-offset-0of12{margin-left:0%}.u-offset-1of12{margin-left:8.33333%}.u-offset-2of12{margin-left:16.66667%}.u-offset-3of12{margin-left:25%}.u-offset-4of12{margin-left:33.33333%}.u-offset-5of12{margin-left:41.66667%}.u-offset-6of12{margin-left:50%}.u-offset-7of12{margin-left:58.33333%}.u-offset-8of12{margin-left:66.66667%}.u-offset-9of12{margin-left:75%}.u-offset-10of12{margin-left:83.33333%}.u-offset-11of12{margin-left:91.66667%}.u-offset-12of12{margin-left:100%}.u-size-1of2{width:50%}.u-size-2of2{width:100%}.u-pull-0{right:auto}.u-pull-1of2{right:50%}.u-pull-2of2{right:100%}.u-push-0{left:auto}.u-push-1of2{left:50%}.u-push-2of2{left:100%}.u-offset-0of2{margin-left:0%}.u-offset-1of2{margin-left:50%}.u-offset-2of2{margin-left:100%}.u-size-1of3{width:33.33333%}.u-size-2of3{width:66.66667%}.u-size-3of3{width:100%}.u-pull-0{right:auto}.u-pull-1of3{right:33.33333%}.u-pull-2of3{right:66.66667%}.u-pull-3of3{right:100%}.u-push-0{left:auto}.u-push-1of3{left:33.33333%}.u-push-2of3{left:66.66667%}.u-push-3of3{left:100%}.u-offset-0of3{margin-left:0%}.u-offset-1of3{margin-left:33.33333%}.u-offset-2of3{margin-left:66.66667%}.u-offset-3of3{margin-left:100%}.u-size-1of4{width:25%}.u-size-2of4{width:50%}.u-size-3of4{width:75%}.u-size-4of4{width:100%}.u-pull-0{right:auto}.u-pull-1of4{right:25%}.u-pull-2of4{right:50%}.u-pull-3of4{right:75%}.u-pull-4of4{right:100%}.u-push-0{left:auto}.u-push-1of4{left:25%}.u-push-2of4{left:50%}.u-push-3of4{left:75%}.u-push-4of4{left:100%}.u-offset-0of4{margin-left:0%}.u-offset-1of4{margin-left:25%}.u-offset-2of4{margin-left:50%}.u-offset-3of4{margin-left:75%}.u-offset-4of4{margin-left:100%}.u-size-1of5{width:20%}.u-size-2of5{width:40%}.u-size-3of5{width:60%}.u-size-4of5{width:80%}.u-size-5of5{width:100%}.u-pull-0{right:auto}.u-pull-1of5{right:20%}.u-pull-2of5{right:40%}.u-pull-3of5{right:60%}.u-pull-4of5{right:80%}.u-pull-5of5{right:100%}.u-push-0{left:auto}.u-push-1of5{left:20%}.u-push-2of5{left:40%}.u-push-3of5{left:60%}.u-push-4of5{left:80%}.u-push-5of5{left:100%}.u-offset-0of5{margin-left:0%}.u-offset-1of5{margin-left:20%}.u-offset-2of5{margin-left:40%}.u-offset-3of5{margin-left:60%}.u-offset-4of5{margin-left:80%}.u-offset-5of5{margin-left:100%}.u-size-1of6{width:16.66667%}.u-size-2of6{width:33.33333%}.u-size-3of6{width:50%}.u-size-4of6{width:66.66667%}.u-size-5of6{width:83.33333%}.u-size-6of6{width:100%}.u-pull-0{right:auto}.u-pull-1of6{right:16.66667%}.u-pull-2of6{right:33.33333%}.u-pull-3of6{right:50%}.u-pull-4of6{right:66.66667%}.u-pull-5of6{right:83.33333%}.u-pull-6of6{right:100%}.u-push-0{left:auto}.u-push-1of6{left:16.66667%}.u-push-2of6{left:33.33333%}.u-push-3of6{left:50%}.u-push-4of6{left:66.66667%}.u-push-5of6{left:83.33333%}.u-push-6of6{left:100%}.u-offset-0of6{margin-left:0%}.u-offset-1of6{margin-left:16.66667%}.u-offset-2of6{margin-left:33.33333%}.u-offset-3of6{margin-left:50%}.u-offset-4of6{margin-left:66.66667%}.u-offset-5of6{margin-left:83.33333%}.u-offset-6of6{margin-left:100%}@media screen and (min-width: 375px){.u-size-1of12--xs{width:8.33333%}.u-size-2of12--xs{width:16.66667%}.u-size-3of12--xs{width:25%}.u-size-4of12--xs{width:33.33333%}.u-size-5of12--xs{width:41.66667%}.u-size-6of12--xs{width:50%}.u-size-7of12--xs{width:58.33333%}.u-size-8of12--xs{width:66.66667%}.u-size-9of12--xs{width:75%}.u-size-10of12--xs{width:83.33333%}.u-size-11of12--xs{width:91.66667%}.u-size-12of12--xs{width:100%}.u-pull-0--xs{right:auto}.u-pull-1of12--xs{right:8.33333%}.u-pull-2of12--xs{right:16.66667%}.u-pull-3of12--xs{right:25%}.u-pull-4of12--xs{right:33.33333%}.u-pull-5of12--xs{right:41.66667%}.u-pull-6of12--xs{right:50%}.u-pull-7of12--xs{right:58.33333%}.u-pull-8of12--xs{right:66.66667%}.u-pull-9of12--xs{right:75%}.u-pull-10of12--xs{right:83.33333%}.u-pull-11of12--xs{right:91.66667%}.u-pull-12of12--xs{right:100%}.u-push-0--xs{left:auto}.u-push-1of12--xs{left:8.33333%}.u-push-2of12--xs{left:16.66667%}.u-push-3of12--xs{left:25%}.u-push-4of12--xs{left:33.33333%}.u-push-5of12--xs{left:41.66667%}.u-push-6of12--xs{left:50%}.u-push-7of12--xs{left:58.33333%}.u-push-8of12--xs{left:66.66667%}.u-push-9of12--xs{left:75%}.u-push-10of12--xs{left:83.33333%}.u-push-11of12--xs{left:91.66667%}.u-push-12of12--xs{left:100%}.u-offset-0of12--xs{margin-left:0%}.u-offset-1of12--xs{margin-left:8.33333%}.u-offset-2of12--xs{margin-left:16.66667%}.u-offset-3of12--xs{margin-left:25%}.u-offset-4of12--xs{margin-left:33.33333%}.u-offset-5of12--xs{margin-left:41.66667%}.u-offset-6of12--xs{margin-left:50%}.u-offset-7of12--xs{margin-left:58.33333%}.u-offset-8of12--xs{margin-left:66.66667%}.u-offset-9of12--xs{margin-left:75%}.u-offset-10of12--xs{margin-left:83.33333%}.u-offset-11of12--xs{margin-left:91.66667%}.u-offset-12of12--xs{margin-left:100%}.u-size-1of2--xs{width:50%}.u-size-2of2--xs{width:100%}.u-pull-0--xs{right:auto}.u-pull-1of2--xs{right:50%}.u-pull-2of2--xs{right:100%}.u-push-0--xs{left:auto}.u-push-1of2--xs{left:50%}.u-push-2of2--xs{left:100%}.u-offset-0of2--xs{margin-left:0%}.u-offset-1of2--xs{margin-left:50%}.u-offset-2of2--xs{margin-left:100%}.u-size-1of3--xs{width:33.33333%}.u-size-2of3--xs{width:66.66667%}.u-size-3of3--xs{width:100%}.u-pull-0--xs{right:auto}.u-pull-1of3--xs{right:33.33333%}.u-pull-2of3--xs{right:66.66667%}.u-pull-3of3--xs{right:100%}.u-push-0--xs{left:auto}.u-push-1of3--xs{left:33.33333%}.u-push-2of3--xs{left:66.66667%}.u-push-3of3--xs{left:100%}.u-offset-0of3--xs{margin-left:0%}.u-offset-1of3--xs{margin-left:33.33333%}.u-offset-2of3--xs{margin-left:66.66667%}.u-offset-3of3--xs{margin-left:100%}.u-size-1of4--xs{width:25%}.u-size-2of4--xs{width:50%}.u-size-3of4--xs{width:75%}.u-size-4of4--xs{width:100%}.u-pull-0--xs{right:auto}.u-pull-1of4--xs{right:25%}.u-pull-2of4--xs{right:50%}.u-pull-3of4--xs{right:75%}.u-pull-4of4--xs{right:100%}.u-push-0--xs{left:auto}.u-push-1of4--xs{left:25%}.u-push-2of4--xs{left:50%}.u-push-3of4--xs{left:75%}.u-push-4of4--xs{left:100%}.u-offset-0of4--xs{margin-left:0%}.u-offset-1of4--xs{margin-left:25%}.u-offset-2of4--xs{margin-left:50%}.u-offset-3of4--xs{margin-left:75%}.u-offset-4of4--xs{margin-left:100%}.u-size-1of5--xs{width:20%}.u-size-2of5--xs{width:40%}.u-size-3of5--xs{width:60%}.u-size-4of5--xs{width:80%}.u-size-5of5--xs{width:100%}.u-pull-0--xs{right:auto}.u-pull-1of5--xs{right:20%}.u-pull-2of5--xs{right:40%}.u-pull-3of5--xs{right:60%}.u-pull-4of5--xs{right:80%}.u-pull-5of5--xs{right:100%}.u-push-0--xs{left:auto}.u-push-1of5--xs{left:20%}.u-push-2of5--xs{left:40%}.u-push-3of5--xs{left:60%}.u-push-4of5--xs{left:80%}.u-push-5of5--xs{left:100%}.u-offset-0of5--xs{margin-left:0%}.u-offset-1of5--xs{margin-left:20%}.u-offset-2of5--xs{margin-left:40%}.u-offset-3of5--xs{margin-left:60%}.u-offset-4of5--xs{margin-left:80%}.u-offset-5of5--xs{margin-left:100%}.u-size-1of6--xs{width:16.66667%}.u-size-2of6--xs{width:33.33333%}.u-size-3of6--xs{width:50%}.u-size-4of6--xs{width:66.66667%}.u-size-5of6--xs{width:83.33333%}.u-size-6of6--xs{width:100%}.u-pull-0--xs{right:auto}.u-pull-1of6--xs{right:16.66667%}.u-pull-2of6--xs{right:33.33333%}.u-pull-3of6--xs{right:50%}.u-pull-4of6--xs{right:66.66667%}.u-pull-5of6--xs{right:83.33333%}.u-pull-6of6--xs{right:100%}.u-push-0--xs{left:auto}.u-push-1of6--xs{left:16.66667%}.u-push-2of6--xs{left:33.33333%}.u-push-3of6--xs{left:50%}.u-push-4of6--xs{left:66.66667%}.u-push-5of6--xs{left:83.33333%}.u-push-6of6--xs{left:100%}.u-offset-0of6--xs{margin-left:0%}.u-offset-1of6--xs{margin-left:16.66667%}.u-offset-2of6--xs{margin-left:33.33333%}.u-offset-3of6--xs{margin-left:50%}.u-offset-4of6--xs{margin-left:66.66667%}.u-offset-5of6--xs{margin-left:83.33333%}.u-offset-6of6--xs{margin-left:100%}}@media screen and (min-width: 500px){.u-size-1of12--sm{width:8.33333%}.u-size-2of12--sm{width:16.66667%}.u-size-3of12--sm{width:25%}.u-size-4of12--sm{width:33.33333%}.u-size-5of12--sm{width:41.66667%}.u-size-6of12--sm{width:50%}.u-size-7of12--sm{width:58.33333%}.u-size-8of12--sm{width:66.66667%}.u-size-9of12--sm{width:75%}.u-size-10of12--sm{width:83.33333%}.u-size-11of12--sm{width:91.66667%}.u-size-12of12--sm{width:100%}.u-pull-0--sm{right:auto}.u-pull-1of12--sm{right:8.33333%}.u-pull-2of12--sm{right:16.66667%}.u-pull-3of12--sm{right:25%}.u-pull-4of12--sm{right:33.33333%}.u-pull-5of12--sm{right:41.66667%}.u-pull-6of12--sm{right:50%}.u-pull-7of12--sm{right:58.33333%}.u-pull-8of12--sm{right:66.66667%}.u-pull-9of12--sm{right:75%}.u-pull-10of12--sm{right:83.33333%}.u-pull-11of12--sm{right:91.66667%}.u-pull-12of12--sm{right:100%}.u-push-0--sm{left:auto}.u-push-1of12--sm{left:8.33333%}.u-push-2of12--sm{left:16.66667%}.u-push-3of12--sm{left:25%}.u-push-4of12--sm{left:33.33333%}.u-push-5of12--sm{left:41.66667%}.u-push-6of12--sm{left:50%}.u-push-7of12--sm{left:58.33333%}.u-push-8of12--sm{left:66.66667%}.u-push-9of12--sm{left:75%}.u-push-10of12--sm{left:83.33333%}.u-push-11of12--sm{left:91.66667%}.u-push-12of12--sm{left:100%}.u-offset-0of12--sm{margin-left:0%}.u-offset-1of12--sm{margin-left:8.33333%}.u-offset-2of12--sm{margin-left:16.66667%}.u-offset-3of12--sm{margin-left:25%}.u-offset-4of12--sm{margin-left:33.33333%}.u-offset-5of12--sm{margin-left:41.66667%}.u-offset-6of12--sm{margin-left:50%}.u-offset-7of12--sm{margin-left:58.33333%}.u-offset-8of12--sm{margin-left:66.66667%}.u-offset-9of12--sm{margin-left:75%}.u-offset-10of12--sm{margin-left:83.33333%}.u-offset-11of12--sm{margin-left:91.66667%}.u-offset-12of12--sm{margin-left:100%}.u-size-1of2--sm{width:50%}.u-size-2of2--sm{width:100%}.u-pull-0--sm{right:auto}.u-pull-1of2--sm{right:50%}.u-pull-2of2--sm{right:100%}.u-push-0--sm{left:auto}.u-push-1of2--sm{left:50%}.u-push-2of2--sm{left:100%}.u-offset-0of2--sm{margin-left:0%}.u-offset-1of2--sm{margin-left:50%}.u-offset-2of2--sm{margin-left:100%}.u-size-1of3--sm{width:33.33333%}.u-size-2of3--sm{width:66.66667%}.u-size-3of3--sm{width:100%}.u-pull-0--sm{right:auto}.u-pull-1of3--sm{right:33.33333%}.u-pull-2of3--sm{right:66.66667%}.u-pull-3of3--sm{right:100%}.u-push-0--sm{left:auto}.u-push-1of3--sm{left:33.33333%}.u-push-2of3--sm{left:66.66667%}.u-push-3of3--sm{left:100%}.u-offset-0of3--sm{margin-left:0%}.u-offset-1of3--sm{margin-left:33.33333%}.u-offset-2of3--sm{margin-left:66.66667%}.u-offset-3of3--sm{margin-left:100%}.u-size-1of4--sm{width:25%}.u-size-2of4--sm{width:50%}.u-size-3of4--sm{width:75%}.u-size-4of4--sm{width:100%}.u-pull-0--sm{right:auto}.u-pull-1of4--sm{right:25%}.u-pull-2of4--sm{right:50%}.u-pull-3of4--sm{right:75%}.u-pull-4of4--sm{right:100%}.u-push-0--sm{left:auto}.u-push-1of4--sm{left:25%}.u-push-2of4--sm{left:50%}.u-push-3of4--sm{left:75%}.u-push-4of4--sm{left:100%}.u-offset-0of4--sm{margin-left:0%}.u-offset-1of4--sm{margin-left:25%}.u-offset-2of4--sm{margin-left:50%}.u-offset-3of4--sm{margin-left:75%}.u-offset-4of4--sm{margin-left:100%}.u-size-1of5--sm{width:20%}.u-size-2of5--sm{width:40%}.u-size-3of5--sm{width:60%}.u-size-4of5--sm{width:80%}.u-size-5of5--sm{width:100%}.u-pull-0--sm{right:auto}.u-pull-1of5--sm{right:20%}.u-pull-2of5--sm{right:40%}.u-pull-3of5--sm{right:60%}.u-pull-4of5--sm{right:80%}.u-pull-5of5--sm{right:100%}.u-push-0--sm{left:auto}.u-push-1of5--sm{left:20%}.u-push-2of5--sm{left:40%}.u-push-3of5--sm{left:60%}.u-push-4of5--sm{left:80%}.u-push-5of5--sm{left:100%}.u-offset-0of5--sm{margin-left:0%}.u-offset-1of5--sm{margin-left:20%}.u-offset-2of5--sm{margin-left:40%}.u-offset-3of5--sm{margin-left:60%}.u-offset-4of5--sm{margin-left:80%}.u-offset-5of5--sm{margin-left:100%}.u-size-1of6--sm{width:16.66667%}.u-size-2of6--sm{width:33.33333%}.u-size-3of6--sm{width:50%}.u-size-4of6--sm{width:66.66667%}.u-size-5of6--sm{width:83.33333%}.u-size-6of6--sm{width:100%}.u-pull-0--sm{right:auto}.u-pull-1of6--sm{right:16.66667%}.u-pull-2of6--sm{right:33.33333%}.u-pull-3of6--sm{right:50%}.u-pull-4of6--sm{right:66.66667%}.u-pull-5of6--sm{right:83.33333%}.u-pull-6of6--sm{right:100%}.u-push-0--sm{left:auto}.u-push-1of6--sm{left:16.66667%}.u-push-2of6--sm{left:33.33333%}.u-push-3of6--sm{left:50%}.u-push-4of6--sm{left:66.66667%}.u-push-5of6--sm{left:83.33333%}.u-push-6of6--sm{left:100%}.u-offset-0of6--sm{margin-left:0%}.u-offset-1of6--sm{margin-left:16.66667%}.u-offset-2of6--sm{margin-left:33.33333%}.u-offset-3of6--sm{margin-left:50%}.u-offset-4of6--sm{margin-left:66.66667%}.u-offset-5of6--sm{margin-left:83.33333%}.u-offset-6of6--sm{margin-left:100%}}@media screen and (min-width: 700px){.u-size-1of12--md{width:8.33333%}.u-size-2of12--md{width:16.66667%}.u-size-3of12--md{width:25%}.u-size-4of12--md{width:33.33333%}.u-size-5of12--md{width:41.66667%}.u-size-6of12--md{width:50%}.u-size-7of12--md{width:58.33333%}.u-size-8of12--md{width:66.66667%}.u-size-9of12--md{width:75%}.u-size-10of12--md{width:83.33333%}.u-size-11of12--md{width:91.66667%}.u-size-12of12--md{width:100%}.u-pull-0--md{right:auto}.u-pull-1of12--md{right:8.33333%}.u-pull-2of12--md{right:16.66667%}.u-pull-3of12--md{right:25%}.u-pull-4of12--md{right:33.33333%}.u-pull-5of12--md{right:41.66667%}.u-pull-6of12--md{right:50%}.u-pull-7of12--md{right:58.33333%}.u-pull-8of12--md{right:66.66667%}.u-pull-9of12--md{right:75%}.u-pull-10of12--md{right:83.33333%}.u-pull-11of12--md{right:91.66667%}.u-pull-12of12--md{right:100%}.u-push-0--md{left:auto}.u-push-1of12--md{left:8.33333%}.u-push-2of12--md{left:16.66667%}.u-push-3of12--md{left:25%}.u-push-4of12--md{left:33.33333%}.u-push-5of12--md{left:41.66667%}.u-push-6of12--md{left:50%}.u-push-7of12--md{left:58.33333%}.u-push-8of12--md{left:66.66667%}.u-push-9of12--md{left:75%}.u-push-10of12--md{left:83.33333%}.u-push-11of12--md{left:91.66667%}.u-push-12of12--md{left:100%}.u-offset-0of12--md{margin-left:0%}.u-offset-1of12--md{margin-left:8.33333%}.u-offset-2of12--md{margin-left:16.66667%}.u-offset-3of12--md{margin-left:25%}.u-offset-4of12--md{margin-left:33.33333%}.u-offset-5of12--md{margin-left:41.66667%}.u-offset-6of12--md{margin-left:50%}.u-offset-7of12--md{margin-left:58.33333%}.u-offset-8of12--md{margin-left:66.66667%}.u-offset-9of12--md{margin-left:75%}.u-offset-10of12--md{margin-left:83.33333%}.u-offset-11of12--md{margin-left:91.66667%}.u-offset-12of12--md{margin-left:100%}.u-size-1of2--md{width:50%}.u-size-2of2--md{width:100%}.u-pull-0--md{right:auto}.u-pull-1of2--md{right:50%}.u-pull-2of2--md{right:100%}.u-push-0--md{left:auto}.u-push-1of2--md{left:50%}.u-push-2of2--md{left:100%}.u-offset-0of2--md{margin-left:0%}.u-offset-1of2--md{margin-left:50%}.u-offset-2of2--md{margin-left:100%}.u-size-1of3--md{width:33.33333%}.u-size-2of3--md{width:66.66667%}.u-size-3of3--md{width:100%}.u-pull-0--md{right:auto}.u-pull-1of3--md{right:33.33333%}.u-pull-2of3--md{right:66.66667%}.u-pull-3of3--md{right:100%}.u-push-0--md{left:auto}.u-push-1of3--md{left:33.33333%}.u-push-2of3--md{left:66.66667%}.u-push-3of3--md{left:100%}.u-offset-0of3--md{margin-left:0%}.u-offset-1of3--md{margin-left:33.33333%}.u-offset-2of3--md{margin-left:66.66667%}.u-offset-3of3--md{margin-left:100%}.u-size-1of4--md{width:25%}.u-size-2of4--md{width:50%}.u-size-3of4--md{width:75%}.u-size-4of4--md{width:100%}.u-pull-0--md{right:auto}.u-pull-1of4--md{right:25%}.u-pull-2of4--md{right:50%}.u-pull-3of4--md{right:75%}.u-pull-4of4--md{right:100%}.u-push-0--md{left:auto}.u-push-1of4--md{left:25%}.u-push-2of4--md{left:50%}.u-push-3of4--md{left:75%}.u-push-4of4--md{left:100%}.u-offset-0of4--md{margin-left:0%}.u-offset-1of4--md{margin-left:25%}.u-offset-2of4--md{margin-left:50%}.u-offset-3of4--md{margin-left:75%}.u-offset-4of4--md{margin-left:100%}.u-size-1of5--md{width:20%}.u-size-2of5--md{width:40%}.u-size-3of5--md{width:60%}.u-size-4of5--md{width:80%}.u-size-5of5--md{width:100%}.u-pull-0--md{right:auto}.u-pull-1of5--md{right:20%}.u-pull-2of5--md{right:40%}.u-pull-3of5--md{right:60%}.u-pull-4of5--md{right:80%}.u-pull-5of5--md{right:100%}.u-push-0--md{left:auto}.u-push-1of5--md{left:20%}.u-push-2of5--md{left:40%}.u-push-3of5--md{left:60%}.u-push-4of5--md{left:80%}.u-push-5of5--md{left:100%}.u-offset-0of5--md{margin-left:0%}.u-offset-1of5--md{margin-left:20%}.u-offset-2of5--md{margin-left:40%}.u-offset-3of5--md{margin-left:60%}.u-offset-4of5--md{margin-left:80%}.u-offset-5of5--md{margin-left:100%}.u-size-1of6--md{width:16.66667%}.u-size-2of6--md{width:33.33333%}.u-size-3of6--md{width:50%}.u-size-4of6--md{width:66.66667%}.u-size-5of6--md{width:83.33333%}.u-size-6of6--md{width:100%}.u-pull-0--md{right:auto}.u-pull-1of6--md{right:16.66667%}.u-pull-2of6--md{right:33.33333%}.u-pull-3of6--md{right:50%}.u-pull-4of6--md{right:66.66667%}.u-pull-5of6--md{right:83.33333%}.u-pull-6of6--md{right:100%}.u-push-0--md{left:auto}.u-push-1of6--md{left:16.66667%}.u-push-2of6--md{left:33.33333%}.u-push-3of6--md{left:50%}.u-push-4of6--md{left:66.66667%}.u-push-5of6--md{left:83.33333%}.u-push-6of6--md{left:100%}.u-offset-0of6--md{margin-left:0%}.u-offset-1of6--md{margin-left:16.66667%}.u-offset-2of6--md{margin-left:33.33333%}.u-offset-3of6--md{margin-left:50%}.u-offset-4of6--md{margin-left:66.66667%}.u-offset-5of6--md{margin-left:83.33333%}.u-offset-6of6--md{margin-left:100%}}@media screen and (min-width: 1000px){.u-size-1of12--lg{width:8.33333%}.u-size-2of12--lg{width:16.66667%}.u-size-3of12--lg{width:25%}.u-size-4of12--lg{width:33.33333%}.u-size-5of12--lg{width:41.66667%}.u-size-6of12--lg{width:50%}.u-size-7of12--lg{width:58.33333%}.u-size-8of12--lg{width:66.66667%}.u-size-9of12--lg{width:75%}.u-size-10of12--lg{width:83.33333%}.u-size-11of12--lg{width:91.66667%}.u-size-12of12--lg{width:100%}.u-pull-0--lg{right:auto}.u-pull-1of12--lg{right:8.33333%}.u-pull-2of12--lg{right:16.66667%}.u-pull-3of12--lg{right:25%}.u-pull-4of12--lg{right:33.33333%}.u-pull-5of12--lg{right:41.66667%}.u-pull-6of12--lg{right:50%}.u-pull-7of12--lg{right:58.33333%}.u-pull-8of12--lg{right:66.66667%}.u-pull-9of12--lg{right:75%}.u-pull-10of12--lg{right:83.33333%}.u-pull-11of12--lg{right:91.66667%}.u-pull-12of12--lg{right:100%}.u-push-0--lg{left:auto}.u-push-1of12--lg{left:8.33333%}.u-push-2of12--lg{left:16.66667%}.u-push-3of12--lg{left:25%}.u-push-4of12--lg{left:33.33333%}.u-push-5of12--lg{left:41.66667%}.u-push-6of12--lg{left:50%}.u-push-7of12--lg{left:58.33333%}.u-push-8of12--lg{left:66.66667%}.u-push-9of12--lg{left:75%}.u-push-10of12--lg{left:83.33333%}.u-push-11of12--lg{left:91.66667%}.u-push-12of12--lg{left:100%}.u-offset-0of12--lg{margin-left:0%}.u-offset-1of12--lg{margin-left:8.33333%}.u-offset-2of12--lg{margin-left:16.66667%}.u-offset-3of12--lg{margin-left:25%}.u-offset-4of12--lg{margin-left:33.33333%}.u-offset-5of12--lg{margin-left:41.66667%}.u-offset-6of12--lg{margin-left:50%}.u-offset-7of12--lg{margin-left:58.33333%}.u-offset-8of12--lg{margin-left:66.66667%}.u-offset-9of12--lg{margin-left:75%}.u-offset-10of12--lg{margin-left:83.33333%}.u-offset-11of12--lg{margin-left:91.66667%}.u-offset-12of12--lg{margin-left:100%}.u-size-1of2--lg{width:50%}.u-size-2of2--lg{width:100%}.u-pull-0--lg{right:auto}.u-pull-1of2--lg{right:50%}.u-pull-2of2--lg{right:100%}.u-push-0--lg{left:auto}.u-push-1of2--lg{left:50%}.u-push-2of2--lg{left:100%}.u-offset-0of2--lg{margin-left:0%}.u-offset-1of2--lg{margin-left:50%}.u-offset-2of2--lg{margin-left:100%}.u-size-1of3--lg{width:33.33333%}.u-size-2of3--lg{width:66.66667%}.u-size-3of3--lg{width:100%}.u-pull-0--lg{right:auto}.u-pull-1of3--lg{right:33.33333%}.u-pull-2of3--lg{right:66.66667%}.u-pull-3of3--lg{right:100%}.u-push-0--lg{left:auto}.u-push-1of3--lg{left:33.33333%}.u-push-2of3--lg{left:66.66667%}.u-push-3of3--lg{left:100%}.u-offset-0of3--lg{margin-left:0%}.u-offset-1of3--lg{margin-left:33.33333%}.u-offset-2of3--lg{margin-left:66.66667%}.u-offset-3of3--lg{margin-left:100%}.u-size-1of4--lg{width:25%}.u-size-2of4--lg{width:50%}.u-size-3of4--lg{width:75%}.u-size-4of4--lg{width:100%}.u-pull-0--lg{right:auto}.u-pull-1of4--lg{right:25%}.u-pull-2of4--lg{right:50%}.u-pull-3of4--lg{right:75%}.u-pull-4of4--lg{right:100%}.u-push-0--lg{left:auto}.u-push-1of4--lg{left:25%}.u-push-2of4--lg{left:50%}.u-push-3of4--lg{left:75%}.u-push-4of4--lg{left:100%}.u-offset-0of4--lg{margin-left:0%}.u-offset-1of4--lg{margin-left:25%}.u-offset-2of4--lg{margin-left:50%}.u-offset-3of4--lg{margin-left:75%}.u-offset-4of4--lg{margin-left:100%}.u-size-1of5--lg{width:20%}.u-size-2of5--lg{width:40%}.u-size-3of5--lg{width:60%}.u-size-4of5--lg{width:80%}.u-size-5of5--lg{width:100%}.u-pull-0--lg{right:auto}.u-pull-1of5--lg{right:20%}.u-pull-2of5--lg{right:40%}.u-pull-3of5--lg{right:60%}.u-pull-4of5--lg{right:80%}.u-pull-5of5--lg{right:100%}.u-push-0--lg{left:auto}.u-push-1of5--lg{left:20%}.u-push-2of5--lg{left:40%}.u-push-3of5--lg{left:60%}.u-push-4of5--lg{left:80%}.u-push-5of5--lg{left:100%}.u-offset-0of5--lg{margin-left:0%}.u-offset-1of5--lg{margin-left:20%}.u-offset-2of5--lg{margin-left:40%}.u-offset-3of5--lg{margin-left:60%}.u-offset-4of5--lg{margin-left:80%}.u-offset-5of5--lg{margin-left:100%}.u-size-1of6--lg{width:16.66667%}.u-size-2of6--lg{width:33.33333%}.u-size-3of6--lg{width:50%}.u-size-4of6--lg{width:66.66667%}.u-size-5of6--lg{width:83.33333%}.u-size-6of6--lg{width:100%}.u-pull-0--lg{right:auto}.u-pull-1of6--lg{right:16.66667%}.u-pull-2of6--lg{right:33.33333%}.u-pull-3of6--lg{right:50%}.u-pull-4of6--lg{right:66.66667%}.u-pull-5of6--lg{right:83.33333%}.u-pull-6of6--lg{right:100%}.u-push-0--lg{left:auto}.u-push-1of6--lg{left:16.66667%}.u-push-2of6--lg{left:33.33333%}.u-push-3of6--lg{left:50%}.u-push-4of6--lg{left:66.66667%}.u-push-5of6--lg{left:83.33333%}.u-push-6of6--lg{left:100%}.u-offset-0of6--lg{margin-left:0%}.u-offset-1of6--lg{margin-left:16.66667%}.u-offset-2of6--lg{margin-left:33.33333%}.u-offset-3of6--lg{margin-left:50%}.u-offset-4of6--lg{margin-left:66.66667%}.u-offset-5of6--lg{margin-left:83.33333%}.u-offset-6of6--lg{margin-left:100%}}@media screen and (min-width: 1180px){.u-size-1of12--xl{width:8.33333%}.u-size-2of12--xl{width:16.66667%}.u-size-3of12--xl{width:25%}.u-size-4of12--xl{width:33.33333%}.u-size-5of12--xl{width:41.66667%}.u-size-6of12--xl{width:50%}.u-size-7of12--xl{width:58.33333%}.u-size-8of12--xl{width:66.66667%}.u-size-9of12--xl{width:75%}.u-size-10of12--xl{width:83.33333%}.u-size-11of12--xl{width:91.66667%}.u-size-12of12--xl{width:100%}.u-pull-0--xl{right:auto}.u-pull-1of12--xl{right:8.33333%}.u-pull-2of12--xl{right:16.66667%}.u-pull-3of12--xl{right:25%}.u-pull-4of12--xl{right:33.33333%}.u-pull-5of12--xl{right:41.66667%}.u-pull-6of12--xl{right:50%}.u-pull-7of12--xl{right:58.33333%}.u-pull-8of12--xl{right:66.66667%}.u-pull-9of12--xl{right:75%}.u-pull-10of12--xl{right:83.33333%}.u-pull-11of12--xl{right:91.66667%}.u-pull-12of12--xl{right:100%}.u-push-0--xl{left:auto}.u-push-1of12--xl{left:8.33333%}.u-push-2of12--xl{left:16.66667%}.u-push-3of12--xl{left:25%}.u-push-4of12--xl{left:33.33333%}.u-push-5of12--xl{left:41.66667%}.u-push-6of12--xl{left:50%}.u-push-7of12--xl{left:58.33333%}.u-push-8of12--xl{left:66.66667%}.u-push-9of12--xl{left:75%}.u-push-10of12--xl{left:83.33333%}.u-push-11of12--xl{left:91.66667%}.u-push-12of12--xl{left:100%}.u-offset-0of12--xl{margin-left:0%}.u-offset-1of12--xl{margin-left:8.33333%}.u-offset-2of12--xl{margin-left:16.66667%}.u-offset-3of12--xl{margin-left:25%}.u-offset-4of12--xl{margin-left:33.33333%}.u-offset-5of12--xl{margin-left:41.66667%}.u-offset-6of12--xl{margin-left:50%}.u-offset-7of12--xl{margin-left:58.33333%}.u-offset-8of12--xl{margin-left:66.66667%}.u-offset-9of12--xl{margin-left:75%}.u-offset-10of12--xl{margin-left:83.33333%}.u-offset-11of12--xl{margin-left:91.66667%}.u-offset-12of12--xl{margin-left:100%}.u-size-1of2--xl{width:50%}.u-size-2of2--xl{width:100%}.u-pull-0--xl{right:auto}.u-pull-1of2--xl{right:50%}.u-pull-2of2--xl{right:100%}.u-push-0--xl{left:auto}.u-push-1of2--xl{left:50%}.u-push-2of2--xl{left:100%}.u-offset-0of2--xl{margin-left:0%}.u-offset-1of2--xl{margin-left:50%}.u-offset-2of2--xl{margin-left:100%}.u-size-1of3--xl{width:33.33333%}.u-size-2of3--xl{width:66.66667%}.u-size-3of3--xl{width:100%}.u-pull-0--xl{right:auto}.u-pull-1of3--xl{right:33.33333%}.u-pull-2of3--xl{right:66.66667%}.u-pull-3of3--xl{right:100%}.u-push-0--xl{left:auto}.u-push-1of3--xl{left:33.33333%}.u-push-2of3--xl{left:66.66667%}.u-push-3of3--xl{left:100%}.u-offset-0of3--xl{margin-left:0%}.u-offset-1of3--xl{margin-left:33.33333%}.u-offset-2of3--xl{margin-left:66.66667%}.u-offset-3of3--xl{margin-left:100%}.u-size-1of4--xl{width:25%}.u-size-2of4--xl{width:50%}.u-size-3of4--xl{width:75%}.u-size-4of4--xl{width:100%}.u-pull-0--xl{right:auto}.u-pull-1of4--xl{right:25%}.u-pull-2of4--xl{right:50%}.u-pull-3of4--xl{right:75%}.u-pull-4of4--xl{right:100%}.u-push-0--xl{left:auto}.u-push-1of4--xl{left:25%}.u-push-2of4--xl{left:50%}.u-push-3of4--xl{left:75%}.u-push-4of4--xl{left:100%}.u-offset-0of4--xl{margin-left:0%}.u-offset-1of4--xl{margin-left:25%}.u-offset-2of4--xl{margin-left:50%}.u-offset-3of4--xl{margin-left:75%}.u-offset-4of4--xl{margin-left:100%}.u-size-1of5--xl{width:20%}.u-size-2of5--xl{width:40%}.u-size-3of5--xl{width:60%}.u-size-4of5--xl{width:80%}.u-size-5of5--xl{width:100%}.u-pull-0--xl{right:auto}.u-pull-1of5--xl{right:20%}.u-pull-2of5--xl{right:40%}.u-pull-3of5--xl{right:60%}.u-pull-4of5--xl{right:80%}.u-pull-5of5--xl{right:100%}.u-push-0--xl{left:auto}.u-push-1of5--xl{left:20%}.u-push-2of5--xl{left:40%}.u-push-3of5--xl{left:60%}.u-push-4of5--xl{left:80%}.u-push-5of5--xl{left:100%}.u-offset-0of5--xl{margin-left:0%}.u-offset-1of5--xl{margin-left:20%}.u-offset-2of5--xl{margin-left:40%}.u-offset-3of5--xl{margin-left:60%}.u-offset-4of5--xl{margin-left:80%}.u-offset-5of5--xl{margin-left:100%}.u-size-1of6--xl{width:16.66667%}.u-size-2of6--xl{width:33.33333%}.u-size-3of6--xl{width:50%}.u-size-4of6--xl{width:66.66667%}.u-size-5of6--xl{width:83.33333%}.u-size-6of6--xl{width:100%}.u-pull-0--xl{right:auto}.u-pull-1of6--xl{right:16.66667%}.u-pull-2of6--xl{right:33.33333%}.u-pull-3of6--xl{right:50%}.u-pull-4of6--xl{right:66.66667%}.u-pull-5of6--xl{right:83.33333%}.u-pull-6of6--xl{right:100%}.u-push-0--xl{left:auto}.u-push-1of6--xl{left:16.66667%}.u-push-2of6--xl{left:33.33333%}.u-push-3of6--xl{left:50%}.u-push-4of6--xl{left:66.66667%}.u-push-5of6--xl{left:83.33333%}.u-push-6of6--xl{left:100%}.u-offset-0of6--xl{margin-left:0%}.u-offset-1of6--xl{margin-left:16.66667%}.u-offset-2of6--xl{margin-left:33.33333%}.u-offset-3of6--xl{margin-left:50%}.u-offset-4of6--xl{margin-left:66.66667%}.u-offset-5of6--xl{margin-left:83.33333%}.u-offset-6of6--xl{margin-left:100%}}.u-color-text{color:#081f40}.u-color-white{color:#fff}.u-hide{display:none !important}@media screen and (min-width: 700px){.u-hide--md-up{display:none !important}}@media screen and (min-width: 1000px){.u-hide--lg-up{display:none !important}}@media screen and (max-width: 699px){.u-hide--md-down{display:none !important}}@media screen and (max-width: 499px){.u-hide--sm-down{display:none !important}}@media screen and (max-width: 999px){.u-hide--lg-down{display:none !important}}.u-show--lg-down{display:none}@media screen and (max-width: 999px){.u-show--lg-down{display:block !important}}@media screen and (max-width: 1179px){.u-hide--xl-down{display:none !important}}@media screen and (max-width: 699px){.u-text-center--md-down{text-align:center}}@media screen and (max-width: 999px){.u-text-center--lg-down{text-align:center}}@media screen and (max-width: 999px){.u-text-center--xl-down{text-align:center}}.u-img-full{display:block;width:100%;height:auto}.u-img-responsive{min-width:100%}.u-mt0{margin-top:0px !important}.u-mr0{margin-right:0px !important}.u-mb0{margin-bottom:0px !important}.u-ml0{margin-left:0px !important}.u-mt1{margin-top:10px !important}.u-mr1{margin-right:10px !important}.u-mb1{margin-bottom:10px !important}.u-ml1{margin-left:10px !important}.u-mt2{margin-top:20px !important}.u-mr2{margin-right:20px !important}.u-mb2{margin-bottom:20px !important}.u-ml2{margin-left:20px !important}.u-mt3{margin-top:30px !important}.u-mr3{margin-right:30px !important}.u-mb3{margin-bottom:30px !important}.u-ml3{margin-left:30px !important}.u-mt4{margin-top:40px !important}.u-mr4{margin-right:40px !important}.u-mb4{margin-bottom:40px !important}.u-ml4{margin-left:40px !important}.u-mt5{margin-top:50px !important}.u-mr5{margin-right:50px !important}.u-mb5{margin-bottom:50px !important}.u-ml5{margin-left:50px !important}.u-mt6{margin-top:60px !important}.u-mr6{margin-right:60px !important}.u-mb6{margin-bottom:60px !important}.u-ml6{margin-left:60px !important}.u-mt7{margin-top:70px !important}.u-mr7{margin-right:70px !important}.u-mb7{margin-bottom:70px !important}.u-ml7{margin-left:70px !important}.u-mt8{margin-top:80px !important}.u-mr8{margin-right:80px !important}.u-mb8{margin-bottom:80px !important}.u-ml8{margin-left:80px !important}.u-mt9{margin-top:90px !important}.u-mr9{margin-right:90px !important}.u-mb9{margin-bottom:90px !important}.u-ml9{margin-left:90px !important}.u-mt10{margin-top:100px !important}.u-mr10{margin-right:100px !important}.u-mb10{margin-bottom:100px !important}.u-ml10{margin-left:100px !important}.u-p0{padding:0px !important}.u-pt0{padding-top:0px !important}.u-pr0{padding-right:0px !important}.u-pb0{padding-bottom:0px !important}.u-pl0{padding-left:0px !important}.u-p1{padding:10px !important}.u-pt1{padding-top:10px !important}.u-pr1{padding-right:10px !important}.u-pb1{padding-bottom:10px !important}.u-pl1{padding-left:10px !important}.u-p2{padding:20px !important}.u-pt2{padding-top:20px !important}.u-pr2{padding-right:20px !important}.u-pb2{padding-bottom:20px !important}.u-pl2{padding-left:20px !important}.u-p3{padding:30px !important}.u-pt3{padding-top:30px !important}.u-pr3{padding-right:30px !important}.u-pb3{padding-bottom:30px !important}.u-pl3{padding-left:30px !important}.u-p4{padding:40px !important}.u-pt4{padding-top:40px !important}.u-pr4{padding-right:40px !important}.u-pb4{padding-bottom:40px !important}.u-pl4{padding-left:40px !important}.u-p5{padding:50px !important}.u-pt5{padding-top:50px !important}.u-pr5{padding-right:50px !important}.u-pb5{padding-bottom:50px !important}.u-pl5{padding-left:50px !important}.u-p6{padding:60px !important}.u-pt6{padding-top:60px !important}.u-pr6{padding-right:60px !important}.u-pb6{padding-bottom:60px !important}.u-pl6{padding-left:60px !important}.u-p7{padding:70px !important}.u-pt7{padding-top:70px !important}.u-pr7{padding-right:70px !important}.u-pb7{padding-bottom:70px !important}.u-pl7{padding-left:70px !important}.u-p8{padding:80px !important}.u-pt8{padding-top:80px !important}.u-pr8{padding-right:80px !important}.u-pb8{padding-bottom:80px !important}.u-pl8{padding-left:80px !important}.u-p9{padding:90px !important}.u-pt9{padding-top:90px !important}.u-pr9{padding-right:90px !important}.u-pb9{padding-bottom:90px !important}.u-pl9{padding-left:90px !important}.u-p10{padding:100px !important}.u-pt10{padding-top:100px !important}.u-pr10{padding-right:100px !important}.u-pb10{padding-bottom:100px !important}.u-pl10{padding-left:100px !important}.u-prevent-scroll{height:100%;overflow:hidden}.u-relative{position:relative}.u-clearfix:before,.u-clearfix:after{content:" ";display:table}.u-clearfix:after{clear:both}.u-overflow{overflow:hidden}.u-pull-left{float:left}.u-pull-right{float:right}@media screen and (min-width: 700px){.u-pull-right--md{float:right}}.u-table{display:table;width:100%;height:100%}.u-table-fixed{table-layout:fixed}.u-border-radius{border-radius:2px}.u-flex{display:flex}.u-hidden{visibility:hidden}.u-link-ease{transition:all 0.3s ease-in-out}.u-sr-only,.footer #mc_embed_signup_scroll .indicates-required,.footer #mc_embed_signup_scroll label,.footer #mc_embed_signup_scroll .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .footer #mc_embed_signup_scroll a.clear-values,.footer #gform_2 .gfield_label,.building-block--basic_text.building-block--form .mc-field-group label,.building-block--basic_text.building-block--form .mc-field-group .research__grid__main form .cat-wrap a.clear-values,.research__grid__main form .cat-wrap .building-block--basic_text.building-block--form .mc-field-group a.clear-values,.screen-reader-text{position:absolute;width:1px !important;height:1px !important;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}.u-sr-only-focusable:active,.u-sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;-webkit-clip-path:none;clip-path:none}.terner-arrow-right{margin-left:12px}.terner-arrow-right::after{content:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNTdweCIgaGVpZ2h0PSI5cHgiIHZpZXdCb3g9IjAgMCA1NyA5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA2My4xICg5MjQ1MikgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+TGluZSBDb3B5IDE2PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IkRlc2lnbiIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlRlcm5lci1DZW50ZXItQmxvZy1MYW5kaW5nLVBBR0UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01NzYuMDAwMDAwLCAtMzAwNC4wMDAwMDApIiBmaWxsPSIjMDgxRjQwIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8cGF0aCBpZD0iTGluZS1Db3B5LTE2IiBkPSJNNjIzLjUsMzAwNCBMNjMyLjUsMzAwOC41IEw2MjMuNSwzMDEzIEw2MjMuNSwzMDA5IEw1NzYuNSwzMDA5IEw1NzYuNSwzMDA4IEw2MjMuNSwzMDA4IEw2MjMuNSwzMDA0IFoiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)}.terner-arrow-right--hover,.featured-post-card:hover .terner-arrow-right,.featured-post-card:focus .terner-arrow-right{margin-left:12px}.terner-arrow-right--hover::after,.featured-post-card:hover .terner-arrow-right::after,.featured-post-card:focus .terner-arrow-right::after{content:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNTdweCIgaGVpZ2h0PSI5cHgiIHZpZXdCb3g9IjAgMCA1NyA5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA2My4xICg5MjQ1MikgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+TGluZSBDb3B5IDE2PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IkRlc2lnbiIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlRlcm5lci1DZW50ZXItQmxvZy1MYW5kaW5nLVBBR0UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01NzYuMDAwMDAwLCAtMzAwNC4wMDAwMDApIiBmaWxsPSIjZTg0YjM4IiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8cGF0aCBpZD0iTGluZS1Db3B5LTE2IiBkPSJNNjIzLjUsMzAwNCBMNjMyLjUsMzAwOC41IEw2MjMuNSwzMDEzIEw2MjMuNSwzMDA5IEw1NzYuNSwzMDA5IEw1NzYuNSwzMDA4IEw2MjMuNSwzMDA4IEw2MjMuNSwzMDA0IFoiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)}.u-nav-icon{height:30px;width:30px;display:block;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDMwIDIxIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSIjNUQ2NzcwIiBzdHJva2Utd2lkdGg9IjMiPgogICAgICAgIDxwYXRoIGQ9Ik0wIC41MTJMMzAgLjQ4OE0wIDguNzUyTDMwIDguNzI4TTAgMTYuOTkzTDMwIDE2Ljk2OSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAyKSIvPgogICAgPC9nPgo8L3N2Zz4K);background-repeat:no-repeat}.u-arrow-right{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNzVweCIgaGVpZ2h0PSIxMHB4IiB2aWV3Qm94PSIwIDAgNzUgMTAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+TGluZSBDb3B5PC90aXRsZT4KICAgIDxnIGlkPSJEZXNpZ24iIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJURVJORVItbWVnYS1uYXYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04MDEuMDAwMDAwLCAtMzMuMDAwMDAwKSIgZmlsbD0iI0U4NEIzOCIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPHBhdGggaWQ9IkxpbmUtQ29weSIgZD0iTTg2Ni4xNzg1NzEsMzMuNSBMODc1LjE3ODU3MSwzOCBMODY2LjE3ODU3MSw0Mi41IEw4NjYuMTc4LDM4LjUgTDgwMS41LDM4LjUgTDgwMS41LDM3LjUgTDg2Ni4xNzgsMzcuNSBMODY2LjE3ODU3MSwzMy41IFoiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);background-repeat:no-repeat;height:100%;width:74px;height:12px;display:block;margin-left:15px}.u-search-icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE3IDE3Ij4KICAgIDxwYXRoIGZpbGw9IiNGRkM0MkUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTIuMjY4IDYuMjQ0Yy0uMDEgMi4xMjEgMS43NzMgMy45NCAzLjg3NyAzLjk1NiAyLjIzOC4wMTcgNC4wNDUtMS43NTUgNC4wNTUtMy45NzQuMDA5LTIuMDY3LTEuNzgzLTMuODk2LTMuNzgtMy45NTctMi40MDctLjA3NS00LjIgMS45MTYtNC4xNTIgMy45NzVNMTcgMTQuODUyTDE0Ljg1IDE3Yy0uMjA3LS4yMzQtLjQxMy0uNDktLjY0My0uNzIzLTEuNDI1LTEuNDM1LTIuODU4LTIuODYzLTQuMjgtNC4zMDItLjE2LS4xNjItLjI3My0uMTc5LS40NzUtLjA2NS0yLjk0OCAxLjY1Ni02LjY5NC42OTItOC40NzgtMi4xNzEtMS40OTQtMi4zOTctMS4yNi01LjUyMi42MzQtNy42M0MyLjg0Ny43MjkgNC40MjYuMDI0IDYuMjk4IDAgOC4wODQtLjAyMiA5LjYxLjYxMyAxMC44NyAxLjg1MmMxLjEyMiAxLjEwMyAxLjcxNSAyLjQ3MyAxLjgyOSA0LjA0NS4wOSAxLjI1Mi0uMTY2IDIuNDMyLS43NzMgMy41My0uMTE3LjIxMi0uMTA1LjM0NS4wNzkuNTI3IDEuNTg1IDEuNTY5IDMuMTU2IDMuMTUgNC43MzQgNC43MjYuMDcyLjA3Mi4xNzMuMTE2LjI2LjE3MiIvPgo8L3N2Zz4K);background-repeat:no-repeat;height:100%;width:18px;height:18px;display:block;margin-left:-36px}.u-ajax-loader svg{display:flex;margin:0px auto;width:200px;height:200px}.u-ajax-loader svg rect{fill:#ffc42e}.u-paginate-forward-arrow{content:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDEzIDE4Ij4KICAgIDxwYXRoIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSIjRkZDNDJFIiBzdHJva2Utd2lkdGg9IjMiIGQ9Ik0yNzMgNzA5TDI4MSA3MTcgMjg5IDcwOSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIC0yMDguNSA0OTguNSkiLz4KPC9zdmc+Cg==)}.u-paginate-back-arrow{content:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDEyIDE4Ij4KICAgIDxwYXRoIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSIjRkZDNDJFIiBzdHJva2Utd2lkdGg9IjMiIGQ9Ik05MSA3MDlMOTkgNzE3IDEwNyA3MDkiIHRyYW5zZm9ybT0icm90YXRlKDkwIDQwNSAzMTUpIi8+Cjwvc3ZnPgo=)}.u-font--heading{font-family:Georgia,serif}.u-font--alt{font-family:"DINPro","baskerville-display-pt",Helvetica,Arial,sans-serif}.u-text-uppercase{text-transform:uppercase}.u-text-semibold{font-weight:500}.u-text-bold{font-weight:600}.u-text-superbold{font-weight:800}@media screen and (max-width: 699px){.u-text-center--md-down{text-align:center}}@media screen and (min-width: 500px){.u-text-center--sm-up{text-align:center}}@media screen and (max-width: 699px){.u-text-right--md-down{text-align:right}}@media screen and (max-width: 999px){.u-text-center--lg-down{text-align:center}}@media screen and (max-width: 499px){.u-text-center--sm-down{text-align:center}}@media screen and (max-width: 999px){.u-text-center--xl-down{text-align:center}}.u-text-right{text-align:right}.u-text-center{text-align:center}.u-text-left{text-align:center}.u-ellipsis{max-width:99%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.u-text-base{font-family:Georgia,serif}.u-text-semi-bold{font-weight:500 !important}.u-text-normal{font-weight:400}.u-text--xs{font-size:.75rem}.u-text--sm{font-size:.875rem}.u-text--base{font-size:1.125rem}.u-text--md{font-size:1.375rem}.u-text--lg{font-size:2rem}.u-text--xl{font-size:3rem}.u-text--xxl{font-size:3rem}.u-text-gray{color:#5d6770}.u-text-lowercase{text-transform:lowercase}.u-text-light{font-weight:300}.u-text-bold{font-weight:600}.u-offset-1{margin-left:8.33333% !important}.u-offset-2{margin-left:16.66667% !important}.u-offset-3{margin-left:25% !important}.u-offset-4{margin-left:33.33333% !important}.u-offset-5{margin-left:41.66667% !important}.u-offset-6{margin-left:50% !important}.u-offset-7{margin-left:58.33333% !important}.u-offset-8{margin-left:66.66667% !important}.u-offset-9{margin-left:75% !important}.u-offset-10{margin-left:83.33333% !important}.u-offset-11{margin-left:91.66667% !important}@media screen and (min-width: 500px){.u-offset-1--sm{margin-left:8.33333% !important}.u-offset-2--sm{margin-left:16.66667% !important}.u-offset-3--sm{margin-left:25% !important}.u-offset-4--sm{margin-left:33.33333% !important}.u-offset-5--sm{margin-left:41.66667% !important}.u-offset-6--sm{margin-left:50% !important}.u-offset-7--sm{margin-left:58.33333% !important}.u-offset-8--sm{margin-left:66.66667% !important}.u-offset-9--sm{margin-left:75% !important}.u-offset-10--sm{margin-left:83.33333% !important}.u-offset-11--sm{margin-left:91.66667% !important}}@media screen and (min-width: 700px){.u-offset-1--md{margin-left:8.33333% !important}.u-offset-2--md{margin-left:16.66667% !important}.u-offset-3--md{margin-left:25% !important}.u-offset-4--md{margin-left:33.33333% !important}.u-offset-5--md{margin-left:41.66667% !important}.u-offset-6--md{margin-left:50% !important}.u-offset-7--md{margin-left:58.33333% !important}.u-offset-8--md{margin-left:66.66667% !important}.u-offset-9--md{margin-left:75% !important}.u-offset-10--md{margin-left:83.33333% !important}.u-offset-11--md{margin-left:91.66667% !important}}@media screen and (min-width: 1000px){.u-offset-1--lg{margin-left:8.33333% !important}.u-offset-2--lg{margin-left:16.66667% !important}.u-offset-3--lg{margin-left:25% !important}.u-offset-4--lg{margin-left:33.33333% !important}.u-offset-5--lg{margin-left:41.66667% !important}.u-offset-6--lg{margin-left:50% !important}.u-offset-7--lg{margin-left:58.33333% !important}.u-offset-8--lg{margin-left:66.66667% !important}.u-offset-9--lg{margin-left:75% !important}.u-offset-10--lg{margin-left:83.33333% !important}.u-offset-11--lg{margin-left:91.66667% !important}}@media screen and (min-width: 1180px){.u-offset-1--xl{margin-left:8.33333% !important}.u-offset-2--xl{margin-left:16.66667% !important}.u-offset-3--xl{margin-left:25% !important}.u-offset-4--xl{margin-left:33.33333% !important}.u-offset-5--xl{margin-left:41.66667% !important}.u-offset-6--xl{margin-left:50% !important}.u-offset-7--xl{margin-left:58.33333% !important}.u-offset-8--xl{margin-left:66.66667% !important}.u-offset-9--xl{margin-left:75% !important}.u-offset-10--xl{margin-left:83.33333% !important}.u-offset-11--xl{margin-left:91.66667% !important}}


/*# sourceMappingURL=main.65e5d0ffe255a2d85cb9.css.map*/