@charset "UTF-8";/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}legend{border:0;padding:0}textarea{overflow:auto}table{border-spacing:0}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.3.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2014 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/.chosen-container{position:relative;display:inline-block;vertical-align:middle;zoom:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;width:100%}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;font-size:1px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{color:#444;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}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.no-results{display:list-item}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto!important;height:1%;cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;cursor:default}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close,.chosen-disabled .chosen-single{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl .chosen-drop,.chosen-rtl.chosen-container-single-nosearch .chosen-search{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}.vbox-overlay *,.vbox-overlay :after,.vbox-overlay :before{-webkit-backface-visibility:hidden;box-sizing:border-box}body{-webkit-overflow-scrolling:touch}.vbox-overlay{background:#181818;background:rgba(0,0,0,.85);width:100%;height:auto;position:absolute;top:0;left:0;z-index:999;overflow:hidden;opacity:0;transition:opacity .25s ease-in-out;-moz-transition:opacity .25s ease-in-out;-webkit-transition:opacity .25s ease-in-out}.relativo{float:left;width:100%;height:100%;display:block;position:relative}.vbox-preloader{position:fixed;width:32px;height:32px;left:50%;top:50%;margin-left:-16px;margin-top:-16px;background-image:url(preload-circle.png);text-indent:-100px;overflow:hidden;-webkit-animation:playload 1.4s steps(18) infinite;animation:playload 1.4s steps(18) infinite}@-webkit-keyframes playload{from{background-position:0}to{background-position:-576px}}@keyframes playload{from{background-position:0}to{background-position:-576px}}.vbox-close{cursor:pointer;position:fixed;top:-1px;right:0;width:46px;height:40px;display:block;background:url(close.gif) 10px center no-repeat #161617;color:#fff;overflow:hidden}.vbox-next,.vbox-prev{box-sizing:content-box;cursor:pointer;position:fixed;top:50%;color:#fff;width:30px;height:170px;margin-top:-85px;text-indent:-100px;border:solid transparent;overflow:hidden}.vbox-prev{left:0;border-width:0 30px 0 10px;background:url(prev.gif) center center no-repeat}.vbox-next{right:0;border-width:0 10px 0 30px;background:url(next.gif) center center no-repeat}.vbox-title{width:100%;height:40px;float:left;text-align:center;line-height:28px;font-size:12px;color:#fff;padding:6px 40px;overflow:hidden;background:#161617;position:fixed;display:none;top:-1px;left:0}.vbox-num{cursor:pointer;position:fixed;top:-1px;left:0;height:40px;color:#fff;overflow:hidden;line-height:28px;font-size:12px;padding:6px 10px;background:#161617;display:none}.vbox-inline{width:420px;height:315px;padding:10px;background:#fff;text-align:left;margin:0 auto;overflow:auto}.venoframe{border:none;width:960px;height:720px}@media (max-width:992px){.venoframe{width:640px;height:480px}}@media (max-width:767px){.venoframe{width:420px;height:315px}}@media (max-width:460px){.vbox-inline{width:100%}.venoframe{width:100%;height:260px}}.vbox-container{position:relative;background:#000;width:98%;max-width:1024px;margin:0 auto}.vbox-content{text-align:center;float:left;width:100%;position:relative;overflow:hidden}.vbox-container img{max-width:100%;height:auto}.vwrap{opacity:1;transition:opacity .25s ease-in-out;-moz-transition:opacity .25s ease-in-out;-webkit-transition:opacity .25s ease-in-out;width:100%;height:100%;float:left;position:relative;margin:0;padding:0;left:0;overflow:hidden;z-index:1}.disqussion{padding:5px 10px 10px;position:absolute;top:0;left:0;line-height:16px;font-size:13px;font-weight:700;font-family:sans-serif;text-align:center;z-index:7}.disqussion a{opacity:0;display:block;overflow:hidden;width:20px;height:17px;color:#fff;text-decoration:none;cursor:pointer;background:#bbb;border-radius:2px}.disqussion a.has-comments{opacity:.8}.disqussion-contain:hover .disqussion a{opacity:1}.disqussion a:after{border-left:7px solid transparent;border-top:7px solid #bbb;left:19px;top:22px;height:0;width:0;display:block;content:" ";position:absolute}.disqussion.hovered a,.disqussion:hover a{opacity:1;background:#999}.disqussion.hovered a:after,.disqussion:hover a:after{border-top-color:#999}#disqussions_wrapper{position:absolute;top:0;left:0}#disqus_thread.positioned{position:absolute;top:0;left:0;padding:5px 15px 0;box-sizing:border-box}.disqussion-highlight #disqus_thread.positioned{background:#fff;z-index:9}#disqussions_overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:8;display:none}.disqussion-highlighted{position:relative;background:#fff;z-index:9}@font-face{font-family:Acta-BoldItalic;src:url(../../fonts/webfonts/2CD56B_0_0.eot);src:url(../../fonts/webfonts/2CD56B_0_0.eot?#iefix) format("embedded-opentype"),url(../../fonts/webfonts/2CD56B_0_0.woff2) format("woff2"),url(../../fonts/webfonts/2CD56B_0_0.woff) format("woff"),url(../../fonts/webfonts/2CD56B_0_0.ttf) format("truetype")}@font-face{font-family:Acta-MediumItalic;src:url(../../fonts/webfonts/2CD56B_1_0.eot);src:url(../../fonts/webfonts/2CD56B_1_0.eot?#iefix) format("embedded-opentype"),url(../../fonts/webfonts/2CD56B_1_0.woff2) format("woff2"),url(../../fonts/webfonts/2CD56B_1_0.woff) format("woff"),url(../../fonts/webfonts/2CD56B_1_0.ttf) format("truetype")}@font-face{font-family:Acta-Bold;src:url(../../fonts/webfonts/2CD56B_2_0.eot);src:url(../../fonts/webfonts/2CD56B_2_0.eot?#iefix) format("embedded-opentype"),url(../../fonts/webfonts/2CD56B_2_0.woff2) format("woff2"),url(../../fonts/webfonts/2CD56B_2_0.woff) format("woff"),url(../../fonts/webfonts/2CD56B_2_0.ttf) format("truetype")}@font-face{font-family:Acta-Book;src:url(../../fonts/webfonts/2CD56B_3_0.eot);src:url(../../fonts/webfonts/2CD56B_3_0.eot?#iefix) format("embedded-opentype"),url(../../fonts/webfonts/2CD56B_3_0.woff2) format("woff2"),url(../../fonts/webfonts/2CD56B_3_0.woff) format("woff"),url(../../fonts/webfonts/2CD56B_3_0.ttf) format("truetype")}@font-face{font-family:Acta-BookItalic;src:url(../../fonts/webfonts/2CD56B_4_0.eot);src:url(../../fonts/webfonts/2CD56B_4_0.eot?#iefix) format("embedded-opentype"),url(../../fonts/webfonts/2CD56B_4_0.woff2) format("woff2"),url(../../fonts/webfonts/2CD56B_4_0.woff) format("woff"),url(../../fonts/webfonts/2CD56B_4_0.ttf) format("truetype")}@font-face{font-family:Acta-LightItalic;src:url(../../fonts/webfonts/2CD56B_5_0.eot);src:url(../../fonts/webfonts/2CD56B_5_0.eot?#iefix) format("embedded-opentype"),url(../../fonts/webfonts/2CD56B_5_0.woff2) format("woff2"),url(../../fonts/webfonts/2CD56B_5_0.woff) format("woff"),url(../../fonts/webfonts/2CD56B_5_0.ttf) format("truetype")}@font-face{font-family:Acta-Black;src:url(../../fonts/webfonts/2CD56B_6_0.eot);src:url(../../fonts/webfonts/2CD56B_6_0.eot?#iefix) format("embedded-opentype"),url(../../fonts/webfonts/2CD56B_6_0.woff2) format("woff2"),url(../../fonts/webfonts/2CD56B_6_0.woff) format("woff"),url(../../fonts/webfonts/2CD56B_6_0.ttf) format("truetype")}@font-face{font-family:Acta-Light;src:url(../../fonts/webfonts/2CD56B_7_0.eot);src:url(../../fonts/webfonts/2CD56B_7_0.eot?#iefix) format("embedded-opentype"),url(../../fonts/webfonts/2CD56B_7_0.woff2) format("woff2"),url(../../fonts/webfonts/2CD56B_7_0.woff) format("woff"),url(../../fonts/webfonts/2CD56B_7_0.ttf) format("truetype")}@font-face{font-family:Acta-ExtraBold;src:url(../../fonts/webfonts/2CD56B_8_0.eot);src:url(../../fonts/webfonts/2CD56B_8_0.eot?#iefix) format("embedded-opentype"),url(../../fonts/webfonts/2CD56B_8_0.woff2) format("woff2"),url(../../fonts/webfonts/2CD56B_8_0.woff) format("woff"),url(../../fonts/webfonts/2CD56B_8_0.ttf) format("truetype")}@font-face{font-family:Acta-Medium;src:url(../../fonts/webfonts/2CD56B_9_0.eot);src:url(../../fonts/webfonts/2CD56B_9_0.eot?#iefix) format("embedded-opentype"),url(../../fonts/webfonts/2CD56B_9_0.woff2) format("woff2"),url(../../fonts/webfonts/2CD56B_9_0.woff) format("woff"),url(../../fonts/webfonts/2CD56B_9_0.ttf) format("truetype")}@font-face{font-family:Acta-ExtraBoldItalic;src:url(../../fonts/webfonts/2CD56B_A_0.eot);src:url(../../fonts/webfonts/2CD56B_A_0.eot?#iefix) format("embedded-opentype"),url(../../fonts/webfonts/2CD56B_A_0.woff2) format("woff2"),url(../../fonts/webfonts/2CD56B_A_0.woff) format("woff"),url(../../fonts/webfonts/2CD56B_A_0.ttf) format("truetype")}@font-face{font-family:Acta-BlackItalic;src:url(../../fonts/webfonts/2CD56B_B_0.eot);src:url(../../fonts/webfonts/2CD56B_B_0.eot?#iefix) format("embedded-opentype"),url(../../fonts/webfonts/2CD56B_B_0.woff2) format("woff2"),url(../../fonts/webfonts/2CD56B_B_0.woff) format("woff"),url(../../fonts/webfonts/2CD56B_B_0.ttf) format("truetype")}@font-face{font-family:CalibreWeb-Thin;src:url(../../fonts/klim/CalibreWeb-Thin.eot);src:url(../../fonts/klim/CalibreWeb-Thin.eot?#iefix) format("embedded-opentype"),url(../../fonts/klim/CalibreWeb-Thin.woff) format("woff")}@font-face{font-family:CalibreWeb-ThinItalic;src:url(../../fonts/klim/CalibreWeb-ThinItalic.eot);src:url(../../fonts/klim/CalibreWeb-ThinItalic.eot?#iefix) format("embedded-opentype"),url(../../fonts/klim/CalibreWeb-ThinItalic.woff) format("woff")}@font-face{font-family:CalibreWeb-Light;src:url(../../fonts/klim/CalibreWeb-Light.eot);src:url(../../fonts/klim/CalibreWeb-Light.eot?#iefix) format("embedded-opentype"),url(../../fonts/klim/CalibreWeb-Light.woff) format("woff")}@font-face{font-family:CalibreWeb-LightItalic;src:url(../../fonts/klim/CalibreWeb-LightItalic.eot);src:url(../../fonts/klim/CalibreWeb-LightItalic.eot?#iefix) format("embedded-opentype"),url(../../fonts/klim/CalibreWeb-LightItalic.woff) format("woff")}@font-face{font-family:CalibreWeb-Medium;src:url(../../fonts/klim/CalibreWeb-Medium.eot);src:url(../../fonts/klim/CalibreWeb-Medium.eot?#iefix) format("embedded-opentype"),url(../../fonts/klim/CalibreWeb-Medium.woff) format("woff")}@font-face{font-family:CalibreWeb-MediumItalic;src:url(../../fonts/klim/CalibreWeb-MediumItalic.eot);src:url(../../fonts/klim/CalibreWeb-MediumItalic.eot?#iefix) format("embedded-opentype"),url(../../fonts/klim/CalibreWeb-MediumItalic.woff) format("woff")}@font-face{font-family:CalibreWeb-Regular;src:url(../../fonts/klim/CalibreWeb-Regular.eot);src:url(../../fonts/klim/CalibreWeb-Regular.eot?#iefix) format("embedded-opentype"),url(../../fonts/klim/CalibreWeb-Regular.woff) format("woff")}@font-face{font-family:CalibreWeb-RegularItalic;src:url(../../fonts/klim/CalibreWeb-RegularItalic.eot);src:url(../../fonts/klim/CalibreWeb-RegularItalic.eot?#iefix) format("embedded-opentype"),url(../../fonts/klim/CalibreWeb-RegularItalic.woff) format("woff")}@font-face{font-family:CalibreWeb-Semibold;src:url(../../fonts/klim/CalibreWeb-Semibold.eot);src:url(../../fonts/klim/CalibreWeb-Semibold.eot?#iefix) format("embedded-opentype"),url(../../fonts/klim/CalibreWeb-Semibold.woff) format("woff")}@font-face{font-family:CalibreWeb-SemiboldItalic;src:url(../../fonts/klim/CalibreWeb-SemiboldItalic.eot);src:url(../../fonts/klim/CalibreWeb-SemiboldItalic.eot?#iefix) format("embedded-opentype"),url(../../fonts/klim/CalibreWeb-SemiboldItalic.woff) format("woff")}@font-face{font-family:CalibreWeb-Bold;src:url(../../fonts/klim/CalibreWeb-Bold.eot);src:url(../../fonts/klim/CalibreWeb-Bold.eot?#iefix) format("embedded-opentype"),url(../../fonts/klim/CalibreWeb-Bold.woff) format("woff")}@font-face{font-family:CalibreWeb-BoldItalic;src:url(../../fonts/klim/CalibreWeb-BoldItalic.eot);src:url(../../fonts/klim/CalibreWeb-BoldItalic.eot?#iefix) format("embedded-opentype"),url(../../fonts/klim/CalibreWeb-BoldItalic.woff) format("woff")}@font-face{font-family:CalibreWeb-Black;src:url(../../fonts/klim/CalibreWeb-Black.eot);src:url(../../fonts/klim/CalibreWeb-Black.eot?#iefix) format("embedded-opentype"),url(../../fonts/klim/CalibreWeb-Black.woff) format("woff")}@font-face{font-family:CalibreWeb-BlackItalic;src:url(../../fonts/klim/CalibreWeb-BlackItalic.eot);src:url(../../fonts/klim/CalibreWeb-BlackItalic.eot?#iefix) format("embedded-opentype"),url(../../fonts/klim/CalibreWeb-BlackItalic.woff) format("woff")}@font-face{font-family:icomoon;src:url(../../fonts/icomoon/icomoon.eot?vgni3j);src:url(../../fonts/icomoon/icomoon.eot?#iefixvgni3j) format("embedded-opentype"),url(../../fonts/icomoon/icomoon.woff?vgni3j) format("woff"),url(../../fonts/icomoon/icomoon.ttf?vgni3j) format("truetype"),url(../../fonts/icomoon/icomoon.svg?vgni3j#icomoon) format("svg");font-weight:400;font-style:normal}[class*=" icon-"],[class^=icon-]{font-family:icomoon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-close:before{content:"\e61a"}.icon-pinterest:before{content:"\e600"}.icon-arrow-right:before{content:"\e61c"}.icon-google-plus:before{content:"\e61b"}.icon-facebook:before{content:"\e601"}.icon-flickr:before{content:"\e602"}.icon-bars:before{content:"\e603"}.icon-pdf:before{content:"\e619"}.icon-angle-up:before{content:"\e618"}.icon-angle-down:before{content:"\e604"}.icon-angle-left:before{content:"\e605"}.icon-angle-right:before{content:"\e606"}.icon-down-arrow-outline:before{content:"\e607"}.icon-right-arrow:before{content:"\e617"}.icon-down-arrow:before{content:"\e608"}.icon-outlink:before{content:"\e609"}.icon-pen:before{content:"\e60a"}.icon-play-video:before{content:"\e60b"}.icon-quote-lined:before{content:"\e60c"}.icon-quote:before{content:"\e60d"}.icon-quote-mark:before{content:"\e60e"}.icon-search-thin:before{content:"\e60f"}.icon-search:before{content:"\e610"}.icon-rss:before{content:"\e611"}.icon-instagram:before{content:"\e612"}.icon-twitter:before{content:"\e613"}.icon-youtube:before{content:"\e614"}.icon-rockefeller:before{content:"\e615"}.icon-logo:before{content:"\e616"}.button,button,input[type=submit]{-webkit-font-smoothing:antialiased;background-color:#4d91a6;border-radius:0;color:#fff;display:inline-block;font-size:1em;font-family:CalibreWeb-Bold;font-weight:400;font-style:normal;line-height:1;padding:.75em 1em;text-decoration:none}.button:hover,button:hover,input[type=submit]:hover{background-color:#356372;color:#fff}.button:disabled,button:disabled,input[type=submit]:disabled{cursor:not-allowed;opacity:.5}.module-card-slider .card-slideshow-header:after,.module-header:after{content:"";display:table;clear:both}body{-webkit-font-feature-settings:"kern","liga" false,"frac" false,"pnum";-moz-font-feature-settings:"kern","liga" false,"frac" false,"pnum";-ms-font-feature-settings:"kern","liga" false,"frac" false,"pnum";font-feature-settings:"kern","liga" false,"frac" false,"pnum";-webkit-font-smoothing:antialiased;background-color:#fff;color:#555;font-family:CalibreWeb-Regular;font-weight:400;font-style:normal;font-size:1em;line-height:1.5;overflow-x:hidden;-webkit-font-variant-ligatures:none;-moz-font-variant-ligatures:none;font-variant-ligatures:none}h1,h2,h3,h4,h5,h6{font-family:CalibreWeb-Regular;font-weight:400;font-style:normal;line-height:1.25;margin:0}h1{font-size:2.25em}h2{font-size:2em}h3{font-size:1.75em}h4{font-size:1.5em}h5{font-family:CalibreWeb-Medium;font-weight:400;font-style:normal;font-size:1em;color:#333}h6{font-size:1em}p{margin:0 0 1.25em}a{-webkit-transition:color .1s linear;transition:color .1s linear;color:#4d91a6;text-decoration:none;font-family:CalibreWeb-Medium;font-weight:400;font-style:normal}a:hover{color:#356372}a:active,a:focus{color:#356372;outline:0}hr{border-bottom:1px solid #bbb;border-left:none;border-right:none;border-top:none;margin:1.5em 0}img,picture{margin:0;max-width:100%}blockquote{margin:0;padding:0}blockquote p{margin:0;color:#555}address,address a,cite,cite a,dfn,dfn a,em,em a,i,i a,var,var a{font-family:CalibreWeb-RegularItalic;font-weight:400;font-style:normal}address a strong,address strong,cite a strong,cite strong,dfn a strong,dfn strong,em a strong,em strong,i a strong,i strong,var a strong,var strong{font-family:CalibreWeb-BoldItalic;font-weight:400;font-style:normal}cite{display:block;font-size:.875em;line-height:1.71429em;margin-top:.35714em;color:#555;font-style:normal}b,strong{font-weight:400}optgroup,strong{font-family:CalibreWeb-Bold;font-weight:400;font-style:normal}optgroup address,optgroup cite,optgroup dfn,optgroup em,optgroup i,optgroup var,strong address,strong cite,strong dfn,strong em,strong i,strong var{font-family:CalibreWeb-BoldItalic;font-weight:400;font-style:normal}.hide-text{overflow:hidden;height:0;font-size:0;display:block;position:absolute}.intro-textline,.visual-editor .intro-textline{display:block;font-size:2.25rem;line-height:1em;font-family:Acta-Book;font-weight:400;font-style:normal;margin-top:2.8125rem;margin-bottom:2.8125rem;max-width:41.25rem;letter-spacing:-.04em}.read-more-ext{padding-right:.25em}.read-more-ext::after{display:inline-block;content:"»";position:relative;left:.25em}.read-more-int::after{display:inline-block;content:"»";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);position:relative;left:.35em;top:.15em}.button{font-family:CalibreWeb-Medium;font-weight:400;font-style:normal;font-size:.75em;line-height:1.2em;text-transform:uppercase;padding:.33333em 2.08333em}.button.sandstone{background-color:#a69e80;-webkit-transition:all .25s;transition:all .25s}.button.sandstone:hover{background-color:#80785a}.button.brown{background-color:#7f4f0c;-webkit-transition:all .25s;transition:all .25s}.button.brown:hover{background-color:#392405}.button.orange{background-color:#e5b210;-webkit-transition:all .25s;transition:all .25s}.button.orange:hover{background-color:#9d7a0b}.button.yellow{background-color:#c8c83a;-webkit-transition:all .25s;transition:all .25s}.button.yellow:hover{background-color:#8e8e28}.button.taupe{background-color:#a69e80;-webkit-transition:all .25s;transition:all .25s}.button.taupe:hover{background-color:#80785a}.button.slate{background-color:#4d4f53;-webkit-transition:all .25s;transition:all .25s}.button.slate:hover{background-color:#28292b}.button.sea-blue{background-color:#4d91a6;-webkit-transition:all .25s;transition:all .25s}.button.sea-blue:hover{background-color:#356372}.button.steel-blue{background-color:#6f8d92;-webkit-transition:all .25s;transition:all .25s}.button.steel-blue:hover{background-color:#4e6367}.button.jungle{background-color:#005359;-webkit-transition:all .25s;transition:all .25s}.button.jungle:hover{background-color:#000c0c}.button.blue{background-color:#008bcb;-webkit-transition:all .25s;transition:all .25s}.button.blue:hover{background-color:#00577f}.button.teal{background-color:#00c1b6;-webkit-transition:all .25s;transition:all .25s}.button.teal:hover{background-color:#00756e}.button.green{background-color:#25c200;-webkit-transition:all .25s;transition:all .25s}.button.green:hover{background-color:#167600}.button.light-gray{background-color:#f5f5f5;-webkit-transition:all .25s;transition:all .25s}.button.light-gray:hover{background-color:#cfcfcf}.open .read-more-int::after{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}fieldset{background:#d4d4d4;border:1px solid #bbb;margin:0 0 .75;padding:1.5}input,label,select{display:block;font-family:CalibreWeb-Regular;font-weight:400;font-style:normal;font-size:1em}label{font-family:CalibreWeb-Regular;font-weight:400;font-style:normal;display:block;color:#555;margin-bottom:.375em;padding-top:.16667em;padding-bottom:.16667em;font-size:1.125em;line-height:1.33333em}label abbr{display:none}input[type=number],input[type=email],input[type=search],input[type=password],input[type=tel],input[type=url],input[type=color],input[type=date],input[type=datetime],input[type=datetime-local],input[type=month],input[type=time],input[type=week],input[type=text],select[multiple=multiple],textarea{box-sizing:border-box;-webkit-transition:border-color;transition:border-color;border-radius:0;border:0;box-shadow:none;font-family:CalibreWeb-Regular;font-weight:400;font-style:normal;font-size:1em;padding:.5em;margin-bottom:.375em;width:100%;height:1.875em;line-height:1.215em;background:#f5f5f5}input[type=number]:hover,input[type=email]:hover,input[type=search]:hover,input[type=password]:hover,input[type=tel]:hover,input[type=url]:hover,input[type=color]:hover,input[type=date]:hover,input[type=datetime]:hover,input[type=datetime-local]:hover,input[type=month]:hover,input[type=time]:hover,input[type=week]:hover,input[type=text]:hover,select[multiple=multiple]:hover,textarea:hover{border-color:#a2a2a2}input[type=number]:focus,input[type=email]:focus,input[type=search]:focus,input[type=password]:focus,input[type=tel]:focus,input[type=url]:focus,input[type=color]:focus,input[type=date]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=month]:focus,input[type=time]:focus,input[type=week]:focus,input[type=text]:focus,select[multiple=multiple]:focus,textarea:focus{border-color:#4d91a6;box-shadow:none;outline:0}textarea{resize:vertical}input[type=search]{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none}input[type=checkbox],input[type=radio]{display:inline;margin-right:.375}input[type=file]{margin-bottom:.75;padding-bottom:.5;width:100%}select{width:auto;max-width:100%;margin-bottom:1.5}@media (max-width:31.25em){select{width:90%;margin-right:auto;margin-left:auto}}.input.error{font-size:.75em;position:relative;top:-5px}input[placeholder]{text-overflow:ellipsis}::-webkit-input-placeholder{text-overflow:ellipsis}:-moz-placeholder{text-overflow:ellipsis}::-moz-placeholder{text-overflow:ellipsis}:-ms-input-placeholder{text-overflow:ellipsis}.device-ios input[type=date]:before{content:attr(placeholder);color:#aaa}.device-ios input[type=date]:focus:before{content:""}@media (max-width:84.0625rem){.contact-form.module-wrapper{margin:0;max-width:none}}.contact-form .gform_wrapper{max-width:100%}.contact-form .gform_wrapper:after{content:"";display:table;clear:both}@media (max-width:31.25em){.contact-form .gform_wrapper{padding:0}}.contact-form .gform_wrapper .validation_error{font-family:CalibreWeb-Regular;font-weight:400;font-style:normal;border:none;max-width:700px;padding-left:1.25rem;margin-bottom:0;font-size:.875rem;text-align:right}@media (max-width:84.0625rem){.contact-form .gform_wrapper .validation_error{padding-left:1.25rem;text-align:left}}.contact-form .gform_wrapper .gform_heading{width:20%;margin-left:-20%;float:left}@media (max-width:84.0625rem){.contact-form .gform_wrapper .gform_heading{float:none;margin-left:0;border-bottom:1px solid #bbb;display:block;width:100%}}.contact-form .gform_wrapper .gform_heading .gform_title{margin-top:0}@media (max-width:84.0625rem){.contact-form .gform_wrapper .gform_heading .gform_title{margin-bottom:0}}.contact-form .gform_wrapper .gform_heading:after{content:none;display:none}.contact-form .gform_wrapper .gform_body{padding:1rem 0 0;max-width:700px;float:left}@media (max-width:84.0625rem){.contact-form .gform_wrapper .gform_body{padding:0 1.25rem;float:none}}.contact-form .gform_wrapper .gform_fields .gfield{display:table;width:100%}.contact-form .gform_wrapper .gform_fields .gfield.gfield_error{background:0 0;border:none;margin:0 0 1.25rem!important;padding:0!important}@media (max-width:84.0625rem){.contact-form .gform_wrapper .gform_fields .gfield.gfield_error{margin:0!important}}.contact-form .gform_wrapper .gform_fields .gfield.gfield_error .validation_message{font-family:CalibreWeb-Regular;font-weight:400;font-style:normal;position:absolute;margin-left:1.25rem;padding:0!important}@media (max-width:84.0625rem){.contact-form .gform_wrapper .gform_fields .gfield.gfield_error .validation_message{margin:0;position:static}}@media (max-width:84.0625rem){.contact-form .gform_wrapper .gform_fields .gfield{display:block}}.contact-form .gform_wrapper .gform_fields .gfield.gfield_contains_required .gfield_label:before{content:"*";color:red}.contact-form .gform_wrapper .gform_fields .gfield_label,.contact-form .gform_wrapper .gform_fields .ginput_container{display:table-cell;vertical-align:top}@media (max-width:84.0625rem){.contact-form .gform_wrapper .gform_fields .gfield_label,.contact-form .gform_wrapper .gform_fields .ginput_container{display:block}}.contact-form .gform_wrapper .gform_fields .gfield_label{position:relative;font-family:CalibreWeb-Regular;font-weight:400;font-style:normal;width:30%;text-align:right;padding-right:1.25rem}@media (max-width:84.0625rem){.contact-form .gform_wrapper .gform_fields .gfield_label{width:100%;text-align:left;margin-bottom:0}}.contact-form .gform_wrapper .gform_fields .gfield_label .gfield_required{display:none}.contact-form .gform_wrapper .gform_fields .ginput_container{width:70%}@media (max-width:84.0625rem){.contact-form .gform_wrapper .gform_fields .ginput_container{width:100%;margin-top:0!important}}.contact-form .gform_wrapper .gform_fields .ginput_container input,.contact-form .gform_wrapper .gform_fields .ginput_container input.medium,.contact-form .gform_wrapper .gform_fields .ginput_container textarea,.contact-form .gform_wrapper .gform_fields .ginput_container textarea.medium{display:block;width:100%}.contact-form .gform_wrapper .gform_fields .ginput_container select,.contact-form .gform_wrapper .gform_fields .ginput_container select.medium{display:block;width:80%}.contact-form .gform_wrapper .gform_fields .ginput_container .chosen-container-single{display:block;max-width:80%}@media (max-width:31.25em){.contact-form .gform_wrapper .gform_fields .ginput_container .chosen-container-single{max-width:none}}.contact-form .gform_wrapper .gform_fields .ginput_container .chosen-container-single a{box-sizing:border-box;-webkit-transition:border-color;transition:border-color;box-shadow:none;border-radius:0;border:0;font-family:CalibreWeb-Regular;font-weight:400;font-style:normal;font-size:1em;padding:.5em;margin-bottom:.375em;width:100%;height:1.875em;line-height:1.215em;background:#f5f5f5}.contact-form .gform_wrapper .gform_fields .ginput_container .chosen-container-single a span{color:#555}.contact-form .gform_wrapper .gform_fields .ginput_container .chosen-container-single .chosen-drop{box-shadow:none;border-color:rgba(85,85,85,.1);border-width:0 1px 1px 0;border-radius:0}.contact-form .gform_wrapper .gform_fields .ginput_container .chosen-container-single .chosen-drop .result-selected{display:none}.contact-form .gform_wrapper .gform_footer{max-width:700px;text-align:right}@media (max-width:60em){.contact-form .gform_wrapper .gform_footer{padding:0 1.25rem}}@media (max-width:31.25em){.contact-form .gform_wrapper .gform_footer{text-align:center}}.contact-form .gform_wrapper .gform_footer input[type=submit]{font-family:CalibreWeb-Regular;font-weight:400;font-style:normal;background-color:#4d91a6}@media (max-width:31.25em){.contact-form .gform_wrapper .gform_footer input[type=submit]{width:100%}}table{-webkit-font-feature-settings:"kern","liga","tnum";-moz-font-feature-settings:"kern","liga","tnum";-ms-font-feature-settings:"kern","liga","tnum";font-feature-settings:"kern","liga","tnum";border-collapse:collapse;margin:.75em 0;table-layout:fixed}.table-wrapper{max-width:100%;overflow-y:scroll}th{font-family:CalibreWeb-Bold;font-weight:400;font-style:normal;padding:.75em 0;text-align:left}table.with-dividers th{border-bottom:1px solid #959595}td{padding:.75em 0}table.with-dividers td{border-bottom:1px solid #bbb}td,th,tr{vertical-align:middle}ol,ul{margin:0;padding:0;list-style-type:none}dl{margin-bottom:.75em}dl dt{font-family:CalibreWeb-Bold;font-weight:400;font-style:normal;margin-top:.75em}dl dd{margin:0}.grid-5 .article-block ul,.social-carousel-header .social-list li{list-style-type:none;margin-bottom:0;padding-left:0;text-align:left}.grid-5 .article-block ul li,.social-carousel-header .social-list li li{display:inline-block}button,input[type=submit]{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;border:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.slick-slider{position:relative;display:block;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:0}.slick-loading .slick-list{background:url(./ajax-loader.gif) center center no-repeat #fff}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;left:0;top:0;display:block}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}@font-face{font-family:slick;src:url(./fonts/slick.eot);src:url(./fonts/slick.eot?#iefix) format("embedded-opentype"),url(./fonts/slick.woff) format("woff"),url(./fonts/slick.ttf) format("truetype"),url(./fonts/slick.svg#slick) format("svg");font-weight:400;font-style:normal}.slick-next,.slick-prev{position:absolute;display:block;height:20px;width:20px;line-height:0;font-size:0;cursor:pointer;background:0 0;color:transparent;top:50%;margin-top:-10px;padding:0;border:none;outline:0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{outline:0;background:0 0;color:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;color:#fff;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-45px;list-style:none;display:block;text-align:center;padding:0;width:100%}.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{border:0;background:0 0;display:block;height:20px;width:20px;outline:0;line-height:0;font-size:0;color:transparent;padding:5px;cursor:pointer}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-family:slick;font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:#000;opacity:.75}/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */.pika-single{z-index:9999;display:block;position:relative;background:#fff}.pika-single.is-hidden{display:none}.pika-single.is-bound{position:absolute;box-shadow:0 5px 15px -5px rgba(0,0,0,.5)}.pika-single:after,.pika-single:before{content:" ";display:table}.pika-single:after{clear:both}.pika-lendar{float:left;width:240px;margin:8px}.pika-title{position:relative;text-align:center}.pika-title select{cursor:pointer;position:absolute;z-index:9998;margin:0;left:0;top:5px;filter:alpha(opacity=0);opacity:0}.pika-label{display:inline-block;position:relative;z-index:9999;overflow:hidden;margin:0;padding:5px 3px;font-size:14px;line-height:20px;font-weight:700;background-color:#fff}.pika-next,.pika-prev{display:block;cursor:pointer;position:relative;outline:0;border:0;padding:0;width:20px;height:30px;text-indent:20px;white-space:nowrap;overflow:hidden;background-color:transparent;background-position:center center;background-repeat:no-repeat;background-size:75% 75%;opacity:.5}.pika-next:hover,.pika-prev:hover{opacity:1}.pika-next.is-disabled,.pika-prev.is-disabled{cursor:default;opacity:.2}.is-rtl .pika-next,.pika-prev{float:left;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==)}.is-rtl .pika-prev,.pika-next{float:right;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=)}.pika-select{display:inline-block}.pika-table{width:100%;border-collapse:collapse;border-spacing:0;border:0}.pika-table td,.pika-table th{width:14.285714285714286%;padding:0}.pika-table th{color:#999;text-align:center}.pika-table abbr{border-bottom:none;cursor:help}.pika-button{cursor:pointer;display:block;box-sizing:border-box;outline:0;border:0;margin:0;width:100%;padding:5px;font-size:12px;line-height:15px;text-align:right}.is-selected .pika-button{color:#fff}.is-disabled .pika-button{pointer-events:none;cursor:default;opacity:.3}.pika-button:hover{color:#fff!important}.global-header,.module-wrapper,.rail-wrapper{max-width:60em;margin-left:auto;margin-right:auto}.global-header:after,.module-wrapper:after,.rail-wrapper:after{content:" ";display:block;clear:both}.global-header,.module-wrapper{position:relative}.module-wrapper.rail-wrapper{padding-top:2.5rem}.gform_wrapper .gform_heading,.module-heading{float:left;margin-left:-20%;width:20%;position:relative}.gform_wrapper .gform_body:after,.gform_wrapper .gform_footer:after,.gform_wrapper .gform_heading:after,.mixitup-container:after,.module-container:after,.module-heading:after{content:"";display:table;clear:both}@media (max-width:84.0625rem){.gform_wrapper .gform_heading,.module-heading{float:none;margin-left:0}}@media (max-width:31.25em){.gform_wrapper .gform_body,.gform_wrapper .gform_footer,.module-container{padding:0 1.25rem}}.gform_wrapper .gform_footer,.internal-offset,.offset-header{margin-left:0}.full-width{float:none;width:auto}.borderless{border:0}.rail-wrapper{display:table;table-layout:fixed;width:100%}@media (max-width:60em){.rail-wrapper{display:block;float:none;width:auto}}.rail-wrapper .has-rail{width:75%;margin-left:.83333%;margin-right:.83333%;display:table-cell;float:none;vertical-align:top}@media (max-width:60em){.rail-wrapper .has-rail{display:block;float:none;width:auto;padding:0;margin:0}}.rail-wrapper .rail{width:28.33333%;margin-left:.83333%;margin-right:.83333%;display:table-cell;float:none;vertical-align:top;padding:1em 1.25em 1.25em 1.875em;font-size:.875em}@media (max-width:60em){.rail-wrapper .rail{display:block;float:none;width:auto;padding-left:1.25rem;margin:0}}.rail-wrapper .rail section{padding-bottom:1.25em}.rail-wrapper .rail ul li{line-height:1.2}.rail-wrapper .rail ul.rail-list-inline li{display:inline-block}.rail-wrapper .rail ul.rail-list-inline li:after{content:"\2c "}.rail-wrapper .rail ul.rail-list-inline li:last-child:after{content:none}.rail-wrapper .rail ul.rail-list-social a{color:#bbb}.rail-wrapper .rail ul.rail-list-social a:hover{color:#356372}.rail-wrapper .rail a{text-decoration:underline}.rail-wrapper .rail .rail-button{font-family:CalibreWeb-Semibold;font-weight:400;font-style:normal;position:relative;display:inline-block;color:#4d91a6;text-transform:uppercase;font-size:1em;padding-right:.875rem;text-decoration:none;margin-top:.3125em}@media (max-width:60em){.rail-wrapper .rail .rail-button{display:inline-block;position:absolute;right:1.875rem;top:1.25rem}}.rail-wrapper .rail .rail-button span{font-family:CalibreWeb-Light;font-weight:400;font-style:normal;font-size:2.0625em;position:absolute;right:0;top:0;line-height:.55}.rail-wrapper .rail .grant-amount{font-size:3em;color:#a69e80}@media (max-width:31.25em){.rail-wrapper .rail select.grant-select-menu{font-size:1.125rem}}.rail-wrapper .rail .grant-section{margin-bottom:1.25em}.rail-wrapper .rail .grant-section h2,.rail-wrapper .rail .grant-section h3{margin:0}.rail-wrapper .rail .grant-section p{margin:0;font-family:CalibreWeb-Light;font-weight:400;font-style:normal}.rail-wrapper .rail .grant-select-menu{margin-bottom:1.25em}.rail-wrapper .rail .grant-select-menu::after,.rail-wrapper .rail .grant-select-menu::before{font-size:1.5em;top:.25em}.rail-wrapper .rail .grant-select-menu .chosen-single{font-family:CalibreWeb-Regular;font-weight:400;font-style:normal;font-size:1.5em;color:#555;padding-left:0;padding-bottom:.41667em}.rail-wrapper .rail .grant-rail-list{font-family:CalibreWeb-Regular;font-weight:400;font-style:normal;font-size:.875em}.rail-wrapper .rail .grant-rail-list li{display:inline-block}.rail-wrapper .rail .grant-rail-list li::after{content:", "}.rail-wrapper .rail .grant-rail-list li:last-child::after{content:none}.rail-wrapper .rail .grant-rail-list a{color:#a69e80;text-decoration:underline}.rail-wrapper .rail .grant-officer{overflow:hidden;padding-left:4.375em}.rail-wrapper .rail .officer-image{float:left;display:block;width:3.125em;height:3.125em;border-radius:3.125em;margin-left:-4.375em}.rail-wrapper .rail .officer-name{display:block;font-family:CalibreWeb-Regular;font-weight:400;font-style:normal;font-size:1.125em;line-height:1em}.rail-wrapper .rail .officer-title{display:block;font-family:CalibreWeb-Regular;font-weight:400;font-style:normal;color:#a69e80;line-height:1em}.rail-header{font-family:CalibreWeb-Semibold;font-weight:400;font-style:normal;font-size:1.5em;line-height:1.2em;color:#a69e80}.rail-section-header{font-family:CalibreWeb-Medium;font-weight:400;font-style:normal;font-size:1em}.rail-section.key-documents .rail-section-header,.rail-section.report .rail-section-header{padding-left:.625rem;padding-bottom:.3125rem}.rail-section.key-documents .report-file,.rail-section.report .report-file{display:block;text-decoration:none;border-top:1px solid #bbb;border-bottom:1px solid #bbb;padding-top:1rem;padding-bottom:1rem;padding-left:.625rem}.rail-section.key-documents .report-file:hover .document-title,.rail-section.report .report-file:hover .document-title{text-decoration:underline}.rail-section.key-documents .document-icon,.rail-section.report .document-icon{display:block;font-size:2.8125rem}.rail-section.key-documents .document-title,.rail-section.report .document-title{display:block;color:#555;font-size:1.25rem;padding-top:.5rem;line-height:1.1em}.rail-section.key-documents .rail-section-header{padding-left:0}.rail-section .key-documents-list li{margin-bottom:.625em}.rail-section .key-documents-list .report-file{padding-left:0;border-bottom:none}.global-nav .core-nav>li>a,.global-nav .home-button{font-family:CalibreWeb-Medium;font-weight:400;font-style:normal;display:inline-block;color:#999;text-transform:uppercase;font-size:.875em;line-height:1em}.global-nav .active.home-button,.global-nav .core-nav>li>a.active,.global-nav .core-nav>li>a:hover,.global-nav .home-button:hover{color:#fff}body{margin-bottom:6.875em}@media (max-width:53.125em){.main-content.mobile-nav-open{overflow:hidden;display:none}}.global-nav{position:fixed;bottom:0;width:100%;margin-bottom:-1px;background:#2e2e2e;border-top:1px solid #363636;z-index:5000}.global-nav a{color:#fff;cursor:pointer}.global-nav .nav-wrapper{max-width:960px;margin-left:auto;margin-right:auto;height:5em;overflow:visible}.global-nav .nav-wrapper:after{content:" ";display:block;clear:both}.global-nav .mobile-nav-icon{display:none;color:#fff;font-size:1.875em;line-height:2.66667em;margin-right:.66667em}@media (max-width:53.125em){.global-nav .mobile-nav-icon{display:block;float:right}}.global-nav .home-button{width:33.33333%;float:left}@media (max-width:955px){.global-nav .home-button{font-size:.75em;line-height:6.66667em}}@media (max-width:53.125em){.global-nav .home-button{width:auto}}.global-nav .home-button .site-logo{display:block;width:13.57143em;height:3.21429em;margin-top:1.07143em}.global-nav .core-nav{width:66.66667%;float:left;text-align:right}@media (max-width:53.125em){.global-nav .core-nav{display:none;float:none;width:100%;margin:0}}.global-nav .core-nav>li{display:inline-block;margin-right:1.125rem;height:5rem}@media (max-width:53.125em){.global-nav .core-nav>li{display:block;height:auto;margin:0}}.global-nav .core-nav>li.content-holder{height:auto}.global-nav .core-nav>li>a{display:block;text-align:center;margin-top:2rem}@media (max-width:955px){.global-nav .core-nav>li>a{font-size:.75em;margin-top:2.125rem}}@media (max-width:53.125em){.global-nav .core-nav>li>a{text-align:left;font-size:1.5rem;line-height:1em;padding:1.25rem 1.875rem;margin:0;line:80}}@media (max-width:53.125em){.global-nav .core-nav>.search{display:none}}.global-nav .primary .expanded-nav-content,.global-nav .primary .nav-tertiary-content{display:none}.global-nav .expanded-nav{display:none;position:absolute;left:0;width:100%;bottom:5rem;background:#008bcb}@media (max-width:53.125em){.global-nav .expanded-nav{display:none!important}}.global-nav .expanded-nav.open{display:block}.global-nav .expanded-nav .icon{color:#fff}.global-nav .content-wrapper{max-width:960px;margin-left:auto;margin-right:auto;overflow:hidden;text-align:left;min-height:14.375rem;padding-top:1.25rem;padding-bottom:1.25rem}.global-nav .content-wrapper:after{content:" ";display:block;clear:both}@media (max-width:53.125em){.global-nav .content-wrapper{padding:0!important}}.global-nav .content-wrapper.closed{height:0;min-height:0;padding:0}.global-nav .content-wrapper a,.global-nav .content-wrapper li{color:#fff}.global-nav .subnav{width:100%;background:#006fa2}@media (max-width:53.125em){.global-nav .subnav{background:0 0}}.global-nav .subnav ul{max-width:960px;margin-left:auto;margin-right:auto;text-align:right}.global-nav .subnav ul:after{content:" ";display:block;clear:both}@media (max-width:53.125em){.global-nav .subnav ul{text-align:left}}.global-nav .subnav ul li{display:inline-block;color:#fff;font-family:CalibreWeb-Medium;font-weight:400;font-style:normal;font-size:.875rem;letter-spacing:-.03em}@media (max-width:53.125em){.global-nav .subnav ul li{display:block;padding-left:1.875rem;padding-right:1.875rem;font-size:1.5rem;color:#999;letter-spacing:normal}}.global-nav .subnav ul a{display:inline-block;padding:.5rem .9375rem;color:inherit}@media (max-width:53.125em){.global-nav .subnav ul a{padding-left:0;padding-right:0;display:block}}.global-nav .subnav .active{background:#008bcb}@media (max-width:53.125em){.global-nav .subnav .active{display:block;background:0 0}}.global-nav .link-list{width:25%;float:left;float:right;padding-left:1.25rem}@media (max-width:53.125em){.global-nav .link-list{float:none;width:auto}}.global-nav .link-list li{font-size:1em;line-height:1.125em;padding-top:.125rem;padding-bottom:.125rem}@media (max-width:53.125em){.global-nav .link-list li{font-size:1.5rem;line-height:1.25em}}.global-nav .link-list a{font-family:CalibreWeb-Light;font-weight:400;font-style:normal}.global-nav .nav-featured-title{color:#fff;font-size:1.25em;padding-bottom:1.25em}.global-nav .nav-featured-carousel{visibility:hidden;width:100%;margin-bottom:0}.global-nav .nav-featured-carousel.slick-initialized{visibility:visible}.global-nav .item-title{max-width:37.5rem;padding-top:1.875rem;font-family:Acta-Book;font-weight:400;font-style:normal;font-size:1.875rem;line-height:1em;color:#fff}.global-nav .item-title a{display:block;font-family:Acta-Book;font-weight:400;font-style:normal;color:inherit}.global-nav .item-title .featured-text{display:block;font-family:CalibreWeb-Medium;font-weight:400;font-style:normal;font-size:.875rem;line-height:1.5em;text-transform:uppercase}.global-nav .feature-box{height:10rem}@media (max-width:53.125em){.global-nav .feature-box{display:block;min-height:10rem;height:auto}}.global-nav .feature-box img{float:left;width:10rem;height:10rem;margin-right:1.25rem}.global-nav .feature-box .item-title{float:left}.global-nav .static-content-box{margin:0 auto;width:34.375rem}.global-nav .static-content-box p{display:block;color:#fff;font-size:.8125rem}.global-nav .nav-carousel-wrapper{position:relative;padding-top:.625rem}@media (max-width:53.125em){.global-nav .nav-carousel-wrapper{overflow:hidden;padding:1.875rem}}.global-nav .slick-disabled{display:none}.global-nav .slick-dots{bottom:-1.25rem}@media (max-width:53.125em){.global-nav .slick-dots{bottom:-1.875rem}}.global-nav .slick-dots li{width:auto;height:auto;margin:0 .3125rem}.global-nav .slick-dots li.slick-active button{background:#fff}.global-nav .slick-dots li button{width:.5rem;height:.5rem;padding:0;background:#006fa2;border-radius:100%}.global-nav .slick-dots li button:before{content:none}.global-nav .next{position:absolute;right:4.375rem;top:50%;font-size:2.5em;line-height:1em;margin-top:-.5em;color:#fff}@media (max-width:53.125em){.global-nav .next{display:none!important}}.global-nav .prev{display:none!important}.global-nav .action-indicator,.global-nav .mobile-content,.global-nav .mobile-search{display:none}@media (max-width:53.125em){.global-nav .mobile-search{display:block;position:absolute;line-height:5rem;font-size:1.6875rem;bottom:-.1875rem;right:4.375rem}}@media (max-width:53.125em){.global-nav{left:0;right:0}.global-nav.mobile-open{top:0;bottom:0;overflow-y:scroll;-webkit-transform:translate3d(0,0,0);z-index:99999}.admin-bar .global-nav.mobile-open{top:46px}.global-nav.mobile-open .core-nav,.global-nav.mobile-open .mobile-content{display:block}.global-nav.mobile-open .home-button{position:absolute;bottom:0;height:5rem}.global-nav.mobile-open .mobile-nav-icon{position:absolute;bottom:0;right:1.25rem;margin:0}.global-nav.mobile-open .active .action-indicator.tertiary{width:20%}.global-nav.mobile-open .action-indicator{float:right;display:block;padding:.5rem 0 .5rem .9375rem}.global-nav.mobile-open .action-indicator.direct{color:#999}.global-nav.mobile-open .action-indicator.tertiary{position:absolute;right:0;top:0;bottom:0;width:100%;padding-right:0;padding-left:0;cursor:pointer;color:#434343}.global-nav.mobile-open .action-indicator.tertiary::before{position:absolute;top:50%;right:1.875rem;margin-top:-.5em}.global-nav.mobile-open .mobile-content{display:block;position:absolute;top:0;bottom:5rem;width:100%;background:#2a2a2a;z-index:20;border-bottom:1px solid #434343;-webkit-transform:translate3d(0,0,0)}.global-nav.mobile-open .mobile-content .subnav li{position:relative}.global-nav.mobile-open .mobile-content .link-list{margin-right:0;margin-left:0}.level-2{position:absolute;top:0;bottom:0;right:-100%;width:100%;min-height:100%;background:#2a2a2a;overflow-y:scroll;-webkit-transform:translate3d(0,0,0);z-index:30}.level-2 .back-button,.level-2 .overview-link{display:block;font-size:1.5rem;line-height:1em;padding:.9375rem 1.875rem;color:#008bcb;background:#2e2e2e;border-bottom:1px solid #434343;font-family:CalibreWeb-Medium;font-weight:400;font-style:normal}.level-2 .back-button .icon{position:relative;top:.1em;font-size:.85em}.level-2 .overview-link{color:#fff;margin-bottom:1.25rem}.level-2 .overview-link .icon{padding-top:0}.level-2 .subnav li.active{margin-top:-1.25rem;background:#2e2e2e;border-bottom:1px solid #434343;color:#fff}.level-2.lvl-3-open .overview-link:first-of-type{display:none}.level-2.lvl-3-open .subnav{margin-top:1.25rem}.lvl-3{display:none;background:#008bcb;padding:.9375rem 1.875rem;min-height:100%}}.site-module-footer.module-wrapper{border:0}.site-module-footer.module-wrapper+svg{display:none}.footer-link-list{text-align:right;padding-top:1.875em}@media (max-width:84.0625rem){.footer-link-list{padding:1.875em 1.25rem 0}}@media (max-width:31.25em){.footer-link-list{text-align:left}}.footer-link-list li{display:inline-block}.footer-link-list a{font-family:CalibreWeb-Semibold;font-weight:400;font-style:normal;color:#999;font-size:.75em;line-height:1em;text-transform:uppercase}.footer-link-list a:hover{color:#555}.footer-link-list .standard{padding:0 .625em;border-left:1px solid #dedede;line-height:.75em}.footer-link-list .standard:first-child{border-left:0}@media (max-width:31.25em){.footer-link-list .standard:first-child{padding-left:0}}.footer-link-list .social{padding-left:.875em}@media (max-width:31.25em){.footer-link-list .social{padding:0 1.25rem 0 0}}.footer-link-list .social a:hover .icon-instagram{color:#1c5380}.footer-link-list .social a:hover .icon-google-plus{color:#dd4b39}.footer-link-list .social a:hover .icon-facebook{color:#4E91D6}.footer-link-list .social a:hover .icon-twitter{color:#19CCEC}.footer-link-list .social a:hover .icon-rss{color:#E8A523}.footer-link-list .social a:hover .icon-youtube{color:#E13131}.footer-copyright{font-family:CalibreWeb-Regular;font-weight:400;font-style:normal;color:#dedede;text-align:right;font-size:.875em;padding-top:.71429em}@media (max-width:84.0625rem){.footer-copyright{padding:0 1.25rem}}@media (max-width:31.25em){.footer-copyright{text-align:left}}.chosen-container{font-size:1em}.chosen-container::after,.chosen-container::before{position:absolute;right:.625em;top:.1em;z-index:20;font-family:icomoon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.chosen-container::before{content:"\e607"}.chosen-container::after{display:none;content:"\e607";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.chosen-container.chosen-with-drop::before{display:none}.chosen-container.chosen-with-drop::after{display:block}.chosen-container li,.chosen-container span{font-family:CalibreWeb-Regular;font-weight:400;font-style:normal;color:#555}.chosen-container li.highlighted,.chosen-container span.highlighted{color:#999}.chosen-container .chosen-single{position:relative;z-index:500;height:auto;padding-bottom:.625rem;padding-left:.625rem;line-height:inherit}.chosen-container .chosen-single span{color:#008bcb}.chosen-container .chosen-drop{min-width:12.5rem;background:#f5f5f5}.pika-single{color:#555;border:1px solid #bbb;border-bottom-color:#bbb;font-family:CalibreWeb-Regular;font-weight:400;font-style:normal}.pika-table th{font-family:CalibreWeb-Medium;font-weight:400;font-style:normal;font-size:.75rem;line-height:1.5625rem}.pika-button{color:#555;background:#f5f5f5}.is-today .pika-button{color:#c8c83a;font-family:CalibreWeb-Medium;font-weight:400;font-style:normal}.is-selected .pika-button{font-family:CalibreWeb-Medium;font-weight:400;font-style:normal;background:#555;box-shadow:none;border-radius:0}.is-selected .pika-button:hover{background:#555}.is-disabled .pika-button{color:#f5f5f5}.pika-button:hover{color:#008bcb!important;background:#f5f5f5!important;box-shadow:none!important;border-radius:0!important}.pika-week{font-size:.6875rem;color:#555}.vbox-close{text-indent:0;background-image:none;text-align:center;padding:.3125rem 0;font-size:1.875rem;line-height:1em}.ajax-loading-spinner{display:none;position:absolute;width:100%;z-index:500}.spinner{font-size:100px;width:1em;height:1em;margin:100px auto;position:relative;list-style:none;border-radius:50%;border:.01em solid rgba(150,150,150,.1)}.spinner li{width:.2em;height:.2em;position:absolute;border-radius:50%}.spinner li:nth-child(1){background:#008bcb;top:0;left:50%;margin-left:-.1em;-webkit-transform-origin:50% 250%;-ms-transform-origin:50% 250%;transform-origin:50% 250%;-webkit-animation:rota 1.13s linear infinite,opa 3.67s ease-in-out infinite alternate;animation:rota 1.13s linear infinite,opa 3.67s ease-in-out infinite alternate}.spinner li:nth-child(2){background:#FF2F41;top:50%;right:0;margin-top:-.1em;-webkit-transform-origin:-150% 50%;-ms-transform-origin:-150% 50%;transform-origin:-150% 50%;-webkit-animation:rota 1.86s linear infinite,opa 4.29s ease-in-out infinite alternate;animation:rota 1.86s linear infinite,opa 4.29s ease-in-out infinite alternate}.spinner li:nth-child(3){background:#c8c83a;bottom:0;left:50%;margin-left:-.1em;-webkit-transform-origin:50% -150%;-ms-transform-origin:50% -150%;transform-origin:50% -150%;-webkit-animation:rota 1.45s linear infinite,opa 5.12s ease-in-out infinite alternate;animation:rota 1.45s linear infinite,opa 5.12s ease-in-out infinite alternate}.spinner li:nth-child(4){background:#25c200;top:50%;left:0;margin-top:-.1em;-webkit-transform-origin:250% 50%;-ms-transform-origin:250% 50%;transform-origin:250% 50%;-webkit-animation:rota 1.72s linear infinite,opa 5.25s ease-in-out infinite alternate;animation:rota 1.72s linear infinite,opa 5.25s ease-in-out infinite alternate}@-webkit-keyframes rota{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rota{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes opa{12.0%{opacity:.8}19.5%{opacity:.88}37.2%{opacity:.64}40.5%{opacity:.52}52.7%{opacity:.69}60.2%{opacity:.6}66.6%{opacity:.52}70.0%{opacity:.63}79.9%{opacity:.6}84.2%{opacity:.75}91.0%{opacity:.87}}@keyframes opa{12.0%{opacity:.8}19.5%{opacity:.88}37.2%{opacity:.64}40.5%{opacity:.52}52.7%{opacity:.69}60.2%{opacity:.6}66.6%{opacity:.52}70.0%{opacity:.63}79.9%{opacity:.6}84.2%{opacity:.75}91.0%{opacity:.87}}.gform_wrapper .gform_heading,.module-heading{padding-top:1rem;padding-bottom:1rem;padding-right:1.875rem;text-align:right}@media (max-width:84.0625rem){.gform_wrapper .gform_heading,.module-heading{width:100%;float:none;text-align:left;padding-left:1.25rem}.gform_wrapper .gform_heading:before,.module-heading:before{content:'';border-top:1px solid #bbb;position:absolute;top:0;right:-62.5rem;display:block;width:312.5rem}.gform_wrapper .gform_heading:after,.module-heading:after{content:'';border-top:1px solid #bbb;position:absolute;bottom:0;right:-62.5rem;display:block;width:312.5rem}.gform_wrapper .has-rail .gform_heading:after,.gform_wrapper .has-rail .gform_heading:before,.has-rail .gform_wrapper .gform_heading:after,.has-rail .gform_wrapper .gform_heading:before,.has-rail .module-heading:after,.has-rail .module-heading:before{right:0}}@media (max-width:60em){.gform_wrapper .gform_heading,.module-heading{border-top:1px solid #bbb;border-bottom:1px solid #bbb}.gform_wrapper .gform_heading:after,.gform_wrapper .gform_heading:before,.module-heading:after,.module-heading:before{content:none}}.gform_wrapper .gform_heading .gform_title,.gform_wrapper .gform_heading .heading-title,.module-heading .heading-title{font-size:1em;font-family:CalibreWeb-Semibold;font-weight:400;font-style:normal;text-transform:uppercase}@media (max-width:84.0625rem){.gform_wrapper .gform_heading .gform_title,.gform_wrapper .gform_heading .heading-title,.module-heading .heading-title{text-transform:none;font-size:1.5em;display:inline-block}}.gform_wrapper .gform_heading .gform_info,.gform_wrapper .gform_heading .heading-info,.module-heading .heading-info{font-size:1em;font-family:CalibreWeb-Regular;font-weight:400;font-style:normal;padding:0;display:inline-block}@media (max-width:84.0625rem){.gform_wrapper .gform_heading .gform_info,.gform_wrapper .gform_heading .heading-info,.module-heading .heading-info{display:inline-block;float:right;margin:.3125rem 0 0}}.gform_wrapper .gform_heading .gform_info a,.gform_wrapper .gform_heading .heading-info a,.module-heading .heading-info a{font-family:CalibreWeb-Semibold;font-weight:400;font-style:normal;position:relative;display:block;color:#4d91a6;text-transform:uppercase;font-size:.8125em;padding-right:.875rem}.gform_wrapper .gform_heading .gform_info a span,.gform_wrapper .gform_heading .heading-info a span,.module-heading .heading-info a span{font-family:CalibreWeb-Light;font-weight:400;font-style:normal;font-size:2.0625em;position:absolute;right:0;top:0;line-height:.55}.dig-deeper-header .label,.spacer,.striped{background:#f5f5f5}.module-card-slider .module-title,.social-carousel-header .module-title,.social-carousel-header .social-list li,.timeline-header .module-title{float:left;font-size:1.5em;line-height:1em;font-family:CalibreWeb-Semibold;font-weight:400;font-style:normal}.image-block{display:block;overflow:hidden}.sub-image{display:block;width:100%;height:100%;background-repeat:no-repeat;background-size:cover;background-position:center center}.video-modal .icon{position:absolute;top:50%;text-align:center;width:100%;font-size:3.75em;line-height:1em;margin-top:-.5em;color:#fff;z-index:20}.module-header{position:relative;background:center center no-repeat;background-size:cover;display:table;width:100%;height:260px}@media (max-width:84.0625rem){.module-header{padding:0 1.25rem}}.module-header .module-wrapper{height:100%;display:table-cell;vertical-align:bottom;padding:3.75em 0 3.5em;max-width:60em}.module-header a{color:#fff;text-decoration:underline}.module-header .header-effect{min-height:260px;position:absolute;content:"";top:0;bottom:0;left:0;right:0;z-index:0}.module-header .header-effect.fade{background-image:url(../images/header-fade.png);background-position:bottom left;background-repeat:repeat-x;opacity:.45}.module-header .header-effect.blur{display:none}.module-header .header-effect.blur.large{background-position:center center;background-size:cover;background-image:inherit;background-repeat:no-repeat;-webkit-filter:url(#blur);filter:url(#blur);z-index:0;opacity:.9;-webkit-mask:-webkit-linear-gradient(top,transparent 0,transparent 10%,#000 40%,#000 100%);mask:linear-gradient(top,transparent 0,transparent 10%,#000 40%,#000 100%);display:block}.module-header .header-effect.blur.medium{background-position:center center;background-size:cover;background-image:inherit;background-repeat:no-repeat;-webkit-filter:url(#blur);filter:url(#blur);z-index:0;opacity:.9;-webkit-mask:-webkit-linear-gradient(top,transparent 0,transparent 30%,#000 60%,#000 100%);mask:linear-gradient(top,transparent 0,transparent 30%,#000 60%,#000 100%);display:block}.module-header .header-effect.blur.small{background-position:center center;background-size:cover;background-image:inherit;background-repeat:no-repeat;-webkit-filter:url(#blur);filter:url(#blur);z-index:0;opacity:.9;-webkit-mask:-webkit-linear-gradient(top,transparent 0,transparent 50%,#000 80%,#000 100%);mask:linear-gradient(top,transparent 0,transparent 50%,#000 80%,#000 100%);display:block}.module-header .header-content-wrapper{width:58.33333%;float:left;margin-left:.83333%;margin-right:.83333%}@media (max-width:60em){.module-header .header-content-wrapper{width:78.33333%;float:left;margin-left:.83333%;margin-right:.83333%}}@media (max-width:60em){.module-header .header-content-wrapper{clear:both;width:98.33333%;float:left;margin-left:.83333%;margin-right:.83333%}}.module-header .header-title{position:relative;margin:0 0 .125em;padding:0;z-index:10;font-family:Acta-Medium;font-weight:400;font-style:normal;color:#fff;font-size:5em;line-height:.95;letter-spacing:-.05em}@media (max-width:60em){.module-header .header-title{clear:both;width:98.33333%;float:left;margin-left:.83333%;margin-right:.83333%;font-size:3.75rem}}@media (max-width:31.25em){.module-header .header-title{margin-left:.83333%}}.module-header .header-title .featured-tagline{display:block;font-size:.26875em;line-height:1em;font-family:CalibreWeb-Medium;font-weight:400;font-style:normal;margin-bottom:.5em;letter-spacing:-.01563em}.module-header .header-content{display:block;max-width:960px;margin:0 auto;float:none;width:auto;font-family:CalibreWeb-Regular;font-weight:400;font-style:normal;font-size:1.5em;line-height:1;color:#fff}.module-header .header-content p{margin:0}@media (max-width:60em){.module-header .header-content{font-size:1.25rem}}.module-header .header-sub-links{font-family:CalibreWeb-Medium;font-weight:400;font-style:normal;font-size:.875em;line-height:1.14286em;color:#fff;margin:.3125em 0 0}.module-header .header-sub-links a,.module-header .header-sub-links a:hover{color:#fff;display:inline-block}.module-header.internal{min-height:260px;height:260px}.module-header.internal.has-background-image{min-height:420px;height:420px}.module-header.internal.has-background-image .module-wrapper{padding:3.75em 0}.module-header.internal .module-wrapper{height:100%;display:table-cell;vertical-align:bottom;padding:3.75em 0 2.5em;max-width:60em}.module-header.internal .module-wrapper.badge-only{position:absolute;bottom:auto;height:auto}.module-header.internal .header-content-wrapper,.module-header.internal .header-title{display:block;max-width:960px;margin:0 auto;float:none;width:auto}.module-header.internal .header-content-wrapper{padding-top:1.25rem}.module-header.internal .header-content-wrapper:after{content:"";display:table;clear:both}@media (max-width:31.25em){.module-header.internal .header-content-wrapper{padding-right:0}}.module-header.internal .header-content-wrapper p{width:58.33333%;float:left;margin:0}@media (max-width:31.25em){.module-header.internal .header-content-wrapper p{width:auto}}.module-header.internal .header-content{font-size:1.125rem;line-height:1.5rem}.module-header.no-content .header-title{padding-top:.625em;margin-bottom:1.25em}.module-header.homepage{min-height:550px;height:550px}.module-header.homepage .header-effect{min-height:550px}.module-header.homepage .header-title{max-width:960px;font-size:5.625rem;margin:0 auto 2.8125em}.module-header.homepage .header-title span{display:block;max-width:630px}@media (max-width:60em){.module-header.homepage .header-title{font-size:3.75rem}}.module-header.homepage .header-title a{font-family:inherit;text-decoration:none}.module-header.homepage .header-title.with-content{margin-bottom:.0625em}.module-header.homepage .header-content{max-width:960px;font-size:1.5rem;margin:0 auto}.module-header.homepage .header-content span{display:block;max-width:630px}@media (max-width:60em){.module-header.homepage .header-content{font-size:1.25rem}}.module-header.homepage .header-sub-links{font-family:CalibreWeb-Medium;font-weight:400;font-style:normal;font-size:.78125em;line-height:1.14286em;color:#fff;margin-top:.3125em}.module-header.homepage .header-sub-links a,.module-header.homepage .header-sub-links a:hover{color:#fff;display:inline-block}.module-header.has-side-image{padding-right:18.75em}.module-header .side-image{display:block;position:absolute;z-index:1;right:0;top:0;bottom:0;width:18.75em;background:top center no-repeat;background-size:cover}.module-header.sandstone{background-color:#a69e80}.module-header.brown{background-color:#7f4f0c}.module-header.orange{background-color:#e5b210}.module-header.yellow{background-color:#c8c83a}.module-header.taupe{background-color:#a69e80}.module-header.slate{background-color:#4d4f53}.module-header.sea-blue{background-color:#4d91a6}.module-header.steel-blue{background-color:#6f8d92}.module-header.jungle{background-color:#005359}.module-header.blue{background-color:#008bcb}.module-header.teal{background-color:#00c1b6}.module-header.green{background-color:#25c200}.module-header.light-gray{background-color:#f5f5f5}.module-header.light-gray .header-title,.module-header.white .header-title{color:#4d4f53}.module-header.light-gray .header-content,.module-header.light-gray .header-sub-links,.module-header.light-gray a,.module-header.white .header-content,.module-header.white .header-sub-links,.module-header.white a{color:#999;display:inline-block}.topic-controller-carousel{position:relative}.topic-controller-content{position:relative;overflow:hidden}.homepage .home-carousel-pager{position:absolute;top:0;bottom:0;width:14.0625em;z-index:30;text-decoration:none;border:0 solid #000;color:#fff}.site-loading .homepage .home-carousel-pager{border:none}.site-loading .homepage .home-carousel-pager .topic-arrow,.site-loading .homepage .home-carousel-pager .topic-content{display:none}.homepage .home-carousel-pager .topic-arrow{position:absolute;top:19.375em;width:3.125em;height:8.75em;background:rgba(0,0,0,.25)}.homepage .home-carousel-pager .topic-content{display:block;overflow:hidden;position:absolute;top:0;bottom:0;left:0;right:0;padding-top:19.375em}.homepage .home-carousel-pager .topic-preview{display:block;width:14.0625em;height:8.75em;background-size:cover}.homepage .home-carousel-pager .topic-title{font-family:Acta-Medium;font-weight:400;font-style:normal;display:block;font-size:1.5em;line-height:1;padding:.625em;padding-right:1.66667em}.homepage .home-carousel-pager .arrow-icon{position:relative;font-size:2.5em;top:2.875rem;width:100%;text-align:center}.homepage .home-carousel-pager.sandstone{background:#a69e80;border-color:#a69e80}.homepage .home-carousel-pager.brown{background:#7f4f0c;border-color:#7f4f0c}.homepage .home-carousel-pager.orange{background:#e5b210;border-color:#e5b210}.homepage .home-carousel-pager.yellow{background:#c8c83a;border-color:#c8c83a}.homepage .home-carousel-pager.taupe{background:#a69e80;border-color:#a69e80}.homepage .home-carousel-pager.slate{background:#4d4f53;border-color:#4d4f53}.homepage .home-carousel-pager.sea-blue{background:#4d91a6;border-color:#4d91a6}.homepage .home-carousel-pager.steel-blue{background:#6f8d92;border-color:#6f8d92}.homepage .home-carousel-pager.jungle{background:#005359;border-color:#005359}.homepage .home-carousel-pager.blue{background:#008bcb;border-color:#008bcb}.homepage .home-carousel-pager.teal{background:#00c1b6;border-color:#00c1b6}.homepage .home-carousel-pager.green{background:#25c200;border-color:#25c200}.homepage .home-carousel-pager.light-gray{background:#f5f5f5;border-color:#f5f5f5}.homepage .home-carousel-pager.carousel-prev{left:0}.homepage .home-carousel-pager.carousel-prev .topic-arrow{right:-3.125em}.homepage .home-carousel-pager.carousel-next{right:0}.homepage .home-carousel-pager.carousel-next .topic-arrow{left:-3.125em}.badge-only{height:2.5em;margin:0;left:0}@media (max-width:31.25em){.badge-only{right:0}}.header-badge{position:absolute;top:0;left:0;padding:.3125rem .625rem .3125rem 3.125rem;background:#4d4f53;width:21.875rem;max-height:2.875rem;min-width:15.625em;color:#fff;overflow:hidden;z-index:99}@media (max-width:31.25em){.header-badge{right:0;width:auto}}.header-badge a,.header-badge a .icon.icon-rockefeller:before{color:#fff}.header-badge .logo-icon{display:block;float:left;text-decoration:none}.header-badge .logo-icon:hover .icon:before{color:#bbb}.header-badge .icon{font-size:1.875em;margin-left:-1.33333em}.header-badge .nav-block{display:block;float:left}.header-badge .nav-block span{display:block;font-size:.875em;line-height:1.16667em;overflow:hidden;text-overflow:ellipsis;max-width:18.4375rem;white-space:nowrap;width:100%}@media (max-width:31.25em){.header-badge .nav-block span{max-width:90%}}.header-badge .nav-block .breadcrumb{font-family:CalibreWeb-Bold;font-weight:400;font-style:normal}.header-badge .nav-block .breadcrumb a{text-decoration:none;color:#fff}.header-badge .nav-block .breadcrumb a:hover{color:#bbb}.header-badge .current-page{font-family:CalibreWeb-Regular;font-weight:400;font-style:normal}.header-mission-statement{position:absolute;z-index:4000;font-size:1rem;padding-top:1.125rem;line-height:1}@media (max-width:60em){.header-mission-statement{padding-left:1.25rem}}@media (max-width:60em){.header-mission-statement{font-size:.875rem}}.header-mission-statement img{max-height:1.5em;width:auto;max-width:none;padding-top:.3125em}.header-mission-statement .tagline-text{font-family:Acta-Medium;font-weight:400;font-style:normal;line-height:1;color:#fff}.mod-section-header{border-top:1px solid #bbb;border-bottom:1px solid #bbb;padding:.625em}.gform_wrapper .gform_heading .mod-section-header .gform_title,.mod-section-header .gform_wrapper .gform_heading .gform_title,.mod-section-header .heading-title{font-size:1.5em}.gform_wrapper .gform_heading .mod-section-header .gform_title b,.mod-section-header .gform_wrapper .gform_heading .gform_title b,.mod-section-header .heading-title b{font-family:CalibreWeb-Semibold;font-weight:400;font-style:normal}.most-recent-heading{margin-top:1.25em;margin-bottom:-3.75em}@media (max-width:84.0625rem){.most-recent-heading{margin-bottom:0;margin-top:0}}.tease{margin-top:4.375rem}@media (max-width:84.0625rem){.tease{margin-top:2.5rem}}.tease .visual-editor{max-width:39.375em;border-bottom:1px solid #bbb;padding-bottom:2.5rem}.single-post .tease .visual-editor{max-width:41.25em;border-bottom:none}.related-topics{font-family:CalibreWeb-Medium;font-weight:400;font-style:normal;font-size:1.125rem;line-height:1.11111em;margin:1.5rem 0 1.25rem;color:#bbb}@media (max-width:84.0625rem){.related-topics{font-size:1rem}}.single-post .related-topics{margin-bottom:0}.related-topics a{display:inline-block}.blog-header{padding-top:0;text-align:right}@media (max-width:84.0625rem){.blog-header{border:none;text-align:left}.blog-header:after,.blog-header:before{content:none}}.blog-header .author-image{display:inline-block;border-radius:100%;width:4.375em;height:4.375em;margin-bottom:.625rem}@media (max-width:84.0625rem){.blog-header .author-image{vertical-align:middle}}.blog-header h2{font-family:CalibreWeb-Regular;font-weight:400;font-style:normal;display:block;font-size:1.125em}@media (max-width:84.0625rem){.blog-header h2{display:inline-block;vertical-align:middle;padding-left:.625em}}.blog-header h2 small{display:block;font-size:.88889em;color:#4d91a6}.blog-title{font-family:Acta-Book;font-weight:400;font-style:normal;color:#555;font-size:3.5rem;line-height:1.07;max-width:11.25em;letter-spacing:-.04375em}@media (max-width:31.25em){.blog-title{font-size:2.875rem}}.blog-title a{font-family:Acta-Book;font-weight:400;font-style:normal;color:inherit}.blog-author{clear:both;display:block;font-family:CalibreWeb-Regular;font-weight:400;font-style:normal;margin:0 0 2.1875rem}.blog-author a{color:inherit}@media (max-width:84.0625rem){.blog-author{font-size:1.125em;margin-bottom:.625em;display:inline-block}}@media (max-width:31.25em){.blog-author h2{padding-left:0}}.show-more-authors{display:block;text-align:right;line-height:1.875rem;padding:0;margin:-.9375rem 0 .9375rem;font-family:CalibreWeb-Regular;font-weight:400;font-style:normal}@media (max-width:84.0625rem){.show-more-authors{text-align:left;margin-top:0;margin-bottom:0}}.blog-tags{clear:both;font-size:.875em;font-family:CalibreWeb-Medium;font-weight:400;font-style:normal;margin:0 0 1.25rem}.blog-tags li{display:inline-block}.blog-tags a{text-decoration:underline;color:#4d91a6}.blog-tags a:hover{text-decoration:none}@media (max-width:84.0625rem){.blog-tags{display:none}}.blog-tags.mobile{font-family:CalibreWeb-Regular;font-weight:400;font-style:normal;font-size:1.125em;display:none}@media (max-width:84.0625rem){.blog-tags.mobile{margin:1.25rem 0 1.875rem;display:inline-block}.single-post .blog-tags.mobile{display:none}}.blog-tags.mobile ul{padding:0}.blog-date{clear:both;color:#bbb;font-size:.875em;margin:0 0 1.25rem}@media (max-width:84.0625rem){.blog-date{font-size:1.125em;color:#4d91a6;float:right;padding-top:1.25rem}}@media (max-width:60em){.blog-date{float:none}}.text-block-module .text-block{padding-top:2.5rem;padding-left:.625rem;padding-bottom:.0625rem}@media (max-width:60em){.text-block-module .text-block{padding-left:1.25rem;padding-right:1.25rem}}.single-post .tease{margin:0 auto 2.5em}.single-post .blog-header{padding-top:2.1875em}.single-post .blog-content{padding-top:2.1875rem;padding-left:1.875rem}@media (max-width:60em){.single-post .blog-content{padding-left:1.25rem}}.article-title{font-family:CalibreWeb-Semibold;font-weight:400;font-style:normal;font-size:1.875rem;line-height:1em;margin-bottom:.625rem}.post-date{clear:both;color:#bbb;font-size:.875rem;margin:0 0 1.25rem}.text-block-header{font-family:CalibreWeb-Semibold;font-weight:400;font-style:normal;font-size:1em;line-height:1em;margin-bottom:1em}.text-block-content{font-family:CalibreWeb-Light;font-weight:400;font-style:normal}.gform_wrapper .gform_body .text-block-content,.gform_wrapper .gform_footer .text-block-content,.module-container .text-block-content{margin-top:1em}.wp-caption{margin-left:0;margin-right:0;margin-bottom:1.25em}.wp-caption .media-caption-content img{margin-bottom:.3125rem}.wp-caption .wp-caption-text{font-family:CalibreWeb-Regular;font-weight:400;font-style:normal;font-size:.75em;line-height:1.5em;color:#999;margin-top:0}.wp-caption img+.wp-caption-text{margin-top:-.9375rem}@media (max-width:84.0625rem){.gform_wrapper .visual-editor.gform_body,.gform_wrapper .visual-editor.gform_footer,.visual-editor.module-container{padding-left:1.25rem}}@media (max-width:60em){.tease .visual-editor{padding-left:1.25rem}}.visual-editor .tweet p{position:relative}.visual-editor .tweet p::before{content:'“';position:absolute;left:-.5em}.visual-editor .tweet p::after{content:'”'}.visual-editor figure{max-width:100%}.visual-editor figure .photoCredit{margin-top:0}.visual-editor img,.visual-editor picture{display:block;margin:1.25em 0;max-width:100%;height:auto}.visual-editor.has-border{border-left:1px solid #bbb}.visual-editor li,.visual-editor p{max-width:40em}.visual-editor ul{list-style-type:disc;padding-left:1.25em}.visual-editor ol{list-style-type:decimal;padding-left:1.25rem}.visual-editor .photoCredit{color:#bbb;font-size:.75em;max-width:none;margin:-.625em 0 1.5625em}.visual-editor .photoCredit em,.visual-editor .photoCredit strong{font-family:CalibreWeb-Regular;font-style:normal;font-weight:400}.visual-editor .photoCredit a{color:#bbb;text-decoration:underline}.visual-editor blockquote{margin:2.5rem 0}.visual-editor blockquote p{font-family:Acta-BookItalic;font-weight:400;font-style:normal;max-width:20em;font-size:1.875rem;line-height:1.2;letter-spacing:-.04375em}.visual-editor blockquote p a,.visual-editor blockquote p em,.visual-editor blockquote p strong{font-family:Acta-BookItalic;font-style:normal;font-style:normal;font-weight:400}.visual-editor blockquote p cite{font-size:.46667em;line-height:1.85714em}.visual-editor blockquote cite{font-family:CalibreWeb-Medium;font-weight:400;font-style:normal;font-size:.875em;line-height:1.85714em;color:#999}.visual-editor li{margin-bottom:.3125em}.visual-editor iframe{max-width:100%}.visual-editor .alignleft{display:block;float:left;margin-right:1.25rem;margin-bottom:1.25rem}.visual-editor .alignright{display:block;float:right;margin-left:1.25rem;margin-bottom:1.25rem}.visual-editor .aligncenter{display:block;float:none;margin-left:auto;margin-right:auto}.visual-editor table{margin-top:2.8125rem;margin-bottom:2.8125rem;table-layout:auto}.visual-editor table td{font-size:1.3125rem;line-height:1.625rem;padding:1.0625rem 2.1875rem;color:#646363}@media (max-width:31.25em){.visual-editor table td{padding:.625rem}}.visual-editor .table--bordered td{border:1px solid #dedede}.visual-editor .table--striped td{border:0}.visual-editor .table--striped tr:nth-child(odd) td:nth-child(odd){background:#e2e8e9}.visual-editor .table--striped tr:nth-child(odd) td:nth-child(even){background:#d6dfe0}.visual-editor .table--striped tr:nth-child(even) td:nth-child(even){background:#f0f3f4}.link-list-module ul{margin-top:2.5em;-webkit-columns:2;-moz-columns:2;columns:2;-webkit-column-gap:2.5em;-moz-column-gap:2.5em;column-gap:2.5em}@media (max-width:31.25em){.link-list-module ul{-webkit-columns:auto;-moz-columns:auto;columns:auto}}.no-csscolumns .link-list-module ul li{float:left;width:50%;padding-left:2.5em}.ssba{display:block;float:none;clear:both}.module-card-slider .card-slideshow-header{padding:.625em .83333em}.module-card-slider .card-slider-pager{float:right;font-size:1.5em;line-height:1em;font-family:CalibreWeb-Light;font-weight:400;font-style:normal}.module-card-slider .card-pager{position:relative;top:.16667em;padding:0 .20833em;color:#555}.module-card-slider .card-shadowbox{overflow:hidden;background-color:#f5f5f5;border-top:1px solid #bbb;border-bottom:1px solid #bbb}@media (max-width:84.0625rem){.module-card-slider .card-shadowbox{border-bottom:none}}.module-card-slider .card-slideshow{list-style-type:none;counter-reset:item}.module-card-slider .card-slideshow.card-slider-box{position:relative;width:45em;height:25em;padding:0;float:right;margin-right:5%}@media (max-width:60em){.module-card-slider .card-slideshow.card-slider-box{width:31.25em}}@media (max-width:31.25em){.module-card-slider .card-slideshow.card-slider-box{width:18.75em}}.module-card-slider .card-slideshow .card{position:absolute;top:1.5625em;left:0;width:100%;height:23.4375em;padding:.9375em 3.125em;margin:0;box-shadow:0 0 .5em .0625em rgba(0,0,0,.06);background:#fff;-webkit-backface-visibility:hidden;backface-visibility:hidden;cursor:pointer}.module-card-slider .card-slideshow .card::after{content:'';position:absolute;display:block;top:-1.5625em;left:0;width:43.4375em;height:1.5625em;background:#fff;box-shadow:0 -.5em .5em .0625em rgba(0,0,0,.06)}@media (max-width:60em){.module-card-slider .card-slideshow .card::after{width:29.6875em}}@media (max-width:31.25em){.module-card-slider .card-slideshow .card::after{width:17.1875em}}.module-card-slider .card-slideshow .card::before{content:'';position:absolute;display:block;top:-1.5625em;right:0;height:0;width:0;border-bottom:1.5625em solid #bbb;border-right:1.5625em solid transparent}.module-card-slider .card-slideshow .card.active-card:before{height:0;width:0;border-bottom:1.5625em solid #555;border-right:1.5625em solid transparent}.module-card-slider .card-slideshow .card-title{color:#555;font-size:.875em;line-height:1.71429em;text-transform:uppercase;margin:0}.module-card-slider .card-slideshow .card-link{display:block;color:#999;font-size:.75em;line-height:2em;margin-top:.83333em}.module-card-slider .card-slideshow .card-subnav{font-size:.875em;line-height:1.5em}.module-card-slider .card-slideshow .card-subnav a{text-decoration:underline}.module-card-slider .card-slideshow .card-subnav a:hover{text-decoration:none}.module-card-slider .card-slideshow .map-card .card-title{font-family:CalibreWeb-Light;font-weight:400;font-style:normal;font-size:1.875em;line-height:1.26667em;text-transform:none}.module-card-slider .card-slideshow .map-card a{color:#c8c83a}.module-card-slider .card-slideshow .card-quote-text{font-size:1.5em;line-height:1.16667em;font-family:CalibreWeb-Light;font-weight:400;font-style:normal;color:#008bcb;border-left:.41667em solid #008bcb}.module-card-slider .card-slideshow .card-quote-text::before{content:"“";margin-left:-.25em}.module-card-slider .card-slideshow .card-quote-text::after{content:"”"}@media (max-width:60em){.module-card-slider .card-slideshow .card-quote-text{margin-top:0}}.module-card-slider .card-slideshow .img-text-card{padding-top:5em}@media (max-width:60em){.module-card-slider .card-slideshow .img-text-card{padding-top:1.25em}}.module-card-slider .card-slideshow .img-text-card .card-title{line-height:1em;margin-bottom:.35714em}.module-card-slider .card-slideshow .img-text-card img{display:block;float:left;margin-right:.9375em;margin-bottom:1.25em}.social-carousel-header{padding:1.25em .9375em;border-top:1px solid #bbb;border-bottom:1px solid #bbb;margin-bottom:0}.social-carousel-header:after{content:"";display:table;clear:both}.social-carousel-header .module-title{padding-right:1.04167em}.social-carousel-header .social-list li{padding-right:.29167em}.social-carousel-header .social-list li::after{content:','}.social-carousel-header .social-list li:last-child::after{content:none}.social-carousel-header .social-list li a{font-family:CalibreWeb-Regular;font-weight:400;font-style:normal;color:inherit;text-decoration:underline}.social-carousel-header .social-list li a:hover{color:#999;text-decoration:none}.social-carousel-header .social-carousel-pager{float:right}.social-carousel-header .social-carousel-pager .prev{margin-right:.33333em}.social-carousel-header .social-carousel-pager span{-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;display:inline-block;font-size:1.25em;line-height:1;padding:.125em .33333em 0;cursor:pointer}.social-carousel-header .social-carousel-pager .slick-disabled{opacity:0;cursor:default}.social-carousel-wrapper{background:#f5f5f5;padding-top:2.8125em;padding-bottom:.9375em}.carousel-tweet{width:20.625em;padding-left:2.5em;padding-right:1.875em}.carousel-tweet:after{content:"";display:table;clear:both}.carousel-tweet .tweet-header{font-size:1.125em;line-height:1em;margin-bottom:.55556em;margin-left:-.55556em}.carousel-tweet .tweet-header:after{content:"";display:table;clear:both}.carousel-tweet .tweet-avatar{display:block;float:left;margin-right:1em;border-radius:200%}.carousel-tweet .tweet-name{display:block;font-family:CalibreWeb-Semibold;font-weight:400;font-style:normal;padding-top:.77778em}.carousel-tweet .tweet-screen-name{display:block;color:#999;padding-bottom:.77778em}.carousel-tweet .tweet-text{line-height:1.25em}.carousel-tweet .tweet-actions{display:block;font-size:.875em;padding-top:.71429em;font-family:CalibreWeb-Semibold;font-weight:400;font-style:normal;color:#999}.carousel-tweet .tweet-actions a,.carousel-tweet .tweet-actions a:hover{color:#999}.quote-module .quote-heading{padding-top:2.8125rem}@media (max-width:84.0625rem){.quote-module .quote-heading{padding-top:1rem}}@media (max-width:60em){.quote-module .quote-heading{padding-top:1.25rem}}.quote-module .transparent.quote-container{background:0 0;padding:1.25rem 0}@media (max-width:84.0625rem){.quote-module .transparent.quote-container{padding:1.25rem}}.quote-module .transparent blockquote p{font-family:Acta-Book;font-weight:400;font-style:normal;padding:0}.quote-module .transparent blockquote::before{top:2.5rem;left:0}@media (max-width:31.25em){.quote-module .transparent blockquote::before{top:1.25rem}}.quote-module .quote-container{background:#f5f5f5}@media (max-width:60em){.quote-module .quote-container{padding-right:0;padding-left:0;margin:0}}.quote-module .quote-container.tweet blockquote cite{margin:0 0 0 6.875rem}.quote-module .quote-meta{display:block;padding:.9375rem 1.875rem;font-size:.875rem;line-height:1.42857em;color:#999;margin:0;min-height:3.0625rem}.quote-module .quote-meta .quote-topic{display:block;color:#999}.quote-module .quote-meta .quote-date{display:block;float:right;min-height:1.1875rem;color:#bbb}.quote-module blockquote{position:relative;display:inline-block;overflow:hidden}@media (max-width:31.25em){.quote-module blockquote{padding:0 1.25rem 1.25rem}}.quote-module blockquote p{font-family:Acta-BookItalic;font-weight:400;font-style:normal;position:relative;font-size:1.875rem;line-height:1.1;margin:0;z-index:10;padding:0 1.875rem;letter-spacing:-.04375em;max-width:39.375rem}@media (max-width:31.25em){.quote-module blockquote p{padding:0;font-size:2rem}}.quote-module blockquote cite{position:relative;z-index:10;padding:0 1.875rem .625rem;color:#bbb}.quote-module blockquote:before{content:none}.home .quote-module blockquote,.single-initiative .quote-module blockquote{min-height:100px}.home .quote-module blockquote p,.single-initiative .quote-module blockquote p{margin:0 0 0 6.875rem}.home .quote-module blockquote::before,.single-initiative .quote-module blockquote::before{font-family:CalibreWeb-Bold;font-weight:400;font-style:normal;position:absolute;top:0;left:0;content:"“";width:6.875rem;font-size:18.75rem;line-height:.5;color:#dedede;margin:.625rem 1.25rem -2.8125rem -1.25rem}@media (max-width:31.25em){.home .quote-module blockquote::before,.single-initiative .quote-module blockquote::before{content:none;width:auto;margin:0}}.newsletter-outer-wrapper{border-top:1px solid #bbb;border-bottom:1px solid #bbb;width:100%}.newsletter-outer-wrapper .ajax-reponse-wraper{position:relative;border-top:1px solid #bbb}.newsletter-outer-wrapper .ajax-response{text-align:right;padding:1.25rem}.newsletter-outer-wrapper .ajax-response.error{color:#FF2F41}@media (max-width:60em){.newsletter-outer-wrapper .ajax-response{text-align:left}}.module-newsletter-signup{display:table;width:100%}.module-newsletter-signup .signup-title,.module-newsletter-signup input{font-size:1.5em;padding:.5em;line-height:1.5em;font-family:CalibreWeb-Semibold;font-weight:400;font-style:normal;color:#555}.module-newsletter-signup .signup-title{display:table-cell;width:60%}@media (max-width:60em){.module-newsletter-signup .signup-title{width:50%}}@media (max-width:60em){.module-newsletter-signup .signup-title{display:block;width:auto}}.module-newsletter-signup .signup-form{overflow:hidden;position:relative;display:table-cell;width:40%;border-left:1px solid #bbb}@media (max-width:60em){.module-newsletter-signup .signup-form{width:50%}}@media (max-width:60em){.module-newsletter-signup .signup-form{border-top:1px solid #bbb;display:block;width:auto}}.module-newsletter-signup .signup-form input{position:absolute;top:0;bottom:0;height:auto;background:0 0;margin:0}@media (max-width:60em){.module-newsletter-signup .signup-form input{position:static;display:block;float:left}}.module-newsletter-signup .signup-form .email{left:0;width:60%;border:0;box-shadow:none}@media (max-width:60em){.module-newsletter-signup .signup-form .email{width:60%}}@media (max-width:31.25em){.module-newsletter-signup .signup-form .email{border-bottom:1px solid #bbb;width:100%}}.module-newsletter-signup .signup-form .submit{right:0;width:40%;background:#f5f5f5;border-left:1px solid #bbb;border-right:1px solid #bbb;text-align:left}.module-newsletter-signup .signup-form .submit:hover{color:#999}@media (max-width:31.25em){.module-newsletter-signup .signup-form .submit{width:100%}}.module-search{position:relative;background:#f5f5f5}@media (max-width:62.5em){.module-search .module-wrapper{padding-left:1.25rem;padding-right:1.25rem}}.module-search form{position:relative;padding:.875em 0;z-index:15}.module-search form:after{content:"";display:table;clear:both}.module-search form input,.module-search form label{display:block;font-size:1.875em;line-height:1.83333em;color:#555;background:0 0;border:none;box-shadow:none;padding-top:0;padding-bottom:0;margin-bottom:0}.module-search form label{position:absolute;left:0;top:.46667em;font-family:CalibreWeb-Semibold;font-weight:400;font-style:normal}@media (max-width:31.25em){.module-search form label{position:static;line-height:1em}}.module-search form input{font-family:CalibreWeb-Light;font-weight:400;font-style:normal;padding-left:5.9375rem;padding-right:4.0625rem}@media (max-width:31.25em){.module-search form input{padding-left:0;padding-right:0}}.module-search form input:focus{box-shadow:none;border:0;border-bottom:1px solid #bbb}.module-search form button{position:absolute;right:0;top:.875rem;display:block;width:3.75rem;color:#555;font-size:2.25em;line-height:1.55556em;padding:0 0 0 .9375rem;border-left:1px solid #bbb;background:0 0}@media (max-width:31.25em){.module-search form button{position:static;float:none;border-left:0;padding-left:0}}.module-search .chosen-container{position:absolute;right:3.75rem;top:2rem}.module-search .chosen-container li,.module-search .chosen-container span{text-transform:uppercase;font-size:.875em}@media (max-width:60em){.module-search .chosen-container{position:relative;float:right;right:0;top:.875rem}}@media (max-width:31.25em){.module-search .chosen-container{float:none}}.module-search .chosen-container .chosen-drop{width:11.5625rem}.module-search .chosen-container .chosen-single{text-align:right;padding-right:.625rem}.in-page-search .module-search form{padding:.875em}.in-page-search .module-search label{left:.875em}.in-page-search .module-search input{padding-left:3.5em}.in-page-search .module-search button{right:.875em}.module-search-fiters{position:relative;background:#4d4f53}.module-search-fiters .module-wrapper{position:static}@media (max-width:62.5em){.module-search-fiters .module-wrapper{padding-left:1.25rem;padding-right:1.25rem}}@media (max-width:31.25em){.module-search-fiters .module-wrapper{padding:0}}.module-search-fiters .search-filter{display:inline-block;color:#bbb;font-family:CalibreWeb-Medium;font-weight:400;font-style:normal;padding-right:1.875em;padding-top:.55556em;padding-bottom:.55556em}@media (max-width:31.25em){.module-search-fiters .search-filter{display:block;padding:0}}.module-search-fiters .search-filter.selector input,.module-search-fiters .search-filter.selector select{display:inline-block;width:auto}.module-search-fiters .search-filter.open>a{color:#fff}.module-search-fiters .search-filter.label{text-transform:uppercase}@media (max-width:31.25em){.module-search-fiters .search-filter.label{padding:.625em 1.25em}}.module-search-fiters .search-filter a{color:inherit}.module-search-fiters .search-filter .chosen-single span{color:#bbb}.module-search-fiters .search-filter .criteria-label{font-size:1.125em}@media (max-width:31.25em){.module-search-fiters .search-filter .criteria-label{display:block;padding:.625rem 1.25rem;border-top:1px solid #343639}}.module-search-fiters .search-filter .criteria-label span{display:inline-block;padding-right:1.25rem;font-family:CalibreWeb-Medium;font-weight:400;font-style:normal;color:#bbb}@media (max-width:31.25em){.module-search-fiters .search-filter .criteria-label span{display:block;padding-bottom:.625rem}}.module-search-fiters .sub-filter-panel{position:absolute;left:0;top:100%;width:100%;background:#343639;z-index:2000}@media (max-width:31.25em){.module-search-fiters .sub-filter-panel{position:static;width:auto}}.module-search-fiters .sub-filter-panel .module-wrapper{position:relative;z-index:5;padding-top:1.25em;padding-bottom:2.5em}.module-search-fiters .sub-filter-panel .sub-list{width:31.25%;float:left;margin-left:1.04167%;margin-right:1.04167%}@media (max-width:31.25em){.module-search-fiters .sub-filter-panel .sub-list{clear:both;width:98.33333%;float:left;margin-left:.83333%;margin-right:.83333%;padding-left:1.25rem;padding-right:1.25rem}}.module-search-fiters .sub-filter-panel .sub-list li{padding-left:.9375em}.module-search-fiters .sub-filter-panel .sub-list li::before{float:left;display:inline-block;content:'•';color:#4d4f53;font-size:1.125em;line-height:1.125em;margin-left:-.83333em}.module-search-fiters .sub-filter-panel .sub-list li a{cursor:pointer}.module-search-fiters .sub-filter-panel .sub-list li a:hover{color:#fff}.module-search-fiters .sub-filter-panel .sub-list li.active a{color:#25c200}.module-search-results .sort-wrapper{position:relative;padding-bottom:1.25rem;margin-bottom:1.25rem}@media (max-width:31.25em){.module-search-results .sort-wrapper{border-top:.0625rem solid #bbb}}.module-search-results .sort-wrapper::before{content:'';position:absolute;display:block;width:20rem;height:1px;background:#bbb;bottom:0;left:0}@media (max-width:62.5em){.module-search-results .sort-wrapper::before{left:1.25rem}}@media (max-width:31.25em){.module-search-results .sort-wrapper::before{content:none}}.module-search-results .sort-label{display:inline-block;margin-top:0;margin-bottom:0}@media (max-width:60em){.module-search-results .sort-label{display:block}}.module-search-results .sort-label.select-type .label::after{margin-right:0}.module-search-results .sort-label .label::after{content:'';display:inline-block;height:.7em;padding-right:.625rem;border-right:.0625rem solid #bbb;margin-right:.625rem}@media (max-width:31.25em){.module-search-results .sort-label .label::after{content:none}}.module-search-results .sort-label .label,.module-search-results .sort-label input{display:inline-block;width:auto;margin-bottom:0}@media (max-width:31.25em){.module-search-results .sort-label .label,.module-search-results .sort-label input{display:block}}.module-search-results .sort-label .label{font-family:CalibreWeb-Medium;font-weight:400;font-style:normal;font-size:.875rem;text-transform:uppercase}.module-search-results .sort-label input{background:0 0;color:#bbb}@media (max-width:31.25em){.module-search-results .chosen-container{display:block}}.module-search-results .chosen-container::after,.module-search-results .chosen-container::before{font-size:.7em;top:.3em}.module-search-results .chosen-container li,.module-search-results .chosen-container span{font-family:CalibreWeb-Medium;font-weight:400;font-style:normal;font-size:.875rem;text-transform:uppercase}.module-search-results .chosen-container span{color:#bbb}.module-search-results .chosen-single{padding-bottom:0}@media (max-width:62.5em){.gform_wrapper .module-search-results .gform_body,.gform_wrapper .module-search-results .gform_footer,.module-search-results .gform_wrapper .gform_body,.module-search-results .gform_wrapper .gform_footer,.module-search-results .module-container{padding-left:1.25rem;padding-right:1.25rem}}.comments{padding-top:1.25rem;margin:0 0 2.5em;border-top:1px solid #bbb}@media (max-width:60em){.comments{padding:1.25rem 1.25rem 0}}.has-rail .grid-3-1 .grid-block,.has-rail .grid-3-1 .half-image,.has-rail .grid-3-1 .more-block,.has-rail .grid-3-1 .quarter-image,.has-rail .grid-3-1 .quote-block,.x100p{width:100%;float:left}.grid-3-0 .content,.grid-3-0 .image-block,.grid-3-1 .grid-block,.grid-3-1 .half-image,.grid-3-1 .more-block,.grid-3-1 .quarter-image,.grid-3-1 .quote-block,.grid-3-2 .image-block,.x1of2{width:50%;float:left}.cm-response .response-image,.grid-3-0 .grid-block,.grid-3-0 .half-image,.grid-3-0 .more-block,.grid-3-0 .quarter-image,.grid-3-0 .quote-block,.grid-3-3 .link-block.double,.grid-3-3 .more-block.double,.grid-4.module-grid .smaller-peice,.x1of3{width:33.33%;float:left}.grid-4.module-grid .larger-peice .text-block.first,.grid-4.module-grid .larger-peice .text-block.second,.has-rail .grid-3-3 .link-block,.has-rail .grid-3-3 .more-block,.x1of4{width:25%;float:left}.x1of5{width:20%;float:left}.dig-deeper-header .more-block,.grid-3-3 .link-block,.grid-3-3 .more-block,.x1of6{width:16.6%;float:left}.cm-response .response-content,.grid-4.module-grid .larger-peice,.x2of3{width:67%;float:left}.x3of4{width:75%;float:left}.dig-deeper-header .label,.x5of6{width:83.4%;float:left}.fixed-x1{width:10em;float:left}.fixed-x2{width:20em;float:left}.fixed-x3{width:30em;float:left}.fixed-x4{width:40em;float:left}.fixed-x5{width:50em;float:left}.fixed-x6{width:60em;float:left}.y-auto{height:auto}.grid-3-0 .image-block,.grid-3-2 .image-block,.grid-3-3 .link-block,.grid-3-3 .more-block,.grid-4.module-grid .larger-peice .text-block.first,.grid-4.module-grid .larger-peice .text-block.second,.half-image .image-block,.has-rail .grid-3-3 .link-block,.has-rail .grid-3-3 .more-block,.more-block,.quarter-image .image-block,.quote-block .image-block,.y1{position:relative}.grid-3-0 .image-block:before,.grid-3-2 .image-block:before,.grid-3-3 .link-block:before,.grid-3-3 .more-block:before,.grid-4.module-grid .larger-peice .text-block.first:before,.grid-4.module-grid .larger-peice .text-block.second:before,.half-image .image-block:before,.has-rail .grid-3-3 .link-block:before,.has-rail .grid-3-3 .more-block:before,.more-block:before,.quarter-image .image-block:before,.quote-block .image-block:before,.y1:before{display:block;content:"";width:100.1%;padding-top:100%}.grid-3-0 .image-block>.content,.grid-3-2 .image-block>.content,.grid-3-3 .link-block>.content,.grid-3-3 .more-block>.content,.grid-4.module-grid .larger-peice .text-block.first>.content,.grid-4.module-grid .larger-peice .text-block.second>.content,.half-image .image-block>.content,.more-block>.content,.quarter-image .image-block>.content,.quote-block .image-block>.content,.y1>.content{position:absolute;top:0;left:0;right:0;bottom:0}.mb-zero{margin-left:0}.grid-3-3 .more-block,.mb-1of6{margin-left:16.6%}.mb-1of4{margin-left:25%}.mb-1of3{margin-left:33.3%}.grid-3-2 .small2,.mb-1of2{margin-left:50%}.mb-2of3{margin-left:66.67%}.mb-3of4{margin-left:75%}.ma-zero{margin-right:0}.grid-3-3 .link-block,.ma-1of6{margin-right:16.6%}.grid-4.module-grid .larger-peice .text-block.first,.has-rail .grid-3-3 .link-block,.ma-1of4{margin-right:25%}.ma-1of3{margin-right:33.3%}.grid-3-2 .small1,.ma-1of2{margin-right:50%}.ma-2of3{margin-right:66.67%}.ma-3of4{margin-right:75%}@media (max-width:60em){.grid-3-1 .grid-block,.grid-3-1 .half-image,.grid-3-1 .more-block,.grid-3-1 .quarter-image,.grid-3-1 .quote-block,.tab-x100p{width:100%;float:left}.grid-3-0 .grid-block,.grid-3-0 .half-image,.grid-3-0 .more-block,.grid-3-0 .quarter-image,.grid-3-0 .quote-block,.grid-3-1 .more-block,.grid-3-3 .link-block.double,.grid-3-3 .more-block.double,.tab-x1of2{width:50%;float:left}.tab-x1of3{width:33.33%;float:left}.grid-3-3 .link-block,.grid-3-3 .more-block,.has-rail .grid-3-3 .link-block,.has-rail .grid-3-3 .more-block,.tab-x1of4{width:25%;float:left}.tab-x1of5{width:20%;float:left}.tab-x1of6{width:16.6%;float:left}.tab-x2of3{width:67%;float:left}.tab-x3of4{width:75%;float:left}.tab-x5of6{width:83.4%;float:left}.tab-fixed-x1{width:10em;float:left}.tab-fixed-x2{width:20em;float:left}.tab-fixed-x3{width:30em;float:left}.tab-fixed-x4{width:40em;float:left}.tab-fixed-x5{width:50em;float:left}.tab-fixed-x6{width:60em;float:left}.tab-y-auto{height:auto}.tab-y1{position:relative}.tab-y1:before{display:block;content:"";width:100.1%;padding-top:100%}.tab-y1>.content{position:absolute;top:0;left:0;right:0;bottom:0}.grid-3-2 .small2,.tab-mb-zero{margin-left:0}.tab-mb-1of6{margin-left:16.6%}.grid-3-3 .more-block,.tab-mb-1of4{margin-left:25%}.tab-mb-1of3{margin-left:33.3%}.tab-mb-1of2{margin-left:50%}.tab-mb-2of3{margin-left:66.67%}.tab-mb-3of4{margin-left:75%}.grid-4.module-grid .larger-peice .text-block.first,.tab-ma-zero{margin-right:0}.tab-ma-1of6{margin-right:16.6%}.grid-3-2 .small1,.grid-3-2 .small2,.grid-3-3 .link-block,.tab-ma-1of4{margin-right:25%}.tab-ma-1of3{margin-right:33.3%}.tab-ma-1of2{margin-right:50%}.tab-ma-2of3{margin-right:66.67%}.tab-ma-3of4{margin-right:75%}}@media (max-width:31.25em){.cm-response .response-content,.cm-response .response-image,.grid-3-0 .grid-block,.grid-3-0 .half-image,.grid-3-0 .more-block,.grid-3-0 .quarter-image,.grid-3-0 .quote-block,.grid-3-3 .link-block.double,.grid-3-3 .more-block.double,.pho-x100p{width:100%;float:left}.grid-3-3 .link-block,.grid-3-3 .more-block,.grid-4.module-grid .larger-peice .text-block.first,.grid-4.module-grid .larger-peice .text-block.second,.has-rail .grid-3-3 .link-block,.has-rail .grid-3-3 .more-block,.pho-x1of2{width:50%;float:left}.pho-x1of3{width:33.33%;float:left}.pho-x1of4{width:25%;float:left}.pho-x1of5{width:20%;float:left}.pho-x1of6{width:16.6%;float:left}.pho-x2of3{width:67%;float:left}.pho-x3of4{width:75%;float:left}.pho-x5of6{width:83.4%;float:left}.pho-fixed-x1{width:10em;float:left}.pho-fixed-x2{width:20em;float:left}.pho-fixed-x3{width:30em;float:left}.pho-fixed-x4{width:40em;float:left}.pho-fixed-x5{width:50em;float:left}.pho-fixed-x6{width:60em;float:left}.pho-y-auto{height:auto}.pho-y1{position:relative}.pho-y1:before{display:block;content:"";width:100.1%;padding-top:100%}.pho-y1>.content{position:absolute;top:0;left:0;right:0;bottom:0}.pho-mb-zero{margin-left:0}.pho-mb-1of6{margin-left:16.6%}.pho-mb-1of4{margin-left:25%}.pho-mb-1of3{margin-left:33.3%}.grid-3-2 .small2,.grid-3-3 .more-block,.pho-mb-1of2{margin-left:50%}.pho-mb-2of3{margin-left:66.67%}.pho-mb-3of4{margin-left:75%}.grid-3-2 .small2,.pho-ma-zero{margin-right:0}.pho-ma-1of6{margin-right:16.6%}.pho-ma-1of4{margin-right:25%}.pho-ma-1of3{margin-right:33.3%}.grid-3-2 .small1,.grid-3-3 .link-block,.grid-4.module-grid .larger-peice .text-block.first,.pho-ma-1of2{margin-right:50%}.pho-ma-2of3{margin-right:66.67%}.pho-ma-3of4{margin-right:75%}}.rocke-ajax-loading{display:none}.background.extra-light-gray{background-color:#f5f5f5}.module-grid{clear:both}.grid-4.module-grid .larger-peice,.module-grid .reverse{clear:none;float:right}.module-grid a,.module-grid a:hover{color:#555}.module-grid .sandstone{-webkit-transition:all .25s linear;transition:all .25s linear;background-color:#a69e80;color:#fff}.module-grid .sandstone:hover{color:#fff;background-color:#8f8664}.module-grid .sandstone a,.module-grid .sandstone a:hover{color:#fff}.module-grid .brown{-webkit-transition:all .25s linear;transition:all .25s linear;background-color:#7f4f0c;color:#fff}.module-grid .brown:hover{color:#fff;background-color:#503208}.module-grid .brown a,.module-grid .brown a:hover{color:#fff}.module-grid .orange{-webkit-transition:all .25s linear;transition:all .25s linear;background-color:#e5b210;color:#fff}.module-grid .orange:hover{color:#fff;background-color:#b58d0d}.module-grid .orange a,.module-grid .orange a:hover{color:#fff}.module-grid .yellow{-webkit-transition:all .25s linear;transition:all .25s linear;background-color:#c8c83a;color:#fff}.module-grid .yellow:hover{color:#fff;background-color:#a2a22d}.module-grid .yellow a,.module-grid .yellow a:hover{color:#fff}.module-grid .taupe{-webkit-transition:all .25s linear;transition:all .25s linear;background-color:#a69e80;color:#fff}.module-grid .taupe:hover{color:#fff;background-color:#8f8664}.module-grid .taupe a,.module-grid .taupe a:hover{color:#fff}.module-grid .slate{-webkit-transition:all .25s linear;transition:all .25s linear;background-color:#4d4f53;color:#fff}.module-grid .slate:hover{color:#fff;background-color:#343639}.module-grid .slate a,.module-grid .slate a:hover{color:#fff}.module-grid .sea-blue{-webkit-transition:all .25s linear;transition:all .25s linear;background-color:#4d91a6;color:#fff}.module-grid .sea-blue:hover{color:#fff;background-color:#3d7383}.module-grid .sea-blue a,.module-grid .sea-blue a:hover{color:#fff}.module-grid .steel-blue{-webkit-transition:all .25s linear;transition:all .25s linear;background-color:#6f8d92;color:#fff}.module-grid .steel-blue:hover{color:#fff;background-color:#597175}.module-grid .steel-blue a,.module-grid .steel-blue a:hover{color:#fff}.module-grid .jungle{-webkit-transition:all .25s linear;transition:all .25s linear;background-color:#005359;color:#fff}.module-grid .jungle:hover{color:#fff;background-color:#002326}.module-grid .jungle a,.module-grid .jungle a:hover{color:#fff}.module-grid .blue{-webkit-transition:all .25s linear;transition:all .25s linear;background-color:#008bcb;color:#fff}.module-grid .blue:hover{color:#fff;background-color:#006898}.module-grid .blue a,.module-grid .blue a:hover{color:#fff}.module-grid .teal{-webkit-transition:all .25s linear;transition:all .25s linear;background-color:#00c1b6;color:#fff}.module-grid .teal:hover{color:#fff;background-color:#008e86}.module-grid .teal a,.module-grid .teal a:hover{color:#fff}.module-grid .green{-webkit-transition:all .25s linear;transition:all .25s linear;background-color:#25c200;color:#fff}.module-grid .green:hover{color:#fff;background-color:#1b8f00}.module-grid .green a,.module-grid .green a:hover{color:#fff}.module-grid .light-gray{-webkit-transition:all .25s linear;transition:all .25s linear;background-color:#f5f5f5;color:#fff}.module-grid .light-gray:hover{color:#fff;background-color:#dcdcdc}.module-grid .light-gray a,.module-grid .light-gray a:hover{color:#fff}@media (max-width:60em){.module-grid .grid-container{padding:0}}.module-grid .text-block{position:relative}.module-grid .text-block .gb-title{position:absolute;bottom:0}.module-grid .image-block{position:relative;color:#fff}.module-grid .image-block .gb-title{position:absolute;bottom:0}.module-grid .image-block.with-text::after{content:'';position:absolute;display:block;top:0;bottom:0;left:0;right:0;background-color:transparent;background-image:-webkit-linear-gradient(transparent,#000);background-image:linear-gradient(transparent,#000);opacity:.65;z-index:2}.module-grid .image-block .gb-title{z-index:5}.module-grid .image-block .sub-image{position:absolute;left:0;top:0;right:0;bottom:0}.module-grid .image-block a,.module-grid .image-block a:hover,.module-grid .image-block:hover{color:#fff}.grid-4.module-grid .larger-peice .text-block.first .gb-title,.grid-4.module-grid .larger-peice .text-block.second .gb-title,.module-grid .small-text .gb-title{padding:.625em;font-family:CalibreWeb-Regular;font-weight:400;font-style:normal;font-size:1em;line-height:1.125em}.grid-4.module-grid .larger-peice .text-block.first .gb-title time,.grid-4.module-grid .larger-peice .text-block.second .gb-title time,.module-grid .small-text .gb-title time{display:block;font-size:.8125em;line-height:1.53846em}.module-grid .large-text .gb-title{padding:.13889em .55556em;font-family:CalibreWeb-Light;font-weight:400;font-style:normal;font-size:2.25em;line-height:1em}.module-grid .large-text .gb-title time{font-family:CalibreWeb-Regular;font-weight:400;font-style:normal;display:block;font-size:.36111em;line-height:1.53846em}.module-grid .text-right{text-align:right}.grid-block,.half-image,.more-block,.quarter-image,.quote-block{color:#555;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.grid-block:hover,.half-image:hover,.more-block:hover,.quarter-image:hover,.quote-block:hover{background:#f5f5f5;color:#555}.half-image{display:table;border-collapse:collapse}.half-image .sub-block{-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;overflow:hidden;display:table-cell;vertical-align:middle}.half-image .image-block{display:table-cell}@media (max-width:31.25em){.half-image{display:block}}.half-image .sub-block{width:50%}@media (max-width:31.25em){.half-image .sub-block{display:block;width:auto}}.quarter-image,.quote-block{display:table;border-collapse:collapse}.quarter-image .sub-block,.quote-block .sub-block{-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;overflow:hidden;display:table-cell;vertical-align:middle}.quarter-image .image-block,.quote-block .image-block{display:table-cell}.quarter-image .content,.quote-block .content{width:66%}.quarter-image .image-block,.quote-block .image-block{width:34%;background:#f5f5f5}.more-block{position:relative;overflow:hidden;text-align:center;background:#fff}.more-block .extra-text{position:absolute;left:0;top:50%;margin-top:-.5em;width:100%;font-family:CalibreWeb-Medium;font-weight:400;font-style:normal;font-size:1.5em;line-height:1em}.more-block .icon{position:absolute;top:50%;left:0;width:100%;margin-top:-.5em;font-size:2.5em;line-height:1em}.quote-block{width:100%}.quote-block .text-right{padding-left:1.875em}.quote-block .quote-text{padding:.625em;border:0;text-align:right}.quote-block .quote-text p{font-family:CalibreWeb-Light;font-weight:400;font-style:normal;font-size:1.125em;line-height:1.22222em;margin-bottom:1.25em}.quote-block .quote-text cite{font-family:CalibreWeb-Medium;font-weight:400;font-style:normal;font-size:.875em;line-height:1.28571em}.quote-block .quote-text cite .author{text-decoration:underline;color:#4d91a6}.list-block{position:relative;overflow:hidden;clear:both;padding-top:1.25em;padding-bottom:2.1875em}.list-block.has-image{padding-left:11.25em}@media (max-width:31.25em){.list-block.has-image{padding-left:0}}.grid-3-4 .list-block{overflow:visible}.grid-3-4 .list-block:after{content:"";display:table;clear:both}@media (max-width:31.25em){.grid-3-4 .list-block{border-top:.0625rem solid #bbb}.grid-3-4 .list-block:first-child{border-top:0}}.grid-3-4 .list-block::before{content:'';position:absolute;display:block;width:20rem;height:1px;background:#bbb;top:-1px;left:0}@media (max-width:31.25em){.grid-3-4 .list-block::before{content:none}}.grid-3-4 .list-block:first-child::before{content:none}.list-block .image-block{float:left;display:block;width:10em;height:9.375em;max-width:10em;margin-left:-11.25em;margin-top:-1.1875em}@media (max-width:31.25em){.list-block .image-block{float:none;margin-left:0}}.list-block .list-topic{font-family:CalibreWeb-Medium;font-weight:400;font-style:normal;font-size:.875em;line-height:1.71429em;text-transform:uppercase;margin-bottom:.35714em}.list-block .person-info{position:absolute;bottom:3.75em;font-size:1em}.list-block .person-info .name{display:block;font-family:CalibreWeb-Light;font-weight:400;font-style:normal;font-size:2.25em;line-height:1em}.list-block .person-info .position{display:block;font-family:CalibreWeb-Medium;font-weight:400;font-style:normal;color:#4d91a6}@media (max-width:31.25em){.list-block .person-info{position:static;padding-left:1.25em;padding-right:1.25em}}.list-block p{font-family:CalibreWeb-Light;font-weight:400;font-style:normal;font-size:1.125em;line-height:1.33333em;max-width:34.375em}.list-block p a{font-family:CalibreWeb-Semibold;font-weight:400;font-style:normal}.sort-list-filters{border-top:1px solid #bbb;border-bottom:1px solid #bbb;display:table;width:100%}.sort-list-filters:after{content:"";display:table;clear:both}@media (max-width:84.0625rem){.sort-list-filters{display:block;border:none;padding:1.25rem}}.sort-list-filters .chosen-container .chosen-single{padding-bottom:0;padding-left:0}.sort-list-filters .chosen-drop{width:15em}.sort-list-filters .chosen-container,.sort-list-filters .filter-list{display:inline-block;float:left}@media (max-width:31.25em){.sort-list-filters .chosen-container,.sort-list-filters .filter-list{float:none}}.sort-list-filters .sort-wrapper{float:right;display:inline-block}@media (max-width:31.25em){.sort-list-filters .sort-wrapper{float:none;display:block;margin:.3125rem 0}}.sort-list-filters .sort{padding-right:.5em;cursor:pointer}.sort-list-filters .sort.active{color:#25c200}.no-top-border .sort-list-filters{border-top:0}.pager-list{width:100%}.pager-list.hide{display:none}.pager-list ul{display:table;background:#f5f5f5;width:100%;height:10rem;text-align:center}@media (max-width:31.25em){.pager-list ul{height:auto}}.pager-list li{display:table-cell;height:100%;vertical-align:middle}@media (max-width:31.25em){.pager-list li{padding:.625rem 0}}.pager-list .page-status{width:66.666%;font-size:1.5rem}.pager-list .page-nav{cursor:pointer;max-width:10rem;width:16.666%;background:#fff;font-size:1.5rem}.pager-list .is-disabled{cursor:default;opacity:0}.pager-list .is-disabled a{cursor:default}.grid-3-0 .grida3-list-wrapper{min-height:18.75rem}.grid-3-0 .grid-block,.grid-3-0 .half-image,.grid-3-0 .more-block,.grid-3-0 .quarter-image,.grid-3-0 .quote-block{display:table}.grid-3-0 .grid-block:hover,.grid-3-0 .half-image:hover,.grid-3-0 .more-block:hover,.grid-3-0 .quarter-image:hover,.grid-3-0 .quote-block:hover{background:#4d91a6;color:#fff}.grid-3-0 .grid-block:hover .focus,.grid-3-0 .grid-block:hover .less,.grid-3-0 .half-image:hover .focus,.grid-3-0 .half-image:hover .less,.grid-3-0 .more-block:hover .focus,.grid-3-0 .more-block:hover .less,.grid-3-0 .quarter-image:hover .focus,.grid-3-0 .quarter-image:hover .less,.grid-3-0 .quote-block:hover .focus,.grid-3-0 .quote-block:hover .less{color:#fff}.grid-3-0 .grid-block .image-after,.grid-3-0 .half-image .image-after,.grid-3-0 .more-block .image-after,.grid-3-0 .quarter-image .image-after,.grid-3-0 .quote-block .image-after{display:none}.grid-3-0 .image-block{display:table-cell}.grid-3-0 .image-block.image-after .sub-image{position:relative;position:absolute;left:0;top:0;right:0;bottom:0}.grid-3-0 .image-block.image-after .sub-image:before{-webkit-transition:all .25s linear;transition:all .25s linear;position:absolute;content:'';top:calc(50% - 15px);z-index:55;right:auto;left:-1px;border-right:0 solid #fff;height:0;width:0;border-top:.9375em solid transparent;border-bottom:.9375em solid transparent;border-left:.9375em solid #fff}.grid-3-0 .image-block.image-after .hovered{position:relative;position:absolute;left:0;top:0;right:0;bottom:0}.grid-3-0 .image-block.image-after .hovered:before{-webkit-transition:all .25s linear;transition:all .25s linear;position:absolute;content:'';top:calc(50% - 15px);z-index:55;right:auto;left:-1px;border-right:0 solid #4d91a6;height:0;width:0;border-top:.9375em solid transparent;border-bottom:.9375em solid transparent;border-left:.9375em solid #4d91a6}.grid-3-0 .image-block.image-before .sub-image{position:relative;position:absolute;left:0;top:0;right:0;bottom:0}.grid-3-0 .image-block.image-before .sub-image:before{-webkit-transition:all .25s linear;transition:all .25s linear;position:absolute;content:'';top:calc(50% - 15px);z-index:55;right:-1px;left:auto;border-left:0 solid #fff;height:0;width:0;border-top:.9375em solid transparent;border-bottom:.9375em solid transparent;border-right:.9375em solid #fff}.grid-3-0 .image-block.image-before .hovered{position:relative;position:absolute;left:0;top:0;right:0;bottom:0}.grid-3-0 .image-block.image-before .hovered:before{-webkit-transition:all .25s linear;transition:all .25s linear;position:absolute;content:'';top:calc(50% - 15px);z-index:55;right:-1px;left:auto;border-left:0 solid #4d91a6;height:0;width:0;border-top:.9375em solid transparent;border-bottom:.9375em solid transparent;border-right:.9375em solid #4d91a6}.grid-3-0 .content{display:table-cell;margin:0;padding:.9375rem;font-family:CalibreWeb-Medium;font-weight:400;font-style:normal;line-height:1.25em;vertical-align:middle}.grid-3-0 .content .text-wrapper{display:block;max-height:8.125rem;overflow:hidden}.grid-3-0 .focus{display:block;margin-bottom:.0625em}.grid-3-0 .less{display:block;font-family:CalibreWeb-Regular;font-weight:400;font-style:normal;color:#4d91a6;line-height:1.125rem}@media (min-width:60em){.grid-3-0 .wrapper-block:not(.mix):nth-child(6n+1) .image-before,.grid-3-0 .wrapper-block:not(.mix):nth-child(6n+2) .image-before,.grid-3-0 .wrapper-block:not(.mix):nth-child(6n+3) .image-before{display:none}.grid-3-0 .wrapper-block:not(.mix):nth-child(6n+1) .content,.grid-3-0 .wrapper-block:not(.mix):nth-child(6n+2) .content,.grid-3-0 .wrapper-block:not(.mix):nth-child(6n+3) .content{text-align:right}.grid-3-0 .wrapper-block:not(.mix):nth-child(6n+1) .image-after,.grid-3-0 .wrapper-block:not(.mix):nth-child(6n+2) .image-after,.grid-3-0 .wrapper-block:not(.mix):nth-child(6n+3) .image-after{display:table-cell}}@media (min-width:31.3125em) and (max-width:59.9375em){.grid-3-0 .wrapper-block:not(.mix):nth-child(4n+1) .image-before,.grid-3-0 .wrapper-block:not(.mix):nth-child(4n+2) .image-before{display:none}.grid-3-0 .wrapper-block:not(.mix):nth-child(4n+1) .image-after,.grid-3-0 .wrapper-block:not(.mix):nth-child(4n+2) .image-after{display:table-cell}}@media (max-width:31.25em){.grid-3-0 .wrapper-block:not(.mix):nth-child(2n+1) .image-before{display:none}.grid-3-0 .wrapper-block:not(.mix):nth-child(2n+1) .image-after{display:table-cell}}@media (min-width:60em){.mixitup-container .wrapper-block.desk-left .image-before{display:none}.mixitup-container .wrapper-block.desk-left .content{text-align:right}.mixitup-container .wrapper-block.desk-left .image-after,.mixitup-container .wrapper-block.desk-right .sub-image .image-before{display:table-cell}.mixitup-container .wrapper-block.desk-right .sub-image .content{text-align:left}.mixitup-container .wrapper-block.desk-right .sub-image .image-after{display:none}}@media (min-width:31.3125em) and (max-width:59.9375em){.mixitup-container .wrapper-block.tab-left .image-before{display:none}.mixitup-container .wrapper-block.tab-left .content{text-align:right}.mixitup-container .wrapper-block.tab-left .image-after,.mixitup-container .wrapper-block.tab-right .sub-image .image-before{display:table-cell}.mixitup-container .wrapper-block.tab-right .sub-image .content{text-align:left}.mixitup-container .wrapper-block.tab-right .sub-image .image-after{display:none}}@media (max-width:31.25em){.mixitup-container .wrapper-block.phone-left .image-before{display:none}.mixitup-container .wrapper-block.phone-left .content{text-align:right}.mixitup-container .wrapper-block.phone-left .image-after,.mixitup-container .wrapper-block.phone-right .sub-image .image-before{display:table-cell}.mixitup-container .wrapper-block.phone-right .sub-image .content{text-align:left}.mixitup-container .wrapper-block.phone-right .sub-image .image-after{display:none}}.grid-3-1 .grida3-list-wrapper{background:#f5f5f5}.grid-3-1 .grida3-list-wrapper:after{content:"";display:table;clear:both}.grid-3-1 .grid-block,.grid-3-1 .half-image,.grid-3-1 .more-block,.grid-3-1 .quarter-image,.grid-3-1 .quote-block{display:table;background:#fff}.grid-3-1 .grid-block:hover,.grid-3-1 .half-image:hover,.grid-3-1 .more-block:hover,.grid-3-1 .quarter-image:hover,.grid-3-1 .quote-block:hover{background:#4d91a6}.grid-3-1 .grid-block:hover .quote-text cite,.grid-3-1 .grid-block:hover .quote-text cite span,.grid-3-1 .grid-block:hover .quote-text p,.grid-3-1 .grid-block:hover .quote-title,.grid-3-1 .half-image:hover .quote-text cite,.grid-3-1 .half-image:hover .quote-text cite span,.grid-3-1 .half-image:hover .quote-text p,.grid-3-1 .half-image:hover .quote-title,.grid-3-1 .more-block:hover .quote-text cite,.grid-3-1 .more-block:hover .quote-text cite span,.grid-3-1 .more-block:hover .quote-text p,.grid-3-1 .more-block:hover .quote-title,.grid-3-1 .quarter-image:hover .quote-text cite,.grid-3-1 .quarter-image:hover .quote-text cite span,.grid-3-1 .quarter-image:hover .quote-text p,.grid-3-1 .quarter-image:hover .quote-title,.grid-3-1 .quote-block:hover .quote-text cite,.grid-3-1 .quote-block:hover .quote-text cite span,.grid-3-1 .quote-block:hover .quote-text p,.grid-3-1 .quote-block:hover .quote-title{color:#fff}.grid-3-1 .grid-block .cite-extra,.grid-3-1 .half-image .cite-extra,.grid-3-1 .more-block .cite-extra,.grid-3-1 .quarter-image .cite-extra,.grid-3-1 .quote-block .cite-extra{display:none;text-align:left;clear:both;padding:0 .625rem .625rem}.grid-3-1 .quote-title{font-family:CalibreWeb-Semibold;font-weight:400;font-style:normal;color:#4d91a6;text-transform:uppercase;font-size:.875em}.grid-3-1 .quote-text{padding:.625rem 1.25rem;text-align:left}.blog .grid-3-1 .quote-text p{font-size:1.5em}.grid-3-1 .quote-text cite{color:#555;font-family:CalibreWeb-Regular;font-weight:400;font-style:normal}.blog .grid-3-1 .quote-text cite{font-family:CalibreWeb-Medium;font-weight:400;font-style:normal;color:#bbb}.grid-3-1 .quote-text cite .author{font-family:CalibreWeb-Medium;font-weight:400;font-style:normal;color:#4d91a6;text-decoration:underline}.grid-3-1 .image-block.image-after .sub-image{position:relative;position:absolute;left:0;top:0;right:0;bottom:0}.grid-3-1 .image-block.image-after .sub-image:before{-webkit-transition:all .25s linear;transition:all .25s linear;position:absolute;content:'';top:calc(50% - 15px);z-index:55;right:auto;left:-1px;border-right:0 solid #fff;height:0;width:0;border-top:.9375em solid transparent;border-bottom:.9375em solid transparent;border-left:.9375em solid #fff}.grid-3-1 .image-block.image-after .hovered{position:relative;position:absolute;left:0;top:0;right:0;bottom:0}.grid-3-1 .image-block.image-after .hovered:before{-webkit-transition:all .25s linear;transition:all .25s linear;position:absolute;content:'';top:calc(50% - 15px);z-index:55;right:auto;left:-1px;border-right:0 solid #4d91a6;height:0;width:0;border-top:.9375em solid transparent;border-bottom:.9375em solid transparent;border-left:.9375em solid #4d91a6}.grid-3-1 .image-block.image-before .sub-image{position:relative;position:absolute;left:0;top:0;right:0;bottom:0}.grid-3-1 .image-block.image-before .sub-image:before{-webkit-transition:all .25s linear;transition:all .25s linear;position:absolute;content:'';top:calc(50% - 15px);z-index:55;right:-1px;left:auto;border-left:0 solid #fff;height:0;width:0;border-top:.9375em solid transparent;border-bottom:.9375em solid transparent;border-right:.9375em solid #fff}.grid-3-1 .image-block.image-before .hovered{position:relative;position:absolute;left:0;top:0;right:0;bottom:0}.grid-3-1 .image-block.image-before .hovered:before{-webkit-transition:all .25s linear;transition:all .25s linear;position:absolute;content:'';top:calc(50% - 15px);z-index:55;right:-1px;left:auto;border-left:0 solid #4d91a6;height:0;width:0;border-top:.9375em solid transparent;border-bottom:.9375em solid transparent;border-right:.9375em solid #4d91a6}.grid-3-1 .image-after{display:none}.grid-3-1 .more-block{float:right;width:34%}@media (min-width:60em){.grid-3-1 .grid-block:nth-child(4n+1) .quote-text,.grid-3-1 .grid-block:nth-child(4n+2) .quote-text,.grid-3-1 .half-image:nth-child(4n+1) .quote-text,.grid-3-1 .half-image:nth-child(4n+2) .quote-text,.grid-3-1 .more-block:nth-child(4n+1) .quote-text,.grid-3-1 .more-block:nth-child(4n+2) .quote-text,.grid-3-1 .quarter-image:nth-child(4n+1) .quote-text,.grid-3-1 .quarter-image:nth-child(4n+2) .quote-text,.grid-3-1 .quote-block:nth-child(4n+1) .quote-text,.grid-3-1 .quote-block:nth-child(4n+2) .quote-text{text-align:right}.grid-3-1 .grid-block:nth-child(4n+1) .image-after,.grid-3-1 .grid-block:nth-child(4n+2) .image-after,.grid-3-1 .half-image:nth-child(4n+1) .image-after,.grid-3-1 .half-image:nth-child(4n+2) .image-after,.grid-3-1 .more-block:nth-child(4n+1) .image-after,.grid-3-1 .more-block:nth-child(4n+2) .image-after,.grid-3-1 .quarter-image:nth-child(4n+1) .image-after,.grid-3-1 .quarter-image:nth-child(4n+2) .image-after,.grid-3-1 .quote-block:nth-child(4n+1) .image-after,.grid-3-1 .quote-block:nth-child(4n+2) .image-after{display:table-cell}.grid-3-1 .grid-block:nth-child(4n+1) .image-before,.grid-3-1 .grid-block:nth-child(4n+2) .image-before,.grid-3-1 .half-image:nth-child(4n+1) .image-before,.grid-3-1 .half-image:nth-child(4n+2) .image-before,.grid-3-1 .more-block:nth-child(4n+1) .image-before,.grid-3-1 .more-block:nth-child(4n+2) .image-before,.grid-3-1 .quarter-image:nth-child(4n+1) .image-before,.grid-3-1 .quarter-image:nth-child(4n+2) .image-before,.grid-3-1 .quote-block:nth-child(4n+1) .image-before,.grid-3-1 .quote-block:nth-child(4n+2) .image-before{display:none}.has-rail .grid-3-1 .grid-block:nth-child(2n) .quote-text,.has-rail .grid-3-1 .half-image:nth-child(2n) .quote-text,.has-rail .grid-3-1 .more-block:nth-child(2n) .quote-text,.has-rail .grid-3-1 .quarter-image:nth-child(2n) .quote-text,.has-rail .grid-3-1 .quote-block:nth-child(2n) .quote-text{text-align:left}.has-rail .grid-3-1 .grid-block:nth-child(2n) .image-after,.has-rail .grid-3-1 .half-image:nth-child(2n) .image-after,.has-rail .grid-3-1 .more-block:nth-child(2n) .image-after,.has-rail .grid-3-1 .quarter-image:nth-child(2n) .image-after,.has-rail .grid-3-1 .quote-block:nth-child(2n) .image-after{display:none}.has-rail .grid-3-1 .grid-block:nth-child(2n) .image-before,.has-rail .grid-3-1 .half-image:nth-child(2n) .image-before,.has-rail .grid-3-1 .more-block:nth-child(2n) .image-before,.has-rail .grid-3-1 .quarter-image:nth-child(2n) .image-before,.has-rail .grid-3-1 .quote-block:nth-child(2n) .image-before{display:table-cell}.has-rail .grid-3-1 .grid-block:nth-child(2n+1) .quote-text,.has-rail .grid-3-1 .half-image:nth-child(2n+1) .quote-text,.has-rail .grid-3-1 .more-block:nth-child(2n+1) .quote-text,.has-rail .grid-3-1 .quarter-image:nth-child(2n+1) .quote-text,.has-rail .grid-3-1 .quote-block:nth-child(2n+1) .quote-text{text-align:right}.has-rail .grid-3-1 .grid-block:nth-child(2n+1) .image-after,.has-rail .grid-3-1 .half-image:nth-child(2n+1) .image-after,.has-rail .grid-3-1 .more-block:nth-child(2n+1) .image-after,.has-rail .grid-3-1 .quarter-image:nth-child(2n+1) .image-after,.has-rail .grid-3-1 .quote-block:nth-child(2n+1) .image-after{display:table-cell}.has-rail .grid-3-1 .grid-block:nth-child(2n+1) .image-before,.has-rail .grid-3-1 .half-image:nth-child(2n+1) .image-before,.has-rail .grid-3-1 .more-block:nth-child(2n+1) .image-before,.has-rail .grid-3-1 .quarter-image:nth-child(2n+1) .image-before,.has-rail .grid-3-1 .quote-block:nth-child(2n+1) .image-before{display:none}.grid-3-1 .grid-block:nth-child(2n+1),.grid-3-1 .half-image:nth-child(2n+1),.grid-3-1 .more-block:nth-child(2n+1),.grid-3-1 .quarter-image:nth-child(2n+1),.grid-3-1 .quote-block:nth-child(2n+1){clear:both}}@media (min-width:31.3125em) and (max-width:59.9375em){.grid-3-1 .grid-block:nth-child(2n+1) .image-after,.grid-3-1 .half-image:nth-child(2n+1) .image-after,.grid-3-1 .more-block:nth-child(2n+1) .image-after,.grid-3-1 .quarter-image:nth-child(2n+1) .image-after,.grid-3-1 .quote-block:nth-child(2n+1) .image-after{display:table-cell}.grid-3-1 .grid-block:nth-child(2n+1) .image-before,.grid-3-1 .half-image:nth-child(2n+1) .image-before,.grid-3-1 .more-block:nth-child(2n+1) .image-before,.grid-3-1 .quarter-image:nth-child(2n+1) .image-before,.grid-3-1 .quote-block:nth-child(2n+1) .image-before{display:none}}@media (max-width:31.25em){.grid-3-1 .grid-block,.grid-3-1 .half-image,.grid-3-1 .more-block,.grid-3-1 .quarter-image,.grid-3-1 .quote-block{border-top:1px solid #bbb}.grid-3-1 .grid-block .quote-text,.grid-3-1 .half-image .quote-text,.grid-3-1 .more-block .quote-text,.grid-3-1 .quarter-image .quote-text,.grid-3-1 .quote-block .quote-text{padding:.625rem;font-size:1rem;line-height:1.125em}.grid-3-1 .grid-block .quote-text p,.grid-3-1 .half-image .quote-text p,.grid-3-1 .more-block .quote-text p,.grid-3-1 .quarter-image .quote-text p,.grid-3-1 .quote-block .quote-text p{margin-bottom:.3125rem}.grid-3-1 .grid-block .quote-text cite,.grid-3-1 .half-image .quote-text cite,.grid-3-1 .more-block .quote-text cite,.grid-3-1 .quarter-image .quote-text cite,.grid-3-1 .quote-block .quote-text cite{font-size:.75rem}.grid-3-1 .grid-block:nth-child(2n+1) .quote-text,.grid-3-1 .half-image:nth-child(2n+1) .quote-text,.grid-3-1 .more-block:nth-child(2n+1) .quote-text,.grid-3-1 .quarter-image:nth-child(2n+1) .quote-text,.grid-3-1 .quote-block:nth-child(2n+1) .quote-text{text-align:right}.grid-3-1 .grid-block:nth-child(2n+1) .image-after,.grid-3-1 .half-image:nth-child(2n+1) .image-after,.grid-3-1 .more-block:nth-child(2n+1) .image-after,.grid-3-1 .quarter-image:nth-child(2n+1) .image-after,.grid-3-1 .quote-block:nth-child(2n+1) .image-after{display:table-cell}.grid-3-1 .grid-block:nth-child(2n+1) .image-before,.grid-3-1 .half-image:nth-child(2n+1) .image-before,.grid-3-1 .more-block:nth-child(2n+1) .image-before,.grid-3-1 .quarter-image:nth-child(2n+1) .image-before,.grid-3-1 .quote-block:nth-child(2n+1) .image-before{display:none}}.cm-response .grid-3-2 .response-content,.grid-3-2 .cm-response .response-content,.grid-3-2 .grid-4.module-grid .larger-peice,.grid-3-2 .x2of3,.grid-4.module-grid .grid-3-2 .larger-peice{width:66%}.grid-3-2 .image-block{display:block;position:relative;text-align:right}.grid-3-2 .image-block .gb-title{position:absolute;bottom:0;right:0;color:#fff;font-size:.875em;line-height:1.28571em;font-family:CalibreWeb-Medium;font-weight:400;font-style:normal}.grid-3-2 .featured .text{padding-left:1.25em;padding-right:1.25em}.grid-3-2 .featured .gb-title{font-family:CalibreWeb-Light;font-weight:400;font-style:normal;font-size:2.25em;line-height:1em}.grid-3-2 .featured .gb-title small{display:block;font-size:.38889em;line-height:1.28571em;padding-top:.5em;padding-bottom:1em;font-family:CalibreWeb-Medium;font-weight:400;font-style:normal}.grid-3-2 .featured .content{font-family:CalibreWeb-Light;font-weight:400;font-style:normal}.grid-3-3 .link-block span{display:block;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);text-align:center;font-family:CalibreWeb-Medium;font-weight:400;font-style:normal;position:absolute;width:100%;font-size:1.125em;line-height:1.33333em;padding:.55556em}@media (min-width:60em){.grid-3-3 .link-block:nth-child(6n+1),.grid-3-3 .link-block:nth-child(6n+2),.grid-3-3 .link-block:nth-child(6n+3){margin-right:0;margin-left:16.6%}.has-rail .grid-3-3 .link-block:nth-child(6n+1),.has-rail .grid-3-3 .link-block:nth-child(6n+2),.has-rail .grid-3-3 .link-block:nth-child(6n+3){margin-right:25%;margin-left:0}.has-rail .grid-3-3 .link-block:nth-child(4n+1),.has-rail .grid-3-3 .link-block:nth-child(4n+2){margin-right:0;margin-left:25%}}@media (min-width:31.3125em) and (max-width:59.9375em){.grid-3-3 .link-block:nth-child(4n+1),.grid-3-3 .link-block:nth-child(4n+2){margin-right:0;margin-left:25%}}@media (max-width:31.25em){.grid-3-3 .link-block,.has-rail .grid-3-3 .link-block{margin:0}}.gform_wrapper .grid-4.module-grid .gform_body,.gform_wrapper .grid-4.module-grid .gform_footer,.grid-4.module-grid .gform_wrapper .gform_body,.grid-4.module-grid .gform_wrapper .gform_footer,.grid-4.module-grid .module-container{display:table;width:100%}@media (max-width:60em){.gform_wrapper .grid-4.module-grid .gform_body,.gform_wrapper .grid-4.module-grid .gform_footer,.grid-4.module-grid .gform_wrapper .gform_body,.grid-4.module-grid .gform_wrapper .gform_footer,.grid-4.module-grid .module-container{display:block}}.grid-4.module-grid .larger-peice{display:table-cell;width:66.65%}@media (max-width:60em){.grid-4.module-grid .larger-peice{display:block;width:100%}}@media (max-width:31.25em){.grid-4.module-grid .larger-peice .half-image{position:relative}.grid-4.module-grid .larger-peice .half-image .text-block{position:absolute;top:0;bottom:0;left:0;right:0;color:#fff;z-index:500}.grid-4.module-grid .larger-peice .half-image .image::after{content:'';position:absolute;display:block;top:0;bottom:0;left:0;right:0;background-color:transparent;background-image:-webkit-linear-gradient(transparent,#000);background-image:linear-gradient(transparent,#000);opacity:.65;z-index:2}}.grid-4.module-grid .smaller-peice{display:table-cell;width:33.35%}@media (max-width:60em){.grid-4.module-grid .smaller-peice{display:block;width:100%}}@media (min-width:31.3125em) and (max-width:59.9375em){.grid-4.module-grid .smaller-peice .image-block{margin-top:-25%}}@media (max-width:31.25em){.grid-4.module-grid .smaller-peice .text-block{margin-top:-50%}}.grid-5 .block-set{display:table;width:100%}@media (max-width:40.625em){.grid-5 .block-set{display:block;width:auto}}.grid-5 .block-set .instagram-block,.grid-5 .block-set .tweet-block{display:table-cell;vertical-align:middle;width:50%}@media (max-width:40.625em){.grid-5 .block-set .instagram-block,.grid-5 .block-set .tweet-block{width:100%}}.grid-5 .block-set .article-block{display:table;vertical-align:middle;width:100%}@media (max-width:40.625em){.grid-5 .block-set .article-block{width:100%}}@media (max-width:40.625em){.grid-5 .block-set .instagram-block{display:block;width:auto}}.grid-5 .article-block,.grid-5 .tweet-block{height:10em}.grid-5 .article-block a{display:table-cell;font-family:CalibreWeb-Light;font-weight:400;font-style:normal;vertical-align:middle}.grid-5 .article-block .content{padding:1.25em}.grid-5 .article-block .gb-title{font-family:CalibreWeb-Light;font-weight:400;font-style:normal;font-size:2.25em;line-height:1em;max-height:2em;overflow:hidden}.grid-5 .article-block .topic,.grid-5 .article-block li{font-size:.875em;line-height:1.28571em;font-family:CalibreWeb-Medium;font-weight:400;font-style:normal}.grid-5 .article-block li a{border-bottom:1px solid rgba(255,255,255,.5)}.grid-5 .article-block li a:hover{border-bottom:transparent}.grid-5 .article-block ul li::after{content:', '}.grid-5 .article-block ul li:last-child::after{content:none}.grid-5 .instagram-block .quarter-image,.grid-5 .instagram-block .quote-block{width:100%}.grid-5 .fallback{display:table-cell;height:10em;background-size:cover;background-position:50% 50%}@media (max-width:40.625em){.grid-5 .fallback{display:block}}.feed-text{display:block;font-family:Acta-BookItalic;font-weight:400;font-style:normal;font-size:1.125em;line-height:1.33333em;text-align:center;max-width:75%;margin-left:auto;margin-right:auto;margin-bottom:.25em;color:#555}.feed-byline{font-family:CalibreWeb-Medium;font-weight:400;font-style:normal;display:block;font-size:.875em;line-height:1.85714em;text-align:center;color:#999}.feed-byline a,.feed-byline a:hover{color:#999}.grid6-block{position:relative;height:25rem;padding:1.25rem}.grid6-block .c-bracket{display:block;position:absolute;width:3.125rem;height:3.125rem}.grid6-block .c-bracket.top{top:-1px;border-top:1px solid #e5b210}.grid6-block .c-bracket.bottom{bottom:0;border-bottom:1px solid #e5b210}.grid6-block .c-bracket.right{right:0;border-right:1px solid #e5b210}.grid6-block .c-bracket.left{left:-1px;border-left:1px solid #e5b210}.grid6-block.left .c-bracket.left,.grid6-block.right .c-bracket.right{display:none}.grid6-block .tb-name{display:block;position:relative;height:8em;margin:0 auto;font-family:Acta-Book;font-weight:400;font-style:normal;font-size:1.5em;line-height:1.25em}.grid6-block .tb-name span{position:absolute;left:0;bottom:1.25rem;width:100%;max-height:6.25em;overflow:hidden}.news-media .grid6-block .tb-name span{bottom:.3125rem}.grid6-block .tb-image{display:block;width:10rem;height:10rem;margin:0 auto 1.25rem;background-position:center center;background-repeat:no-repeat}.grid6-block .tb-info{display:block;font-family:CalibreWeb-Light;font-weight:400;font-style:normal;font-size:1em;line-height:1.3125em;max-height:9em;overflow:hidden}.grid6-block .tb-info::before{content:'';display:block;height:.625rem;width:9.375rem;margin-bottom:.75em;margin-top:.75em}.grid6-block .tb-tag{display:block;font-family:CalibreWeb-Medium;font-weight:400;font-style:normal;font-size:.8125em;line-height:1.61538em;text-transform:uppercase}[class*=" grid-6"] .grid-container,[class^=grid-6] .grid-container{padding-top:.0625em;padding-bottom:.0625em}[class*=" grid-6"].collapse-top .grid-container,[class^=grid-6].collapse-top .grid-container{padding-top:1px;margin-top:-1px}[class*=" grid-6"].collapse-bottom .grid-container,[class^=grid-6].collapse-bottom .grid-container{padding-bottom:0}.grid-6-0 .c-bracket.top,.grid-6-1 .c-bracket.top{border-top-color:#999}.grid-6-0 .c-bracket.bottom,.grid-6-1 .c-bracket.bottom{border-bottom-color:#999}.grid-6-0 .c-bracket.right,.grid-6-1 .c-bracket.right{border-right-color:#999}.grid-6-0 .c-bracket.left,.grid-6-1 .c-bracket.left{border-left-color:#999}.grid-6-0 .tb-info::before,.grid-6-1 .tb-info::before{background:#999}.grid-6-0.with-images .tb-name,.grid-6-1.with-images .tb-name{height:12em}.grid-6-0.with-images .tb-name span,.grid-6-1.with-images .tb-name span{max-height:12em}.grid-6-1 .grid6-block{height:auto}.grid-6-1 .tb-name{height:6.5em}.grid-6-2{padding-top:0}.grid-6-2 .grid6-block{height:auto}@media (max-width:84.0625rem){.grid-6-2 .grid6-block{padding:.625rem 1.25rem}}.grid-6-2 .tb-name{height:1em;font-size:5em;line-height:1em;text-align:center;letter-spacing:-.03125em}@media (max-width:84.0625rem){.grid-6-2 .tb-name{font-size:4.0625rem}}.grid-6-2 .tb-name span{font-family:Acta-Medium;font-weight:400;font-style:normal;bottom:0}.grid-6-2 .tb-info{font-family:CalibreWeb-Regular;font-weight:400;font-style:normal;font-size:1.125em;line-height:1.33333em;color:#999;text-align:center}.grid-6-2 .tb-info span{display:block;padding:0}.grid-6-2 .tb-info::before{height:.5rem;width:11.25rem;margin:0 auto .5rem;background:#e5b210}.grid-6-3 .c-bracket.top{border-top-color:#e5b210}.grid-6-3 .c-bracket.bottom{border-bottom-color:#e5b210}.grid-6-3 .c-bracket.right{border-right-color:#e5b210}.grid-6-3 .c-bracket.left{border-left-color:#e5b210}.grid-6-3 .tb-info::before{background:#e5b210}.gform_wrapper .grid-6-3 .gform_body,.gform_wrapper .grid-6-3 .gform_footer,.grid-6-3 .gform_wrapper .gform_body,.grid-6-3 .gform_wrapper .gform_footer,.grid-6-3 .module-container{padding:5rem 0}.grid-6-3 .grid-heading{padding-top:5rem}.grid-6-3 .topic-block{height:16.25rem;text-align:center}.grid-6-3 .tb-content{display:block;overflow:hidden;position:absolute;width:100%;left:0;bottom:2.5rem;padding-left:2.5rem;padding-right:2.5rem}.grid-6-3 .tb-name{padding-bottom:.625rem;height:4.8em;font-size:1.875em;line-height:1.2em;letter-spacing:-.0625rem}.grid-6-3 .tb-name span{bottom:.625rem;line-height:1.1}.grid-6-3 .tb-info{overflow:hidden;display:block;height:3em;max-width:10.27778em;margin:0 auto;font-family:CalibreWeb-Medium;font-weight:400;font-style:normal;font-size:1.125em;line-height:1.33333em;color:#999}.grid-6-3 .tb-info::before{margin:0 auto}@media (max-width:60em){.grant-list{padding-left:1.25em;padding-right:1.25em}}.grant-list .list-block p{font-size:1.3125em;line-height:1.42857em;padding-right:1.90476em}.grant-link{font-family:CalibreWeb-Medium;font-weight:400;font-style:normal;font-size:.875em;line-height:1.71429em;text-transform:uppercase;color:#999}.grant-link b{color:#555}.grant-summary{width:75%;float:left}@media (max-width:60em){.grant-summary{display:block;width:auto}}.grant-meta{width:25%;float:left;font-family:CalibreWeb-Medium;font-weight:400;font-style:normal;font-size:.75em;line-height:1.5em;color:#999;padding-top:2em}@media (max-width:60em){.grant-meta{display:block;width:auto}}.grant-meta b{color:#555}.mix{display:none}.sort-list-filters{font-family:CalibreWeb-Medium;font-weight:400;font-style:normal;font-size:1em;line-height:1.5em;text-transform:uppercase;padding-top:1.25em;padding-bottom:1.25em}.sort-list-filters .label::after{font-family:CalibreWeb-Light;font-weight:400;font-style:normal;content:" / ";padding-right:.5em}.sort-list-filters .asc-icon,.sort-list-filters .desc-icon{position:relative;display:inline-block;height:.65em;width:1em;margin-left:.4em}.sort-list-filters .asc-icon::before,.sort-list-filters .desc-icon::before{position:absolute;top:1px;left:2px;display:block;content:'';z-index:2}.sort-list-filters .asc-icon::after,.sort-list-filters .desc-icon::after{position:absolute;top:0;left:0;display:block;content:''}.sort-list-filters .asc-icon::before{height:0;width:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:8px solid #fff}.sort-list-filters .asc-icon::after{height:0;width:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:10px solid #555}.sort-list-filters .desc-icon::before{height:0;width:0;border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:8px solid #fff}.sort-list-filters .desc-icon::after{height:0;width:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:10px solid #555}.sort-list-filters .sort-option{cursor:pointer}.coupled-module .slick-slider{margin-bottom:0}.coupled-module .slick-slider .slick-slide{overflow:hidden}.coupled-module-header{overflow:hidden;border-top:1px solid #bbb;border-bottom:1px solid #bbb;padding:.625em}.coupled-module-header .module-title{float:left;font-family:CalibreWeb-Semibold;font-weight:400;font-style:normal;font-size:1.5em}.coupled-module-header .module-title .topic{font-family:CalibreWeb-Regular;font-weight:400;font-style:normal}.coupled-module-header .module-title .topic-label{font-family:CalibreWeb-Semibold;font-weight:400;font-style:normal}@media (max-width:31.25em){.coupled-module-header .module-title{float:none}}.coupled-module-header .slide-date{font-family:CalibreWeb-Regular;font-weight:400;font-style:normal;padding-right:.83333em}.coupled-module-header .slide-tagline{font-family:CalibreWeb-Medium;font-weight:400;font-style:normal;font-size:.875em;line-height:1.8125rem;padding-right:1.25rem;color:#4d91a6;text-transform:uppercase;border-right:1px solid #dedede;margin-right:1.25rem}.coupled-module-header .coupled-module-header-slides{max-height:2.25em;overflow:hidden}.coupled-module-header .coupled-module-header-slides.slick-initialized{max-height:none}.coupled-module-header .coupled-module-pager{float:right;font-family:CalibreWeb-Regular;font-weight:400;font-style:normal;font-size:1.5rem;line-height:1.8125rem}@media (max-width:31.25em){.coupled-module-header .coupled-module-pager{display:inline-block;float:none}}.coupled-module-content{border-right:4px solid #4d91a6}@media (max-width:31.25em){.coupled-module-content .slick-slide:last-of-type .cm-prev{border-right:1px solid #bbb}}.cm__content-wrapper--bordered{border-bottom:1px solid #bbb}.cm__content-block{padding:3.125rem 0;max-width:39.375rem}.cm-prompt{position:relative;width:100%;border-bottom:1px solid #bbb}@media (max-width:84.0625rem){.cm-prompt{padding-left:7%;padding-right:25%}}@media (max-width:31.25em){.cm-prompt{padding-top:0;padding-left:1.25rem;padding-right:3.75rem}}.cm-prompt .module-wrapper{position:static}.cm-prompt .prompt-content{overflow:hidden;max-width:40em;padding-top:5.9375em;padding-bottom:3.75em}@media (max-width:31.25em){.cm-prompt .prompt-content{padding:2.5rem 0 1.25rem}}.cm-prompt .cm-pager{position:absolute;width:20%}@media (max-width:31.25em){.cm-prompt .cm-pager{top:0;height:6.25em;border:none}}.cm-prompt .cm-pager.slick-disabled{display:none!important}.cm-prompt .cm-pager .pager-text{position:absolute;top:50%;line-height:1em;margin-top:-.5em;font-size:2.5em}@media (max-width:31.25em){.cm-prompt .cm-pager .pager-text{top:3.75rem}}.cm-prompt .cm-pager .pager-text .fa{position:relative;top:.15em;background:#fff}.cm-prompt .cm-pager .pager-text .extra{font-family:CalibreWeb-Semibold;font-weight:400;font-style:normal;display:inline-block;font-size:.6em;line-height:1em;text-transform:uppercase;position:relative;top:-.25em}@media (max-width:31.25em){.cm-prompt .cm-pager .pager-text .extra{display:none}}.cm-prompt .cm-pager .preview-text{position:absolute;left:1.25em;bottom:2.5em;color:#4d91a6}@media (max-width:31.25em){.cm-prompt .cm-pager .preview-text{display:none}}.cm-prompt .cm-pager .next-response{display:block;font-family:CalibreWeb-Medium;font-weight:400;font-style:normal;font-size:.8125em;line-height:1.28571em;text-transform:uppercase;padding-bottom:1.25rem}.cm-prompt .cm-pager .next-response-text{display:block;font-family:Acta-Book;font-weight:400;font-style:normal;font-size:.75em;line-height:1.5em;padding-right:1.25rem}.cm-prompt .cm-pager.cm-prev{left:0;top:0;bottom:0}@media (max-width:84.0625rem){.cm-prompt .cm-pager.cm-prev{width:7%}}@media (max-width:31.25em){.cm-prompt .cm-pager.cm-prev{left:-62.5rem}}.cm-prompt .cm-pager.cm-prev .pager-text{left:0;width:100%;text-align:center}.cm-prompt .cm-pager.cm-next{right:0;top:0;bottom:0;border-left:1px solid #bbb}@media (max-width:60em){.cm-prompt .cm-pager.cm-next{width:25%}}@media (max-width:31.25em){.cm-prompt .cm-pager.cm-next{width:auto;border:none}}.cm-prompt .cm-pager.cm-next .pager-text{left:.5em}@media (max-width:31.25em){.cm-prompt .cm-pager.cm-next .pager-text{left:auto;right:.625rem}}@media (max-width:31.25em){.cm-prompt .cm-pager.cm-next .preview-text{padding-right:3.125rem}}@media (min-width:60em){.cm-prompt .cm-pager.cm-next:hover{background:#eeeee3}.cm-prompt .cm-pager.cm-next:hover .pager-text{color:#4d91a6}.cm-prompt .cm-pager.cm-next:hover .fa{background:#eeeee3}}.prompt-title{font-family:Acta-Book;font-weight:400;font-style:normal;font-size:2.25em;line-height:1.11111em;max-width:16.11111em}@media (max-width:31.25em){.prompt-title{font-size:1.75em}}.prompt-title .dropcap{font-family:Acta-Medium;font-weight:400;font-style:normal;display:inline-block;color:#4d91a6;font-size:4.16667em;line-height:.72em;padding-right:.3125rem;vertical-align:baseline}.prompt-meta{font-family:CalibreWeb-Light;font-weight:400;font-style:normal;margin-right:1.25em}@media (max-width:31.25em){.prompt-meta{margin-right:0}}.cm-response{overflow:hidden}.cm-response.even .response-image.after,.cm-response.odd .response-image.before{display:none}@media (max-width:31.25em){.cm-response.odd .response-image.before{display:block}.cm-response.odd .response-image.after{display:none}}@media (max-width:31.25em){.cm-response.internal-offset{margin-right:0;margin-left:0}}.cm-response .response-image{overflow:hidden;width:33%;position:relative}.cm-response .response-image:before{-webkit-transition:all .25s linear;transition:all .25s linear;position:absolute;content:'';top:calc(50% - 15px);z-index:55;right:-1px;left:auto;border-left:0 solid #fff;height:0;width:0;border-top:.9375em solid transparent;border-bottom:.9375em solid transparent;border-right:.9375em solid #fff}.cm-response .response-image .sub-image{padding-top:100%}.cm-response .response-content{padding:1.25em}.cm-response .response-content+.response-image{position:relative}.cm-response .response-content+.response-image:before{-webkit-transition:all .25s linear;transition:all .25s linear;position:absolute;content:'';top:calc(50% - 15px);z-index:55;right:auto;left:-1px;border-right:0 solid #fff;height:0;width:0;border-top:.9375em solid transparent;border-bottom:.9375em solid transparent;border-left:.9375em solid #fff}.cm-response .response-content .reponse-title{font-family:CalibreWeb-Light;font-weight:400;font-style:normal;font-size:2.25em;line-height:1em;max-width:13.88889em;margin:.55556em 0}.cm-response .response-content .content-wrap{font-family:CalibreWeb-Light;font-weight:400;font-style:normal;max-width:32.8125em}.cm-response footer{font-family:CalibreWeb-Medium;font-weight:400;font-style:normal;font-size:.875em;line-height:1.71429em}@media (max-width:31.25em){.dig-deeper.internal-offset{margin-right:0;margin-left:0}}.dig-deeper-header{display:table;width:100%}.dig-deeper-header .label{float:none;display:table-cell;vertical-align:middle;padding-left:1.875rem}@media (max-width:60em){.dig-deeper-header .label{width:75%}}@media (max-width:31.25em){.dig-deeper-header .label{width:66.7%}}.dig-deeper-header .more-block{float:none;display:table-cell}@media (max-width:60em){.dig-deeper-header .more-block{width:25%}}@media (max-width:31.25em){.dig-deeper-header .more-block{width:33.3%}}.timeline-header{position:relative;border-bottom:1px solid #bbb;border-top:1px solid #bbb;border-right:1px solid #bbb;background:#fff}@media (max-width:60em){.timeline-header{border-right:0}}.timeline-header::after,.timeline-header::before{content:'';display:block;position:absolute;right:0;border-top:1px solid #bbb}.timeline-header::before{top:-1px;height:1px}@media (max-width:31.25em){.timeline-header::before{content:none}}.timeline-header::after{content:'';display:block;position:absolute;top:100%;height:37.5rem;right:0;border-top:1px solid #bbb;background:#f5f5f5}@media (max-width:31.25em){.timeline-header::after{content:none}}.timeline-header .module-wrapper{position:relative;padding:.9375em .625em}.timeline-header .module-title{padding-right:.625em}@media (max-width:58.75em){.timeline-header .filters{float:left}}.timeline-header .filter,.timeline-header .filter-label{display:inline-block;font-family:CalibreWeb-Medium;font-weight:400;font-style:normal;font-size:.875rem;line-height:1.71429em;text-transform:uppercase;padding-left:.625rem}@media (max-width:31.25em){.timeline-header .filter,.timeline-header .filter-label{padding-right:.625rem}}.timeline-header .filter-label::after,.timeline-header .filter::after{content:'';display:inline-block;height:.75em;width:1px;background:#bbb;margin-left:.625em}.timeline-header .filter-label:last-child::after,.timeline-header .filter:last-child::after{content:none}.timeline-header .filter-label{color:#bbb}@media (max-width:31.25em){.timeline-header .filter-label{display:none}}.timeline-header .filter{cursor:pointer}.timeline-header .active{color:#FF2F41}.timeline-header .date-subhead{position:absolute;right:1.25rem;top:.9375rem;font-family:CalibreWeb-Regular;font-weight:400;font-style:normal;font-size:1.5rem;line-height:1;color:#FF2F41}@media (max-width:58.75em){.timeline-header .date-subhead{position:static;display:block;float:right}}.timeline-header ul{display:inline-block}@media (max-width:31.25em){.timeline-header ul{display:block;padding:.25em 0}}.module-timeline{position:relative}@media (max-width:31.25em){.module-timeline{margin-bottom:2.5rem}}.module-timeline .active-marker{display:block;position:absolute;bottom:-7.8125rem;right:1rem;width:3.125rem;height:3.125rem;font-size:1.5rem;line-height:2em;text-align:center;border-radius:100%;font-family:CalibreWeb-Light;font-weight:400;font-style:normal;background:#FF2F41;color:#fff;z-index:200}@media (max-width:31.25em){.module-timeline .active-marker{display:none}}.rail-wrapper .module-timeline .active-marker{right:1.5625rem}.timeline-container{position:relative;background:#f5f5f5;border-right:1px solid #bbb;height:37.5rem;overflow:auto;padding-bottom:21.875rem;z-index:150;overflow-y:scroll}@media (max-width:60em){.timeline-container{border-right:0}}@media (max-width:31.25em){.timeline-container{height:15.625rem;border-bottom:1px solid #bbb;padding-bottom:0}}.timeline-container .module-wrapper{padding-top:1.5625rem}.timeline-container .module-wrapper::before{content:'';position:absolute;top:0;bottom:-23.4375rem;display:block;width:1px;background:#bbb;right:2.125rem;z-index:20}@media (max-width:31.25em){.timeline-container .module-wrapper::before{content:none}}.timeline-event{-webkit-transition:all .7s ease;transition:all .7s ease;clear:both;position:relative;margin-top:0;margin-bottom:1.5625em;background:#fff;height:12.5rem}@media (max-width:31.25em){.timeline-event{height:auto}}.timeline-event::before{content:'';display:block;position:absolute;top:50%;right:1.875rem;width:.5rem;height:.5em;background:#bbb;border-radius:2em;margin-left:auto;margin-right:auto;margin-top:-.25rem;z-index:25}@media (max-width:31.25em){.timeline-event::before{content:none}}.timeline-event .image-block{display:table-cell;width:12.5rem;z-index:20}@media (max-width:31.25em){.timeline-event .image-block{width:6.25rem}}.timeline-event .image-block .sub-image{position:relative;position:absolute;left:0;top:0;right:0;bottom:0}.timeline-event .image-block .sub-image:before{-webkit-transition:all .25s linear;transition:all .25s linear;position:absolute;content:'';top:calc(50% - 15px);z-index:55;right:-1px;left:auto;border-left:0 solid #fff;height:0;width:0;border-top:.9375em solid transparent;border-bottom:.9375em solid transparent;border-right:.9375em solid #fff}.timeline-event .image-block+.content{margin-left:17.5em}.timeline-event .content{display:table-cell;position:relative;z-index:10;padding-left:2.1875rem;padding-right:6.25rem;height:12.5rem;vertical-align:middle;-webkit-transition:all .7s ease;transition:all .7s ease}@media (max-width:31.25em){.timeline-event .content{height:6.25rem;padding-right:0}}.timeline-event.active{box-shadow:2px 2px 8px 0 rgba(0,0,0,.06)}.te-title{max-width:37.5rem;font-family:CalibreWeb-Light;font-weight:400;font-style:normal;font-size:1.5em;line-height:1.08333em}@media (max-width:31.25em){.te-title{font-size:1.25em}}.te-title a{font-family:CalibreWeb-Light;font-weight:400;font-style:normal;color:#555}.te-meta{max-width:37.5rem;font-family:CalibreWeb-Medium;font-weight:400;font-style:normal;font-size:.875em;line-height:2.28571em;color:#bbb}@media (max-width:31.25em){.te-meta{margin-bottom:0}}.te-meta a,.te-meta a:hover{color:#FF2F41}.te-meta .read-more{color:#bbb}.has-rail .timeline-header::after,.has-rail .timeline-header::before{width:312.5rem}.history-timeline .timeline-event{height:auto}.history-timeline .content{padding-top:.625rem;padding-bottom:.625rem}.history-timeline .te-title{max-width:none;padding-right:6.25rem}.regions-map{background:#b2b2aa}.regions-map .module-wrapper{position:relative;overflow:hidden}.regions-map .header-badge{z-index:2000}.regions-map .region-selector{margin-left:7.5%;margin-top:4.0625em}.regions-map .map-image{display:block;position:relative;width:100%;max-width:62.5em;height:auto;z-index:55;margin-left:auto;margin-right:auto}.regions-map .chosen-single{height:auto}.regions-map .chosen-single span{font-family:Acta-Medium;font-weight:400;font-style:normal;font-size:5em;line-height:.97561em;color:#eeeee3}.regions-map .chosen-drop{background:#4d4f53}.regions-map .chosen-drop li{font-size:1em;color:#eeeee3;margin-bottom:.5em}.regions-map .chosen-search{background:#999}.regions-map .chosen-search input{background:0 0}.grantee-info-container{padding-top:1.25em;padding-bottom:1.25em}.grantee-info-block{width:31.25%;float:left;margin-left:1.04167%;margin-right:1.04167%}.grantee-info-block a,.grantee-info-block p{font-family:CalibreWeb-Regular;font-weight:400;font-style:normal;font-size:.875rem;color:#333}@media (max-width:31.25em){.grantee-info-block{width:100%;float:left;margin-left:0;margin-right:0}}.grantee-info-title{font-family:CalibreWeb-Medium;font-weight:400;font-style:normal;font-size:.875em;color:#a69e80}.grantee-social-links li{display:block;float:left;margin-right:.25em}.grantee-social-links a{display:inline-block;color:#333}@media (max-width:31.25em){.gform_wrapper{padding-left:.625em;padding-right:.625em;max-width:none}}@media (max-width:31.25em) and (max-width:31.25em){.gform_wrapper{padding:0;margin-left:-2.5rem;margin-right:-1.25rem}}.gform_wrapper .gform_footer{margin-top:0;text-align:right}@media (max-width:31.25em){.gform_wrapper .gform_footer{padding-left:0}}.gform_wrapper .gform_footer input[type=submit]{box-sizing:border-box;margin-left:1.5em;background:#008bcb}@media (max-width:31.25em){.gform_wrapper .gform_footer input[type=submit]{display:block;margin-left:1.25rem;margin-right:1.25rem;width:auto}}.gform_wrapper .gform_body{padding-top:.625rem;float:left}.gform_wrapper .gform_body:after{content:"";display:table;clear:both}@media (max-width:31.25em){.gform_wrapper .gform_body{padding-left:1.25rem}}.gform_wrapper .gform_body input[type=number],.gform_wrapper .gform_body input[type=email],.gform_wrapper .gform_body input[type=search],.gform_wrapper .gform_body input[type=password],.gform_wrapper .gform_body input[type=tel],.gform_wrapper .gform_body input[type=url],.gform_wrapper .gform_body input[type=color],.gform_wrapper .gform_body input[type=date],.gform_wrapper .gform_body input[type=datetime],.gform_wrapper .gform_body input[type=datetime-local],.gform_wrapper .gform_body input[type=month],.gform_wrapper .gform_body input[type=time],.gform_wrapper .gform_body input[type=week],.gform_wrapper .gform_body input[type=text],.gform_wrapper .gform_body select[multiple=multiple],.gform_wrapper .gform_body textarea{font-size:1em;margin-bottom:0}.gform_wrapper .gform_body .gfield_label{font-weight:400}@media (max-width:31.25em){.gform_wrapper .gform_body .top_label .ginput_container .medium{width:100%}}.gform_wrapper .gform_body .gfield_required{color:#ff4800}.gform_wrapper .gform_body .gfield{margin-bottom:.875em}.gform_wrapper .gform_body .gfield:after{content:"";display:table;clear:both}.gform_wrapper .gform_body .gfield_radio input[type=text]{width:auto}.gform_wrapper .gform_body .gfield_radio li label{margin-left:.625rem;display:inline-block;vertical-align:middle}.gform_wrapper .gform_body .gfield_radio li input[type=radio]{display:inline-block;vertical-align:middle;width:1.25rem!important}@media (max-width:31.25em){.gform_wrapper .gform_body .ginput_complex.has_first_name.no_middle_name.has_last_name .name_first,.gform_wrapper .gform_body .ginput_complex.has_first_name.no_middle_name.has_last_name .name_last{width:100%}}@media (max-width:31.25em){.gform_wrapper .gform_body .ginput_complex .ginput_left,.gform_wrapper .gform_body .ginput_complex .ginput_right{width:100%}}.gform_wrapper .gform_body .ginput_complex.ginput_container{overflow:visible}.gform_wrapper .gform_body .ginput_complex.ginput_container:after{content:"";display:table;clear:both}.gform_wrapper .gform_body .chosen-container,.gform_wrapper .gform_body .chosen-drop,.gform_wrapper .gform_body .chosen-single{border:0;border-radius:0;background:0 0;font-size:1em}.gform_wrapper .gform_body .chosen-container:before{top:.5rem}.gform_wrapper .gform_body .chosen-container .chosen-drop,.gform_wrapper .gform_body .chosen-container .chosen-single{background:#f5f5f5}.gform_wrapper .gform_body .chosen-container .chosen-choices .search-field input[type=text]{height:auto}.gform_wrapper .gform_body .chosen-container .chosen-results .highlighted{color:#999;background:0 0}.gform_wrapper .gform_body .chosen-container .chosen-results .result-selected{color:#333}.gform_wrapper .gform_body .chosen-container-active.chosen-with-drop .chosen-single{border:0}.gform_wrapper .right_label .gfield_label,.gform_wrapper .right_label .gfield_list,.gform_wrapper .right_label .ginput_container,.gform_wrapper .right_label div.ginput_complex{float:left}.gform_wrapper .left_label .gfield_label,.gform_wrapper .left_label .gfield_list,.gform_wrapper .left_label .ginput_container,.gform_wrapper .left_label div.ginput_complex{float:right}.gform_wrapper .left_label .gfield_label,.gform_wrapper .right_label .gfield_label{width:21.875%}@media (max-width:31.25em){.gform_wrapper .left_label .gfield_label,.gform_wrapper .right_label .gfield_label{float:none;width:auto;text-align:left}}.gform_wrapper .left_label .gfield_list,.gform_wrapper .left_label .ginput_container,.gform_wrapper .left_label div.ginput_complex,.gform_wrapper .right_label .gfield_list,.gform_wrapper .right_label .ginput_container,.gform_wrapper .right_label div.ginput_complex{width:71.875%;padding-left:1.5em}@media (max-width:31.25em){.gform_wrapper .left_label .gfield_list,.gform_wrapper .left_label .ginput_container,.gform_wrapper .left_label div.ginput_complex,.gform_wrapper .right_label .gfield_list,.gform_wrapper .right_label .ginput_container,.gform_wrapper .right_label div.ginput_complex{float:none;width:auto;padding-left:0}}.gform_wrapper .left_label .gfield_list textarea,.gform_wrapper .left_label .ginput_container textarea,.gform_wrapper .left_label div.ginput_complex textarea,.gform_wrapper .right_label .gfield_list textarea,.gform_wrapper .right_label .ginput_container textarea,.gform_wrapper .right_label div.ginput_complex textarea{width:100%}