/*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;-ms-filter:"alpha(opacity=0)"}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}

/*!
 * jQuery UI Draggable 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */.ui-draggable-handle{touch-action:none}

/*!
 * jQuery UI Resizable 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}

/*!
 * jQuery UI Selectable 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */.ui-selectable{touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}

/*!
 * jQuery UI Sortable 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */.ui-sortable-handle{touch-action:none}

/*!
 * jQuery UI Accordion 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}

/*!
 * jQuery UI Autocomplete 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}

/*!
 * jQuery UI Button 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}

/*!
 * jQuery UI Checkboxradio 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/checkboxradio/#theming
 */.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}

/*!
 * jQuery UI Controlgroup 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/controlgroup/#theming
 */.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup>.ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus,.ui-controlgroup>.ui-controlgroup-item:focus{z-index:9999}.ui-controlgroup-vertical>.ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc(100% - 2.4em)}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}

/*!
 * jQuery UI Datepicker 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}

/*!
 * jQuery UI Dialog 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw,.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}

/*!
 * jQuery UI Menu 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}

/*!
 * jQuery UI Progressbar 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;-ms-filter:"alpha(opacity=25)";opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}

/*!
 * jQuery UI Selectmenu 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}

/*!
 * jQuery UI Slider 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:pointer;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}

/*!
 * jQuery UI Spinner 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;vertical-align:middle;margin:.2em 2em .2em .4em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}

/*!
 * jQuery UI Tabs 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}

/*!
 * jQuery UI Tooltip 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}

/*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */.ui-widget{font-family:Arial,Helvetica,sans-serif}.ui-widget,.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:700}.ui-widget-header a{color:#333}.ui-button,.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,html .ui-button.ui-state-disabled:active,html .ui-button.ui-state-disabled:hover{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:400;color:#454545}.ui-button,.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button{color:#454545;text-decoration:none}.ui-button:focus,.ui-button:hover,.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #ccc;background:#ededed;font-weight:400;color:#2b2b2b}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,a.ui-button:focus,a.ui-button:hover{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px #5e9ed6}.ui-button.ui-state-active:hover,.ui-button:active,.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active{border:1px solid #003eff;background:#007fff;font-weight:400;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error-text,.ui-state-error a,.ui-widget-content .ui-state-error-text,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error-text,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;-ms-filter:"alpha(opacity=70)";font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;-ms-filter:"alpha(opacity=35)";background-image:none}.ui-state-disabled .ui-icon{-ms-filter:"alpha(opacity=35)"}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon,.ui-widget-header .ui-icon{background-image:url(/dist/f83a8b8886694eaef4505dd80af7a430.png)}.ui-button:focus .ui-icon,.ui-button:hover .ui-icon,.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(/dist/91b1966e761a8e0c0b83450f676e8fe4.png)}.ui-button:active .ui-icon,.ui-state-active .ui-icon{background-image:url(/dist/47d227801c1ad6c59d033bc151848c07.png)}.ui-button .ui-state-highlight.ui-icon,.ui-state-highlight .ui-icon{background-image:url(/dist/efbf84f0f6384f5c303ea15ebb299a08.png)}.ui-state-error-text .ui-icon,.ui-state-error .ui-icon{background-image:url(/dist/dd8125ead27254818e47e1a08814e83a.png)}.ui-button .ui-icon{background-image:url(/dist/5e7882c25f80ead21c4b7fa3d8e7c1a3.png)}.ui-icon-blank.ui-icon-blank.ui-icon-blank{background-image:none}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-first,.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-left-radius:3px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;-ms-filter:"alpha(opacity=30)"}.ui-widget-shadow{box-shadow:0 0 5px #666}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(right,rgba(0,0,0,.5),transparent);background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(left,rgba(0,0,0,.5),transparent);background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),transparent);background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(top,rgba(0,0,0,.5),transparent);background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:50%;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:opacity .3s;-o-transition:.3s opacity;transition:opacity .3s;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:top .2s,-webkit-transform .2s;-o-transition:.2s top,.2s -webkit-transform;transition:top .2s,-webkit-transform .2s;-o-transition:.2s transform,.2s top;-webkit-transition:transform .2s,top .2s;transition:transform .2s,top .2s;-webkit-transition:transform .2s,top .2s,-webkit-transform .2s;-o-transition:.2s transform,.2s top,.2s -webkit-transform;transition:transform .2s,top .2s,-webkit-transform .2s}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:left .2s,-webkit-transform .2s;-o-transition:.2s left,.2s -webkit-transform;transition:left .2s,-webkit-transform .2s;-o-transition:.2s transform,.2s left;-webkit-transition:transform .2s,left .2s;transition:transform .2s,left .2s;-webkit-transition:transform .2s,left .2s,-webkit-transform .2s;-o-transition:.2s transform,.2s left,.2s -webkit-transform;transition:transform .2s,left .2s,-webkit-transform .2s}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:right .2s,-webkit-transform .2s;-o-transition:.2s right,.2s -webkit-transform;transition:right .2s,-webkit-transform .2s;-o-transition:.2s transform,.2s right;-webkit-transition:transform .2s,right .2s;transition:transform .2s,right .2s;-webkit-transition:transform .2s,right .2s,-webkit-transform .2s;-o-transition:.2s transform,.2s right,.2s -webkit-transform;transition:transform .2s,right .2s,-webkit-transform .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:hsla(0,0%,100%,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12) infinite;animation:swiper-preloader-spin 1s steps(12) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")}@-webkit-keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}[class*=cal-cell]{float:left;margin-left:0;min-height:1px}.cal-row-fluid{width:100%}.cal-row-fluid:after,.cal-row-fluid:before{display:table;content:"";line-height:0}.cal-row-fluid:after{clear:both}.cal-row-fluid [class*=cal-cell]{display:block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:0}.cal-row-fluid .controls-row [class*=cal-cell]+[class*=cal-cell],.cal-row-fluid [class*=cal-cell]:first-child{margin-left:0}.cal-row-fluid .cal-cell7{width:100%}.cal-row-fluid .cal-cell6{width:85.71428571428571%}.cal-row-fluid .cal-cell5{width:71.42857142857142%}.cal-row-fluid .cal-cell4{width:57.14285714285714%}.cal-row-fluid .cal-cell3{width:42.857142857142854%}.cal-row-fluid .cal-cell2{width:28.57142857142857%}.cal-row-fluid .cal-offset7,.cal-row-fluid .cal-offset7:first-child,.cal-week-box .cal-offset7{margin-left:100%}.cal-row-fluid .cal-offset6,.cal-row-fluid .cal-offset6:first-child,.cal-week-box .cal-offset6{margin-left:85.71428571428571%}.cal-row-fluid .cal-offset5,.cal-row-fluid .cal-offset5:first-child,.cal-week-box .cal-offset5{margin-left:71.42857142857142%}.cal-row-fluid .cal-offset4,.cal-row-fluid .cal-offset4:first-child,.cal-week-box .cal-offset4{margin-left:57.14285714285714%}.cal-row-fluid .cal-offset3,.cal-row-fluid .cal-offset3:first-child,.cal-week-box .cal-offset3{margin-left:42.857142857142854%}.cal-row-fluid .cal-offset2,.cal-row-fluid .cal-offset2:first-child,.cal-week-box .cal-offset2{margin-left:28.57142857142857%}.cal-row-fluid .cal-offset1,.cal-row-fluid .cal-offset1:first-child,.cal-week-box .cal-offset1{margin-left:14.285714285714285%}.cal-row-fluid .cal-cell1{width:14.285714285714285%}.cal-row-fluid [class*=cal-cell].hide,[class*=cal-cell].hide{display:none}.cal-row-fluid [class*=cal-cell].pull-right,[class*=cal-cell].pull-right{float:right}.cal-row-head [class*=cal-cell],.cal-row-head [class*=cal-cell]:first-child{min-height:auto;overflow:hidden;text-overflow:ellipsis}.cal-events-num{margin-top:20px}.cal-month-day{position:relative;display:block;width:100%}#cal-week-box{width:70px;left:-71px;top:-1px;padding:8px 5px}#cal-day-tick,#cal-week-box{position:absolute;cursor:pointer}#cal-day-tick{right:50%;bottom:-21px;padding:0 5px;z-index:5;width:26px;margin-right:-17px}.cal-year-box #cal-day-tick{margin-right:-7px}#cal-slide-box{position:relative}#cal-slide-tick{position:absolute;width:16px;margin-left:-7px;height:9px;top:-1px;z-index:1}#cal-slide-tick.tick-month1{left:12.5%}#cal-slide-tick.tick-month2{left:37.5%}#cal-slide-tick.tick-month3{left:62.5%}#cal-slide-tick.tick-month4{left:87.5%}#cal-slide-tick.tick-day1{left:7.14285714285715%}#cal-slide-tick.tick-day2{left:21.42857142857143%}#cal-slide-tick.tick-day3{left:35.71428571428572%}#cal-slide-tick.tick-day4{left:50%}#cal-slide-tick.tick-day5{left:64.2857142857143%}#cal-slide-tick.tick-day6{left:78.57142857142858%}#cal-slide-tick.tick-day7{left:92.85714285714285%}.events-list{position:absolute;bottom:0;left:0;overflow:hidden}#cal-slide-content ul.unstyled{margin-bottom:0}.cal-week-box{position:relative}.cal-week-box [data-event-class]{white-space:nowrap;height:30px;margin:1px;line-height:30px;text-overflow:ellipsis;overflow:hidden;padding-left:10px}.cal-week-box .cal-column{position:absolute;height:100%;z-index:-1}.cal-week-box .arrow-after,.cal-week-box .arrow-before{position:relative}.cal-week-box .arrow-after:after{content:"";position:absolute;top:0;width:0;height:0;right:0;border-top:15px solid #fff;border-left:8px solid;border-bottom:15px solid #fff}.cal-week-box .arrow-before:before{content:"";position:absolute;top:0;width:0;height:0;left:1px;border-top:15px solid transparent;border-left:8px solid #fff;border-bottom:15px solid transparent}#cal-day-box{text-wrap:none}#cal-day-box .cal-day-hour-part{height:30px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border-bottom:thin dashed #e1e1e1}#cal-day-box .cal-day-hour .day-highlight{height:30px}#cal-day-box .cal-hours{font-weight:bolder}#cal-day-box .cal-day-hour:nth-child(odd){background-color:#fafafa}#cal-day-box #cal-day-panel{position:relative;padding-left:60px}#cal-day-box #cal-day-panel-hour{position:absolute;width:100%;margin-left:-60px}#cal-day-box .day-event{position:relative;max-width:200px;overflow:hidden}#cal-day-box .day-highlight{line-height:30px;padding-left:8px;padding-right:8px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:1px solid #c3c3c3;margin:1px;overflow:hidden;text-overflow:ellipsis}#cal-day-box .day-highlight.dh-event-important{border:1px solid #ad2121}#cal-day-box .day-highlight.dh-event-warning{border:1px solid #e3bc08}#cal-day-box .day-highlight.dh-event-info{border:1px solid #1e90ff}#cal-day-box .day-highlight.dh-event-inverse{border:1px solid #1b1b1b}#cal-day-box .day-highlight.dh-event-success{border:1px solid #006400}#cal-day-box .day-highlight.dh-event-special{background-color:#ffe6ff;border:1px solid purple}.event{width:12px;height:12px;margin-right:2px;margin-bottom:2px;-webkit-box-shadow:inset 0 0 5px 0 rgba(0,0,0,.4);box-shadow:inset 0 0 5px 0 rgba(0,0,0,.4);border-radius:8px;border:1px solid #fff}.event,.event-block{display:block;background-color:#c3c3c3}.event-block{width:20px;height:100%}.cal-event-list .event.pull-left{margin-top:3px}.event-important{background-color:#ad2121}.event-info{background-color:#1e90ff}.event-warning{background-color:#e3bc08}.event-inverse{background-color:#1b1b1b}.event-success{background-color:#006400}.event-special{background-color:purple}.day-highlight,.day-highlight:hover{background-color:#ddd}.day-highlight.dh-event-important,.day-highlight.dh-event-important:hover{background-color:#fae3e3}.day-highlight.dh-event-warning,.day-highlight.dh-event-warning:hover{background-color:#fdf1ba}.day-highlight.dh-event-info,.day-highlight.dh-event-info:hover{background-color:#d1e8ff}.day-highlight.dh-event-inverse,.day-highlight.dh-event-inverse:hover{background-color:#c1c1c1}.day-highlight.dh-event-success,.day-highlight.dh-event-success:hover{background-color:#caffca}.day-highlight.dh-event-special,.day-highlight.dh-event-special:hover{background-color:#ffe6ff}.cal-row-head [class*=cal-cell],.cal-row-head [class*=cal-cell]:first-child{font-weight:bolder;text-align:center;border:0 solid;padding:5px 0}.cal-row-head [class*=cal-cell] small{font-weight:400}.cal-row-fluid:hover,.cal-year-box .row-fluid:hover{background-color:#fafafa}.cal-month-day{height:100px}[class*=cal-cell]:hover{background-color:#ededed}.cal-month-box [class*=cal-cell],.cal-year-box [class*=span]{min-height:100px;border-right:1px solid #e1e1e1;position:relative}.cal-year-box [class*=span]{min-height:60px}.cal-month-box .cal-row-fluid [class*=cal-cell]:last-child,.cal-year-box .row-fluid [class*=span]:last-child{border-right:0}.cal-month-box .cal-row-fluid,.cal-year-box .row-fluid{border-bottom:1px solid #e1e1e1;margin-left:0;margin-right:0}.cal-month-box .cal-row-fluid:last-child,.cal-year-box .row-fluid:last-child{border-bottom:0}.cal-month-box,.cal-week-box,.cal-year-box{border:1px solid #e1e1e1;border-radius:2px}span[data-cal-date]{font-size:1.2em;font-weight:400;opacity:.5;cursor:pointer;transition:all .3s ease-in-out;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-ms-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;margin-top:15px;margin-right:15px}span[data-cal-date]:hover{opacity:1}.cal-day-outmonth span[data-cal-date]{opacity:.1;cursor:default}.cal-day-today{background-color:#e8fde7}.cal-day-today span[data-cal-date]{color:#006400}.cal-month-box .cal-day-today span[data-cal-date]{font-size:1.9em}.cal-day-holiday span[data-cal-date]{color:purple}.cal-day-weekend span[data-cal-date]{color:#8b0000}#cal-week-box{border:1px solid #e1e1e1;border-right:0;border-radius:5px 0 0 5px;background-color:#fafafa;text-align:right}#cal-day-tick{border:1px solid #e1e1e1;border-top:0 solid;border-radius:0 0 5px 5px;background-color:#ededed;text-align:center}#cal-slide-box{border-top:0 solid #8c8c8c}#cal-slide-content{padding:20px;color:#fff;background-image:url(/dist/d35f4a25085e37219faf015fad06baeb.png);-webkit-box-shadow:inset 0 0 15px 0 rgba(0,0,0,.5);box-shadow:inset 0 0 15px 0 rgba(0,0,0,.5)}#cal-slide-tick{background-image:url(/dist/3193899da9ff0f854a9e5cdc92b860b0.png)}#cal-slide-content:hover{background-color:transparent}#cal-slide-content a.event-item{color:#fff;font-weight:400;line-height:22px}.events-list{max-height:47px;padding-left:5px}.cal-column{border-left:1px solid #e1e1e1}a.cal-event-week{text-decoration:none;color:#151515}.badge-important{background-color:#b94a48}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,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}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}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-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret,.newContactForm .switch .dropup>.show-form-button>.caret,.newContactForm .switch .show-form-button>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:Glyphicons Halflings;src:url(/dist/fonts/glyphicons-halflings-regular.eot);src:url(/dist/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(/dist/fonts/glyphicons-halflings-regular.woff2) format("woff2"),url(/dist/fonts/glyphicons-halflings-regular.woff) format("woff"),url(/dist/fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(/dist/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")}.glyphicon{position:relative;top:1px;display:inline-block;font-family:Glyphicons Halflings;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"*"}.glyphicon-plus:before{content:"+"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20AC"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270F"}.glyphicon-glass:before{content:"\E001"}.glyphicon-music:before{content:"\E002"}.glyphicon-search:before{content:"\E003"}.glyphicon-heart:before{content:"\E005"}.glyphicon-star:before{content:"\E006"}.glyphicon-star-empty:before{content:"\E007"}.glyphicon-user:before{content:"\E008"}.glyphicon-film:before{content:"\E009"}.glyphicon-th-large:before{content:"\E010"}.glyphicon-th:before{content:"\E011"}.glyphicon-th-list:before{content:"\E012"}.glyphicon-ok:before{content:"\E013"}.glyphicon-remove:before{content:"\E014"}.glyphicon-zoom-in:before{content:"\E015"}.glyphicon-zoom-out:before{content:"\E016"}.glyphicon-off:before{content:"\E017"}.glyphicon-signal:before{content:"\E018"}.glyphicon-cog:before{content:"\E019"}.glyphicon-trash:before{content:"\E020"}.glyphicon-home:before{content:"\E021"}.glyphicon-file:before{content:"\E022"}.glyphicon-time:before{content:"\E023"}.glyphicon-road:before{content:"\E024"}.glyphicon-download-alt:before{content:"\E025"}.glyphicon-download:before{content:"\E026"}.glyphicon-upload:before{content:"\E027"}.glyphicon-inbox:before{content:"\E028"}.glyphicon-play-circle:before{content:"\E029"}.glyphicon-repeat:before{content:"\E030"}.glyphicon-refresh:before{content:"\E031"}.glyphicon-list-alt:before{content:"\E032"}.glyphicon-lock:before{content:"\E033"}.glyphicon-flag:before{content:"\E034"}.glyphicon-headphones:before{content:"\E035"}.glyphicon-volume-off:before{content:"\E036"}.glyphicon-volume-down:before{content:"\E037"}.glyphicon-volume-up:before{content:"\E038"}.glyphicon-qrcode:before{content:"\E039"}.glyphicon-barcode:before{content:"\E040"}.glyphicon-tag:before{content:"\E041"}.glyphicon-tags:before{content:"\E042"}.glyphicon-book:before{content:"\E043"}.glyphicon-bookmark:before{content:"\E044"}.glyphicon-print:before{content:"\E045"}.glyphicon-camera:before{content:"\E046"}.glyphicon-font:before{content:"\E047"}.glyphicon-bold:before{content:"\E048"}.glyphicon-italic:before{content:"\E049"}.glyphicon-text-height:before{content:"\E050"}.glyphicon-text-width:before{content:"\E051"}.glyphicon-align-left:before{content:"\E052"}.glyphicon-align-center:before{content:"\E053"}.glyphicon-align-right:before{content:"\E054"}.glyphicon-align-justify:before{content:"\E055"}.glyphicon-list:before{content:"\E056"}.glyphicon-indent-left:before{content:"\E057"}.glyphicon-indent-right:before{content:"\E058"}.glyphicon-facetime-video:before{content:"\E059"}.glyphicon-picture:before{content:"\E060"}.glyphicon-map-marker:before{content:"\E062"}.glyphicon-adjust:before{content:"\E063"}.glyphicon-tint:before{content:"\E064"}.glyphicon-edit:before{content:"\E065"}.glyphicon-share:before{content:"\E066"}.glyphicon-check:before{content:"\E067"}.glyphicon-move:before{content:"\E068"}.glyphicon-step-backward:before{content:"\E069"}.glyphicon-fast-backward:before{content:"\E070"}.glyphicon-backward:before{content:"\E071"}.glyphicon-play:before{content:"\E072"}.glyphicon-pause:before{content:"\E073"}.glyphicon-stop:before{content:"\E074"}.glyphicon-forward:before{content:"\E075"}.glyphicon-fast-forward:before{content:"\E076"}.glyphicon-step-forward:before{content:"\E077"}.glyphicon-eject:before{content:"\E078"}.glyphicon-chevron-left:before{content:"\E079"}.glyphicon-chevron-right:before{content:"\E080"}.glyphicon-plus-sign:before{content:"\E081"}.glyphicon-minus-sign:before{content:"\E082"}.glyphicon-remove-sign:before{content:"\E083"}.glyphicon-ok-sign:before{content:"\E084"}.glyphicon-question-sign:before{content:"\E085"}.glyphicon-info-sign:before{content:"\E086"}.glyphicon-screenshot:before{content:"\E087"}.glyphicon-remove-circle:before{content:"\E088"}.glyphicon-ok-circle:before{content:"\E089"}.glyphicon-ban-circle:before{content:"\E090"}.glyphicon-arrow-left:before{content:"\E091"}.glyphicon-arrow-right:before{content:"\E092"}.glyphicon-arrow-up:before{content:"\E093"}.glyphicon-arrow-down:before{content:"\E094"}.glyphicon-share-alt:before{content:"\E095"}.glyphicon-resize-full:before{content:"\E096"}.glyphicon-resize-small:before{content:"\E097"}.glyphicon-exclamation-sign:before{content:"\E101"}.glyphicon-gift:before{content:"\E102"}.glyphicon-leaf:before{content:"\E103"}.glyphicon-fire:before{content:"\E104"}.glyphicon-eye-open:before{content:"\E105"}.glyphicon-eye-close:before{content:"\E106"}.glyphicon-warning-sign:before{content:"\E107"}.glyphicon-plane:before{content:"\E108"}.glyphicon-calendar:before{content:"\E109"}.glyphicon-random:before{content:"\E110"}.glyphicon-comment:before{content:"\E111"}.glyphicon-magnet:before{content:"\E112"}.glyphicon-chevron-up:before{content:"\E113"}.glyphicon-chevron-down:before{content:"\E114"}.glyphicon-retweet:before{content:"\E115"}.glyphicon-shopping-cart:before{content:"\E116"}.glyphicon-folder-close:before{content:"\E117"}.glyphicon-folder-open:before{content:"\E118"}.glyphicon-resize-vertical:before{content:"\E119"}.glyphicon-resize-horizontal:before{content:"\E120"}.glyphicon-hdd:before{content:"\E121"}.glyphicon-bullhorn:before{content:"\E122"}.glyphicon-bell:before{content:"\E123"}.glyphicon-certificate:before{content:"\E124"}.glyphicon-thumbs-up:before{content:"\E125"}.glyphicon-thumbs-down:before{content:"\E126"}.glyphicon-hand-right:before{content:"\E127"}.glyphicon-hand-left:before{content:"\E128"}.glyphicon-hand-up:before{content:"\E129"}.glyphicon-hand-down:before{content:"\E130"}.glyphicon-circle-arrow-right:before{content:"\E131"}.glyphicon-circle-arrow-left:before{content:"\E132"}.glyphicon-circle-arrow-up:before{content:"\E133"}.glyphicon-circle-arrow-down:before{content:"\E134"}.glyphicon-globe:before{content:"\E135"}.glyphicon-wrench:before{content:"\E136"}.glyphicon-tasks:before{content:"\E137"}.glyphicon-filter:before{content:"\E138"}.glyphicon-briefcase:before{content:"\E139"}.glyphicon-fullscreen:before{content:"\E140"}.glyphicon-dashboard:before{content:"\E141"}.glyphicon-paperclip:before{content:"\E142"}.glyphicon-heart-empty:before{content:"\E143"}.glyphicon-link:before{content:"\E144"}.glyphicon-phone:before{content:"\E145"}.glyphicon-pushpin:before{content:"\E146"}.glyphicon-usd:before{content:"\E148"}.glyphicon-gbp:before{content:"\E149"}.glyphicon-sort:before{content:"\E150"}.glyphicon-sort-by-alphabet:before{content:"\E151"}.glyphicon-sort-by-alphabet-alt:before{content:"\E152"}.glyphicon-sort-by-order:before{content:"\E153"}.glyphicon-sort-by-order-alt:before{content:"\E154"}.glyphicon-sort-by-attributes:before{content:"\E155"}.glyphicon-sort-by-attributes-alt:before{content:"\E156"}.glyphicon-unchecked:before{content:"\E157"}.glyphicon-expand:before{content:"\E158"}.glyphicon-collapse-down:before{content:"\E159"}.glyphicon-collapse-up:before{content:"\E160"}.glyphicon-log-in:before{content:"\E161"}.glyphicon-flash:before{content:"\E162"}.glyphicon-log-out:before{content:"\E163"}.glyphicon-new-window:before{content:"\E164"}.glyphicon-record:before{content:"\E165"}.glyphicon-save:before{content:"\E166"}.glyphicon-open:before{content:"\E167"}.glyphicon-saved:before{content:"\E168"}.glyphicon-import:before{content:"\E169"}.glyphicon-export:before{content:"\E170"}.glyphicon-send:before{content:"\E171"}.glyphicon-floppy-disk:before{content:"\E172"}.glyphicon-floppy-saved:before{content:"\E173"}.glyphicon-floppy-remove:before{content:"\E174"}.glyphicon-floppy-save:before{content:"\E175"}.glyphicon-floppy-open:before{content:"\E176"}.glyphicon-credit-card:before{content:"\E177"}.glyphicon-transfer:before{content:"\E178"}.glyphicon-cutlery:before{content:"\E179"}.glyphicon-header:before{content:"\E180"}.glyphicon-compressed:before{content:"\E181"}.glyphicon-earphone:before{content:"\E182"}.glyphicon-phone-alt:before{content:"\E183"}.glyphicon-tower:before{content:"\E184"}.glyphicon-stats:before{content:"\E185"}.glyphicon-sd-video:before{content:"\E186"}.glyphicon-hd-video:before{content:"\E187"}.glyphicon-subtitles:before{content:"\E188"}.glyphicon-sound-stereo:before{content:"\E189"}.glyphicon-sound-dolby:before{content:"\E190"}.glyphicon-sound-5-1:before{content:"\E191"}.glyphicon-sound-6-1:before{content:"\E192"}.glyphicon-sound-7-1:before{content:"\E193"}.glyphicon-copyright-mark:before{content:"\E194"}.glyphicon-registration-mark:before{content:"\E195"}.glyphicon-cloud-download:before{content:"\E197"}.glyphicon-cloud-upload:before{content:"\E198"}.glyphicon-tree-conifer:before{content:"\E199"}.glyphicon-tree-deciduous:before{content:"\E200"}.glyphicon-cd:before{content:"\E201"}.glyphicon-save-file:before{content:"\E202"}.glyphicon-open-file:before{content:"\E203"}.glyphicon-level-up:before{content:"\E204"}.glyphicon-copy:before{content:"\E205"}.glyphicon-paste:before{content:"\E206"}.glyphicon-alert:before{content:"\E209"}.glyphicon-equalizer:before{content:"\E210"}.glyphicon-king:before{content:"\E211"}.glyphicon-queen:before{content:"\E212"}.glyphicon-pawn:before{content:"\E213"}.glyphicon-bishop:before{content:"\E214"}.glyphicon-knight:before{content:"\E215"}.glyphicon-baby-formula:before{content:"\E216"}.glyphicon-tent:before{content:"\26FA"}.glyphicon-blackboard:before{content:"\E218"}.glyphicon-bed:before{content:"\E219"}.glyphicon-apple:before{content:"\F8FF"}.glyphicon-erase:before{content:"\E221"}.glyphicon-hourglass:before{content:"\231B"}.glyphicon-lamp:before{content:"\E223"}.glyphicon-duplicate:before{content:"\E224"}.glyphicon-piggy-bank:before{content:"\E225"}.glyphicon-scissors:before{content:"\E226"}.glyphicon-bitcoin:before,.glyphicon-btc:before,.glyphicon-xbt:before{content:"\E227"}.glyphicon-jpy:before,.glyphicon-yen:before{content:"\A5"}.glyphicon-rub:before,.glyphicon-ruble:before{content:"\20BD"}.glyphicon-scale:before{content:"\E230"}.glyphicon-ice-lolly:before{content:"\E231"}.glyphicon-ice-lolly-tasted:before{content:"\E232"}.glyphicon-education:before{content:"\E233"}.glyphicon-option-horizontal:before{content:"\E234"}.glyphicon-option-vertical:before{content:"\E235"}.glyphicon-menu-hamburger:before{content:"\E236"}.glyphicon-modal-window:before{content:"\E237"}.glyphicon-oil:before{content:"\E238"}.glyphicon-grain:before{content:"\E239"}.glyphicon-sunglasses:before{content:"\E240"}.glyphicon-text-size:before{content:"\E241"}.glyphicon-text-color:before{content:"\E242"}.glyphicon-text-background:before{content:"\E243"}.glyphicon-object-align-top:before{content:"\E244"}.glyphicon-object-align-bottom:before{content:"\E245"}.glyphicon-object-align-horizontal:before{content:"\E246"}.glyphicon-object-align-left:before{content:"\E247"}.glyphicon-object-align-vertical:before{content:"\E248"}.glyphicon-object-align-right:before{content:"\E249"}.glyphicon-triangle-right:before{content:"\E250"}.glyphicon-triangle-left:before{content:"\E251"}.glyphicon-triangle-bottom:before{content:"\E252"}.glyphicon-triangle-top:before{content:"\E253"}.glyphicon-console:before{content:"\E254"}.glyphicon-superscript:before{content:"\E255"}.glyphicon-subscript:before{content:"\E256"}.glyphicon-menu-left:before{content:"\E257"}.glyphicon-menu-right:before{content:"\E258"}.glyphicon-menu-down:before{content:"\E259"}.glyphicon-menu-up:before{content:"\E260"}*,:after,:before{box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857;background-color:#fff;border:1px solid #ddd;border-radius:4px;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{background-color:#fcf8e3;padding:.2em}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.initialism,.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline{margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857}dt{font-weight:700}dd{margin-left:0}.dl-horizontal dd:after,.dl-horizontal dd:before{content:" ";display:table}.dl-horizontal dd:after{clear:both}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:"\2014   \A0"}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:""}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:"\A0   \2014"}address{margin-bottom:20px;font-style:normal;line-height:1.42857}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,Courier New,monospace}code{color:#c7254e;background-color:#f9f2f4;border-radius:4px}code,kbd{padding:2px 4px;font-size:90%}kbd{color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto}.container:after,.container:before{content:" ";display:table}.container:after{clear:both}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container-fluid:after,.container-fluid:before{content:" ";display:table}.container-fluid:after{clear:both}.row{margin-left:-15px;margin-right:-15px}.row:after,.row:before{content:" ";display:table}.row:after{clear:both}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-1{width:8.33333%}.col-xs-2{width:16.66667%}.col-xs-3{width:25%}.col-xs-4{width:33.33333%}.col-xs-5{width:41.66667%}.col-xs-6{width:50%}.col-xs-7{width:58.33333%}.col-xs-8{width:66.66667%}.col-xs-9{width:75%}.col-xs-10{width:83.33333%}.col-xs-11{width:91.66667%}.col-xs-12{width:100%}.col-xs-pull-0{right:auto}.col-xs-pull-1{right:8.33333%}.col-xs-pull-2{right:16.66667%}.col-xs-pull-3{right:25%}.col-xs-pull-4{right:33.33333%}.col-xs-pull-5{right:41.66667%}.col-xs-pull-6{right:50%}.col-xs-pull-7{right:58.33333%}.col-xs-pull-8{right:66.66667%}.col-xs-pull-9{right:75%}.col-xs-pull-10{right:83.33333%}.col-xs-pull-11{right:91.66667%}.col-xs-pull-12{right:100%}.col-xs-push-0{left:auto}.col-xs-push-1{left:8.33333%}.col-xs-push-2{left:16.66667%}.col-xs-push-3{left:25%}.col-xs-push-4{left:33.33333%}.col-xs-push-5{left:41.66667%}.col-xs-push-6{left:50%}.col-xs-push-7{left:58.33333%}.col-xs-push-8{left:66.66667%}.col-xs-push-9{left:75%}.col-xs-push-10{left:83.33333%}.col-xs-push-11{left:91.66667%}.col-xs-push-12{left:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.33333%}.col-xs-offset-2{margin-left:16.66667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33333%}.col-xs-offset-5{margin-left:41.66667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.33333%}.col-xs-offset-8{margin-left:66.66667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333%}.col-xs-offset-11{margin-left:91.66667%}.col-xs-offset-12{margin-left:100%}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-1{width:8.33333%}.col-sm-2{width:16.66667%}.col-sm-3{width:25%}.col-sm-4{width:33.33333%}.col-sm-5{width:41.66667%}.col-sm-6{width:50%}.col-sm-7{width:58.33333%}.col-sm-8{width:66.66667%}.col-sm-9{width:75%}.col-sm-10{width:83.33333%}.col-sm-11{width:91.66667%}.col-sm-12{width:100%}.col-sm-pull-0{right:auto}.col-sm-pull-1{right:8.33333%}.col-sm-pull-2{right:16.66667%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.33333%}.col-sm-pull-5{right:41.66667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.33333%}.col-sm-pull-8{right:66.66667%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.33333%}.col-sm-pull-11{right:91.66667%}.col-sm-pull-12{right:100%}.col-sm-push-0{left:auto}.col-sm-push-1{left:8.33333%}.col-sm-push-2{left:16.66667%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.33333%}.col-sm-push-5{left:41.66667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.33333%}.col-sm-push-8{left:66.66667%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.33333%}.col-sm-push-11{left:91.66667%}.col-sm-push-12{left:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.33333%}.col-sm-offset-2{margin-left:16.66667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333%}.col-sm-offset-5{margin-left:41.66667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333%}.col-sm-offset-8{margin-left:66.66667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333%}.col-sm-offset-11{margin-left:91.66667%}.col-sm-offset-12{margin-left:100%}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-1{width:8.33333%}.col-md-2{width:16.66667%}.col-md-3{width:25%}.col-md-4{width:33.33333%}.col-md-5{width:41.66667%}.col-md-6{width:50%}.col-md-7{width:58.33333%}.col-md-8{width:66.66667%}.col-md-9{width:75%}.col-md-10{width:83.33333%}.col-md-11{width:91.66667%}.col-md-12{width:100%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.33333%}.col-md-pull-2{right:16.66667%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.33333%}.col-md-pull-5{right:41.66667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.33333%}.col-md-pull-8{right:66.66667%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.33333%}.col-md-pull-11{right:91.66667%}.col-md-pull-12{right:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.33333%}.col-md-push-2{left:16.66667%}.col-md-push-3{left:25%}.col-md-push-4{left:33.33333%}.col-md-push-5{left:41.66667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.33333%}.col-md-push-8{left:66.66667%}.col-md-push-9{left:75%}.col-md-push-10{left:83.33333%}.col-md-push-11{left:91.66667%}.col-md-push-12{left:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.33333%}.col-md-offset-2{margin-left:16.66667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333%}.col-md-offset-5{margin-left:41.66667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333%}.col-md-offset-8{margin-left:66.66667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333%}.col-md-offset-11{margin-left:91.66667%}.col-md-offset-12{margin-left:100%}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-1{width:8.33333%}.col-lg-2{width:16.66667%}.col-lg-3{width:25%}.col-lg-4{width:33.33333%}.col-lg-5{width:41.66667%}.col-lg-6{width:50%}.col-lg-7{width:58.33333%}.col-lg-8{width:66.66667%}.col-lg-9{width:75%}.col-lg-10{width:83.33333%}.col-lg-11{width:91.66667%}.col-lg-12{width:100%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.33333%}.col-lg-pull-2{right:16.66667%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.33333%}.col-lg-pull-5{right:41.66667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.33333%}.col-lg-pull-8{right:66.66667%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.33333%}.col-lg-pull-11{right:91.66667%}.col-lg-pull-12{right:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.33333%}.col-lg-push-2{left:16.66667%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.33333%}.col-lg-push-5{left:41.66667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.33333%}.col-lg-push-8{left:66.66667%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.33333%}.col-lg-push-11{left:91.66667%}.col-lg-push-12{left:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.33333%}.col-lg-offset-2{margin-left:16.66667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333%}.col-lg-offset-5{margin-left:41.66667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333%}.col-lg-offset-8{margin-left:66.66667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333%}.col-lg-offset-11{margin-left:91.66667%}.col-lg-offset-12{margin-left:100%}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777}caption,th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:.01%}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{margin:0;min-width:0}fieldset,legend{padding:0;border:0}legend{display:block;width:100%;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{padding-top:7px}.form-control,output{display:block;font-size:14px;line-height:1.42857;color:#555}.form-control{width:100%;height:34px;padding:6px 12px;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control:focus{border-color:#66afe9;outline:0;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{border:0;background-color:transparent}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{line-height:34px}.input-group-sm>.input-group-btn>input.btn[type=date],.input-group-sm>.input-group-btn>input.btn[type=datetime-local],.input-group-sm>.input-group-btn>input.btn[type=month],.input-group-sm>.input-group-btn>input.btn[type=time],.input-group-sm>input.form-control[type=date],.input-group-sm>input.form-control[type=datetime-local],.input-group-sm>input.form-control[type=month],.input-group-sm>input.form-control[type=time],.input-group-sm>input.input-group-addon[type=date],.input-group-sm>input.input-group-addon[type=datetime-local],.input-group-sm>input.input-group-addon[type=month],.input-group-sm>input.input-group-addon[type=time],.input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],.newContactForm .switch .input-group-sm>.input-group-btn>input.show-form-button[type=date],.newContactForm .switch .input-group-sm>.input-group-btn>input.show-form-button[type=datetime-local],.newContactForm .switch .input-group-sm>.input-group-btn>input.show-form-button[type=month],.newContactForm .switch .input-group-sm>.input-group-btn>input.show-form-button[type=time],input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm{line-height:30px}.input-group-lg>.input-group-btn>input.btn[type=date],.input-group-lg>.input-group-btn>input.btn[type=datetime-local],.input-group-lg>.input-group-btn>input.btn[type=month],.input-group-lg>.input-group-btn>input.btn[type=time],.input-group-lg>input.form-control[type=date],.input-group-lg>input.form-control[type=datetime-local],.input-group-lg>input.form-control[type=month],.input-group-lg>input.form-control[type=time],.input-group-lg>input.input-group-addon[type=date],.input-group-lg>input.input-group-addon[type=datetime-local],.input-group-lg>input.input-group-addon[type=month],.input-group-lg>input.input-group-addon[type=time],.input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],.newContactForm .switch .input-group-lg>.input-group-btn>input.show-form-button[type=date],.newContactForm .switch .input-group-lg>.input-group-btn>input.show-form-button[type=datetime-local],.newContactForm .switch .input-group-lg>.input-group-btn>input.show-form-button[type=month],.newContactForm .switch .input-group-lg>.input-group-btn>input.show-form-button[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox-inline input[type=checkbox],.checkbox input[type=checkbox],.radio-inline input[type=radio],.radio input[type=radio]{position:absolute;margin-left:-20px;margin-top:4px\9}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}.checkbox-inline.disabled,.checkbox.disabled label,.radio-inline.disabled,.radio.disabled label,fieldset[disabled] .checkbox-inline,fieldset[disabled] .checkbox label,fieldset[disabled] .radio-inline,fieldset[disabled] .radio label,fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:34px}.form-control-static.input-lg,.form-control-static.input-sm,.input-group-lg>.form-control-static.form-control,.input-group-lg>.form-control-static.input-group-addon,.input-group-lg>.input-group-btn>.form-control-static.btn,.input-group-sm>.form-control-static.form-control,.input-group-sm>.form-control-static.input-group-addon,.input-group-sm>.input-group-btn>.form-control-static.btn,.newContactForm .switch .input-group-lg>.input-group-btn>.form-control-static.show-form-button,.newContactForm .switch .input-group-sm>.input-group-btn>.form-control-static.show-form-button{padding-left:0;padding-right:0}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn,.input-sm,.newContactForm .switch .input-group-sm>.input-group-btn>.show-form-button{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.input-group-sm>.input-group-btn>select.btn,.input-group-sm>select.form-control,.input-group-sm>select.input-group-addon,.newContactForm .switch .input-group-sm>.input-group-btn>select.show-form-button,select.input-sm{height:30px;line-height:30px}.input-group-sm>.input-group-btn>select.btn[multiple],.input-group-sm>.input-group-btn>textarea.btn,.input-group-sm>select.form-control[multiple],.input-group-sm>select.input-group-addon[multiple],.input-group-sm>textarea.form-control,.input-group-sm>textarea.input-group-addon,.newContactForm .switch .input-group-sm>.input-group-btn>select.show-form-button[multiple],.newContactForm .switch .input-group-sm>.input-group-btn>textarea.show-form-button,select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn,.input-lg,.newContactForm .switch .input-group-lg>.input-group-btn>.show-form-button{height:46px;padding:10px 16px;font-size:18px;line-height:1.33333;border-radius:6px}.input-group-lg>.input-group-btn>select.btn,.input-group-lg>select.form-control,.input-group-lg>select.input-group-addon,.newContactForm .switch .input-group-lg>.input-group-btn>select.show-form-button,select.input-lg{height:46px;line-height:46px}.input-group-lg>.input-group-btn>select.btn[multiple],.input-group-lg>.input-group-btn>textarea.btn,.input-group-lg>select.form-control[multiple],.input-group-lg>select.input-group-addon[multiple],.input-group-lg>textarea.form-control,.input-group-lg>textarea.input-group-addon,.newContactForm .switch .input-group-lg>.input-group-btn>select.show-form-button[multiple],.newContactForm .switch .input-group-lg>.input-group-btn>textarea.show-form-button,select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.33333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.33333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-group-lg>.form-control+.form-control-feedback,.input-group-lg>.input-group-addon+.form-control-feedback,.input-group-lg>.input-group-btn>.btn+.form-control-feedback,.input-lg+.form-control-feedback,.newContactForm .switch .input-group-lg>.input-group-btn>.show-form-button+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-group-sm>.form-control+.form-control-feedback,.input-group-sm>.input-group-addon+.form-control-feedback,.input-group-sm>.input-group-btn>.btn+.form-control-feedback,.input-sm+.form-control-feedback,.newContactForm .switch .input-group-sm>.input-group-btn>.show-form-button+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success.checkbox-inline label,.has-success.checkbox label,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.radio-inline label,.has-success.radio label{color:#3c763d}.has-success .form-control{border-color:#3c763d;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning.checkbox-inline label,.has-warning.checkbox label,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.radio-inline label,.has-warning.radio label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error.checkbox-inline label,.has-error.checkbox label,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.radio-inline label,.has-error.radio label{color:#a94442}.has-error .form-control{border-color:#a94442;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}.form-horizontal .form-group:after,.form-horizontal .form-group:before{content:" ";display:table}.form-horizontal .form-group:after{clear:both}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn,.newContactForm .switch .show-form-button{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus,.newContactForm .switch .active.focus.show-form-button,.newContactForm .switch .active.show-form-button:focus,.newContactForm .switch .focus.show-form-button,.newContactForm .switch .show-form-button:active.focus,.newContactForm .switch .show-form-button:active:focus,.newContactForm .switch .show-form-button:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover,.newContactForm .switch .focus.show-form-button,.newContactForm .switch .show-form-button:focus,.newContactForm .switch .show-form-button:hover{color:#333;text-decoration:none}.btn.active,.btn:active,.newContactForm .switch .active.show-form-button,.newContactForm .switch .show-form-button:active{outline:0;background-image:none;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],.newContactForm .switch .disabled.show-form-button,.newContactForm .switch .show-form-button[disabled],.newContactForm .switch fieldset[disabled] .show-form-button,fieldset[disabled] .btn,fieldset[disabled] .newContactForm .switch .show-form-button{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);box-shadow:none}.newContactForm .switch a.disabled.show-form-button,.newContactForm .switch fieldset[disabled] a.show-form-button,a.btn.disabled,fieldset[disabled] .newContactForm .switch a.show-form-button,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.btn-default:hover,.open>.btn-default.dropdown-toggle{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.btn-default.dropdown-toggle.focus,.open>.btn-default.dropdown-toggle:focus,.open>.btn-default.dropdown-toggle:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.btn-default.dropdown-toggle{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary,.newContactForm .switch .show-form-button{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus,.newContactForm .switch .focus.show-form-button,.newContactForm .switch .show-form-button:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary.active,.btn-primary:active,.btn-primary:hover,.newContactForm .switch .active.show-form-button,.newContactForm .switch .open>.dropdown-toggle.show-form-button,.newContactForm .switch .show-form-button:active,.newContactForm .switch .show-form-button:hover,.open>.btn-primary.dropdown-toggle{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.newContactForm .switch .active.focus.show-form-button,.newContactForm .switch .active.show-form-button:focus,.newContactForm .switch .active.show-form-button:hover,.newContactForm .switch .open>.dropdown-toggle.focus.show-form-button,.newContactForm .switch .open>.dropdown-toggle.show-form-button:focus,.newContactForm .switch .open>.dropdown-toggle.show-form-button:hover,.newContactForm .switch .show-form-button:active.focus,.newContactForm .switch .show-form-button:active:focus,.newContactForm .switch .show-form-button:active:hover,.open>.btn-primary.dropdown-toggle.focus,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.newContactForm .switch .active.show-form-button,.newContactForm .switch .open>.dropdown-toggle.show-form-button,.newContactForm .switch .show-form-button:active,.open>.btn-primary.dropdown-toggle{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,.newContactForm .switch .disabled.focus.show-form-button,.newContactForm .switch .disabled.show-form-button:focus,.newContactForm .switch .disabled.show-form-button:hover,.newContactForm .switch .show-form-button[disabled].focus,.newContactForm .switch .show-form-button[disabled]:focus,.newContactForm .switch .show-form-button[disabled]:hover,.newContactForm .switch fieldset[disabled] .focus.show-form-button,.newContactForm .switch fieldset[disabled] .show-form-button:focus,.newContactForm .switch fieldset[disabled] .show-form-button:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover,fieldset[disabled] .newContactForm .switch .focus.show-form-button,fieldset[disabled] .newContactForm .switch .show-form-button:focus,fieldset[disabled] .newContactForm .switch .show-form-button:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge,.newContactForm .switch .show-form-button .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success.active,.btn-success:active,.btn-success:hover,.open>.btn-success.dropdown-toggle{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.btn-success.dropdown-toggle.focus,.open>.btn-success.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.btn-success.dropdown-toggle{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info.active,.btn-info:active,.btn-info:hover,.open>.btn-info.dropdown-toggle{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.btn-info.dropdown-toggle.focus,.open>.btn-info.dropdown-toggle:focus,.open>.btn-info.dropdown-toggle:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.btn-info.dropdown-toggle{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.btn-warning:hover,.open>.btn-warning.dropdown-toggle{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.btn-warning.dropdown-toggle.focus,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.btn-warning.dropdown-toggle{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger.active,.btn-danger:active,.btn-danger:hover,.open>.btn-danger.dropdown-toggle{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.btn-danger.dropdown-toggle.focus,.open>.btn-danger.dropdown-toggle:focus,.open>.btn-danger.dropdown-toggle:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.btn-danger.dropdown-toggle{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#337ab7;font-weight:400;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg,.newContactForm .switch .btn-group-lg>.show-form-button{padding:10px 16px;font-size:18px;line-height:1.33333;border-radius:6px}.btn-group-sm>.btn,.btn-sm,.newContactForm .switch .btn-group-sm>.show-form-button{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs,.newContactForm .switch .btn-group-xs>.show-form-button{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;transition-property:height,visibility;transition-duration:.35s;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;outline:0;background-color:#337ab7}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn,.newContactForm .switch .btn-group-vertical>.show-form-button,.newContactForm .switch .btn-group>.show-form-button{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover,.newContactForm .switch .btn-group-vertical>.active.show-form-button,.newContactForm .switch .btn-group-vertical>.show-form-button:active,.newContactForm .switch .btn-group-vertical>.show-form-button:focus,.newContactForm .switch .btn-group-vertical>.show-form-button:hover,.newContactForm .switch .btn-group>.active.show-form-button,.newContactForm .switch .btn-group>.show-form-button:active,.newContactForm .switch .btn-group>.show-form-button:focus,.newContactForm .switch .btn-group>.show-form-button:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group .newContactForm .switch .btn+.show-form-button,.btn-group .newContactForm .switch .btn-group+.show-form-button,.btn-group .newContactForm .switch .show-form-button+.btn,.btn-group .newContactForm .switch .show-form-button+.btn-group,.btn-group .newContactForm .switch .show-form-button+.show-form-button,.newContactForm .switch .btn-group .btn+.show-form-button,.newContactForm .switch .btn-group .btn-group+.show-form-button,.newContactForm .switch .btn-group .show-form-button+.btn,.newContactForm .switch .btn-group .show-form-button+.btn-group,.newContactForm .switch .btn-group .show-form-button+.show-form-button{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar:after,.btn-toolbar:before{content:" ";display:table}.btn-toolbar:after{clear:both}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group,.btn-toolbar .newContactForm .switch .show-form-button,.newContactForm .switch .btn-toolbar .show-form-button{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group,.newContactForm .switch .btn-toolbar>.show-form-button{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),.newContactForm .switch .btn-group>.show-form-button:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child,.newContactForm .switch .btn-group>.show-form-button:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.newContactForm .switch .btn-group>.show-form-button:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child),.newContactForm .switch .btn-group>.show-form-button:last-child:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,.newContactForm .switch .btn-group>.btn-group:not(:first-child):not(:last-child)>.show-form-button{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle,.newContactForm .switch .btn-group>.btn-group:first-child:not(:last-child)>.show-form-button:last-child{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,.newContactForm .switch .btn-group>.btn-group:last-child:not(:first-child)>.show-form-button:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle,.newContactForm .switch .btn-group>.show-form-button+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group-lg.btn-group>.btn+.dropdown-toggle,.btn-group>.btn-lg+.dropdown-toggle,.newContactForm .switch .btn-group-lg.btn-group>.show-form-button+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{box-shadow:none}.btn .caret,.newContactForm .switch .show-form-button .caret{margin-left:0}.btn-group-lg>.btn .caret,.btn-lg .caret,.newContactForm .switch .btn-group-lg>.show-form-button .caret{border-width:5px 5px 0}.dropup .btn-group-lg>.btn .caret,.dropup .btn-lg .caret,.dropup .newContactForm .switch .btn-group-lg>.show-form-button .caret,.newContactForm .switch .dropup .btn-group-lg>.show-form-button .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn,.newContactForm .switch .btn-group-vertical>.btn-group>.show-form-button,.newContactForm .switch .btn-group-vertical>.show-form-button{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before{content:" ";display:table}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group>.btn,.newContactForm .switch .btn-group-vertical>.btn-group>.show-form-button{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group,.newContactForm .switch .btn-group-vertical>.btn+.show-form-button,.newContactForm .switch .btn-group-vertical>.btn-group+.show-form-button,.newContactForm .switch .btn-group-vertical>.show-form-button+.btn,.newContactForm .switch .btn-group-vertical>.show-form-button+.btn-group,.newContactForm .switch .btn-group-vertical>.show-form-button+.show-form-button{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child),.newContactForm .switch .btn-group-vertical>.show-form-button:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child),.newContactForm .switch .btn-group-vertical>.show-form-button:first-child:not(:last-child){border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child),.newContactForm .switch .btn-group-vertical>.show-form-button:last-child:not(:first-child){border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,.newContactForm .switch .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.show-form-button{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle,.newContactForm .switch .btn-group-vertical>.btn-group:first-child:not(:last-child)>.show-form-button:last-child{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child,.newContactForm .switch .btn-group-vertical>.btn-group:last-child:not(:first-child)>.show-form-button:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group,.newContactForm .switch .btn-group-justified>.show-form-button{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn,.btn-group-justified>.btn-group .newContactForm .switch .show-form-button,.newContactForm .switch .btn-group-justified>.btn-group .show-form-button{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}.newContactForm .switch [data-toggle=buttons]>.btn-group>.show-form-button input[type=checkbox],.newContactForm .switch [data-toggle=buttons]>.btn-group>.show-form-button input[type=radio],.newContactForm .switch [data-toggle=buttons]>.show-form-button input[type=checkbox],.newContactForm .switch [data-toggle=buttons]>.show-form-button input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio],[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn,.newContactForm .switch .input-group-sm>.input-group-btn>.input-group-addon.show-form-button{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn,.newContactForm .switch .input-group-lg>.input-group-btn>.input-group-addon.show-form-button{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group .form-control:first-child,.newContactForm .switch .input-group-btn:first-child>.btn-group>.show-form-button,.newContactForm .switch .input-group-btn:first-child>.show-form-button,.newContactForm .switch .input-group-btn:last-child>.btn-group:not(:last-child)>.show-form-button,.newContactForm .switch .input-group-btn:last-child>.show-form-button:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group .form-control:last-child,.newContactForm .switch .input-group-btn:first-child>.btn-group:not(:first-child)>.show-form-button,.newContactForm .switch .input-group-btn:first-child>.show-form-button:not(:first-child),.newContactForm .switch .input-group-btn:last-child>.btn-group>.show-form-button,.newContactForm .switch .input-group-btn:last-child>.show-form-button{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{font-size:0;white-space:nowrap}.input-group-btn,.input-group-btn>.btn,.newContactForm .switch .input-group-btn>.show-form-button{position:relative}.input-group-btn>.btn+.btn,.newContactForm .switch .input-group-btn>.btn+.show-form-button,.newContactForm .switch .input-group-btn>.show-form-button+.btn,.newContactForm .switch .input-group-btn>.show-form-button+.show-form-button{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover,.newContactForm .switch .input-group-btn>.show-form-button:active,.newContactForm .switch .input-group-btn>.show-form-button:focus,.newContactForm .switch .input-group-btn>.show-form-button:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group,.newContactForm .switch .input-group-btn:first-child>.show-form-button{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group,.newContactForm .switch .input-group-btn:last-child>.show-form-button{z-index:2;margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav:after,.nav:before{content:" ";display:table}.nav:after{clear:both}.nav>li,.nav>li>a{display:block}.nav>li>a{position:relative;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;background-color:#fff;border:1px solid;border-color:#ddd #ddd transparent;cursor:default}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified,.nav-tabs.nav-justified{width:100%}.nav-justified>li,.nav-tabs.nav-justified>li{float:none}.nav-justified>li>a,.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li,.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a,.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified,.nav-tabs.nav-justified{border-bottom:0}.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}.navbar:after,.navbar:before{content:" ";display:table}.navbar:after{clear:both}@media (min-width:768px){.navbar{border-radius:4px}}.navbar-header:after,.navbar-header:before{content:" ";display:table}.navbar-header:after{clear:both}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.1);-webkit-overflow-scrolling:touch}.navbar-collapse:after,.navbar-collapse:before{content:" ";display:table}.navbar-collapse:after{clear:both}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px;font-size:18px;line-height:20px;height:50px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container-fluid .navbar-brand,.navbar>.container .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.1),0 1px 0 hsla(0,0%,100%,.1);margin:8px -15px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.btn-group-sm>.navbar-btn.btn,.navbar-btn.btn-sm,.newContactForm .switch .btn-group-sm>.navbar-btn.show-form-button{margin-top:10px;margin-bottom:10px}.btn-group-xs>.navbar-btn.btn,.navbar-btn.btn-xs,.newContactForm .switch .btn-group-xs>.navbar-btn.show-form-button{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-nav>li>a,.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{background-color:#e7e7e7;color:#555}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#090909}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>li>a,.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#090909}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{background-color:#090909;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#090909}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#090909}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#090909}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\A0";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857;text-decoration:none;color:#337ab7;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;background-color:#337ab7;border-color:#337ab7;cursor:default}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.33333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager:after,.pager:before{content:" ";display:table}.pager:after{clear:both}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;background-color:#fff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label:empty{display:none}.btn .label,.newContactForm .switch .show-form-button .label{position:relative;top:-1px}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;color:#fff;line-height:1;vertical-align:middle;white-space:nowrap;text-align:center;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge,.newContactForm .switch .show-form-button .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge,.newContactForm .switch .btn-group-xs>.show-form-button .badge{top:0;padding:1px 5px}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;background-color:#eee}.jumbotron,.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container-fluid .jumbotron,.container .jumbotron{border-radius:6px;padding-left:15px;padding-right:15px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container-fluid .jumbotron,.container .jumbotron{padding-left:60px;padding-right:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857;background-color:#fff;border:1px solid #ddd;border-radius:4px;transition:border .2s ease-in-out}.thumbnail>img,.thumbnail a>img{display:block;max-width:100%;height:auto;margin-left:auto;margin-right:auto}.thumbnail .caption{padding:9px;color:#333}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@keyframes progress-bar-stripes{0%{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{zoom:1;overflow:hidden}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{text-decoration:none;color:#555;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{background-color:#eee;color:#777;cursor:not-allowed}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-body:after,.panel-body:before{content:" ";display:table}.panel-body:after{clear:both}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle,.panel-title{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.list-group+.panel-footer,.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table-responsive>.table caption,.panel>.table caption{padding-left:15px;padding-right:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal,.modal-open{overflow:hidden}.modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{transform:translateY(-25%);transition:transform .3s ease-out}.modal.in .modal-dialog{transform:translate(0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;box-shadow:0 3px 9px rgba(0,0,0,.5);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header:after,.modal-header:before{content:" ";display:table}.modal-header:after{clear:both}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer:after,.modal-footer:before{content:" ";display:table}.modal-footer:after{clear:both}.modal-footer .btn+.btn,.modal-footer .newContactForm .switch .btn+.show-form-button,.modal-footer .newContactForm .switch .show-form-button+.btn,.modal-footer .newContactForm .switch .show-form-button+.show-form-button,.newContactForm .switch .modal-footer .btn+.show-form-button,.newContactForm .switch .modal-footer .show-form-button+.btn,.newContactForm .switch .modal-footer .show-form-button+.show-form-button{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn,.modal-footer .btn-group .newContactForm .switch .btn+.show-form-button,.modal-footer .btn-group .newContactForm .switch .show-form-button+.btn,.modal-footer .btn-group .newContactForm .switch .show-form-button+.show-form-button,.newContactForm .switch .modal-footer .btn-group .btn+.show-form-button,.newContactForm .switch .modal-footer .btn-group .show-form-button+.btn,.newContactForm .switch .modal-footer .btn-group .show-form-button+.show-form-button{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.42857;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:12px;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px}.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow{bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{left:5px}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.42857;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:14px;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.carousel,.carousel-inner{position:relative}.carousel-inner{overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;transition:left .6s ease-in-out}.carousel-inner>.item>a>img,.carousel-inner>.item>img{display:block;max-width:100%;height:auto;line-height:1}@media (-webkit-transform-3d),(transform-3d){.carousel-inner>.item{transition:transform .6s ease-in-out;backface-visibility:hidden;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{transform:translate3d(100%,0,0);left:0}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{transform:translate3d(-100%,0,0);left:0}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{transform:translateZ(0);left:0}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:transparent}.carousel-control.left{background-image:linear-gradient(90deg,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001));background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:linear-gradient(90deg,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5));background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1)}.carousel-control:focus,.carousel-control:hover{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;margin-top:-10px;z-index:5;display:inline-block}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;line-height:1;font-family:serif}.carousel-control .icon-prev:before{content:"\2039"}.carousel-control .icon-next:before{content:"\203A"}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000\9;background-color:transparent}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn,.carousel-caption .newContactForm .switch .show-form-button,.newContactForm .switch .carousel-caption .show-form-button{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}.flex-row,.row.flex-row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.flex-row:after,.flex-row:before,.row.flex-row:after,.row.flex-row:before{content:unset;display:none}.flex-row .col-lg-1,.flex-row .col-lg-2,.flex-row .col-lg-3,.flex-row .col-lg-4,.flex-row .col-lg-5,.flex-row .col-lg-6,.flex-row .col-lg-7,.flex-row .col-lg-8,.flex-row .col-lg-9,.flex-row .col-lg-10,.flex-row .col-lg-11,.flex-row .col-lg-12,.flex-row .col-md-1,.flex-row .col-md-2,.flex-row .col-md-3,.flex-row .col-md-4,.flex-row .col-md-5,.flex-row .col-md-6,.flex-row .col-md-7,.flex-row .col-md-8,.flex-row .col-md-9,.flex-row .col-md-10,.flex-row .col-md-11,.flex-row .col-md-12,.flex-row .col-sm-1,.flex-row .col-sm-2,.flex-row .col-sm-3,.flex-row .col-sm-4,.flex-row .col-sm-5,.flex-row .col-sm-6,.flex-row .col-sm-7,.flex-row .col-sm-8,.flex-row .col-sm-9,.flex-row .col-sm-10,.flex-row .col-sm-11,.flex-row .col-sm-12,.flex-row .col-xs-1,.flex-row .col-xs-2,.flex-row .col-xs-3,.flex-row .col-xs-4,.flex-row .col-xs-5,.flex-row .col-xs-6,.flex-row .col-xs-7,.flex-row .col-xs-8,.flex-row .col-xs-9,.flex-row .col-xs-10,.flex-row .col-xs-11,.flex-row .col-xs-12,.row.flex-row .col-lg-1,.row.flex-row .col-lg-2,.row.flex-row .col-lg-3,.row.flex-row .col-lg-4,.row.flex-row .col-lg-5,.row.flex-row .col-lg-6,.row.flex-row .col-lg-7,.row.flex-row .col-lg-8,.row.flex-row .col-lg-9,.row.flex-row .col-lg-10,.row.flex-row .col-lg-11,.row.flex-row .col-lg-12,.row.flex-row .col-md-1,.row.flex-row .col-md-2,.row.flex-row .col-md-3,.row.flex-row .col-md-4,.row.flex-row .col-md-5,.row.flex-row .col-md-6,.row.flex-row .col-md-7,.row.flex-row .col-md-8,.row.flex-row .col-md-9,.row.flex-row .col-md-10,.row.flex-row .col-md-11,.row.flex-row .col-md-12,.row.flex-row .col-sm-1,.row.flex-row .col-sm-2,.row.flex-row .col-sm-3,.row.flex-row .col-sm-4,.row.flex-row .col-sm-5,.row.flex-row .col-sm-6,.row.flex-row .col-sm-7,.row.flex-row .col-sm-8,.row.flex-row .col-sm-9,.row.flex-row .col-sm-10,.row.flex-row .col-sm-11,.row.flex-row .col-sm-12,.row.flex-row .col-xs-1,.row.flex-row .col-xs-2,.row.flex-row .col-xs-3,.row.flex-row .col-xs-4,.row.flex-row .col-xs-5,.row.flex-row .col-xs-6,.row.flex-row .col-xs-7,.row.flex-row .col-xs-8,.row.flex-row .col-xs-9,.row.flex-row .col-xs-10,.row.flex-row .col-xs-11,.row.flex-row .col-xs-12{float:none}.flex-row .col-xs,.row.flex-row .col-xs{position:relative;min-height:1px;padding-left:15px;padding-right:15px;flex:0 0 auto;max-width:100%}.flex-row .col-xs-1,.row.flex-row .col-xs-1{width:8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.flex-row .col-xs-2,.row.flex-row .col-xs-2{width:16.666666%;flex:0 0 16.666666%;max-width:16.666666%}.flex-row .col-xs-3,.row.flex-row .col-xs-3{width:25%;flex:0 0 25%;max-width:25%}.flex-row .col-xs-4,.row.flex-row .col-xs-4{width:33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.flex-row .col-xs-5,.row.flex-row .col-xs-5{width:41.666666%;flex:0 0 41.666666%;max-width:41.666666%}.flex-row .col-xs-6,.row.flex-row .col-xs-6{width:50%;flex:0 0 50%;max-width:50%}.flex-row .col-xs-7,.row.flex-row .col-xs-7{width:58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.flex-row .col-xs-8,.row.flex-row .col-xs-8{width:66.666666%;flex:0 0 66.666666%;max-width:66.666666%}.flex-row .col-xs-9,.row.flex-row .col-xs-9{width:75%;flex:0 0 75%;max-width:75%}.flex-row .col-xs-10,.row.flex-row .col-xs-10{width:83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.flex-row .col-xs-11,.row.flex-row .col-xs-11{width:91.666666%;flex:0 0 91.666666%;max-width:91.666666%}.flex-row .col-xs-12,.row.flex-row .col-xs-12{width:100%;flex:0 0 100%;max-width:100%}@media (min-width:550px){.flex-row .col-xs-1,.row.flex-row .col-xs-1{width:8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.flex-row .col-xs-2,.row.flex-row .col-xs-2{width:16.666666%;flex:0 0 16.666666%;max-width:16.666666%}.flex-row .col-xs-3,.row.flex-row .col-xs-3{width:25%;flex:0 0 25%;max-width:25%}.flex-row .col-xs-4,.row.flex-row .col-xs-4{width:33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.flex-row .col-xs-5,.row.flex-row .col-xs-5{width:41.666666%;flex:0 0 41.666666%;max-width:41.666666%}.flex-row .col-xs-6,.row.flex-row .col-xs-6{width:50%;flex:0 0 50%;max-width:50%}.flex-row .col-xs-7,.row.flex-row .col-xs-7{width:58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.flex-row .col-xs-8,.row.flex-row .col-xs-8{width:66.666666%;flex:0 0 66.666666%;max-width:66.666666%}.flex-row .col-xs-9,.row.flex-row .col-xs-9{width:75%;flex:0 0 75%;max-width:75%}.flex-row .col-xs-10,.row.flex-row .col-xs-10{width:83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.flex-row .col-xs-11,.row.flex-row .col-xs-11{width:91.666666%;flex:0 0 91.666666%;max-width:91.666666%}.flex-row .col-xs-12,.row.flex-row .col-xs-12{width:100%;flex:0 0 100%;max-width:100%}}@media (min-width:768px){.flex-row .col-sm,.row.flex-row .col-sm{position:relative;min-height:1px;padding-left:15px;padding-right:15px;flex:0 0 auto;max-width:100%}.flex-row .col-sm-1,.row.flex-row .col-sm-1{width:8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.flex-row .col-sm-2,.row.flex-row .col-sm-2{width:16.666666%;flex:0 0 16.666666%;max-width:16.666666%}.flex-row .col-sm-3,.row.flex-row .col-sm-3{width:25%;flex:0 0 25%;max-width:25%}.flex-row .col-sm-4,.row.flex-row .col-sm-4{width:33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.flex-row .col-sm-5,.row.flex-row .col-sm-5{width:41.666666%;flex:0 0 41.666666%;max-width:41.666666%}.flex-row .col-sm-6,.row.flex-row .col-sm-6{width:50%;flex:0 0 50%;max-width:50%}.flex-row .col-sm-7,.row.flex-row .col-sm-7{width:58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.flex-row .col-sm-8,.row.flex-row .col-sm-8{width:66.666666%;flex:0 0 66.666666%;max-width:66.666666%}.flex-row .col-sm-9,.row.flex-row .col-sm-9{width:75%;flex:0 0 75%;max-width:75%}.flex-row .col-sm-10,.row.flex-row .col-sm-10{width:83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.flex-row .col-sm-11,.row.flex-row .col-sm-11{width:91.666666%;flex:0 0 91.666666%;max-width:91.666666%}.flex-row .col-sm-12,.row.flex-row .col-sm-12{width:100%;flex:0 0 100%;max-width:100%}}@media (min-width:991px){.flex-row .col-md,.row.flex-row .col-md{position:relative;min-height:1px;padding-left:15px;padding-right:15px;flex:0 0 auto;max-width:100%}.flex-row .col-md-1,.row.flex-row .col-md-1{width:8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.flex-row .col-md-2,.row.flex-row .col-md-2{width:16.666666%;flex:0 0 16.666666%;max-width:16.666666%}.flex-row .col-md-3,.row.flex-row .col-md-3{width:25%;flex:0 0 25%;max-width:25%}.flex-row .col-md-4,.row.flex-row .col-md-4{width:33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.flex-row .col-md-5,.row.flex-row .col-md-5{width:41.666666%;flex:0 0 41.666666%;max-width:41.666666%}.flex-row .col-md-6,.row.flex-row .col-md-6{width:50%;flex:0 0 50%;max-width:50%}.flex-row .col-md-7,.row.flex-row .col-md-7{width:58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.flex-row .col-md-8,.row.flex-row .col-md-8{width:66.666666%;flex:0 0 66.666666%;max-width:66.666666%}.flex-row .col-md-9,.row.flex-row .col-md-9{width:75%;flex:0 0 75%;max-width:75%}.flex-row .col-md-10,.row.flex-row .col-md-10{width:83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.flex-row .col-md-11,.row.flex-row .col-md-11{width:91.666666%;flex:0 0 91.666666%;max-width:91.666666%}.flex-row .col-md-12,.row.flex-row .col-md-12{width:100%;flex:0 0 100%;max-width:100%}}@media (min-width:1200px){.flex-row .col-lg,.row.flex-row .col-lg{position:relative;min-height:1px;padding-left:15px;padding-right:15px;flex:0 0 auto;max-width:100%}.flex-row .col-lg-1,.row.flex-row .col-lg-1{width:8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.flex-row .col-lg-2,.row.flex-row .col-lg-2{width:16.666666%;flex:0 0 16.666666%;max-width:16.666666%}.flex-row .col-lg-3,.row.flex-row .col-lg-3{width:25%;flex:0 0 25%;max-width:25%}.flex-row .col-lg-4,.row.flex-row .col-lg-4{width:33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.flex-row .col-lg-5,.row.flex-row .col-lg-5{width:41.666666%;flex:0 0 41.666666%;max-width:41.666666%}.flex-row .col-lg-6,.row.flex-row .col-lg-6{width:50%;flex:0 0 50%;max-width:50%}.flex-row .col-lg-7,.row.flex-row .col-lg-7{width:58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.flex-row .col-lg-8,.row.flex-row .col-lg-8{width:66.666666%;flex:0 0 66.666666%;max-width:66.666666%}.flex-row .col-lg-9,.row.flex-row .col-lg-9{width:75%;flex:0 0 75%;max-width:75%}.flex-row .col-lg-10,.row.flex-row .col-lg-10{width:83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.flex-row .col-lg-11,.row.flex-row .col-lg-11{width:91.666666%;flex:0 0 91.666666%;max-width:91.666666%}.flex-row .col-lg-12,.row.flex-row .col-lg-12{width:100%;flex:0 0 100%;max-width:100%}}@media (min-width:1600px){.flex-row .col-xl,.row.flex-row .col-xl{position:relative;min-height:1px;padding-left:15px;padding-right:15px;flex:0 0 auto;max-width:100%}.flex-row .col-xl-1,.row.flex-row .col-xl-1{width:8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.flex-row .col-xl-2,.row.flex-row .col-xl-2{width:16.666666%;flex:0 0 16.666666%;max-width:16.666666%}.flex-row .col-xl-3,.row.flex-row .col-xl-3{width:25%;flex:0 0 25%;max-width:25%}.flex-row .col-xl-4,.row.flex-row .col-xl-4{width:33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.flex-row .col-xl-5,.row.flex-row .col-xl-5{width:41.666666%;flex:0 0 41.666666%;max-width:41.666666%}.flex-row .col-xl-6,.row.flex-row .col-xl-6{width:50%;flex:0 0 50%;max-width:50%}.flex-row .col-xl-7,.row.flex-row .col-xl-7{width:58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.flex-row .col-xl-8,.row.flex-row .col-xl-8{width:66.666666%;flex:0 0 66.666666%;max-width:66.666666%}.flex-row .col-xl-9,.row.flex-row .col-xl-9{width:75%;flex:0 0 75%;max-width:75%}.flex-row .col-xl-10,.row.flex-row .col-xl-10{width:83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.flex-row .col-xl-11,.row.flex-row .col-xl-11{width:91.666666%;flex:0 0 91.666666%;max-width:91.666666%}.flex-row .col-xl-12,.row.flex-row .col-xl-12{width:100%;flex:0 0 100%;max-width:100%}}.min-25-vh{min-height:25vh}.min-50-vh{min-height:50vh}.min-75-vh{min-height:75vh}.min-100-vh{min-height:100vh}.align-self-center{align-self:center}.align-self-start{align-self:flex-start}.align-self-end{align-self:flex-end}.align-items-center{align-items:center}.align-items-start{align-items:flex-start}.align-items-end{align-items:flex-end}.align-content-center{align-content:center}.align-content-start{align-content:flex-start}.align-content-end{align-content:flex-end}.justify-self-center{justify-self:center}.justify-self-start{justify-self:flex-start}.justify-self-end{justify-self:flex-end}.justify-items-center{justify-items:center}.justify-items-start{justify-items:flex-start}.justify-items-end{justify-items:flex-end}.justify-content-center{justify-content:center}.justify-content-start{justify-content:flex-start}.justify-content-end{justify-content:flex-end}.d-flex{display:flex}.flex-wrap{flex-wrap:wrap}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.img-fluid{max-width:100%;height:auto}.d-none{display:none!important}.d-block{display:block!important}@media (min-width:550px){.d-xs-flex{display:flex!important}.d-xs-block{display:block!important}.d-xs-none{display:none!important}}@media (min-width:768px){.d-sm-flex{display:flex!important}.d-sm-block{display:block!important}.d-sm-none{display:none!important}}@media (min-width:991px){.d-md-flex{display:flex!important}.d-md-block{display:block!important}.d-md-none{display:none!important}}@media (min-width:1200px){.d-lg-flex{display:flex!important}.d-lg-block{display:block!important}.d-lg-none{display:none!important}}@media (min-width:1600px){.d-xl-flex{display:flex!important}.d-xl-block{display:block!important}.d-xl-none{display:none!important}}@media (min-width:991px){.no-padding-both-desktop,.no-padding-left-desktop{padding-left:0}}@media (max-width:990px){.no-padding-both-mobile,.no-padding-left-mobile{padding-left:0}}@media (min-width:991px){.no-padding-both-desktop,.no-padding-right-desktop{padding-right:0}}@media (max-width:990px){.no-padding-both-mobile,.no-padding-right-mobile{padding-right:0}}.negative-margins{margin-left:-15px;margin-right:-15px}.no-margins{margin-left:0!important;margin-right:0!important}@font-face{font-family:allicons;src:url(/dist/fonts/allicons.eot);src:url(/dist/fonts/allicons.eot#iefix) format("embedded-opentype"),url(/dist/fonts/allicons.woff) format("woff"),url(/dist/fonts/allicons.ttf) format("truetype"),url(/dist/fonts/allicons.svg#allicons) format("svg");font-weight:400;font-style:normal}[class*=" icon-"]:before,[class^=icon-]:before{font-family:allicons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.icon-crown:before{content:"\E800"}.icon-users:before{content:"\E801"}.icon-female:before{content:"\E802"}.icon-child:before{content:"\E803"}.icon-male:before{content:"\E804"}.icon-heart:before{content:"\E805"}.icon-heart-empty:before{content:"\E806"}.icon-eye:before{content:"\E807"}.icon-globe:before{content:"\E808"}.icon-sun:before{content:"\E809"}.icon-cloud:before{content:"\E80A"}.icon-umbrella:before{content:"\E80B"}.icon-flash:before{content:"\E80C"}.icon-gift:before{content:"\E80D"}.icon-truck:before{content:"\E80E"}.icon-graduation-cap:before{content:"\E80F"}.icon-wheelchair:before{content:"\E810"}.icon-food:before{content:"\E811"}.icon-ambulance:before{content:"\E812"}.icon-medkit:before{content:"\E813"}.icon-tree:before{content:"\E814"}.icon-paw:before{content:"\E815"}.icon-heart-1:before{content:"\E816"}.icon-heart-empty-1:before{content:"\E817"}.icon-flag:before{content:"\E818"}.icon-eye-1:before{content:"\E819"}.icon-skiing:before{content:"\E81A"}.icon-school:before{content:"\E81B"}.icon-religious-jewish:before{content:"\E81C"}.icon-religious-islam:before{content:"\E81D"}.icon-religious-christian:before{content:"\E81E"}.icon-tree-2:before{content:"\E81F"}.icon-tree-1:before{content:"\E820"}.icon-pitch:before{content:"\E821"}.icon-town-hall:before{content:"\E822"}.icon-college:before{content:"\E823"}.icon-gift-1:before{content:"\E824"}.icon-book:before{content:"\E825"}.icon-giraffe:before{content:"\E826"}.icon-garden:before{content:"\E827"}.icon-art-gallery:before{content:"\E828"}.icon-embassy:before{content:"\E829"}.icon-bicycle:before{content:"\E82A"}.icon-swimming:before{content:"\E82B"}.icon-restaurant:before{content:"\E82C"}.icon-cinema:before{content:"\E82D"}.icon-music:before{content:"\E82E"}.icon-leaf:before{content:"\E82F"}.icon-palette:before{content:"\E830"}.icon-graduation-cap-1:before{content:"\E831"}.icon-user-md:before{content:"\E832"}.icon-stethoscope:before{content:"\E833"}.icon-money:before{content:"\E834"}.icon-magnet:before{content:"\E835"}.icon-beaker:before{content:"\E836"}.icon-recycle:before{content:"\E837"}.icon-lifebuoy:before{content:"\E838"}.icon-book-1:before{content:"\E839"}.icon-brush:before{content:"\E83A"}.icon-magnet-1:before{content:"\E83B"}.icon-mouse:before{content:"\E83C"}.icon-vector-pencil:before{content:"\E83D"}.icon-globe-1:before{content:"\E83E"}.icon-fuel:before{content:"\E83F"}.icon-ferry:before{content:"\E840"}.icon-heliport:before{content:"\E841"}.icon-lemon:before{content:"\E800"}.icon-blank:before{content:"\E801"}.icon-youtube-play:before{content:"\E802"}.icon-pin:before{content:"\E803"}.icon-glass:before{content:"\E804"}.icon-search:before{content:"\E805"}.icon-mail:before{content:"\E806"}.icon-mail-alt:before{content:"\E807"}.icon-music:before{content:"\E808"}.icon-th-large:before{content:"\E809"}.icon-th-list:before{content:"\E80A"}.icon-heart:before{content:"\E80B"}.icon-heart-empty:before{content:"\E80C"}.icon-star:before{content:"\E80D"}.icon-user:before{content:"\E80E"}.icon-users:before{content:"\E80F"}.icon-star-empty:before{content:"\E810"}.icon-star-half:before{content:"\E811"}.icon-video:before{content:"\E812"}.icon-videocam:before{content:"\E813"}.icon-picture:before{content:"\E814"}.icon-camera:before{content:"\E815"}.icon-camera-alt:before{content:"\E816"}.icon-help-circled:before{content:"\E817"}.icon-help:before{content:"\E818"}.icon-minus-squared-alt:before{content:"\E819"}.icon-minus-squared:before{content:"\E81A"}.icon-minus-circled:before{content:"\E81B"}.icon-minus:before{content:"\E81C"}.icon-plus-squared-alt:before{content:"\E81D"}.icon-plus-squared:before{content:"\E81E"}.icon-plus-circled:before{content:"\E81F"}.icon-plus:before{content:"\E820"}.icon-cancel-circled2:before{content:"\E821"}.icon-cancel-circled:before{content:"\E822"}.icon-cancel:before{content:"\E823"}.icon-ok-squared:before{content:"\E824"}.icon-ok-circled2:before{content:"\E825"}.icon-ok-circled:before{content:"\E826"}.icon-ok:before{content:"\E827"}.icon-star-half-alt:before{content:"\E828"}.icon-home:before{content:"\E829"}.icon-th:before{content:"\E82A"}.icon-male:before{content:"\E82B"}.icon-info-circled:before{content:"\E82C"}.icon-info:before{content:"\E82D"}.icon-link:before{content:"\E82E"}.icon-unlink:before{content:"\E82F"}.icon-link-ext:before{content:"\E830"}.icon-link-ext-alt:before{content:"\E831"}.icon-attach:before{content:"\E832"}.icon-lock:before{content:"\E833"}.icon-lock-open:before{content:"\E834"}.icon-lock-open-alt:before{content:"\E835"}.icon-female:before{content:"\E836"}.icon-eye:before{content:"\E837"}.icon-eye-off:before{content:"\E838"}.icon-tag:before{content:"\E839"}.icon-tags:before{content:"\E83A"}.icon-bookmark:before{content:"\E83B"}.icon-bookmark-empty:before{content:"\E83C"}.icon-flag:before{content:"\E83D"}.icon-flag-empty:before{content:"\E83E"}.icon-flag-checkered:before{content:"\E83F"}.icon-print:before{content:"\E840"}.icon-retweet:before{content:"\E841"}.icon-thumbs-up:before{content:"\E842"}.icon-thumbs-down:before{content:"\E843"}.icon-thumbs-up-alt:before{content:"\E844"}.icon-thumbs-down-alt:before{content:"\E845"}.icon-download:before{content:"\E846"}.icon-upload:before{content:"\E847"}.icon-download-cloud:before{content:"\E848"}.icon-upload-cloud:before{content:"\E849"}.icon-reply:before{content:"\E84A"}.icon-reply-all:before{content:"\E84B"}.icon-forward:before{content:"\E84C"}.icon-quote-left:before{content:"\E84D"}.icon-quote-right:before{content:"\E84E"}.icon-code:before{content:"\E84F"}.icon-export:before{content:"\E850"}.icon-export-alt:before{content:"\E851"}.icon-pencil:before{content:"\E852"}.icon-pencil-squared:before{content:"\E853"}.icon-edit:before{content:"\E854"}.icon-doc-text:before{content:"\E855"}.icon-docs:before{content:"\E856"}.icon-logout:before{content:"\E857"}.icon-login:before{content:"\E858"}.icon-doc:before{content:"\E859"}.icon-trash:before{content:"\E85A"}.icon-compass:before{content:"\E85B"}.icon-direction:before{content:"\E85C"}.icon-location:before{content:"\E85D"}.icon-attention-circled:before{content:"\E85E"}.icon-attention:before{content:"\E85F"}.icon-attention-alt:before{content:"\E860"}.icon-youtube-squared:before{content:"\E861"}.icon-youtube:before{content:"\E862"}.icon-android:before{content:"\E863"}.icon-apple:before{content:"\E864"}.icon-dropbox:before{content:"\E865"}.icon-instagramm:before{content:"\E866"}.icon-linkedin-squared:before{content:"\E867"}.icon-beaker:before{content:"\E868"}.icon-linkedin:before{content:"\E869"}.icon-maxcdn:before{content:"\E86A"}.icon-pagelines:before{content:"\E86B"}.icon-pinterest-circled:before{content:"\E86C"}.icon-pinterest-squared:before{content:"\E86D"}.icon-renren:before{content:"\E86E"}.icon-skype:before{content:"\E86F"}.icon-stackexchange:before{content:"\E870"}.icon-floppy:before{content:"\E871"}.icon-ajust:before{content:"\E872"}.icon-vimeo-squared:before{content:"\E873"}.icon-twitter:before{content:"\E874"}.icon-twitter-squared:before{content:"\E875"}.icon-tumblr-squared:before{content:"\E876"}.icon-tumblr:before{content:"\E877"}.icon-folder:before{content:"\E878"}.icon-folder-open:before{content:"\E879"}.icon-folder-empty:before{content:"\E87A"}.icon-gplus:before{content:"\E87B"}.icon-gplus-squared:before{content:"\E87C"}.icon-gittip:before{content:"\E87D"}.icon-rss:before{content:"\E87E"}.icon-comment-empty:before{content:"\E87F"}.icon-chat-empty:before{content:"\E880"}.icon-foursquare:before{content:"\E881"}.icon-flickr:before{content:"\E882"}.icon-facebook-squared:before{content:"\E883"}.icon-facebook:before{content:"\E884"}.icon-bell:before{content:"\E885"}.icon-dribbble:before{content:"\E886"}.icon-bell-alt:before{content:"\E887"}.icon-cog-alt:before{content:"\E888"}.icon-wrench:before{content:"\E889"}.icon-basket:before{content:"\E88A"}.icon-globe:before{content:"\E88B"}.icon-sun:before{content:"\E88C"}.icon-wheelchair:before{content:"\E88D"}.icon-coffee:before{content:"\E88E"}.icon-cloud:before{content:"\E88F"}.icon-beer:before{content:"\E890"}.icon-user-md:before{content:"\E891"}.icon-stethoscope:before{content:"\E892"}.icon-ambulance:before{content:"\E893"}.icon-medkit:before{content:"\E894"}.icon-h-sigh:before{content:"\E895"}.icon-hospital:before{content:"\E896"}.icon-building:before{content:"\E897"}.icon-smile:before{content:"\E898"}.icon-frown:before{content:"\E899"}.icon-meh:before{content:"\E89A"}.icon-anchor:before{content:"\E89B"}.icon-terminal:before{content:"\E89C"}.icon-eraser:before{content:"\E89D"}.icon-puzzle:before{content:"\E89E"}.icon-shield:before{content:"\E89F"}.icon-extinguisher:before{content:"\E8A0"}.icon-bullseye:before{content:"\E8A1"}.icon-adjust-huener:before{content:"\E8A2"}.icon-sitemap:before{content:"\E8A3"}.icon-gauge:before{content:"\E8A4"}.icon-hammer:before{content:"\E8A5"}.icon-sort-number-down:before{content:"\E8A6"}.icon-sort-number-up:before{content:"\E8A7"}.icon-sort-name-down:before{content:"\E8A8"}.icon-sort-name-up:before{content:"\E8A9"}.icon-sort-alt-down:before{content:"\E8AA"}.icon-sort-alt-up:before{content:"\E8AB"}.icon-sort-up:before{content:"\E8AC"}.icon-sort-down:before{content:"\E8AD"}.icon-sort:before{content:"\E8AE"}.icon-flash:before{content:"\E8AF"}.icon-moon:before{content:"\E8B0"}.icon-umbrella:before{content:"\E8B1"}.icon-flight:before{content:"\E8B2"}.icon-fighter-jet:before{content:"\E8B3"}.icon-leaf:before{content:"\E8B4"}.icon-font:before{content:"\E8B5"}.icon-bold:before{content:"\E8B6"}.icon-chart-bar:before{content:"\E8B7"}.icon-italic:before{content:"\E8B8"}.icon-credit-card:before{content:"\E8B9"}.icon-text-height:before{content:"\E8BA"}.icon-text-width:before{content:"\E8BB"}.icon-hdd:before{content:"\E8BC"}.icon-align-left:before{content:"\E8BD"}.icon-fork:before{content:"\E8BE"}.icon-align-center:before{content:"\E8BF"}.icon-align-right:before{content:"\E8C0"}.icon-certificate:before{content:"\E8C1"}.icon-tasks:before{content:"\E8C2"}.icon-filter:before{content:"\E8C3"}.icon-list:before{content:"\E8C4"}.icon-indent-left:before{content:"\E8C5"}.icon-truck:before{content:"\E8C6"}.icon-indent-right:before{content:"\E8C7"}.icon-euro:before{content:"\E8C8"}.icon-pound:before{content:"\E8C9"}.icon-eject:before{content:"\E8CA"}.icon-arrows-cw:before{content:"\E8CB"}.icon-left-circled2:before{content:"\E8CC"}.icon-angle-double-up:before{content:"\E8CD"}.icon-list-bullet:before{content:"\E8CE"}.icon-list-numbered:before{content:"\E8CF"}.icon-strike:before{content:"\E8D0"}.icon-underline:before{content:"\E8D1"}.icon-superscript:before{content:"\E8D2"}.icon-asterisk:before{content:"\E8D3"}.icon-subscript:before{content:"\E8D4"}.icon-keyboard:before{content:"\E8D5"}.icon-gamepad:before{content:"\E8D6"}.icon-comment:before{content:"\E8D7"}.icon-chat:before{content:"\E8D8"}.icon-off:before{content:"\E8D9"}.icon-road:before{content:"\E8DA"}.icon-megaphone:before{content:"\E8DB"}.icon-ticket:before{content:"\E8DC"}.icon-magnet:before{content:"\E8DD"}.icon-rocket:before{content:"\E8DE"}.icon-folder-open-empty:before{content:"\E8DF"}.icon-box:before{content:"\E8E0"}.icon-bug:before{content:"\E8E1"}.icon-rss-squared:before{content:"\E8E2"}.icon-phone:before{content:"\E8E3"}.icon-phone-squared:before{content:"\E8E4"}.icon-volume-off:before{content:"\E8E5"}.icon-volume-down:before{content:"\E8E6"}.icon-volume-up:before{content:"\E8E7"}.icon-headphones:before{content:"\E8E8"}.icon-clock:before{content:"\E8E9"}.icon-lightbulb:before{content:"\E8EA"}.icon-block:before{content:"\E8EB"}.icon-resize-full:before{content:"\E8EC"}.icon-resize-full-alt:before{content:"\E8ED"}.icon-magic:before{content:"\E8EE"}.icon-doc-inv:before{content:"\E8EF"}.icon-doc-text-inv:before{content:"\E8F0"}.icon-mic:before{content:"\E8F1"}.icon-mute:before{content:"\E8F2"}.icon-menu:before{content:"\E8F3"}.icon-cog:before{content:"\E8F4"}.icon-tint:before{content:"\E8F5"}.icon-gift:before{content:"\E8F6"}.icon-fire:before{content:"\E8F7"}.icon-calendar:before{content:"\E8F8"}.icon-calendar-empty:before{content:"\E8F9"}.icon-resize-small:before{content:"\E8FA"}.icon-resize-vertical:before{content:"\E8FB"}.icon-resize-horizontal:before{content:"\E8FC"}.icon-move:before{content:"\E8FD"}.icon-zoom-in:before{content:"\E8FE"}.icon-zoom-out:before{content:"\E8FF"}.icon-down-circled2:before{content:"\E900"}.icon-up-circled2:before{content:"\E901"}.icon-right-circled2:before{content:"\E902"}.icon-down-dir:before{content:"\E903"}.icon-up-dir:before{content:"\E904"}.icon-left-dir:before{content:"\E905"}.icon-right-dir:before{content:"\E906"}.icon-down-open:before{content:"\E907"}.icon-left-open:before{content:"\E908"}.icon-right-open:before{content:"\E909"}.icon-up-open:before{content:"\E90A"}.icon-angle-left:before{content:"\E90B"}.icon-angle-right:before{content:"\E90C"}.icon-angle-up:before{content:"\E90D"}.icon-angle-down:before{content:"\E90E"}.icon-angle-circled-left:before{content:"\E90F"}.icon-angle-circled-right:before{content:"\E910"}.icon-angle-circled-up:before{content:"\E911"}.icon-angle-circled-down:before{content:"\E912"}.icon-angle-double-left:before{content:"\E913"}.icon-angle-double-right:before{content:"\E914"}.icon-angle-double-down:before{content:"\E915"}.icon-down:before{content:"\E916"}.icon-left:before{content:"\E917"}.icon-right:before{content:"\E918"}.icon-up:before{content:"\E919"}.icon-down-big:before{content:"\E91A"}.icon-left-big:before{content:"\E91B"}.icon-right-big:before{content:"\E91C"}.icon-up-big:before{content:"\E91D"}.icon-right-hand:before{content:"\E91E"}.icon-left-hand:before{content:"\E91F"}.icon-up-hand:before{content:"\E920"}.icon-down-hand:before{content:"\E921"}.icon-left-circled:before{content:"\E922"}.icon-right-circled:before{content:"\E923"}.icon-up-circled:before{content:"\E924"}.icon-down-circled:before{content:"\E925"}.icon-cw:before{content:"\E926"}.icon-ccw:before{content:"\E927"}.icon-level-up:before{content:"\E928"}.icon-level-down:before{content:"\E929"}.icon-shuffle:before{content:"\E92A"}.icon-exchange:before{content:"\E92B"}.icon-expand:before{content:"\E92C"}.icon-collapse:before{content:"\E92D"}.icon-expand-right:before{content:"\E92E"}.icon-collapse-left:before{content:"\E92F"}.icon-play:before{content:"\E930"}.icon-play-circled:before{content:"\E931"}.icon-play-circled2:before{content:"\E932"}.icon-stop:before{content:"\E933"}.icon-pause:before{content:"\E934"}.icon-to-end:before{content:"\E935"}.icon-to-end-alt:before{content:"\E936"}.icon-to-start:before{content:"\E937"}.icon-to-start-alt:before{content:"\E938"}.icon-fast-fw:before{content:"\E939"}.icon-fast-bw:before{content:"\E93A"}.icon-trello:before{content:"\E93B"}.icon-signal:before{content:"\E93C"}.icon-award:before{content:"\E93D"}.icon-desktop:before{content:"\E93E"}.icon-laptop:before{content:"\E93F"}.icon-tablet:before{content:"\E940"}.icon-mobile:before{content:"\E941"}.icon-inbox:before{content:"\E942"}.icon-child:before{content:"\E943"}.icon-file-pdf:before{content:"\E944"}.icon-file-word:before{content:"\E945"}.icon-file-excel:before{content:"\E946"}.icon-file-powerpoint:before{content:"\E947"}.icon-file-image:before{content:"\E948"}.icon-file-archive:before{content:"\E949"}.icon-file-audio:before{content:"\E94A"}.icon-file-video:before{content:"\E94B"}.icon-file-code:before{content:"\E94C"}.icon-paper-plane:before{content:"\E94D"}.icon-paper-plane-empty:before{content:"\E94E"}.icon-space-shuttle:before{content:"\E94F"}.icon-header:before{content:"\E950"}.icon-paragraph:before{content:"\E951"}.icon-paste:before{content:"\E952"}.icon-align-justify:before{content:"\E953"}.icon-taxi:before{content:"\E954"}.icon-money:before{content:"\E955"}.icon-dollar:before{content:"\E956"}.icon-rupee:before{content:"\E957"}.icon-yen:before{content:"\E958"}.icon-rouble:before{content:"\E959"}.icon-try:before{content:"\E95A"}.icon-won:before{content:"\E95B"}.icon-bitcoin:before{content:"\E95C"}.icon-table:before{content:"\E95D"}.icon-columns:before{content:"\E95E"}.icon-briefcase:before{content:"\E95F"}.icon-suitcase:before{content:"\E960"}.icon-ellipsis:before{content:"\E961"}.icon-ellipsis-vert:before{content:"\E962"}.icon-key:before{content:"\E963"}.icon-bank:before{content:"\E964"}.icon-list-alt:before{content:"\E965"}.icon-qrcode:before{content:"\E966"}.icon-barcode:before{content:"\E967"}.icon-book:before{content:"\E968"}.icon-building-filled:before{content:"\E969"}.icon-tree:before{content:"\E96A"}.icon-check:before{content:"\E96B"}.icon-check-empty:before{content:"\E96C"}.icon-circle:before{content:"\E96D"}.icon-circle-empty:before{content:"\E96E"}.icon-dot-circled:before{content:"\E96F"}.icon-database:before{content:"\E970"}.icon-lifebuoy:before{content:"\E971"}.icon-rebel:before{content:"\E972"}.icon-empire:before{content:"\E973"}.icon-bomb:before{content:"\E974"}.icon-recycle:before{content:"\E975"}.icon-cubes:before{content:"\E976"}.icon-cube:before{content:"\E977"}.icon-spoon:before{content:"\E978"}.icon-paw:before{content:"\E979"}.icon-graduation-cap:before{content:"\E97A"}.icon-language:before{content:"\E97B"}.icon-adn:before{content:"\E97C"}.icon-behance:before{content:"\E97D"}.icon-behance-squared:before{content:"\E97E"}.icon-bitbucket:before{content:"\E97F"}.icon-bitbucket-squared:before{content:"\E980"}.icon-codeopen:before{content:"\E981"}.icon-css3:before{content:"\E982"}.icon-delicious:before{content:"\E983"}.icon-deviantart:before{content:"\E984"}.icon-digg:before{content:"\E985"}.icon-git-squared:before{content:"\E986"}.icon-git:before{content:"\E987"}.icon-github:before{content:"\E988"}.icon-github-squared:before{content:"\E989"}.icon-github-circled:before{content:"\E98A"}.icon-google:before{content:"\E98B"}.icon-pied-piper-squared:before{content:"\E98C"}.icon-pied-piper-alt:before{content:"\E98D"}.icon-qq:before{content:"\E98E"}.icon-reddit:before{content:"\E98F"}.icon-vine:before{content:"\E990"}.icon-fire-station:before{content:"\E991"}.icon-reddit-squared:before{content:"\E992"}.icon-wechat:before{content:"\E993"}.icon-weibo:before{content:"\E994"}.icon-windows:before{content:"\E995"}.icon-slack:before{content:"\E996"}.icon-soundclowd:before{content:"\E997"}.icon-music-3:before{content:"\E998"}.icon-search-5:before{content:"\E999"}.icon-mail-5:before{content:"\E99A"}.icon-stackoverflow:before{content:"\E99B"}.icon-steam:before{content:"\E99C"}.icon-yahoo:before{content:"\E99D"}.icon-stumbleupon:before{content:"\E99E"}.icon-steam-squared:before{content:"\E99F"}.icon-heart-5:before{content:"\E9A0"}.icon-stumbleupon-circled:before{content:"\E9A1"}.icon-openid:before{content:"\E9A2"}.icon-hacker-news:before{content:"\E9A3"}.icon-html5:before{content:"\E9A4"}.icon-joomla:before{content:"\E9A5"}.icon-jsfiddle:before{content:"\E9A6"}.icon-circle-notch:before{content:"\E9A7"}.icon-crop:before{content:"\E9A8"}.icon-scissors:before{content:"\E9A9"}.icon-circle-thin:before{content:"\E9AA"}.icon-share:before{content:"\E9AB"}.icon-history:before{content:"\E9AC"}.icon-target:before{content:"\E9AD"}.icon-sliders:before{content:"\E9AE"}.icon-fax:before{content:"\E9AF"}.icon-mail-squared:before{content:"\E9B0"}.icon-note:before{content:"\E9B1"}.icon-note-beamed:before{content:"\E9B2"}.icon-music-1:before{content:"\E9B3"}.icon-search-1:before{content:"\E9B4"}.icon-flashlight:before{content:"\E9B5"}.icon-mail-1:before{content:"\E9B6"}.icon-heart-1:before{content:"\E9B7"}.icon-heart-empty-1:before{content:"\E9B8"}.icon-star-1:before{content:"\E9B9"}.icon-star-empty-1:before{content:"\E9BA"}.icon-user-1:before{content:"\E9BB"}.icon-users-1:before{content:"\E9BC"}.icon-user-add:before{content:"\E9BD"}.icon-video-1:before{content:"\E9BE"}.icon-picture-1:before{content:"\E9BF"}.icon-camera-1:before{content:"\E9C0"}.icon-layout:before{content:"\E9C1"}.icon-menu-1:before{content:"\E9C2"}.icon-check-1:before{content:"\E9C3"}.icon-cancel-1:before{content:"\E9C4"}.icon-cancel-circled-1:before{content:"\E9C5"}.icon-cancel-squared:before{content:"\E9C6"}.icon-plus-1:before{content:"\E9C7"}.icon-plus-circled-1:before{content:"\E9C8"}.icon-plus-squared-1:before{content:"\E9C9"}.icon-minus-1:before{content:"\E9CA"}.icon-minus-circled-1:before{content:"\E9CB"}.icon-minus-squared-1:before{content:"\E9CC"}.icon-help-1:before{content:"\E9CD"}.icon-help-circled-1:before{content:"\E9CE"}.icon-info-1:before{content:"\E9CF"}.icon-info-circled-1:before{content:"\E9D0"}.icon-back:before{content:"\E9D1"}.icon-home-1:before{content:"\E9D2"}.icon-link-1:before{content:"\E9D3"}.icon-attach-1:before{content:"\E9D4"}.icon-lock-1:before{content:"\E9D5"}.icon-lock-open-1:before{content:"\E9D6"}.icon-eye-1:before{content:"\E9D7"}.icon-tag-1:before{content:"\E9D8"}.icon-bookmark-1:before{content:"\E9D9"}.icon-bookmarks:before{content:"\E9DA"}.icon-flag-1:before{content:"\E9DB"}.icon-thumbs-up-1:before{content:"\E9DC"}.icon-thumbs-down-1:before{content:"\E9DD"}.icon-download-1:before{content:"\E9DE"}.icon-upload-1:before{content:"\E9DF"}.icon-upload-cloud-1:before{content:"\E9E0"}.icon-reply-1:before{content:"\E9E1"}.icon-reply-all-1:before{content:"\E9E2"}.icon-forward-1:before{content:"\E9E3"}.icon-quote:before{content:"\E9E4"}.icon-code-1:before{content:"\E9E5"}.icon-export-1:before{content:"\E9E6"}.icon-pencil-1:before{content:"\E9E7"}.icon-feather:before{content:"\E9E8"}.icon-print-1:before{content:"\E9E9"}.icon-retweet-1:before{content:"\E9EA"}.icon-keyboard-1:before{content:"\E9EB"}.icon-comment-1:before{content:"\E9EC"}.icon-chat-1:before{content:"\E9ED"}.icon-bell-1:before{content:"\E9EE"}.icon-attention-1:before{content:"\E9EF"}.icon-alert:before{content:"\E9F0"}.icon-vcard:before{content:"\E9F1"}.icon-address:before{content:"\E9F2"}.icon-location-1:before{content:"\E9F3"}.icon-map:before{content:"\E9F4"}.icon-direction-1:before{content:"\E9F5"}.icon-compass-1:before{content:"\E9F6"}.icon-cup:before{content:"\E9F7"}.icon-trash-1:before{content:"\E9F8"}.icon-doc-1:before{content:"\E9F9"}.icon-docs-1:before{content:"\E9FA"}.icon-doc-landscape:before{content:"\E9FB"}.icon-doc-text-1:before{content:"\E9FC"}.icon-doc-text-inv-1:before{content:"\E9FD"}.icon-newspaper:before{content:"\E9FE"}.icon-book-open:before{content:"\E9FF"}.icon-book-1:before{content:"\EA00"}.icon-folder-1:before{content:"\EA01"}.icon-archive:before{content:"\EA02"}.icon-box-1:before{content:"\EA03"}.icon-rss-1:before{content:"\EA04"}.icon-phone-1:before{content:"\EA05"}.icon-cog-1:before{content:"\EA06"}.icon-tools:before{content:"\EA07"}.icon-share-1:before{content:"\EA08"}.icon-shareable:before{content:"\EA09"}.icon-basket-1:before{content:"\EA0A"}.icon-bag:before{content:"\EA0B"}.icon-calendar-1:before{content:"\EA0C"}.icon-login-1:before{content:"\EA0D"}.icon-logout-1:before{content:"\EA0E"}.icon-mic-1:before{content:"\EA0F"}.icon-mute-1:before{content:"\EA10"}.icon-sound:before{content:"\EA11"}.icon-volume:before{content:"\EA12"}.icon-clock-1:before{content:"\EA13"}.icon-hourglass:before{content:"\EA14"}.icon-lamp:before{content:"\EA15"}.icon-light-down:before{content:"\EA16"}.icon-light-up:before{content:"\EA17"}.icon-adjust:before{content:"\EA18"}.icon-block-1:before{content:"\EA19"}.icon-resize-full-1:before{content:"\EA1A"}.icon-resize-small-1:before{content:"\EA1B"}.icon-popup:before{content:"\EA1C"}.icon-publish:before{content:"\EA1D"}.icon-window:before{content:"\EA1E"}.icon-arrow-combo:before{content:"\EA1F"}.icon-down-circled-1:before{content:"\EA20"}.icon-left-circled-1:before{content:"\EA21"}.icon-right-circled-1:before{content:"\EA22"}.icon-up-circled-1:before{content:"\EA23"}.icon-down-open-1:before{content:"\EA24"}.icon-left-open-1:before{content:"\EA25"}.icon-right-open-1:before{content:"\EA26"}.icon-up-open-1:before{content:"\EA27"}.icon-down-open-mini:before{content:"\EA28"}.icon-left-open-mini:before{content:"\EA29"}.icon-right-open-mini:before{content:"\EA2A"}.icon-up-open-mini:before{content:"\EA2B"}.icon-down-open-big:before{content:"\EA2C"}.icon-left-open-big:before{content:"\EA2D"}.icon-right-open-big:before{content:"\EA2E"}.icon-up-open-big:before{content:"\EA2F"}.icon-down-1:before{content:"\EA30"}.icon-left-1:before{content:"\EA31"}.icon-right-1:before{content:"\EA32"}.icon-up-1:before{content:"\EA33"}.icon-down-dir-1:before{content:"\EA34"}.icon-left-dir-1:before{content:"\EA35"}.icon-right-dir-1:before{content:"\EA36"}.icon-up-dir-1:before{content:"\EA37"}.icon-down-bold:before{content:"\EA38"}.icon-left-bold:before{content:"\EA39"}.icon-right-bold:before{content:"\EA3A"}.icon-up-bold:before{content:"\EA3B"}.icon-down-thin:before{content:"\EA3C"}.icon-left-thin:before{content:"\EA3D"}.icon-right-thin:before{content:"\EA3E"}.icon-up-thin:before{content:"\EA3F"}.icon-ccw-1:before{content:"\EA40"}.icon-cw-1:before{content:"\EA41"}.icon-arrows-ccw:before{content:"\EA42"}.icon-level-down-1:before{content:"\EA43"}.icon-level-up-1:before{content:"\EA44"}.icon-shuffle-1:before{content:"\EA45"}.icon-loop:before{content:"\EA46"}.icon-switch:before{content:"\EA47"}.icon-play-1:before{content:"\EA48"}.icon-stop-1:before{content:"\EA49"}.icon-pause-1:before{content:"\EA4A"}.icon-record:before{content:"\EA4B"}.icon-to-end-1:before{content:"\EA4C"}.icon-to-start-1:before{content:"\EA4D"}.icon-fast-forward:before{content:"\EA4E"}.icon-fast-backward:before{content:"\EA4F"}.icon-progress-0:before{content:"\EA50"}.icon-progress-1:before{content:"\EA51"}.icon-progress-2:before{content:"\EA52"}.icon-progress-3:before{content:"\EA53"}.icon-target-1:before{content:"\EA54"}.icon-palette:before{content:"\EA55"}.icon-list-1:before{content:"\EA56"}.icon-list-add:before{content:"\EA57"}.icon-signal-1:before{content:"\EA58"}.icon-trophy:before{content:"\EA59"}.icon-battery:before{content:"\EA5A"}.icon-back-in-time:before{content:"\EA5B"}.icon-monitor:before{content:"\EA5C"}.icon-mobile-1:before{content:"\EA5D"}.icon-network:before{content:"\EA5E"}.icon-cd:before{content:"\EA5F"}.icon-inbox-1:before{content:"\EA60"}.icon-install:before{content:"\EA61"}.icon-globe-1:before{content:"\EA62"}.icon-cloud-1:before{content:"\EA63"}.icon-cloud-thunder:before{content:"\EA64"}.icon-flash-1:before{content:"\EA65"}.icon-moon-1:before{content:"\EA66"}.icon-flight-1:before{content:"\EA67"}.icon-paper-plane-1:before{content:"\EA68"}.icon-leaf-1:before{content:"\EA69"}.icon-lifebuoy-1:before{content:"\EA6A"}.icon-mouse:before{content:"\EA6B"}.icon-briefcase-1:before{content:"\EA6C"}.icon-suitcase-1:before{content:"\EA6D"}.icon-dot:before{content:"\EA6E"}.icon-dot-2:before{content:"\EA6F"}.icon-dot-3:before{content:"\EA70"}.icon-brush:before{content:"\EA71"}.icon-magnet-1:before{content:"\EA72"}.icon-infinity:before{content:"\EA73"}.icon-erase:before{content:"\EA74"}.icon-chart-pie:before{content:"\EA75"}.icon-chart-line:before{content:"\EA76"}.icon-chart-bar-1:before{content:"\EA77"}.icon-tape:before{content:"\EA78"}.icon-graduation-cap-1:before{content:"\EA79"}.icon-language-1:before{content:"\EA7A"}.icon-ticket-1:before{content:"\EA7B"}.icon-water:before{content:"\EA7C"}.icon-droplet:before{content:"\EA7D"}.icon-air:before{content:"\EA7E"}.icon-credit-card-1:before{content:"\EA7F"}.icon-floppy-1:before{content:"\EA80"}.icon-clipboard:before{content:"\EA81"}.icon-megaphone-1:before{content:"\EA82"}.icon-database-1:before{content:"\EA83"}.icon-drive:before{content:"\EA84"}.icon-bucket:before{content:"\EA85"}.icon-thermometer:before{content:"\EA86"}.icon-key-1:before{content:"\EA87"}.icon-flow-cascade:before{content:"\EA88"}.icon-flow-branch:before{content:"\EA89"}.icon-flow-tree:before{content:"\EA8A"}.icon-flow-parallel:before{content:"\EA8B"}.icon-rocket-1:before{content:"\EA8C"}.icon-gauge-1:before{content:"\EA8D"}.icon-traffic-cone:before{content:"\EA8E"}.icon-cc:before{content:"\EA8F"}.icon-cc-by:before{content:"\EA90"}.icon-cc-nc:before{content:"\EA91"}.icon-cc-nc-eu:before{content:"\EA92"}.icon-cc-nc-jp:before{content:"\EA93"}.icon-cc-sa:before{content:"\EA94"}.icon-cc-nd:before{content:"\EA95"}.icon-cc-pd:before{content:"\EA96"}.icon-cc-zero:before{content:"\EA97"}.icon-cc-share:before{content:"\EA98"}.icon-cc-remix:before{content:"\EA99"}.icon-github-1:before{content:"\EA9A"}.icon-github-circled-1:before{content:"\EA9B"}.icon-flickr-1:before{content:"\EA9C"}.icon-flickr-circled:before{content:"\EA9D"}.icon-vimeo-circled:before{content:"\EA9E"}.icon-twitter-1:before{content:"\EA9F"}.icon-twitter-circled:before{content:"\EAA0"}.icon-facebook-1:before{content:"\EAA1"}.icon-facebook-circled:before{content:"\EAA2"}.icon-facebook-squared-1:before{content:"\EAA3"}.icon-gplus-1:before{content:"\EAA4"}.icon-gplus-circled:before{content:"\EAA5"}.icon-pinterest:before{content:"\EAA6"}.icon-pinterest-circled-1:before{content:"\EAA7"}.icon-tumblr-1:before{content:"\EAA8"}.icon-tumblr-circled:before{content:"\EAA9"}.icon-linkedin-1:before{content:"\EAAA"}.icon-linkedin-circled:before{content:"\EAAB"}.icon-dribbble-1:before{content:"\EAAC"}.icon-dribbble-circled:before{content:"\EAAD"}.icon-stumbleupon-1:before{content:"\EAAE"}.icon-stumbleupon-circled-1:before{content:"\EAAF"}.icon-lastfm:before{content:"\EAB0"}.icon-rdio:before{content:"\EAB1"}.icon-rdio-circled:before{content:"\EAB2"}.icon-spotify:before{content:"\EAB3"}.icon-spotify-circled:before{content:"\EAB4"}.icon-qq-1:before{content:"\EAB5"}.icon-instagram:before{content:"\EAB6"}.icon-dropbox-1:before{content:"\EAB7"}.icon-evernote:before{content:"\EAB8"}.icon-flattr:before{content:"\EAB9"}.icon-skype-1:before{content:"\EABA"}.icon-skype-circled:before{content:"\EABB"}.icon-renren-1:before{content:"\EABC"}.icon-sina-weibo:before{content:"\EABD"}.icon-paypal:before{content:"\EABE"}.icon-picasa:before{content:"\EABF"}.icon-soundcloud:before{content:"\EAC0"}.icon-mixi:before{content:"\EAC1"}.icon-behance-1:before{content:"\EAC2"}.icon-google-circles:before{content:"\EAC3"}.icon-smashing:before{content:"\EAC4"}.icon-sweden:before{content:"\EAC5"}.icon-db-shape:before{content:"\EAC6"}.icon-logo-db:before{content:"\EAC7"}.icon-chart-area:before{content:"\EAC8"}.icon-flow-line:before{content:"\EAC9"}.icon-vimeo:before{content:"\EACA"}.icon-lastfm-circled:before{content:"\EACB"}.icon-vkontakte-1:before{content:"\EACC"}.icon-search-2:before{content:"\EACD"}.icon-mail-2:before{content:"\EACE"}.icon-heart-2:before{content:"\EACF"}.icon-star-2:before{content:"\EAD0"}.icon-user-2:before{content:"\EAD1"}.icon-user-woman:before{content:"\EAD2"}.icon-user-pair:before{content:"\EAD3"}.icon-video-alt:before{content:"\EAD4"}.icon-videocam-1:before{content:"\EAD5"}.icon-videocam-alt:before{content:"\EAD6"}.icon-camera-2:before{content:"\EAD7"}.icon-th-1:before{content:"\EAD8"}.icon-th-list-1:before{content:"\EAD9"}.icon-ok-1:before{content:"\EADA"}.icon-cancel-2:before{content:"\EADB"}.icon-cancel-circle:before{content:"\EADC"}.icon-plus-2:before{content:"\EADD"}.icon-home-2:before{content:"\EADE"}.icon-lock-2:before{content:"\EADF"}.icon-lock-open-2:before{content:"\EAE0"}.icon-eye-2:before{content:"\EAE1"}.icon-tag-2:before{content:"\EAE2"}.icon-thumbs-up-2:before{content:"\EAE3"}.icon-thumbs-down-2:before{content:"\EAE4"}.icon-download-2:before{content:"\EAE5"}.icon-export-2:before{content:"\EAE6"}.icon-pencil-2:before{content:"\EAE7"}.icon-pencil-alt:before{content:"\EAE8"}.icon-edit-1:before{content:"\EAE9"}.icon-chat-2:before{content:"\EAEA"}.icon-print-2:before{content:"\EAEB"}.icon-bell-2:before{content:"\EAEC"}.icon-attention-2:before{content:"\EAED"}.icon-info-2:before{content:"\EAEE"}.icon-question:before{content:"\EAEF"}.icon-location-2:before{content:"\EAF0"}.icon-trash-2:before{content:"\EAF1"}.icon-doc-2:before{content:"\EAF2"}.icon-article:before{content:"\EAF3"}.icon-article-alt:before{content:"\EAF4"}.icon-rss-2:before{content:"\EAF5"}.icon-wrench-1:before{content:"\EAF6"}.icon-basket-2:before{content:"\EAF7"}.icon-basket-alt:before{content:"\EAF8"}.icon-calendar-2:before{content:"\EAF9"}.icon-calendar-alt:before{content:"\EAFA"}.icon-volume-off-1:before{content:"\EAFB"}.icon-volume-down-1:before{content:"\EAFC"}.icon-volume-up-1:before{content:"\EAFD"}.icon-bullhorn:before{content:"\EAFE"}.icon-clock-2:before{content:"\EAFF"}.icon-clock-alt:before{content:"\EB00"}.icon-stop-2:before{content:"\EB01"}.icon-resize-full-2:before{content:"\EB02"}.icon-resize-small-2:before{content:"\EB03"}.icon-zoom-in-1:before{content:"\EB04"}.icon-zoom-out-1:before{content:"\EB05"}.icon-popup-1:before{content:"\EB06"}.icon-down-dir-2:before{content:"\EB07"}.icon-left-dir-2:before{content:"\EB08"}.icon-right-dir-2:before{content:"\EB09"}.icon-up-dir-2:before{content:"\EB0A"}.icon-down-2:before{content:"\EB0B"}.icon-up-2:before{content:"\EB0C"}.icon-cw-2:before{content:"\EB0D"}.icon-signal-2:before{content:"\EB0E"}.icon-award-1:before{content:"\EB0F"}.icon-mobile-2:before{content:"\EB10"}.icon-mobile-alt:before{content:"\EB11"}.icon-tablet-1:before{content:"\EB12"}.icon-ipod:before{content:"\EB13"}.icon-cd-1:before{content:"\EB14"}.icon-grid:before{content:"\EB15"}.icon-book-2:before{content:"\EB16"}.icon-easel:before{content:"\EB17"}.icon-globe-2:before{content:"\EB18"}.icon-chart:before{content:"\EB19"}.icon-chart-bar-2:before{content:"\EB1A"}.icon-chart-pie-1:before{content:"\EB1B"}.icon-dollar-1:before{content:"\EB1C"}.icon-at:before{content:"\EB1D"}.icon-colon:before{content:"\EB1E"}.icon-semicolon:before{content:"\EB1F"}.icon-squares:before{content:"\EB20"}.icon-sun-2:before{content:"\EB21"}.icon-sun-inv-1:before{content:"\EB22"}.icon-cloud-6:before{content:"\EB23"}.icon-rain:before{content:"\EB24"}.icon-flash-3:before{content:"\EB25"}.icon-moon-2:before{content:"\EB26"}.icon-moon-inv:before{content:"\EB27"}.icon-search-3:before{content:"\EB28"}.icon-mail-3:before{content:"\EB29"}.icon-heart-3:before{content:"\EB2A"}.icon-heart-broken:before{content:"\EB2B"}.icon-star-3:before{content:"\EB2C"}.icon-star-empty-2:before{content:"\EB2D"}.icon-star-half-1:before{content:"\EB2E"}.icon-star-half_empty:before{content:"\EB2F"}.icon-user-3:before{content:"\EB30"}.icon-user-male:before{content:"\EB31"}.icon-user-female:before{content:"\EB32"}.icon-users-2:before{content:"\EB33"}.icon-movie:before{content:"\EB34"}.icon-videocam-2:before{content:"\EB35"}.icon-isight:before{content:"\EB36"}.icon-camera-3:before{content:"\EB37"}.icon-menu-2:before{content:"\EB38"}.icon-th-thumb:before{content:"\EB39"}.icon-th-thumb-empty:before{content:"\EB3A"}.icon-th-list-2:before{content:"\EB3B"}.icon-ok-2:before{content:"\EB3C"}.icon-ok-circled-1:before{content:"\EB3D"}.icon-cancel-3:before{content:"\EB3E"}.icon-cancel-circled-2:before{content:"\EB3F"}.icon-plus-3:before{content:"\EB40"}.icon-help-circled-2:before{content:"\EB41"}.icon-help-circled-alt:before{content:"\EB42"}.icon-info-circled-2:before{content:"\EB43"}.icon-info-circled-alt:before{content:"\EB44"}.icon-home-3:before{content:"\EB45"}.icon-link-2:before{content:"\EB46"}.icon-attach-2:before{content:"\EB47"}.icon-lock-3:before{content:"\EB48"}.icon-lock-alt:before{content:"\EB49"}.icon-lock-open-3:before{content:"\EB4A"}.icon-lock-open-alt-1:before{content:"\EB4B"}.icon-eye-3:before{content:"\EB4C"}.icon-download-3:before{content:"\EB4D"}.icon-upload-2:before{content:"\EB4E"}.icon-download-cloud-1:before{content:"\EB4F"}.icon-upload-cloud-2:before{content:"\EB50"}.icon-reply-2:before{content:"\EB51"}.icon-pencil-3:before{content:"\EB52"}.icon-export-3:before{content:"\EB53"}.icon-print-3:before{content:"\EB54"}.icon-retweet-2:before{content:"\EB55"}.icon-comment-2:before{content:"\EB56"}.icon-chat-3:before{content:"\EB57"}.icon-bell-3:before{content:"\EB58"}.icon-attention-3:before{content:"\EB59"}.icon-attention-alt-1:before{content:"\EB5A"}.icon-location-3:before{content:"\EB5B"}.icon-trash-3:before{content:"\EB5C"}.icon-doc-3:before{content:"\EB5D"}.icon-newspaper-1:before{content:"\EB5E"}.icon-folder-2:before{content:"\EB5F"}.icon-folder-open-1:before{content:"\EB60"}.icon-folder-empty-1:before{content:"\EB61"}.icon-folder-open-empty-1:before{content:"\EB62"}.icon-cog-2:before{content:"\EB63"}.icon-calendar-3:before{content:"\EB64"}.icon-login-2:before{content:"\EB65"}.icon-logout-2:before{content:"\EB66"}.icon-mic-2:before{content:"\EB67"}.icon-mic-off:before{content:"\EB68"}.icon-clock-3:before{content:"\EB69"}.icon-stopwatch:before{content:"\EB6A"}.icon-hourglass-1:before{content:"\EB6B"}.icon-zoom-in-2:before{content:"\EB6C"}.icon-zoom-out-2:before{content:"\EB6D"}.icon-down-open-2:before{content:"\EB6E"}.icon-left-open-2:before{content:"\EB6F"}.icon-right-open-2:before{content:"\EB70"}.icon-up-open-2:before{content:"\EB71"}.icon-down-3:before{content:"\EB72"}.icon-left-2:before{content:"\EB73"}.icon-right-2:before{content:"\EB74"}.icon-up-3:before{content:"\EB75"}.icon-down-bold-1:before{content:"\EB76"}.icon-left-bold-1:before{content:"\EB77"}.icon-right-bold-1:before{content:"\EB78"}.icon-up-bold-1:before{content:"\EB79"}.icon-down-fat:before{content:"\EB7A"}.icon-left-fat:before{content:"\EB7B"}.icon-right-fat:before{content:"\EB7C"}.icon-up-fat:before{content:"\EB7D"}.icon-ccw-2:before{content:"\EB7E"}.icon-shuffle-2:before{content:"\EB7F"}.icon-play-2:before{content:"\EB80"}.icon-pause-2:before{content:"\EB81"}.icon-stop-3:before{content:"\EB82"}.icon-to-end-2:before{content:"\EB83"}.icon-to-start-2:before{content:"\EB84"}.icon-fast-forward-1:before{content:"\EB85"}.icon-fast-backward-1:before{content:"\EB86"}.icon-trophy-1:before{content:"\EB87"}.icon-monitor-1:before{content:"\EB88"}.icon-tablet-2:before{content:"\EB89"}.icon-mobile-3:before{content:"\EB8A"}.icon-data-science:before{content:"\EB8B"}.icon-data-science-inv:before{content:"\EB8C"}.icon-inbox-2:before{content:"\EB8D"}.icon-globe-3:before{content:"\EB8E"}.icon-globe-inv:before{content:"\EB8F"}.icon-flash-2:before{content:"\EB90"}.icon-cloud-2:before{content:"\EB91"}.icon-coverflow:before{content:"\EB92"}.icon-coverflow-empty:before{content:"\EB93"}.icon-math:before{content:"\EB94"}.icon-math-circled:before{content:"\EB95"}.icon-math-circled-empty:before{content:"\EB96"}.icon-paper-plane-2:before{content:"\EB97"}.icon-paper-plane-alt:before{content:"\EB98"}.icon-paper-plane-alt2:before{content:"\EB99"}.icon-fontsize:before{content:"\EB9A"}.icon-color-adjust:before{content:"\EB9B"}.icon-fire-1:before{content:"\EB9C"}.icon-chart-bar-3:before{content:"\EB9D"}.icon-hdd-1:before{content:"\EB9E"}.icon-connected-object:before{content:"\EB9F"}.icon-ruler:before{content:"\EBA0"}.icon-vector-pencil:before{content:"\EBA1"}.icon-at-1:before{content:"\EBA2"}.icon-hash:before{content:"\EBA3"}.icon-king:before{content:"\EBA4"}.icon-joystick:before{content:"\EBA5"}.icon-adjust-huener2:before{content:"\EBA6"}.icon-adjust-huener1:before{content:"\EBA7"}.icon-anchor-1:before{content:"\EBA8"}.icon-spread:before{content:"\EBA9"}.icon-glass-1:before{content:"\EBAA"}.icon-music-2:before{content:"\EBAB"}.icon-search-4:before{content:"\EBAC"}.icon-search-circled:before{content:"\EBAD"}.icon-mail-4:before{content:"\EBAE"}.icon-mail-circled:before{content:"\EBAF"}.icon-heart-4:before{content:"\EBB0"}.icon-heart-circled:before{content:"\EBB1"}.icon-heart-empty-2:before{content:"\EBB2"}.icon-star-4:before{content:"\EBB3"}.icon-star-circled:before{content:"\EBB4"}.icon-star-empty-3:before{content:"\EBB5"}.icon-user-4:before{content:"\EBB6"}.icon-group:before{content:"\EBB7"}.icon-group-circled:before{content:"\EBB8"}.icon-torso:before{content:"\EBB9"}.icon-video-2:before{content:"\EBBA"}.icon-video-circled:before{content:"\EBBB"}.icon-video-alt-1:before{content:"\EBBC"}.icon-videocam-3:before{content:"\EBBD"}.icon-video-chat:before{content:"\EBBE"}.icon-picture-2:before{content:"\EBBF"}.icon-camera-4:before{content:"\EBC0"}.icon-photo:before{content:"\EBC1"}.icon-photo-circled:before{content:"\EBC2"}.icon-th-large-1:before{content:"\EBC3"}.icon-th-2:before{content:"\EBC4"}.icon-th-list-3:before{content:"\EBC5"}.icon-view-mode:before{content:"\EBC6"}.icon-ok-3:before{content:"\EBC7"}.icon-ok-circled-2:before{content:"\EBC8"}.icon-ok-circled2-1:before{content:"\EBC9"}.icon-cancel-4:before{content:"\EBCA"}.icon-cancel-circled-3:before{content:"\EBCB"}.icon-cancel-circled2-1:before{content:"\EBCC"}.icon-plus-4:before{content:"\EBCD"}.icon-plus-circled-2:before{content:"\EBCE"}.icon-minus-2:before{content:"\EBCF"}.icon-minus-circled-2:before{content:"\EBD0"}.icon-help-2:before{content:"\EBD1"}.icon-help-circled-3:before{content:"\EBD2"}.icon-info-circled-3:before{content:"\EBD3"}.icon-home-4:before{content:"\EBD4"}.icon-home-circled:before{content:"\EBD5"}.icon-website:before{content:"\EBD6"}.icon-website-circled:before{content:"\EBD7"}.icon-attach-3:before{content:"\EBD8"}.icon-attach-circled:before{content:"\EBD9"}.icon-lock-4:before{content:"\EBDA"}.icon-lock-circled:before{content:"\EBDB"}.icon-lock-open-4:before{content:"\EBDC"}.icon-lock-open-alt-2:before{content:"\EBDD"}.icon-eye-4:before{content:"\EBDE"}.icon-eye-off-1:before{content:"\EBDF"}.icon-tag-3:before{content:"\EBE0"}.icon-tags-1:before{content:"\EBE1"}.icon-bookmark-2:before{content:"\EBE2"}.icon-bookmark-empty-1:before{content:"\EBE3"}.icon-flag-2:before{content:"\EBE4"}.icon-flag-circled:before{content:"\EBE5"}.icon-thumbs-up-3:before{content:"\EBE6"}.icon-thumbs-down-3:before{content:"\EBE7"}.icon-download-4:before{content:"\EBE8"}.icon-download-alt:before{content:"\EBE9"}.icon-upload-3:before{content:"\EBEA"}.icon-share-2:before{content:"\EBEB"}.icon-quote-1:before{content:"\EBEC"}.icon-quote-circled:before{content:"\EBED"}.icon-export-4:before{content:"\EBEE"}.icon-pencil-4:before{content:"\EBEF"}.icon-pencil-circled:before{content:"\EBF0"}.icon-edit-2:before{content:"\EBF1"}.icon-edit-circled:before{content:"\EBF2"}.icon-edit-alt:before{content:"\EBF3"}.icon-print-4:before{content:"\EBF4"}.icon-retweet-3:before{content:"\EBF5"}.icon-comment-3:before{content:"\EBF6"}.icon-comment-alt:before{content:"\EBF7"}.icon-bell-4:before{content:"\EBF8"}.icon-warning:before{content:"\EBF9"}.icon-exclamation:before{content:"\EBFA"}.icon-error:before{content:"\EBFB"}.icon-error-alt:before{content:"\EBFC"}.icon-location-4:before{content:"\EBFD"}.icon-location-circled:before{content:"\EBFE"}.icon-compass-2:before{content:"\EBFF"}.icon-compass-circled:before{content:"\EC00"}.icon-trash-4:before{content:"\EC01"}.icon-trash-circled:before{content:"\EC02"}.icon-doc-4:before{content:"\EC03"}.icon-doc-circled:before{content:"\EC04"}.icon-doc-new:before{content:"\EC05"}.icon-doc-new-circled:before{content:"\EC06"}.icon-folder-3:before{content:"\EC07"}.icon-folder-circled:before{content:"\EC08"}.icon-folder-close:before{content:"\EC09"}.icon-folder-open-2:before{content:"\EC0A"}.icon-rss-3:before{content:"\EC0B"}.icon-phone-2:before{content:"\EC0C"}.icon-phone-circled:before{content:"\EC0D"}.icon-cog-3:before{content:"\EC0E"}.icon-cog-circled:before{content:"\EC0F"}.icon-cogs:before{content:"\EC10"}.icon-wrench-2:before{content:"\EC11"}.icon-wrench-circled:before{content:"\EC12"}.icon-basket-3:before{content:"\EC13"}.icon-basket-circled:before{content:"\EC14"}.icon-calendar-4:before{content:"\EC15"}.icon-calendar-circled:before{content:"\EC16"}.icon-mic-3:before{content:"\EC17"}.icon-mic-circled:before{content:"\EC18"}.icon-volume-off-2:before{content:"\EC19"}.icon-volume-down-2:before{content:"\EC1A"}.icon-volume-1:before{content:"\EC1B"}.icon-volume-up-2:before{content:"\EC1C"}.icon-headphones-1:before{content:"\EC1D"}.icon-clock-4:before{content:"\EC1E"}.icon-clock-circled:before{content:"\EC1F"}.icon-lightbulb-1:before{content:"\EC20"}.icon-lightbulb-alt:before{content:"\EC21"}.icon-block-2:before{content:"\EC22"}.icon-resize-full-3:before{content:"\EC23"}.icon-resize-full-alt-1:before{content:"\EC24"}.icon-resize-small-3:before{content:"\EC25"}.icon-resize-vertical-1:before{content:"\EC26"}.icon-resize-horizontal-1:before{content:"\EC27"}.icon-move-1:before{content:"\EC28"}.icon-zoom-in-3:before{content:"\EC29"}.icon-zoom-out-3:before{content:"\EC2A"}.icon-down-open-3:before{content:"\EC2B"}.icon-left-open-3:before{content:"\EC2C"}.icon-right-open-3:before{content:"\EC2D"}.icon-up-open-3:before{content:"\EC2E"}.icon-down-4:before{content:"\EC2F"}.icon-left-3:before{content:"\EC30"}.icon-right-3:before{content:"\EC31"}.icon-up-4:before{content:"\EC32"}.icon-down-circled-2:before{content:"\EC33"}.icon-left-circled-2:before{content:"\EC34"}.icon-right-circled-2:before{content:"\EC35"}.icon-up-circled-2:before{content:"\EC36"}.icon-down-hand-1:before{content:"\EC37"}.icon-left-hand-1:before{content:"\EC38"}.icon-right-hand-1:before{content:"\EC39"}.icon-up-hand-1:before{content:"\EC3A"}.icon-cw-3:before{content:"\EC3B"}.icon-cw-circled:before{content:"\EC3C"}.icon-arrows-cw-1:before{content:"\EC3D"}.icon-shuffle-3:before{content:"\EC3E"}.icon-play-3:before{content:"\EC3F"}.icon-play-circled-1:before{content:"\EC40"}.icon-play-circled2-1:before{content:"\EC41"}.icon-stop-4:before{content:"\EC42"}.icon-stop-circled:before{content:"\EC43"}.icon-pause-3:before{content:"\EC44"}.icon-pause-circled:before{content:"\EC45"}.icon-record-1:before{content:"\EC46"}.icon-eject-1:before{content:"\EC47"}.icon-backward:before{content:"\EC48"}.icon-backward-circled:before{content:"\EC49"}.icon-fast-backward-2:before{content:"\EC4A"}.icon-fast-forward-2:before{content:"\EC4B"}.icon-forward-2:before{content:"\EC4C"}.icon-forward-circled:before{content:"\EC4D"}.icon-step-backward:before{content:"\EC4E"}.icon-step-forward:before{content:"\EC4F"}.icon-target-2:before{content:"\EC50"}.icon-signal-3:before{content:"\EC51"}.icon-desktop-1:before{content:"\EC52"}.icon-desktop-circled:before{content:"\EC53"}.icon-laptop-1:before{content:"\EC54"}.icon-laptop-circled:before{content:"\EC55"}.icon-network-1:before{content:"\EC56"}.icon-inbox-3:before{content:"\EC57"}.icon-inbox-circled:before{content:"\EC58"}.icon-inbox-alt:before{content:"\EC59"}.icon-globe-4:before{content:"\EC5A"}.icon-globe-alt:before{content:"\EC5B"}.icon-cloud-3:before{content:"\EC5C"}.icon-cloud-circled:before{content:"\EC5D"}.icon-flight-2:before{content:"\EC5E"}.icon-leaf-2:before{content:"\EC5F"}.icon-font-1:before{content:"\EC60"}.icon-fontsize-1:before{content:"\EC61"}.icon-bold-1:before{content:"\EC62"}.icon-italic-1:before{content:"\EC63"}.icon-text-height-1:before{content:"\EC64"}.icon-text-width-1:before{content:"\EC65"}.icon-align-left-1:before{content:"\EC66"}.icon-align-center-1:before{content:"\EC67"}.icon-align-right-1:before{content:"\EC68"}.icon-align-justify-1:before{content:"\EC69"}.icon-list-2:before{content:"\EC6A"}.icon-indent-left-1:before{content:"\EC6B"}.icon-indent-right-1:before{content:"\EC6C"}.icon-briefcase-2:before{content:"\EC6D"}.icon-off-1:before{content:"\EC6E"}.icon-road-1:before{content:"\EC6F"}.icon-qrcode-1:before{content:"\EC70"}.icon-barcode-1:before{content:"\EC71"}.icon-braille:before{content:"\EC72"}.icon-book-3:before{content:"\EC73"}.icon-adjust-1:before{content:"\EC74"}.icon-tint-1:before{content:"\EC75"}.icon-check-2:before{content:"\EC76"}.icon-check-empty-1:before{content:"\EC77"}.icon-asterisk-1:before{content:"\EC78"}.icon-gift-1:before{content:"\EC79"}.icon-fire-2:before{content:"\EC7A"}.icon-magnet-2:before{content:"\EC7B"}.icon-chart-1:before{content:"\EC7C"}.icon-chart-circled:before{content:"\EC7D"}.icon-credit-card-2:before{content:"\EC7E"}.icon-megaphone-2:before{content:"\EC7F"}.icon-clipboard-1:before{content:"\EC80"}.icon-hdd-2:before{content:"\EC81"}.icon-key-2:before{content:"\EC82"}.icon-certificate-1:before{content:"\EC83"}.icon-tasks-1:before{content:"\EC84"}.icon-filter-1:before{content:"\EC85"}.icon-star-5:before{content:"\EC86"}.icon-user-5:before{content:"\EC87"}.icon-videocam-4:before{content:"\EC88"}.icon-camera-5:before{content:"\EC89"}.icon-photo-1:before{content:"\EC8A"}.icon-note-1:before{content:"\EC8B"}.icon-cog-4:before{content:"\EC8C"}.icon-params:before{content:"\EC8D"}.icon-calendar-5:before{content:"\EC8E"}.icon-sound-1:before{content:"\EC8F"}.icon-clock-5:before{content:"\EC90"}.icon-lightbulb-2:before{content:"\EC91"}.icon-tv:before{content:"\EC92"}.icon-desktop-2:before{content:"\EC93"}.icon-beaker-1:before{content:"\EC94"}.icon-truck-1:before{content:"\EC95"}.icon-money-2:before{content:"\EC96"}.icon-food:before{content:"\EC97"}.icon-shop:before{content:"\EC98"}.icon-diamond:before{content:"\EC99"}.icon-t-shirt:before{content:"\EC9A"}.icon-wallet:before{content:"\EC9B"}.icon-attach-4:before{content:"\EC9C"}.icon-lock-5:before{content:"\EC9D"}.icon-eye-5:before{content:"\EC9E"}.icon-tag-4:before{content:"\EC9F"}.icon-thumbs-up-4:before{content:"\ECA0"}.icon-pencil-5:before{content:"\ECA1"}.icon-comment-4:before{content:"\ECA2"}.icon-location-5:before{content:"\ECA3"}.icon-cup-1:before{content:"\ECA4"}.icon-trash-5:before{content:"\ECA5"}.icon-doc-5:before{content:"\ECA6"}.icon-mobile-4:before{content:"\ECA7"}.icon-cd-2:before{content:"\ECA8"}.icon-inbox-4:before{content:"\ECA9"}.icon-globe-5:before{content:"\ECAA"}.icon-cloud-4:before{content:"\ECAB"}.icon-paper-plane-3:before{content:"\ECAC"}.icon-fire-3:before{content:"\ECAD"}.icon-graduation-cap-2:before{content:"\ECAE"}.icon-megaphone-3:before{content:"\ECAF"}.icon-database-2:before{content:"\ECB0"}.icon-key-3:before{content:"\ECB1"}.icon-tree-1:before{content:"\ECB2"}.icon-tree-2:before{content:"\ECB3"}.icon-warehouse:before{content:"\ECB4"}.icon-aboveground-rail:before{content:"\ECB5"}.icon-airfield:before{content:"\ECB6"}.icon-airport:before{content:"\ECB7"}.icon-art-gallery:before{content:"\ECB8"}.icon-baseball:before{content:"\ECBA"}.icon-basketball:before{content:"\ECBB"}.icon-beer-1:before{content:"\ECBC"}.icon-belowground-rail:before{content:"\ECBD"}.icon-bicycle:before{content:"\ECBE"}.icon-bus:before{content:"\ECBF"}.icon-cafe:before{content:"\ECC0"}.icon-campsite:before{content:"\ECC1"}.icon-cemetery:before{content:"\ECC2"}.icon-cinema:before{content:"\ECC3"}.icon-college:before{content:"\ECC4"}.icon-commerical-building:before{content:"\ECC5"}.icon-credit-card-3:before{content:"\ECC6"}.icon-cricket:before{content:"\ECC7"}.icon-embassy:before{content:"\ECC8"}.icon-industrial-building:before{content:"\ECC9"}.icon-hospital-1:before{content:"\ECCA"}.icon-grocery-store:before{content:"\ECCB"}.icon-golf:before{content:"\ECCC"}.icon-garden:before{content:"\ECCD"}.icon-ferry:before{content:"\ECCE"}.icon-fast-food:before{content:"\ECCF"}.icon-giraffe:before{content:"\ECD0"}.icon-fuel:before{content:"\ECD1"}.icon-sun-1:before{content:"\ECD2"}.icon-sun-inv:before{content:"\ECD3"}.icon-ok-circle:before{content:"\ECD4"}.icon-ok-4:before{content:"\ECD5"}.icon-cancel-5:before{content:"\ECD6"}.icon-cancel-circle-1:before{content:"\ECD7"}.icon-plus-5:before{content:"\ECD8"}.icon-plus-circle:before{content:"\ECD9"}.icon-minus-3:before{content:"\ECDA"}.icon-minus-circle:before{content:"\ECDB"}.icon-cloud-inv:before{content:"\ECDC"}.icon-cloud-5:before{content:"\ECDD"}.icon-fog-cloud:before{content:"\ECDE"}.icon-fog:before{content:"\ECDF"}.icon-umbrella-1:before{content:"\ECE0"}.icon-chart-bar-4:before{content:"\ECE1"}.icon-chart-pie-2:before{content:"\ECE2"}.icon-chart-pie-alt:before{content:"\ECE3"}.icon-aperture:before{content:"\ECE4"}.icon-aperture-alt:before{content:"\ECE5"}@font-face{font-family:Figtree;src:url(/dist/fonts/Figtree-Normal.ttf)}@font-face{font-family:Figtree Italic;src:url(/dist/fonts/Figtree-Italic.ttf);font-style:italic}@font-face{font-family:ArchivoNarrow;src:url(/dist/fonts/ArchivoNarrow.ttf)}@font-face{font-family:ArchivoNarrow Italic;src:url(/dist/fonts/ArchivoNarrow-Italic.ttf);font-style:italic}@font-face{font-family:Barlow Condensed;src:url(/dist/fonts/BarlowCondensed-Regular.ttf)}@font-face{font-family:DM Sans;src:url(/dist/fonts/DMSans-Regular.ttf)}@font-face{font-family:DM Sans Medium;src:url(/dist/fonts/DMSans-Medium.ttf)}@font-face{font-family:DM Sans Bold;src:url(/dist/fonts/DMSans-Bold.ttf)}@font-face{font-family:DM Sans Medium Italic;src:url(/dist/fonts/DMSans-MediumItalic.ttf);font-style:italic}@font-face{font-family:DM Sans Italic;src:url(/dist/fonts/DMSans-Italic.ttf);font-style:italic}@font-face{font-family:DM Sans Bold Italic;src:url(/dist/fonts/DMSans-BoldItalic.ttf);font-style:italic}@media (min-width:768px){header nav.navbar-collapse{width:100%!important}header nav.navbar-collapse .nav>li{position:static}header nav.navbar-collapse .navbar-nav{display:flex;width:100%}header nav.navbar-collapse .navbar-nav>li{flex-grow:1}header nav.navbar-collapse .navbar-nav>li.dropdown>a{padding:15px 21px 15px 5px}header nav.navbar-collapse .navbar-nav>li.dropdown>a:after{display:inline-block;margin-left:2px;position:absolute;color:currentColor;bottom:15px;font-weight:lighter;font-style:normal;font-size:16px;content:"\E90E";font-family:allicons;right:0}header nav.navbar-collapse .dropdown-menu.subNav>ul>li>a,header nav.navbar-collapse .subSubNav{width:100%}header nav.navbar-collapse .dropdown-menu.subNav>ul>li>a,header nav.navbar-collapse .dropdown-menu.subNav>ul>li>a>a,header nav.navbar-collapse .subSubNav>a{border-bottom:1px solid;max-width:calc(100% - 15px);font-weight:700}header nav.navbar-collapse .dropdown-menu.subNav>ul>li>a{float:none!important;padding:5px 0}header nav.navbar-collapse .dropdown-menu.subNav>ul{-moz-column-count:3;column-count:3}header nav.navbar-collapse .dropdown-menu.subNav>ul>li{display:inline-block;flex-direction:column;margin:0;float:left}header nav.navbar-collapse .dropdown-menu.subNav>ul>linth-child(n+4){float:none!important}header nav.navbar-collapse .dropdown-menu.subNav>ul>li.subSubNav{-moz-column-break-inside:avoid;break-inside:avoid}header nav.navbar-collapse .dropdown-menu.subNav>ul>li.subSubNav>ul>li:last-child{margin-bottom:0}header nav.navbar-collapse .dropdown-menu.subNav>ul>li.subSubNav>ul>li:last-child a{padding-bottom:15px}header nav.navbar-collapse .dropdown-menu.subNav:before{transform:translateX(-100vw);display:block;content:" 1";width:200vw;height:calc(100% + 10px);position:absolute;left:50vw;background:#f9f9f9;top:0;box-shadow:0 1px 0 rgba(0,0,0,.2)}header nav.navbar-collapse .dropdown-menu.subNav ul li:hover ul,header nav.navbar-collapse .dropdown-menu.subNav ul li ul{width:100%}header nav.navbar-collapse .navbar-nav .dropdown-menu.subNav ul li ul{padding-left:0}header nav.navbar-collapse .subSubNav ul li a{text-transform:none}header nav.navbar-collapse .dropdown-menu.subNav{left:0}header nav.navbar-collapse .dropdown-menu.subNav ul a+ul{display:block;position:static;left:auto;background:transparent}header nav.navbar-collapse .nav>li{padding-bottom:0}header nav.navbar-collapse .navbar-nav>li>.dropdown-menu{margin-top:0}header nav.navbar-collapse .navbar-nav .dropdown:hover .dropdown-menu,header nav.navbar-collapse .navbar-nav .open .dropdown-menu{background:transparent;width:100%}header nav.navbar-collapse .dropdown-menu.subNav>ul>li:hover>a{background:transparent;text-decoration:none;float:none}header nav.navbar-collapse .dropdown-menu.subNav ul a+ul{margin-top:0}header nav.navbar-collapse .navbar-nav .dropdown-menu.subNav ul li:hover ul a{padding:0}header nav.navbar-collapse .navbar-nav .dropdown-menu.subNav ul li:hover ul{l:20px}header nav.navbar-collapse .dropdown-menu.subNav>ul{padding-right:0!important}header nav.navbar-collapse .charities .dropdown-menu.subNav>ul>li:hover>a,header nav.navbar-collapse .charities .dropdown-menu.subNav ul a+ul,header nav.navbar-collapse .public .dropdown-menu.subNav>ul>li:hover>a,header nav.navbar-collapse .public .dropdown-menu.subNav ul a+ul{background:transparent}}@media (min-width:1200px){header nav.navbar-collapse .navbar-nav>li.dropdown>a:after{right:12px}}body{font-size:1em}.feature-box{background-color:#f2f2f2;min-height:180px;margin-bottom:10px}.feature-box .feat-img{padding:10px;max-height:250px}.feature-box .bottom-pan-content{padding:20px 30px}.feature-box .bottom-pan-content span{display:block;font-size:11px;color:#003da2;text-transform:uppercase}.feature-box .bottom-pan-content a{display:block;background-color:#003da2;color:#fff;text-transform:uppercase;width:180px;max-width:100%;margin:10px 0;padding:10px 0;transition:all .5s ease;text-align:center}.btn-group{width:100%}#calendar{padding-bottom:10px!important}#calendar .cal-month-day a{padding:0}#calendar #cal-slide-content ul{background:none;color:#000}#calendar #cal-slide-content a{padding:0;display:initial}#calendar #cal-slide-content a:hover{background:none;text-decoration:underline}#calendar #cal-slide-content a.event-item{color:#000}#calendar .cal-month-day{height:50px}#calendar .cal-month-box [class*=cal-cell],#calendar .cal-year-box [class*=span]{min-height:50px;border-right:0 solid #e1e1e1}#calendar .cal-month-box .cal-row-fluid,#calendar .cal-year-box .row-fluid{border-bottom:0 solid #e1e1e1;margin-left:0;margin-right:0}#calendar .cal-month-box,#calendar .cal-week-box,#calendar .cal-year-box{border:0 solid #e1e1e1;border-radius:2px;padding-bottom:10px}#calendar .cal-month-day span{position:relative;border-radius:50%;margin:0 auto;float:none!important;text-align:center;display:block}@media (max-width:767px){#calendar .cal-month-day span{font-size:14px;padding:5px;width:30px;height:30px;top:10px}}@media (min-width:768px){#calendar .cal-month-day span{font-size:17px;padding:10px;width:40px;height:40px;top:5px}}#calendar .cal-month-day.cal-day-inmonth span{opacity:1;color:#6f6e6e}#calendar .cal-month-day.cal-day-today{background-color:transparent}#calendar .cal-month-day.cal-day-today span{color:#fff;background-color:#d4913b}#calendar #cal-slide-content{box-shadow:none;margin:10px 0;background-image:none}#calendar .event-important{background-color:#296e49}@media (max-width:767px){#calendar .events-list{position:absolute;top:7px;left:50%;transform:translateX(-50%);padding-left:0}#calendar .events-list:before{content:"";display:block;top:1px;left:1px;width:35px;height:35px;border-radius:50%;background:#468a53;opacity:.35}#calendar .events-list a{display:none}}#calendar .events-list .event{border:0;border-radius:50%;width:5px;height:5px}#calendar .cal-row-head .cal-cell1{padding:5px 0 0;margin:0 0 -5px}#calendar #cal-day-tick{right:0;bottom:0;padding:5px;z-index:5;text-align:center;margin-right:0;top:0;background-color:#666;color:#fff;border-radius:0;border:0}@media (max-width:767px){#calendar #cal-day-tick{width:20px;height:20px;display:block!important}#calendar #cal-day-tick i{top:-2px;left:-1px}}@media (min-width:768px){#calendar #cal-day-tick{width:30px;height:30px}}.homepage-sections{border-top:1px solid #eee;margin-top:1.5rem;min-height:300px;padding:0 1rem 2.5rem}.homepage-sections h2{margin-bottom:3.5rem;text-align:center}.homepage-section{font-family:franklin-gothic-urw-comp,sans-serif}.homepage-section.content-show{background:#fff;position:absolute;width:100%;z-index:1}.homepage-section__directLink:focus,.homepage-section__directLink:hover{text-decoration:none}.homepage-section__wrap{display:flex;flex-wrap:wrap;justify-content:space-evenly;position:relative}.homepage-section__inner{padding:1rem 3.5rem;transition:all .2s ease;-o-transition:.2s all ease;-moz-transition:.2s all ease;-webkit-transition:all .2s ease}.homepage-section__inner:hover{box-shadow:0 0 10px 0 #5d265a;cursor:pointer;transform:scale(1.025)}@media (min-width:1200px){.content-show .homepage-section__inner{width:25%}}.homepage-section__image{width:100%}.homepage-section__image__wrap{margin:0 auto;max-width:50%;text-align:center}.homepage-section__title{color:#5d265a;font-size:3rem;text-align:center}.homepage-section__content{background:#fff;height:100%;left:0;padding:1rem;position:absolute;top:0;width:100%}@media (min-width:1200px){.homepage-section__content{left:auto;right:0;max-width:70%}}.content-hide .homepage-section__content{animation:fadeout .05s linear;display:none;opacity:0;z-index:-1}.content-show .homepage-section__content{animation:fadein .2s linear;display:block;opacity:1;z-index:100}@media (min-width:1200px){.content-show .homepage-section__content{left:auto;right:0;max-width:70%}}.homepage-section__content ul{list-style:none;margin-top:1rem}.homepage-section__content ul li{font-family:franklin-gothic-urw-comp,sans-serif;font-size:2rem}.homepage-section__content ul li:before{color:#000;content:"\2022";display:inline-block;font-weight:700;margin-left:-1em;width:1em}.homepage-section__close{color:#5d265a;float:right;font-size:2rem}.homepage-section__close svg{vertical-align:middle}@keyframes fadein{0%{opacity:0;z-index:-1}to{opacity:1;z-index:100}}@keyframes fadeout{0%{opacity:1;width:100%;z-index:100}to{opacity:0;width:0;z-index:-1}}.ui-datepicker{width:18em}select option[disabled=disabled]{color:#525151;font-weight:700}.option-bold{font-weight:700}.guidancequestions .contourIndicator,.umbraco-forms-guidancequestions .contourIndicator{color:#b90000}.guidancequestions .umbraco-forms-field,.umbraco-forms-guidancequestions .umbraco-forms-field{font-size:16px}.checkbox.mandatory div{text-align:center}.checkbox.mandatory div input{position:relative}.new-contact-form{border-radius:unset;border:1px solid #ccc;border-radius:1px;background-color:unset;padding:6px 15px;margin-bottom:15px}.help-check.new-check,.new-contact-form.hidden-field{display:none}.help-check.new-check.visible{display:block}.hidden-option{display:none}.new-faq.faqdisplay>h2{color:#212127}.new-faq.faqdisplay ul{padding-left:30px;list-style:outside}.newContactForm{border:1px solid #ccc;border-radius:1px;padding:10px 15px;display:none}.newContactForm.visible{display:block}.newContactForm .switch{position:relative;display:inline-block;width:14%;text-align:right}@media (max-width:990px){.newContactForm .switch{width:13%}}.newContactForm .switch #chkHelp{position:absolute}.newContactForm .switch input{opacity:0;width:0;height:0}.newContactForm .switch input:checked+.show-form-button{background-color:#003b5c;color:#fff}.newContactForm .switch input:checked+.show-form-button:before{transform:translate(24px,-4px);background-color:#003b5c}.newContactForm .switch input:focus+.show-form-button{box-shadow:0 0 1px rgba(0,59,92,.3803921568627451)}.newContactForm .switch .show-form-button{background-color:#fff;color:#003b5c;padding:5px 2px;min-width:45px}.newContactForm .switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.3803921568627451);border:1px solid #fff;transition:.4s;width:unset;margin:unset}.newContactForm .switch .slider:before{position:absolute;content:"";height:20px;width:20px;left:-4px;top:0;transform:translateY(-4px);background-color:#fff;box-shadow:-1px 0 6px #a2a2a2;transition:.4s}.newContactForm .switch .slider.round{border-radius:34px}.newContactForm .switch .slider.round:before{border-radius:50%}.newContactForm .fullWidthRow{width:100%;text-align:center}@media (max-width:661px){.newContactForm .fullWidthRow .centered-button{width:calc(100% - 30px);margin-left:15px;margin-right:15px}}.newContactForm .other-ways-to-contact hr{border:1px solid #ccc}.newContactForm .other-ways-to-contact h2{margin-top:0;font-size:30px}.newContactForm .other-ways-to-contact .contact-button{background-color:#003b5c;height:90px;color:#fff;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;font-size:20px;font-weight:600;cursor:pointer}@media (max-width:990px){.newContactForm .other-ways-to-contact .contact-button.left-contact-button{margin-bottom:15px}}@media (min-width:991px){.newContactForm .other-ways-to-contact .contact-button.left-contact-button{margin-right:-7.5px}}@media (max-width:990px){.newContactForm .other-ways-to-contact .contact-button.right-contact-button{margin-bottom:15px}}@media (min-width:991px){.newContactForm .other-ways-to-contact .contact-button.right-contact-button{margin-left:-7.5px}}.newContactForm .other-ways-to-contact .contact-button .emailaddress,.newContactForm .other-ways-to-contact .contact-button .phonenumber{transition:transform .3s;bottom:15px}.newContactForm .other-ways-to-contact .contact-button.showContact{position:relative}.newContactForm .other-ways-to-contact .contact-button.showContact .emailaddress,.newContactForm .other-ways-to-contact .contact-button.showContact .phonenumber{transform:translateY(-15px)}.newContactForm .other-ways-to-contact .contact-button.showContact .contact-info{opacity:1;z-index:0}.newContactForm .other-ways-to-contact .contact-info{position:absolute;opacity:0;transition:opacity .3s;bottom:15px;z-index:-1}.newContactForm .other-ways-to-contact .contact-info a{color:#fff;font-size:400}.newContactForm .other-ways-to-contact .emailaddress:before{font-family:allicons;content:"\EB29";padding-right:5px}.newContactForm .other-ways-to-contact .phonenumber:before{font-family:allicons;content:"\E8E3";padding-right:5px}.no-padding{padding:0}.simple-charity-search{width:100%}.simple-charity-search input#charityNumberSimpleSearch{height:auto}.vowelAccentsBox.hide-vowel-box{visibility:hidden}span.multiselect-native-select{position:relative}span.multiselect-native-select select{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px -1px -1px -3px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;left:50%;top:30px}.multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}.multiselect-container .input-group{margin:5px}.multiselect-container>li>a.multiselect-all label{font-weight:700}.multiselect-container>li.multiselect-group label{margin:0;padding:3px 20px;height:100%;font-weight:700}.multiselect-container>li.multiselect-group-clickable label{cursor:pointer}.multiselect-container>li>a{background-color:#fff!important;color:#003b5c;padding:10px 15px}.multiselect-container>li.active>a{background-color:#003b5c!important;color:#fff!important}multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400;padding:3px 20px 3px 40px}.multiselect-container>li>a>label.checkbox,.multiselect-container>li>a>label.radio{margin:0}.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}.btn-group>.btn-group:nth-child(2)>.multiselect.btn,.newContactForm .switch .btn-group>.btn-group:nth-child(2)>.multiselect.show-form-button{border-top-left-radius:4px;border-bottom-left-radius:4px}.form-inline .multiselect-container label.checkbox,.form-inline .multiselect-container label.radio{padding:3px 20px 3px 40px}.form-inline .multiselect-container li a label.checkbox input[type=checkbox],.form-inline .multiselect-container li a label.radio input[type=radio]{margin-left:-20px;margin-right:0}.chartPage #tableHolder .scottishCharities th{color:#ff69b4;border-bottom:3px solid #ff69b4!important}.chartPage #tableHolder .allCharities th{color:#29afd0;border-bottom:3px solid #29afd0!important}.chartPage #tableHolder .crossBorder th{color:#6ebeb1;border-bottom:3px solid #6ebeb1!important}.chartPage #tableHolder table tbody tr td,.chartPage #tableHolder table tbody tr th{border:2px solid #fff!important}.chartPage #tableHolder table tbody tr th{font-family:open-sans,helvetica,arial,sans-serif;font-size:14px;font-weight:700;text-align:left;vertical-align:middle}.chartPage #tableHolder table tbody tr td{font-weight:400;text-align:left;vertical-align:middle}.chartPage #tableHolder table tbody tr td:first-child{font-weight:400}.chartPage #chartWrap{background:#fff}.chartPage #myChart{max-width:100%;padding:15px}.chartPage .charts .multiselect-native-select{margin:0 0 15px}.chartPage .charts ul{padding:0;margin:0;background-color:#bde7e2;border:0;border-radius:0}.chartPage .charts ul li{list-style-type:none}.chartPage .charts ul li p.chartHeader,.chartPage .charts ul li p.filterHeader{color:#003b5c;padding:10px 15px;transition:all .5s ease;font-weight:700;position:relative}.chartPage .charts ul li p.chartHeader:hover,.chartPage .charts ul li p.filterHeader:hover{cursor:pointer}.chartPage .charts ul li p.chartHeader.active,.chartPage .charts ul li p.filterHeader.active{background-color:#003b5c;color:#fff}.chartPage .charts ul li p.chartHeader.active span.toggle,.chartPage .charts ul li p.filterHeader.active span.toggle{background-color:#bde7e2}.chartPage .charts ul li p.chartHeader.active span.toggle svg,.chartPage .charts ul li p.filterHeader.active span.toggle svg{color:#003b5c;transform:rotate(180deg)}.chartPage .charts ul li p.chartHeader span.toggle,.chartPage .charts ul li p.filterHeader span.toggle{background-color:#003b5c;position:absolute;top:0;padding:10px 15px;right:0;transition:all .5s ease;border-left:1px solid #003b5c}.chartPage .charts ul li p.chartHeader span.toggle svg,.chartPage .charts ul li p.filterHeader span.toggle svg{font-size:16px;color:#fff;transition:all .5s ease}.chartPage .charts ul li p{margin:0}.chartPage .charts ul li.active a{color:#fff;display:block;width:100%;height:auto;margin:0;padding:15px;transition:all .5s ease;text-decoration:none;background-color:#003b5c}.chartPage .charts ul li.active a:hover{background-color:#003b5c}.chartPage .charts ul li a{color:#003b5c;display:block;width:100%;height:auto;margin:0;padding:15px;transition:all .5s ease;text-decoration:none}.chartPage .charts ul li a:hover{background-color:#003b5c;color:#fff}.chartPage .charts ul li ul:not(.multiselect-container){max-height:0;overflow:hidden;opacity:0;transition:all .5s ease}.chartPage .charts ul li ul:not(.multiselect-container).open{max-height:99999px;opacity:1}.chartPage .charts ul li .filterWrap{padding:15px}.chartPage .charts ul li .filterWrap label{color:#fff}.chartPage .charts ul li .filterWrap select{border:0;padding:10px 15px}.chartPage .charts ul li .filterWrap>div{margin:20px 0 0}.chartPage .charts ul li .sub-menu label{color:#003b5c}.chartPage .charts ul li .sub-menu .checkbox-filter+.btn-group{width:100%}.chartPage .charts ul li .sub-menu .checkbox-filter+.btn-group button{width:100%;color:#003b5c;background-color:#fff;border-color:#fff;font-weight:700;border-radius:0;text-align:left;padding:10px 15px;text-overflow:ellipsis;overflow:hidden}.chartPage .charts ul li .sub-menu .checkbox-filter+.btn-group .multiselect-container{width:100%;background-color:#fff!important;position:relative;min-width:100%;max-width:100%}.chartPage .charts ul li .sub-menu .checkbox-filter+.btn-group .multiselect-container li a{cursor:pointer;padding:10px 30px;white-space:normal}.chartPage .charts ul li .sub-menu .checkbox-filter+.btn-group .multiselect-container li a:hover{background-color:#003b5c!important}.chartPage .charts ul li .sub-menu .checkbox-filter+.btn-group .multiselect-container li a:hover label{color:#fff!important}.chartPage .charts ul li .sub-menu .checkbox-filter+.btn-group .multiselect-container li a label{cursor:pointer;color:#60751a}.chartPage .charts ul li .sub-menu .checkbox-filter+.btn-group .multiselect-container.active a{color:#fff!important;background-color:#003b5c!important}.chartPage .charts ul.two li>div{padding:15px}.charity-data-container .charityType__wrapper{position:relative}.charity-data-container .charityType__wrapper>select{background:#bde7e2;border:0;border-radius:0;color:#003b5c;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:10px 15px;font-family:open-sans,helvetica,arial,sans-serif;font-weight:700;font-size:14px;line-height:19px}.charity-data-container .charityType__toggle{background-color:#003b5c;color:#fff;font-size:16px;position:absolute;top:0;padding:10px 15px;right:0;transition:all .5s ease;border-left:1px solid #003b5c;pointer-events:none;height:100%}.charity-data-container .active-filters:before{content:"Current filters:";color:#003b5c;display:block;font-weight:700}.charity-data-container .filter-item{padding:0 3px;opacity:0;height:0;pointer-events:none;transition:all .3s ease;display:block}.charity-data-container .filter-item--active{padding:3px;opacity:1;width:auto;height:auto;pointer-events:auto}.charity-data-container .filter-item--active .filtered-by{cursor:pointer}.charity-data-container .filter-cat{padding:3px 5px;font-weight:700}.charity-data-container .filter-cat:after{content:":"}.charity-data-container .filtered-by{background:#bde7e2;display:inline-block;margin-left:1px;margin-right:1px;border-radius:10px;margin-bottom:3px;padding:1px 5px 1px 1px}.charity-data-container .filtered-by:before{content:"x";display:block;float:left;font-size:11px;font-weight:700;border-radius:50%;border:1px solid #bde7e2;background:#fff;color:#003b5c;width:19px;height:19px;margin-right:2px;text-align:center}.charity-data-container .filter-list--Charity-Status,.charity-data-container .filter-list--Constitutional-Form{pointer-events:none;cursor:auto}.charity-data-container .filter-list--Charity-Status .filtered-by,.charity-data-container .filter-list--Constitutional-Form .filtered-by{pointer-events:none;cursor:auto;padding-left:5px}.charity-data-container .filter-list--Charity-Status .filtered-by:before,.charity-data-container .filter-list--Constitutional-Form .filtered-by:before{display:none}.btn-clear-filters{background:#bde7e2;display:inline-block;margin-left:1px;margin-right:1px;border-radius:10px;margin-bottom:3px;padding:1px 5px 1px 1px}.btn-clear-filters:before{content:"x";display:block;float:left;font-size:11px;font-weight:700;border-radius:50%;border:1px solid #bde7e2;background:#fff;color:#003b5c;width:19px;height:19px;margin-right:2px;text-align:center}.btn-clear-filters:hover{cursor:pointer;background-color:#003b5c;color:#fff;text-decoration:none}.chartButtonContWrap{display:flex;flex-wrap:wrap;justify-content:space-between}.chartButtonContWrap .nextChartButtonCont,.chartButtonContWrap .prevChartButtonCont{max-width:50%}.chartButtonContWrap .nextChartButtonCont .nextChartBtn,.chartButtonContWrap .nextChartButtonCont .prevChartBtn,.chartButtonContWrap .prevChartButtonCont .nextChartBtn,.chartButtonContWrap .prevChartButtonCont .prevChartBtn{margin-right:10px;background-color:#bde7e2;color:#003b5c;padding:10px 15px;transition:all .5s ease;font-weight:700;position:relative;float:right}.chartButtonContWrap .nextChartButtonCont .nextChartBtn:hover,.chartButtonContWrap .nextChartButtonCont .prevChartBtn:hover,.chartButtonContWrap .prevChartButtonCont .nextChartBtn:hover,.chartButtonContWrap .prevChartButtonCont .prevChartBtn:hover{cursor:pointer;background-color:#003b5c;color:#fff}.chartButtonContWrap .nextChartButtonCont{margin-left:auto}.chartButtonContWrap .prevChartButtonCont{margin-right:auto}@media (min-width:992px){.annual-review .col-md-6{max-width:49.9%;flex:0 0 50%}}.annual-review .row-eq-height{display:-webkit-flexbox;display:flex;flex-wrap:wrap}.annual-review header{background:none;height:auto;padding:0}.annual-review header .navbar-default .navbar-brand img{width:145px;max-width:100%;height:auto;transition:.5s}.annual-review header .navbar-default .navbar-nav li a{font-size:20px;color:#fff}.annual-review header .navbar-static-top{position:absolute;width:100%}.annual-review header .navbar-header{display:block;position:static}.annual-review header .navbar-default{background:none;border:none}.annual-review header .navbar-default .icon-bar:before{content:""}.annual-review header .nav>li{padding-top:20px}.annual-review header .nav>li:hover a{background:hsla(0,0%,100%,.4)}.annual-review .cover{min-height:100vh;background-repeat:none;background-position:50%;background-size:cover}.annual-review .intro-content{color:#fff;position:absolute;bottom:10%;font-family:franklin-gothic-urw-comp,sans-serif}.annual-review .intro-content h1{font-weight:700;font-size:62px}.annual-review .intro-content p{font-size:22px;color:#fff}.annual-review .intro-content a{color:#fdfd96}.annual-review .intro-content a:hover{color:#e9e98d;text-decoration:none}.annual-review .text-column{padding-top:70px;padding-bottom:70px}@media (min-width:1200px){.annual-review .intro-content h1{font-size:82px}.annual-review .full-width-section{padding-top:140px;padding-bottom:140px}.annual-review .intro-content{width:50%}.annual-review .text-column{padding:140px}.annual-review .left-margin{margin-left:115px}}@media (min-width:1300px){.annual-review .intro-content{width:40%}}@media (min-width:1500px){.annual-review .intro-content{width:30%}}.annual-review .image-column{background-repeat:none;background-position:50%;background-size:cover;min-height:500px}.annual-review .full-width-section{padding-top:70px;padding-bottom:70px}.annual-review .full-width-img{width:100%;min-height:100vh;background-repeat:no-repeat;background-position:50%;background-size:contain}@media screen and (max-width:992px){.annual-review .image-column{width:100%}}.annual-review .row-fixed-background{min-height:50vh;background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed}.annual-review footer{background:#5c265a 0 0 no-repeat padding-box;color:#fff;text-transform:uppercase;font-family:franklin-gothic-urw-comp,sans-serif;font-size:20px}.annual-review footer .container{border:none;margin-top:0;padding-top:1.5em;padding-bottom:1.5em}.annual-review footer a{color:#fff;font-family:franklin-gothic-urw-comp,sans-serif;text-transform:uppercase;font-size:20px}.annual-review footer a:hover{text-decoration:none;color:#d3d3d3}@media (min-width:768px){.annual-review footer .link{text-align:right}}.annual-review .timeline h2{padding-left:0;padding-bottom:15px;font-weight:700}.annual-review .timeline .col-xs-3{text-align:right}.annual-review .timeline .col-xs-3:after{content:"";display:inline-block;position:absolute;right:-4px;top:5px;width:7.5px;height:7.5px;border-radius:7.5px;background-color:#5c265a}.annual-review .timeline .content{border-left:1px solid #5c265a;min-height:100px}.annual-review .timeline .month{font-size:26px;font-weight:700}.annual-review .highlight-Purple .month,.annual-review .highlight-Purple .year,.annual-review .highlight-Purple h1,.annual-review .highlight-Purple h2,.annual-review .highlight-Purple h3{font-family:franklin-gothic-urw-comp,sans-serif;color:#5c265a}.annual-review .highlight-Purple .swiper-pagination-bullet-active{background:#5c265a}.annual-review .highlight-Light-Green .month,.annual-review .highlight-Light-Green .year,.annual-review .highlight-Light-Green h1,.annual-review .highlight-Light-Green h2,.annual-review .highlight-Light-Green h3{font-family:franklin-gothic-urw-comp,sans-serif;color:#c7d856}.annual-review .highlight-Light-Green .swiper-pagination-bullet-active{background:#c7d856}.annual-review .highlight-Magenta .month,.annual-review .highlight-Magenta .year,.annual-review .highlight-Magenta h1,.annual-review .highlight-Magenta h2,.annual-review .highlight-Magenta h3{font-family:franklin-gothic-urw-comp,sans-serif;color:#ec008b}.annual-review .highlight-Magenta .swiper-pagination-bullet-active{background:#ec008b}.annual-review .highlight-Orange .month,.annual-review .highlight-Orange .year,.annual-review .highlight-Orange h1,.annual-review .highlight-Orange h2,.annual-review .highlight-Orange h3{font-family:franklin-gothic-urw-comp,sans-serif;color:#eca344}.annual-review .highlight-Orange .swiper-pagination-bullet-active{background:#eca344}.annual-review .highlight-Dark-Green .month,.annual-review .highlight-Dark-Green .year,.annual-review .highlight-Dark-Green h1,.annual-review .highlight-Dark-Green h2,.annual-review .highlight-Dark-Green h3{font-family:franklin-gothic-urw-comp,sans-serif;color:#78c4b8}.annual-review .highlight-Dark-Green .swiper-pagination-bullet-active{background:#78c4b8}.annual-review #scrollButton{display:none;position:fixed;bottom:20px;right:30px;z-index:99;cursor:pointer;background:none;border:none;transition:cubic-bezier(.075,.82,.165,1)}.annual-review #scrollButton:hover img{opacity:.8}.annual-review #jumpToButton{color:#fff;text-decoration:none;position:fixed;top:20px;right:30px;z-index:99;cursor:pointer;background:#5c265a;padding:10px 15px;border-color:#222;z-index:9999}.annual-review #jumpToButton:hover{background:#41143f;border-color:#8a8a8a}.annual-review .hiddenJumpTo{display:none;position:fixed;top:70px;right:30px;background:rgba(0,0,0,.75);transition:cubic-bezier(.075,.82,.165,1)}.annual-review .hiddenJumpTo ul{list-style-type:none;padding:0}.annual-review .hiddenJumpTo ul li{padding:15px}.annual-review .hiddenJumpTo ul li:hover{background:hsla(0,0%,100%,.4)}.annual-review .hiddenJumpTo a{font-size:20px;color:#fff;font-family:franklin-gothic-urw-comp,sans-serif;padding:15px 13px;text-decoration:none}.annual-review .dark-green-background-table{background:#78c4b8;color:#fff;border:none;font-size:18px}.annual-review .dark-green-background-table tr:first-child,.annual-review .dark-green-background-table tr:nth-child(5){font-weight:700}.annual-review .dark-green-background-table tr:first-child td,.annual-review .dark-green-background-table tr:nth-child(5) td{padding-top:20px;padding-bottom:20px}.annual-review .dark-green-background-table tr td{border:none}.annual-review .dark-green-background-table tr td:nth-child(2),.annual-review .dark-green-background-table tr td:nth-child(3){text-align:right}.annual-review .orange-table{border:none}.annual-review .orange-table ul{list-style:none;margin:0}.annual-review .orange-table ul li{text-indent:-10px}.annual-review .orange-table ul li:before{content:"-";text-indent:-10px;color:#eca344;font-size:22px;padding-right:10px}.annual-review .orange-table tr{border-bottom:1px solid #000}.annual-review .orange-table tr td{border:none}.annual-review .orange-table tr td:first-child{color:#eca344;font-size:22px;font-family:franklin-gothic-urw-comp,sans-serif}.annual-review .orange-table tr:nth-child(3){border-bottom:none}.annual-review .dark-green-table tr td{border:none}.annual-review .dark-green-table tr td:nth-child(2){border-bottom:1px solid #000}.annual-review .dark-green-table tr td:first-child{color:#78c4b8;font-size:22px;font-family:franklin-gothic-urw-comp,sans-serif}.annual-review .dark-green-table tr:nth-child(3) td{border-bottom:none}.annual-review .orange-bullets{padding-left:12px;list-style:none;margin:0}.annual-review .orange-bullets li{padding:15px 0;text-indent:-10px;border-bottom:1px solid #000}.annual-review .orange-bullets li:before{content:"-";text-indent:-10px;color:#eca344;font-size:32px;padding-right:10px}.annual-review .orange-bullets li:last-child{border-bottom:none}.annual-review .swiper-container{max-width:90vw}.annual-review .swiper-container .img-responsive{margin-left:auto;margin-right:auto}.annual-review .swiper-container .swiper-pagination-bullets{bottom:0}.annual-review .swiper-container .inner-swipe-cont{padding:0 40px}.annual-review .swiper-container .swiper-button-prev{left:0;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%2378c4b8'/%3E%3C/svg%3E")!important}.annual-review .swiper-container .swiper-button-next{right:0;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%2378c4b8'/%3E%3C/svg%3E")!important}.container{width:100%;padding-left:15px;padding-right:15px}@media (min-width:991px){.container .middle-section,.container .new-charity-search-page{padding-left:50px;padding-right:50px}}@media (min-width:1400px){.container .middle-section,.container .new-charity-search-page{padding-left:150px;padding-right:150px}}header{padding-top:0}body.home header,body.internal header,header{height:unset}.clear-both{content:"";clear:both}.oscr-line{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='75'%3E%3Cg data-name='Сгруппировать 13'%3E%3Cpath data-name='Прямоугольник 12' fill='%23a1a1a4' d='M468 0h78v75h-78z'/%3E%3Cpath data-name='Прямоугольник 11' fill='%2300b5cc' d='M390 0h78v75h-78z'/%3E%3Cpath data-name='Прямоугольник 10' fill='%23e6007d' d='M312 0h78v75h-78z'/%3E%3Cpath data-name='Прямоугольник 9' fill='%23731472' d='M234 0h78v75h-78z'/%3E%3Cpath data-name='Прямоугольник 8' fill='%23f99f2a' d='M156 0h78v75h-78z'/%3E%3Cpath data-name='Прямоугольник 7' fill='%2366bcae' d='M78 0h78v75H78z'/%3E%3Cpath data-name='Прямоугольник 6' fill='%23c1d82f' d='M0 0h78v75H0z'/%3E%3C/g%3E%3Cg data-name='Сгруппировать 14'%3E%3Cpath data-name='Прямоугольник 12' fill='%23a1a1a4' d='M1014 0h78v75h-78z'/%3E%3Cpath data-name='Прямоугольник 11' fill='%2300b5cc' d='M936 0h78v75h-78z'/%3E%3Cpath data-name='Прямоугольник 10' fill='%23e6007d' d='M858 0h78v75h-78z'/%3E%3Cpath data-name='Прямоугольник 9' fill='%23731472' d='M780 0h78v75h-78z'/%3E%3Cpath data-name='Прямоугольник 8' fill='%23f99f2a' d='M702 0h78v75h-78z'/%3E%3Cpath data-name='Прямоугольник 7' fill='%2366bcae' d='M624 0h78v75h-78z'/%3E%3Cpath data-name='Прямоугольник 6' fill='%23c1d82f' d='M546 0h78v75h-78z'/%3E%3C/g%3E%3Cpath data-name='Контур 3119' d='M1560 0h78v75h-78z' fill='%23a1a1a4'/%3E%3Cpath data-name='Контур 3118' d='M1482 0h78v75h-78z' fill='%2300b5cc'/%3E%3Cpath data-name='Контур 3117' d='M1404 0h78v75h-78z' fill='%23e6007d'/%3E%3Cpath data-name='Контур 3116' d='M1326 0h78v75h-78z' fill='%23731472'/%3E%3Cpath data-name='Контур 3115' d='M1248 0h78v75h-78z' fill='%23f99f2a'/%3E%3Cpath data-name='Контур 3114' d='M1170 0h78v75h-78z' fill='%2366bcae'/%3E%3Cpath data-name='Контур 3113' d='M1092 0h78v75h-78z' fill='%23c1d82f'/%3E%3Cpath data-name='Контур 3112' d='M1872 0h48v75h-48z' fill='%23731472'/%3E%3Cpath data-name='Контур 3111' d='M1794 0h78v75h-78z' fill='%23f99f2a'/%3E%3Cpath data-name='Контур 3110' d='M1716 0h78v75h-78z' fill='%2366bcae'/%3E%3Cpath data-name='Контур 3109' d='M1638 0h78v75h-78z' fill='%23c1d82f'/%3E%3C/svg%3E");width:100%;height:75px}.oscr-line.with-margin{margin-top:25px}.oscr-line-medium{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='75'%3E%3Cg data-name='Сгруппировать 13'%3E%3Cpath data-name='Прямоугольник 12' fill='%23a1a1a4' d='M468 0h78v75h-78z'/%3E%3Cpath data-name='Прямоугольник 11' fill='%2300b5cc' d='M390 0h78v75h-78z'/%3E%3Cpath data-name='Прямоугольник 10' fill='%23e6007d' d='M312 0h78v75h-78z'/%3E%3Cpath data-name='Прямоугольник 9' fill='%23731472' d='M234 0h78v75h-78z'/%3E%3Cpath data-name='Прямоугольник 8' fill='%23f99f2a' d='M156 0h78v75h-78z'/%3E%3Cpath data-name='Прямоугольник 7' fill='%2366bcae' d='M78 0h78v75H78z'/%3E%3Cpath data-name='Прямоугольник 6' fill='%23c1d82f' d='M0 0h78v75H0z'/%3E%3C/g%3E%3Cg data-name='Сгруппировать 14'%3E%3Cpath data-name='Прямоугольник 12' fill='%23a1a1a4' d='M1014 0h78v75h-78z'/%3E%3Cpath data-name='Прямоугольник 11' fill='%2300b5cc' d='M936 0h78v75h-78z'/%3E%3Cpath data-name='Прямоугольник 10' fill='%23e6007d' d='M858 0h78v75h-78z'/%3E%3Cpath data-name='Прямоугольник 9' fill='%23731472' d='M780 0h78v75h-78z'/%3E%3Cpath data-name='Прямоугольник 8' fill='%23f99f2a' d='M702 0h78v75h-78z'/%3E%3Cpath data-name='Прямоугольник 7' fill='%2366bcae' d='M624 0h78v75h-78z'/%3E%3Cpath data-name='Прямоугольник 6' fill='%23c1d82f' d='M546 0h78v75h-78z'/%3E%3C/g%3E%3Cpath data-name='Контур 3119' d='M1560 0h78v75h-78z' fill='%23a1a1a4'/%3E%3Cpath data-name='Контур 3118' d='M1482 0h78v75h-78z' fill='%2300b5cc'/%3E%3Cpath data-name='Контур 3117' d='M1404 0h78v75h-78z' fill='%23e6007d'/%3E%3Cpath data-name='Контур 3116' d='M1326 0h78v75h-78z' fill='%23731472'/%3E%3Cpath data-name='Контур 3115' d='M1248 0h78v75h-78z' fill='%23f99f2a'/%3E%3Cpath data-name='Контур 3114' d='M1170 0h78v75h-78z' fill='%2366bcae'/%3E%3Cpath data-name='Контур 3113' d='M1092 0h78v75h-78z' fill='%23c1d82f'/%3E%3Cpath data-name='Контур 3112' d='M1872 0h48v75h-48z' fill='%23731472'/%3E%3Cpath data-name='Контур 3111' d='M1794 0h78v75h-78z' fill='%23f99f2a'/%3E%3Cpath data-name='Контур 3110' d='M1716 0h78v75h-78z' fill='%2366bcae'/%3E%3Cpath data-name='Контур 3109' d='M1638 0h78v75h-78z' fill='%23c1d82f'/%3E%3C/svg%3E");width:100%;height:42px}.oscr-line-medium.with-margin{margin-top:25px}.oscr-small-line{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='75'%3E%3Cg data-name='Сгруппировать 13'%3E%3Cpath data-name='Прямоугольник 12' fill='%23a1a1a4' d='M468 0h78v75h-78z'/%3E%3Cpath data-name='Прямоугольник 11' fill='%2300b5cc' d='M390 0h78v75h-78z'/%3E%3Cpath data-name='Прямоугольник 10' fill='%23e6007d' d='M312 0h78v75h-78z'/%3E%3Cpath data-name='Прямоугольник 9' fill='%23731472' d='M234 0h78v75h-78z'/%3E%3Cpath data-name='Прямоугольник 8' fill='%23f99f2a' d='M156 0h78v75h-78z'/%3E%3Cpath data-name='Прямоугольник 7' fill='%2366bcae' d='M78 0h78v75H78z'/%3E%3Cpath data-name='Прямоугольник 6' fill='%23c1d82f' d='M0 0h78v75H0z'/%3E%3C/g%3E%3Cg data-name='Сгруппировать 14'%3E%3Cpath data-name='Прямоугольник 12' fill='%23a1a1a4' d='M1014 0h78v75h-78z'/%3E%3Cpath data-name='Прямоугольник 11' fill='%2300b5cc' d='M936 0h78v75h-78z'/%3E%3Cpath data-name='Прямоугольник 10' fill='%23e6007d' d='M858 0h78v75h-78z'/%3E%3Cpath data-name='Прямоугольник 9' fill='%23731472' d='M780 0h78v75h-78z'/%3E%3Cpath data-name='Прямоугольник 8' fill='%23f99f2a' d='M702 0h78v75h-78z'/%3E%3Cpath data-name='Прямоугольник 7' fill='%2366bcae' d='M624 0h78v75h-78z'/%3E%3Cpath data-name='Прямоугольник 6' fill='%23c1d82f' d='M546 0h78v75h-78z'/%3E%3C/g%3E%3Cpath data-name='Контур 3119' d='M1560 0h78v75h-78z' fill='%23a1a1a4'/%3E%3Cpath data-name='Контур 3118' d='M1482 0h78v75h-78z' fill='%2300b5cc'/%3E%3Cpath data-name='Контур 3117' d='M1404 0h78v75h-78z' fill='%23e6007d'/%3E%3Cpath data-name='Контур 3116' d='M1326 0h78v75h-78z' fill='%23731472'/%3E%3Cpath data-name='Контур 3115' d='M1248 0h78v75h-78z' fill='%23f99f2a'/%3E%3Cpath data-name='Контур 3114' d='M1170 0h78v75h-78z' fill='%2366bcae'/%3E%3Cpath data-name='Контур 3113' d='M1092 0h78v75h-78z' fill='%23c1d82f'/%3E%3Cpath data-name='Контур 3112' d='M1872 0h48v75h-48z' fill='%23731472'/%3E%3Cpath data-name='Контур 3111' d='M1794 0h78v75h-78z' fill='%23f99f2a'/%3E%3Cpath data-name='Контур 3110' d='M1716 0h78v75h-78z' fill='%2366bcae'/%3E%3Cpath data-name='Контур 3109' d='M1638 0h78v75h-78z' fill='%23c1d82f'/%3E%3C/svg%3E");width:100%;height:10px}.oscr-small-line-short{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200.2 10'%3E%3Cg data-name='Сгруппировать 13'%3E%3Cpath data-name='Прямоугольник 12' fill='%23a1a1a4' d='M171.6 0h28.6v10h-28.6z'/%3E%3Cpath data-name='Прямоугольник 11' fill='%2300b5cc' d='M143 0h28.6v10H143z'/%3E%3Cpath data-name='Прямоугольник 10' fill='%23e6007d' d='M114.4 0H143v10h-28.6z'/%3E%3Cpath data-name='Прямоугольник 9' fill='%23731472' d='M85.8 0h28.6v10H85.8z'/%3E%3Cpath data-name='Прямоугольник 8' fill='%23f99f2a' d='M57.2 0h28.6v10H57.2z'/%3E%3Cpath data-name='Прямоугольник 7' fill='%2366bcae' d='M28.6 0h28.6v10H28.6z'/%3E%3Cpath data-name='Прямоугольник 6' fill='%23c1d82f' d='M0 0h28.6v10H0z'/%3E%3C/g%3E%3Cg data-name='Сгруппировать 14'%3E%3Cpath data-name='Прямоугольник 6-2' fill='%23c1d82f' d='M200.2 10V0'/%3E%3C/g%3E%3C/svg%3E");width:100%;height:10px}.oscr-online-login{font-family:Dm Sans,sans-serif;font-size:21px;color:#fff!important}@media (max-width:991px){.oscr-online-login{clear:both;float:unset;font-size:18px;color:#fff!important;background-color:#e6007d;border-radius:100px;display:inline;padding:10px 20px;transition:background-color .3s ease-in-out}.oscr-online-login:hover{background-color:#731472;text-decoration:none}}.oscr-online-login .sign-in-mobile{display:none}@media (max-width:991px){.oscr-online-login .sign-in-mobile{display:unset}}@media (max-width:991px){.oscr-online-login .sign-in-desktop{display:none}}.header-row{padding:10px 25px;text-transform:uppercase;font-size:21px;background-color:#e6007d}@media (max-width:990px){.header-row{padding:10px 0;font-size:18px;background-color:#e6007d}.header-row .mobile-oscr-logo{margin-bottom:15px}.header-row .mobile-oscr-logo img{max-height:75px}}.header-row .site-link-list{margin-bottom:0}@media (max-width:990px){.header-row .site-link-list{margin-right:0;text-align:center}}.header-row .site-link-list li{padding-left:7px;padding-right:7px;position:relative;text-transform:none}@media (max-width:990px){.header-row .site-link-list li{padding-top:5px;padding-bottom:5px}}.header-row .site-link-list li a,.header-row .site-link-list li a:hover{color:#fff}.mobile-collapse-link .social-mobile .social-list{border-bottom:1px solid #fff;padding-bottom:10px;margin-bottom:10px;margin-top:10px}.mobile-collapse-link .social-mobile .social-list li{padding-left:10px;padding-right:10px}.mobile-collapse-link .social-mobile .social-list li i,.mobile-collapse-link .social-mobile .social-list li svg{font-size:22px}.mobile-collapse-link .social-mobile .social-list li a{color:#212127}.mobile-collapse-link .site-link-list{justify-content:center;display:flex;flex-wrap:wrap;margin-bottom:0}.mobile-collapse-link .site-link-list li{padding:10px;margin-bottom:5px}header{box-shadow:0 3px 6px rgba(0,0,0,.161);background:#e6007d!important;padding-top:0!important}header .header-wrap{display:flex;flex-direction:column;padding:25px 15px 15px}@media (min-width:768px){header .header-wrap{align-items:center;padding:25px 50px}}@media (min-width:990px){header .header-wrap{flex-direction:row}}@media (min-width:1400px){header .header-wrap{padding:25px 150px}}header .menu-section{justify-content:center}@media (min-width:990px){header .menu-section{justify-content:flex-end}}header .menu-section .nav.navbar-nav{flex-wrap:wrap;padding-top:5px;margin-top:15px;border-top:1px solid hsla(0,0%,100%,.31);width:-moz-max-content;width:max-content}header .oscr-logo{display:flex;align-items:center}header .navbar-toggle{position:absolute;border:2px solid #fff;top:-60px;right:8px;color:#212127;background-color:#e6007d;margin:0;padding:10px 20px;border-radius:100px;z-index:99999;float:unset;transition:background-color .3s ease-in-out}header .navbar-toggle:focus{box-shadow:0 0 3px 2px #2e6da4;outline-offset:-2px}header .navbar-toggle:hover{background-color:#731472}@media (max-width:767px){header .navbar-toggle{display:flex;right:0}}header .navbar-toggle i,header .navbar-toggle svg{font-size:24px;color:#fff}header .sign-in-nav,header .sign-in-nav-mobile{font-family:Barlow Condensed,sans-serif;margin-left:10px;margin-right:-20px;padding-right:0}header .sign-in-nav-mobile a,header .sign-in-nav a{font-weight:700;border:1px solid #fff;padding:5px 10px;border-radius:1rem;transition:.3s}header .sign-in-nav-mobile a:hover,header .sign-in-nav a:hover{text-decoration:none;color:#e6007d!important;background:#fff}@media (max-width:990px){header .white-row nav.navbar-collapse{padding-left:15px;padding-right:15px}}header .white-row nav.navbar-collapse .nav{justify-content:center}@media (min-width:990px){header .white-row nav.navbar-collapse .nav{justify-content:flex-end}}header .white-row nav.navbar-collapse .nav>li{flex:0 0 auto}header .white-row nav.navbar-collapse .nav>li:hover a{background-color:unset}header .white-row nav.navbar-collapse .nav>li.dropdown>a{padding-right:38px;padding-left:5px;color:#fff}@media (min-width:990px){header .white-row nav.navbar-collapse .nav>li.dropdown>a{font-size:18px}}@media (min-width:1400px){header .white-row nav.navbar-collapse .nav>li.dropdown>a{font-size:22px}}header .white-row nav.navbar-collapse .nav>li.dropdown>a:after{right:0;top:8px;width:33px;height:33px;text-align:center;background-color:transparent;color:#fff;display:flex;justify-content:center;align-items:center;font-size:30px}@media (max-width:990px){header .white-row nav.navbar-collapse .nav>li.dropdown>a:after{position:absolute;content:"\E90E";font-weight:lighter;font-style:normal;font-size:16px;font-family:allicons;left:unset;width:30px;height:30px;right:10px;top:12px}}header .white-row nav.navbar-collapse .nav>li.dropdown.open>a:after{transform:rotate(-90deg)}@media (max-width:990px){header .white-row .nav.navbar-nav{margin-top:50px}}@media (max-width:990px){footer .container ul{min-height:auto!important}}footer .container.custom-footer-container{padding-left:150px;padding-right:150px;padding-top:50px;margin-top:0}@media (max-width:1399px){footer .container.custom-footer-container{padding-left:50px;padding-right:50px}}@media (max-width:990px){footer .container.custom-footer-container{padding-left:25px;padding-right:25px;padding-top:15px}}footer .container.custom-footer-container a{color:#e6007d}footer .container.custom-footer-container .social-col{color:#3a5f77}footer .container.custom-footer-container .social-col h2,footer .container.custom-footer-container .social-col h3{margin-top:0;margin-bottom:0}footer .container.custom-footer-container .social-col h2{font-size:54px}footer .container.custom-footer-container .social-col ul.socials{margin-top:2rem;display:flex}footer .container.custom-footer-container .social-col ul.socials li svg{font-size:28px}footer .container.custom-footer-container .social-col ul.socials li:not(:last-child){margin-right:2rem}footer .container.custom-footer-container .social-col ul.socials li a{color:#3a5f77}@media (max-width:990px){footer .container.custom-footer-container .footerNav{text-align:center}}footer .container.custom-footer-container .footerNav li{width:auto!important}footer .container.custom-footer-container .footerNav li:not(:first-child){margin-left:1.25em}footer .container.custom-footer-container .footerNav li a{color:#3a5f77;font-family:DM Sans,sans-serif;text-transform:capitalize;font-size:22px;transition:color .2s ease-in-out;padding-left:0}footer .container.custom-footer-container .footerNav li a:hover{color:#e6007d;text-decoration:none}@media (max-width:990px){footer .container.custom-footer-container .footerNav li:nth-child(odd){text-align:left}footer .container.custom-footer-container .footerNav li:nth-child(odd).b2-footer-item{width:100%;text-align:center}footer .container.custom-footer-container .footerNav li:nth-child(2n){text-align:right}footer .container.custom-footer-container .footerNav li{margin-bottom:10px}footer .container.custom-footer-container .footerNav li a{font-size:20px;font-family:DM Sans,sans-serif}}footer .container.custom-footer-container .accessibilityToggles{display:flex;flex-wrap:wrap}@media (max-width:990px){footer .container.custom-footer-container .accessibilityToggles{text-align:center;padding:0 0 25px}}footer .container.custom-footer-container .accessibilityToggles a{font-family:Barlow Condensed,sans-serif;font-size:22px;background-color:#e6007d;border-radius:100px;padding:10px 15px;width:260px;margin-bottom:10px;text-transform:uppercase}@media (max-width:990px){footer .container.custom-footer-container .accessibilityToggles a{margin-right:0}}footer .container.custom-footer-container .accessibilityToggles a:first-child{margin-right:30px}@media (max-width:990px){footer .container.custom-footer-container .accessibilityToggles a:first-child{margin-right:0}}footer .container.custom-footer-container .accessibilityToggles a.on.toggle--high-contrast>span:after{left:20px;background-color:transparent!important;border-color:#00dc00!important}footer .container.custom-footer-container .accessibilityToggles a.on.toggle--high-contrast>span:before{left:24px;background-color:#00dc00!important}footer .container.custom-footer-container .accessibilityToggles a.on.toggle--high-contrast+.toggle--dyslexia-friendly.on>span:after{border-color:#00dc00!important}footer .container.custom-footer-container .accessibilityToggles a.on.toggle--high-contrast+.toggle--dyslexia-friendly.on>span:before{background-color:#00dc00!important}footer .container.custom-footer-container .accessibilityToggles a.on.toggle--dyslexia-friendly>span:after{left:20px;background-color:transparent!important}footer .container.custom-footer-container .accessibilityToggles a.on.toggle--dyslexia-friendly>span:before{left:24px}footer .container.custom-footer-container .accessibilityToggles a.on+a>span:after{background-color:transparent}footer .container.custom-footer-container .accessibilityToggles a>span{top:6px;border-radius:100px;box-shadow:unset;border:2px solid #fff;height:22px;background-color:#e6007d;width:40px}footer .container.custom-footer-container .accessibilityToggles a>span:before{content:"";display:block;width:6px;height:6px;background-color:#fff;position:absolute;left:6px;top:6px;transition:all .3s ease;z-index:9999999;border-radius:100px;overflow:hidden}footer .container.custom-footer-container .accessibilityToggles a>span:after{border-radius:100px;background-color:#e6007d;border:2px solid #fff;width:14px;height:14px;left:2px;top:2px}@media (max-width:990px){footer .container.custom-footer-container .accessibilityToggles a{width:100%;margin-bottom:10px;font-size:18px;padding:10px}footer .container.custom-footer-container .accessibilityToggles a>span{top:1px}}footer .container.custom-footer-container .htt{width:100%;position:unset}footer .container.custom-footer-container .htt img{max-height:90px}@media (max-width:990px){footer .container.custom-footer-container .htt img{max-width:49%!important;padding:0 10px}}header nav.navbar-collapse .navbar-nav .dropdown:hover .dropdown-menu,header nav.navbar-collapse .navbar-nav .open .dropdown-menu{background:purple}@media (max-width:1600px){header nav.navbar-collapse .navbar-nav .dropdown:hover .dropdown-menu,header nav.navbar-collapse .navbar-nav .open .dropdown-menu{padding-left:0!important;padding-right:0!important}}@media (min-width:991px){header nav.navbar-collapse .navbar-nav .dropdown:hover .dropdown-menu,header nav.navbar-collapse .navbar-nav .open .dropdown-menu{width:calc(100% + 170px);transform:translateX(-170px)}}nav #menu-side-navigation.menu-side-navigation{margin-top:0}nav #menu-side-navigation.menu-side-navigation li{font-family:Barlow Condensed,sans-serif;font-size:28px;position:relative;padding-left:15px}nav #menu-side-navigation.menu-side-navigation li:before{content:"";width:5px;height:80.8px;position:relative;background:#ededed;position:absolute;left:0;top:0}nav #menu-side-navigation.menu-side-navigation li:last-child:before{height:38.8px}nav #menu-side-navigation.menu-side-navigation li:nth-child(2n):before{background:#ddd}nav #menu-side-navigation.menu-side-navigation li.side-nav-header{color:#00718c;text-transform:none}nav #menu-side-navigation.menu-side-navigation li.side-nav-header:before{content:none}nav #menu-side-navigation.menu-side-navigation li a{font-family:Barlow Condensed,sans-serif;font-size:18px;text-transform:none;color:#212127;padding:10px 0;line-height:1.1;font-weight:600}nav #menu-side-navigation.menu-side-navigation li a:hover{background-color:unset;color:#e6007d}nav #menu-side-navigation.menu-side-navigation li.current:before{content:"";width:5px;height:39.8px;position:relative;background:#e6007d;position:absolute;left:0;top:0}nav #menu-side-navigation.menu-side-navigation li.current a{background:transparent;color:#333;position:relative}nav #menu-side-navigation.menu-side-navigation li.current ul{background:transparent}nav #menu-side-navigation.menu-side-navigation li.active{background-color:transparent}nav #menu-side-navigation.menu-side-navigation li.active>a{border-bottom:unset;color:#333}nav #menu-side-navigation.menu-side-navigation li.active>a:hover{background-color:unset}nav #menu-side-navigation.menu-side-navigation li.active>ul{list-style:disc;padding-left:35px;background-color:transparent}nav #menu-side-navigation.menu-side-navigation li.active>ul>li{list-style-type:circle;border-bottom:none;padding-left:0}nav #menu-side-navigation.menu-side-navigation li.active>ul>li:before{left:-50px}nav #menu-side-navigation.menu-side-navigation li.active>ul>li>a{color:#212127;text-decoration:none;padding:10px 0}nav #menu-side-navigation.menu-side-navigation li.active>ul>li>a:hover{background-color:transparent;color:#e6007d}nav #menu-side-navigation.menu-side-navigation li.active>ul>li.current{border-top:unset;background-color:transparent}nav #menu-side-navigation.menu-side-navigation li.active>ul>li.current:hover{border-top:unset;border-bottom:1px solid #fff}nav #menu-side-navigation.menu-side-navigation li.active>ul>li.current>a{background-color:transparent;color:#333}nav #menu-side-navigation.menu-side-navigation li>ul>li{padding-left:25px;font-size:18px}nav #menu-side-navigation.menu-side-navigation li>ul>li:before{left:-50px}.homepage-banner{margin-bottom:0;padding:4rem 0}.homepage-banner .row{flex-direction:column}.homepage-banner .we-are{font-size:25px!important;text-align:center;display:block;max-width:90%;margin:0 auto}.homepage-banner .under-search-block{margin-top:2rem}.homepage-banner .under-search-block .search-text{font-size:26px;margin:2rem 0}.homepage-banner .under-search-block .search-block-seperator{height:100px;width:2px;margin:0 1rem;background:rgba(33,33,33,.22)}@media (max-width:990px){.homepage-banner .under-search-block .search-block-seperator{display:none}}.homepage-banner .under-search-block .search-blocks{display:flex;flex-direction:row}@media (max-width:990px){.homepage-banner .under-search-block .search-blocks{flex-direction:column}}.homepage-banner .under-search-block .search-block{max-width:280px;margin:0 1rem;text-align:center}@media (max-width:990px){.homepage-banner .under-search-block .search-block{margin:1rem 0}}.homepage-banner .under-search-block .search-block a{font-family:DM Sans,sans-serif;font-size:18px;color:#212121;text-decoration:none;background:#e6007d;padding:1rem 2rem;min-width:240px;max-width:90%;display:inline-block;border-radius:30px;font-weight:700;color:#fff;text-align:center}.homepage-banner .under-search-block .search-block a:hover{background:#731472}.homepage-banner.primary-bg{background-color:#60c5b8}.homepage-banner .logo{background:url(/dist/0e06f594a0fbe0c64f8904fb3ee9d808.png) no-repeat;background-position:50%;display:block;height:100%;width:100%}@media (max-width:767px){.homepage-banner .logo{min-height:210px;background-position:bottom}}.homepage-banner .logo h1{position:absolute;z-index:-1}body.home .searchCharities{max-width:90%;margin:0 auto}body.home .searchCharities h2.charitySearchTitle{text-align:center;font-size:60px;color:#212121;margin-bottom:2rem;margin-top:0}@media (max-width:990px){body.home .searchCharities h2.charitySearchTitle{font-size:40px;color:#212121}}body.home .searchCharities a,body.home .searchCharities p{color:#333;font-weight:600}body.home .searchCharities .search-wrapper{position:relative;display:flex;flex-wrap:wrap;box-shadow:0 3px 15px rgba(0,0,0,.08);border-radius:200px}body.home .searchCharities .search-wrapper #CharitySearchText{max-width:calc(100% - 240px);flex:0 0 calc(100% - 240px);height:80px;border-top-left-radius:200px;border-bottom-left-radius:200px;border:unset;font-size:18px;margin:0}@media (max-width:990px){body.home .searchCharities .search-wrapper #CharitySearchText{font-size:14px;height:60px;padding-left:10px;padding-right:10px;max-width:75%;flex:0 0 75%}}body.home .searchCharities .search-wrapper .search-btn{max-width:240px;flex:0 0 240px;color:#fff;border-top-right-radius:200px;border-bottom-right-radius:200px;background:#e6007d;box-shadow:unset;font-size:20px;padding:unset;margin:0;height:80px;display:flex;flex-wrap:wrap;align-items:center;position:relative;font-weight:700;transition:background-color .2s ease-in-out}@media (max-width:990px){body.home .searchCharities .search-wrapper .search-btn{font-size:16px;height:60px;max-width:25%;flex:0 0 25%}}body.home .searchCharities .search-wrapper .search-btn:hover{background-color:#731472}body.home .searchCharities .search-wrapper .search-btn #uxSubmit{font-family:Barlow Condensed;background-color:transparent;border:unset;box-shadow:unset;padding:0;width:100%;margin-left:15px}body.home .searchCharities .search-wrapper .search-btn #uxSubmit:hover{color:#fff}@media (max-width:990px){body.home .searchCharities .search-wrapper .search-btn #uxSubmit{display:none}}body.home .searchCharities .search-wrapper .search-btn #uxSubmitMobile{font-family:Barlow Condensed;background-color:transparent;border:unset;box-shadow:unset;padding:0;width:100%;position:relative;z-index:999;margin:0}@media (min-width:991px){body.home .searchCharities .search-wrapper .search-btn #uxSubmitMobile{display:none}}body.home .searchCharities .search-wrapper .search-btn:before{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z'/%3E%3C/svg%3E");background-size:cover;height:28px;width:28px;position:absolute;top:calc(50% - 14px);left:50px}@media (max-width:990px){body.home .searchCharities .search-wrapper .search-btn:before{top:calc(50% - 14px);left:calc(50% - 14px)}}.main .oscr-home-description{text-align:center;padding:50px 0;max-width:90%;margin:0 auto}@media (min-width:992px){.main .oscr-home-description{max-width:80%;padding:100px 0}}@media (min-width:1440px){.main .oscr-home-description{max-width:60%}}.main .oscr-home-description h2{font-size:40px;margin-bottom:2rem}@media (min-width:1440px){.main .oscr-home-description h2{font-size:55px}}.main .oscr-home-description h2 span{color:#e6007d;font-weight:700}.main .oscr-home-description p{font-size:22px;margin-bottom:1rem}.main .oscr-home-description .links{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin-top:1.5rem}.main .oscr-home-description .links a{margin:.5rem 1rem;color:#e6007d;background:#fff;box-shadow:0 3px 6px rgba(0,0,0,.16);text-align:center;display:flex;justify-content:center;align-items:center;flex-direction:column}.main .oscr-home-description .links a .text{min-width:175px;padding:1rem;font-weight:700;font-size:19px;width:100%;line-height:1}.main .oscr-home-signup{background:#3a5f77;color:#fff;padding:100px 30px;width:calc(100% + 30px)}@media (min-width:991px){.main .oscr-home-signup{padding:100px 0}}.main .oscr-home-signup .row{display:flex}@media (max-width:1199px){.main .oscr-home-signup .row{flex-direction:column}}@media (max-width:1199px){.main .oscr-home-signup .content-col,.main .oscr-home-signup .form-col{width:100%;max-width:100%}}@media (max-width:1199px){.main .oscr-home-signup .content-col{margin-bottom:25px}}.main .oscr-home-signup .content-col h2{margin-top:0;color:#fff;font-size:40px}@media (min-width:1440px){.main .oscr-home-signup .content-col h2{font-size:58px}}.main .oscr-home-signup .content-col p{font-size:22px;color:#fff}.main .oscr-home-signup .form-col{display:flex;flex-direction:column;justify-content:center}.main .oscr-home-signup .form-col .top-wrapper{display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:25px}@media (min-width:576px){.main .oscr-home-signup .form-col .top-wrapper{margin-bottom:0;justify-content:inherit;align-items:center;flex-direction:row}}.main .oscr-home-signup .form-col .top-wrapper label{font-size:24px;font-weight:500;width:165px;margin-right:1rem}.main .oscr-home-signup .form-col .top-wrapper p{font-size:15px;color:#fff;width:100%}@media (min-width:576px){.main .oscr-home-signup .form-col .top-wrapper p{width:calc(100% - 165px - 1rem)}}.main .oscr-home-signup .form-col .top-wrapper p a{color:#fff;text-decoration:underline}.main .oscr-home-signup .form-col form{position:relative}.main .oscr-home-signup .form-col form input[type=email]{color:#212121!important;border-radius:90px;width:100%;box-shadow:none;border:0;height:60px;padding:0 25px}@media (min-width:576px){.main .oscr-home-signup .form-col form input[type=email]{height:80px;padding:0 225px 0 25px}}@media (min-width:1440px){.main .oscr-home-signup .form-col form input[type=email]{padding:0 225px 0 50px;font-size:23px}}.main .oscr-home-signup .form-col form button[type=submit]{padding:0;width:100%;border-radius:90px;margin:15px 0 0;height:60px;box-shadow:0;border:0;background-color:#e6007d;font-weight:700;text-transform:uppercase}@media (min-width:576px){.main .oscr-home-signup .form-col form button[type=submit]{height:80px;margin:0;border-bottom-left-radius:0;border-top-left-radius:0;width:200px;position:absolute;right:0;top:0}}.main .oscr-home-signup .form-col form button[type=submit]:hover{background-color:#731472}.home .main{margin-bottom:0}.home .oscr-line-medium.with-margin{margin-top:0}.home .home-news-title{color:#212121}.home .home-news-title:hover{text-decoration:none}.latest-news{position:relative}.latest-news:before{content:"";height:300px;width:100%;background:#60c5b8;position:absolute;top:0;left:0}.latest-news h2.main-title{font-size:48px;font-family:Barlow Condensed,sans-serif;margin:0 0 0 2rem;display:flex;align-items:center}@media (max-width:550px){.latest-news h2.main-title{font-size:30px}}.latest-news .swiper-container{overflow:visible;padding-top:80px;margin-left:30px}@media (min-width:900px){.latest-news .swiper-container{margin-left:50px}}@media (min-width:1400px){.latest-news .swiper-container{margin-left:150px}}.latest-news .swiper-container .swiper-top-wrapper{display:flex;margin-bottom:2rem}.latest-news .swiper-container .swiper-top-wrapper .custom-swiper-navigation{display:flex;align-items:center}.latest-news .swiper-container .view-all-news{position:absolute;top:-7px;right:0;text-transform:uppercase;background-color:#e6007d;font-size:24px;font-family:Barlow Condensed,sans-serif;font-weight:600;padding:1.25rem 30px;border-radius:100px;transition:background-color .2s ease-in-out;right:30px}@media (max-width:550px){.latest-news .swiper-container .view-all-news{top:0;left:0;right:unset;font-size:20px;padding:.85rem 15px}}@media (min-width:900px){.latest-news .swiper-container .view-all-news{right:50px}}@media (min-width:1400px){.latest-news .swiper-container .view-all-news{right:150px}}.latest-news .swiper-container .view-all-news:hover{background-color:#731472}.latest-news .swiper-container .view-all-news a{color:#fff}.latest-news .swiper-container .view-all-news a:hover{text-decoration:unset}.latest-news .swiper-container .swiper-button-next,.latest-news .swiper-container .swiper-button-prev{background-color:#e6007d;margin-top:0;height:45px;width:45px;background-size:30px 30px;top:0;transition:background-color .2s ease-in-out;position:relative;left:0;right:0}.latest-news .swiper-container .swiper-button-next:hover,.latest-news .swiper-container .swiper-button-prev:hover{background-color:#731472}.latest-news .swiper-container .swiper-button-prev{margin-right:2rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23FFF'/%3E%3C/svg%3E")}.latest-news .swiper-container .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23FFF'/%3E%3C/svg%3E")}.latest-news .news-item{background:#fff}.latest-news .news-item:focus{box-shadow:0 0 3px 2px #2e6da4;outline-offset:0}.latest-news .news-item .wrapper{box-shadow:0 3px 6px rgba(0,0,0,.161)}.latest-news .news-item .wrapper>a{display:block;width:100%}.latest-news .news-item .wrapper:focus,.latest-news .news-item .wrapper>a:focus{box-shadow:0 0 3px 2px #2e6da4;outline-offset:0}.latest-news .news-item .wrapper .image-wrapper{height:0;padding-bottom:56.25%;position:relative}.latest-news .news-item .wrapper .image-wrapper:focus{box-shadow:0 0 3px 2px #2e6da4;outline-offset:0}.latest-news .news-item .wrapper .image-wrapper img{position:absolute;inset:0;width:100%;height:100%}.latest-news .news-item .wrapper .image-wrapper img:focus{box-shadow:0 0 3px 2px #2e6da4;outline-offset:0}.latest-news .news-item .wrapper .inner .news-link{display:flex;justify-content:space-between;padding:.5rem 1.5rem;align-items:center;font-weight:700}.latest-news .news-item h3{font-size:20px;font-family:DM Sans Bold,sans-serif;height:70px;overflow:hidden;margin-top:1rem}.latest-news .news-item .published-date{font-family:Barlow Condensed,sans-serif;font-weight:600;font-size:18px;color:#e6007d;font-weight:700;margin-top:1rem}.latest-news .news-item .news-link{font-size:26px;font-family:DM Sans,sans-serif;color:#e6007d}.latest-news .news-item .news-link .text{max-width:80%;font-size:18px}.latest-news .news-item .news-link svg{font-size:18px}.homepage-sections .homepage-guidance{font-family:Barlow Condensed,sans-serif;font-size:50px}.homepage-sections .homepage-section{text-align:center}.homepage-sections .homepage-section__wrap .homepage-section__title{font-family:Barlow Condensed,sans-serif;font-weight:600;font-size:24px;margin-top:10px}.homepage-sections .homepage-section__wrap .homepage-section__description{font-size:18px;font-family:DM Sans,sans-serif;text-align:center}.homepage-sections .homepage-section__wrap .homepage-section__content{background-color:#fff}.homepage-sections .homepage-section__wrap .homepage-section__content ul{padding-left:30px}.homepage-sections .homepage-section__wrap .homepage-section__content ul li{list-style:none;text-align:left;margin-bottom:15px}.homepage-sections .homepage-section__wrap .homepage-section__content ul li:before{display:none;content:""}.homepage-sections .homepage-section__wrap .homepage-section__content ul li a{font-family:Barlow Condensed,sans-serif;color:#e6007d;font-size:24px;text-decoration:unset}.homepage-sections .homepage-section__wrap .homepage-section__content .go-back-button-item{margin-top:30px}.homepage-sections .homepage-section__wrap .homepage-section__content .go-back-button-item .homepage-section__close{color:#fff;float:unset;font-size:26px;background-color:#e6007d;padding:.85rem 3.5rem;border-radius:100px}.homepage-sections .homepage-section__wrap .homepage-section.content-hide .homepage-section__directLink.other-section-opened{display:none}.homepage-sections .homepage-section__wrap .homepage-section.content-hide .homepage-section__directLink .homepage-section__description{color:#212127}.homepage-sections .homepage-section .cta-homepage-guidance{font-size:22px;font-family:DM Sans Bold,sans-serif;text-align:center;text-decoration:underline;color:#e6007d;margin-top:15px}.oscr-online-section{margin-top:50px;margin-bottom:50px;padding:15px 30px 0;background-color:#3a5f77;color:#fff}@media (min-width:900px){.oscr-online-section{padding:25px 50px}}@media (min-width:1400px){.oscr-online-section{padding:50px 150px}}.oscr-online-section a,.oscr-online-section p{color:#fff;font-size:18px}@media (max-width:990px){.oscr-online-section a,.oscr-online-section p{font-size:16px}}.oscr-online-section h2.oscr-online-title{color:#fff;font-size:50px}@media (max-width:990px){.oscr-online-section h2.oscr-online-title{font-size:38px}}.oscr-online-section .btn-signin-oscr-online{font-family:Barlow Condensed,sans-serif;font-weight:600;background-color:#e6007d;border-radius:100px;padding:.85rem 1.25rem;min-width:300px;text-align:center;margin-top:50px;text-transform:uppercase;transition:background-color .3s ease-in-out}.oscr-online-section .btn-signin-oscr-online:hover{background-color:#731472}.oscr-online-section .btn-signin-oscr-online:hover a{color:#fff;text-decoration:none}@media (max-width:990px){.oscr-online-section .btn-signin-oscr-online{width:80%;margin:30px 10% 50px;min-width:unset}}.oscr-online-section .btn-signin-oscr-online a{font-size:22px}.oscr-online-section .oscr-online-embed-video{margin-left:-30px;margin-right:-30px}body .guidance .utility-button-row{position:absolute;right:0;top:25px;display:flex;justify-content:end}body .guidance .utility-button-row div+div{margin-left:10px}body .guidance .publishdates .published,body .guidance .publishdates .updated{font-family:Barlow Condensed,sans-serif;font-size:18px;background:transparent;color:#333;padding:0}body .guidance .publishdates h2{color:#00718c}body .guidance .guidance-page-content .page-title{color:#212121;font-family:Barlow Condensed,sans-serif;font-weight:600;font-size:52px;margin-top:1rem}@media (max-width:990px){body .guidance .guidance-page-content .page-title{font-size:35px}}body .guidance .guidance-page-content h2,body .guidance .guidance-page-content h3,body .guidance .guidance-page-content h4,body .guidance .guidance-page-content h5,body .guidance .guidance-page-content h6{font-family:Barlow Condensed,sans-serif;color:#00718c}body .guidance .guidance-page-content h2 strong,body .guidance .guidance-page-content h3 strong,body .guidance .guidance-page-content h4 strong,body .guidance .guidance-page-content h5 strong,body .guidance .guidance-page-content h6 strong{font-family:Barlow Condensed,sans-serif;font-size:inherit}body .guidance .guidance-page-content li,body .guidance .guidance-page-content p,body .guidance .guidance-page-content strong,body .guidance .guidance-page-content td,body .guidance .guidance-page-content tr,body .guidance .guidance-page-content ul{font-family:DM Sans,sans-serif;font-size:18px}body .guidance .guidance-page-content a{font-family:DM Sans Bold,sans-serif;color:#e6007d;text-decoration:none}body .guidance .guidance-page-content a:hover{color:#ff80c5}body .guidance-sub.guidance .guidance-page-content .page-title{color:#00718c}body .default-page .search-wrapper{position:relative;display:flex;flex-wrap:wrap}body .default-page .search-wrapper #CharitySearchText{max-width:75%;flex:0 0 75%;height:60px;border-top-left-radius:200px;border-bottom-left-radius:200px;border:1px solid #e6007d;border-right:unset;font-size:14px}@media (max-width:990px){body .default-page .search-wrapper #CharitySearchText{font-size:14px;height:50px;padding-left:10px;padding-right:10px}}body .default-page .search-wrapper .search-btn{max-width:25%;flex:0 0 25%;color:#fff;border-top-right-radius:200px;border-bottom-right-radius:200px;background:#e6007d;box-shadow:unset;font-size:20px;padding:unset;margin:10px 0;height:60px;display:flex;flex-wrap:wrap;align-items:center;position:relative;transition:background-color .2s ease-in-out}@media (max-width:990px){body .default-page .search-wrapper .search-btn{font-size:16px;height:50px;max-width:25%;flex:0 0 25%}}body .default-page .search-wrapper .search-btn:hover{background-color:#731472}body .default-page .search-wrapper .search-btn #uxSubmit{display:none}body .default-page .search-wrapper .search-btn #uxSubmitMobile{font-family:Barlow Condensed;background-color:transparent;border:unset;box-shadow:unset;padding:0;width:100%;position:relative;z-index:999;margin:0}body .default-page .search-wrapper .search-btn:before{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z'/%3E%3C/svg%3E");background-size:cover;height:28px;width:28px;position:absolute;top:calc(50% - 14px);left:25px}@media (max-width:990px){body .default-page .search-wrapper .search-btn:before{top:calc(50% - 14px);left:calc(50% - 14px)}}body .default-page .banner-row{background-color:#66bcae;margin-bottom:25px}body .default-page .banner-row.charity-details-page{display:none}body .default-page .banner-row .bg-image-row{height:400px}body .default-page .banner-row .bg-image-row .bg-image{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;height:100%;width:100%}body .default-page .banner-row .logo{background:url(/dist/0e06f594a0fbe0c64f8904fb3ee9d808.png) no-repeat;background-position:50%;display:block;height:100%;width:100%}@media (max-width:990px){body .default-page .banner-row .logo{min-height:210px;background-position:bottom}}body .default-page .banner-row .logo h1{position:absolute;z-index:-1}body .default-page .utility-button-row{right:0;top:0;display:flex;justify-content:end}@media (max-width:990px){body .default-page .utility-button-row{position:unset;justify-content:center;margin-bottom:15px}}.newContactForm .switch body .default-page .utility-button-row .show-form-button,body .default-page .utility-button-row .btn,body .default-page .utility-button-row .newContactForm .switch .show-form-button{background-color:#e6007d;color:#fff;border-radius:0;padding:10px 20px;border-radius:100px;transition:background-color .3s ease-in-out}.newContactForm .switch body .default-page .utility-button-row .show-form-button:hover,body .default-page .utility-button-row .btn:hover,body .default-page .utility-button-row .newContactForm .switch .show-form-button:hover{background-color:#731472}.newContactForm .switch body .default-page .utility-button-row .show-form-button:hover a,body .default-page .utility-button-row .btn:hover a,body .default-page .utility-button-row .newContactForm .switch .show-form-button:hover a{color:#fff}.newContactForm .switch body .default-page .utility-button-row .show-form-button a,body .default-page .utility-button-row .btn a,body .default-page .utility-button-row .newContactForm .switch .show-form-button a{text-decoration:none;color:#fff;font-size:18px;font-family:Barlow Condensed,sans-serif}.newContactForm .switch body .default-page .utility-button-row .show-form-button a i,.newContactForm .switch body .default-page .utility-button-row .show-form-button a svg,body .default-page .utility-button-row .btn a i,body .default-page .utility-button-row .btn a svg,body .default-page .utility-button-row .newContactForm .switch .show-form-button a i,body .default-page .utility-button-row .newContactForm .switch .show-form-button a svg{margin-right:10px}body .default-page .utility-button-row div+div{margin-left:10px}body .default-page .default-page-content .page-title{font-family:Barlow Condensed,sans-serif;font-weight:600;font-size:52px;margin-top:1rem}@media (max-width:990px){body .default-page .default-page-content .page-title{font-size:35px}}body .default-page .default-page-content h2,body .default-page .default-page-content h3,body .default-page .default-page-content h4,body .default-page .default-page-content h5,body .default-page .default-page-content h6{font-family:Barlow Condensed,sans-serif;color:#e6007d}body .default-page .default-page-content li,body .default-page .default-page-content p,body .default-page .default-page-content strong,body .default-page .default-page-content td,body .default-page .default-page-content tr,body .default-page .default-page-content ul{font-family:DM Sans,sans-serif;font-size:18px}body .default-page .default-page-content a{font-family:DM Sans Bold,sans-serif;color:#e6007d;text-decoration:none}body .default-page .default-page-content a:hover{color:#ff80c5}body .default-page .default-page-content .table-wrapper{overflow:scroll}body .default-page .default-page-content .history td{font-size:16px}body .default-page .default-page-content .button.new-style-button a{color:#fff;background-color:#e6007d;transition:background-color .3s ease-in-out,border-color .3s ease-in-out;border-radius:100px}body .default-page .default-page-content .button.new-style-button a:hover{background-color:#731472;border-color:#731472}.new-section-landing .search-wrapper{position:relative;display:flex;flex-wrap:wrap}.new-section-landing .search-wrapper #CharitySearchText{max-width:70%;flex:0 0 70%;height:80px;border-top-left-radius:200px;border-bottom-left-radius:200px;border:1px solid #e6007d;border-right:unset;font-size:18px}@media (max-width:990px){.new-section-landing .search-wrapper #CharitySearchText{font-size:14px;height:60px;padding-left:10px;padding-right:10px;max-width:75%;flex:0 0 75%}}.new-section-landing .search-wrapper .search-btn{max-width:30%;flex:0 0 30%;color:#fff;border-top-right-radius:200px;border-bottom-right-radius:200px;background:#e6007d;box-shadow:unset;font-size:20px;padding:unset;margin:10px 0;height:80px;display:flex;flex-wrap:wrap;align-items:center;position:relative;transition:background-color .2s ease-in-out}@media (max-width:990px){.new-section-landing .search-wrapper .search-btn{font-size:16px;height:60px;max-width:25%;flex:0 0 25%}}.new-section-landing .search-wrapper .search-btn:hover{background-color:#731472}.new-section-landing .search-wrapper .search-btn #uxSubmit{font-family:Barlow Condensed;background-color:transparent;border:unset;box-shadow:unset;padding:0;width:100%;margin-left:15px}.new-section-landing .search-wrapper .search-btn #uxSubmit:hover{color:#fff}@media (max-width:990px){.new-section-landing .search-wrapper .search-btn #uxSubmit{display:none}}.new-section-landing .search-wrapper .search-btn #uxSubmitMobile{font-family:Barlow Condensed;background-color:transparent;border:unset;box-shadow:unset;padding:0;width:100%;position:relative;z-index:999;margin:0}@media (min-width:991px){.new-section-landing .search-wrapper .search-btn #uxSubmitMobile{display:none}}.new-section-landing .search-wrapper .search-btn:before{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z'/%3E%3C/svg%3E");background-size:cover;height:28px;width:28px;position:absolute;top:calc(50% - 14px);left:25px}@media (max-width:990px){.new-section-landing .search-wrapper .search-btn:before{top:calc(50% - 14px);left:calc(50% - 14px)}}.new-section-landing h1{font-family:Barlow Condensed,sans-serif;font-weight:600;font-size:52px;margin-top:1rem}@media (max-width:990px){.new-section-landing h1{font-size:35px}}.new-section-landing h2,.new-section-landing h2 span,.new-section-landing h3,.new-section-landing h3 span,.new-section-landing h4,.new-section-landing h4 span,.new-section-landing h5,.new-section-landing h5 span,.new-section-landing h6,.new-section-landing h6 span{font-family:Barlow Condensed,sans-serif;color:#e6007d}.new-section-landing li,.new-section-landing p,.new-section-landing strong,.new-section-landing td,.new-section-landing tr,.new-section-landing ul{font-family:DM Sans,sans-serif;font-size:18px}.new-section-landing a{font-family:DM Sans Bold,sans-serif;color:#e6007d;text-decoration:none}.new-section-landing a:hover{color:#ff80c5}.new-section-landing .container.main{padding-top:50px}.new-section-landing .about-charities-sections p{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.new-section-landing .about-charities-sections p img{width:100%!important;height:auto!important}body .new-strategy-section{padding-bottom:100px}body .new-strategy-section h1{font-family:Barlow Condensed,sans-serif;font-weight:600;font-size:52px;margin-top:1rem}@media (max-width:990px){body .new-strategy-section h1{font-size:35px}}body .new-strategy-section h2,body .new-strategy-section h2 span,body .new-strategy-section h3,body .new-strategy-section h3 span,body .new-strategy-section h4,body .new-strategy-section h4 span,body .new-strategy-section h5,body .new-strategy-section h5 span,body .new-strategy-section h6,body .new-strategy-section h6 span{font-family:Barlow Condensed,sans-serif;color:#e6007d}body .new-strategy-section li,body .new-strategy-section p,body .new-strategy-section strong,body .new-strategy-section td,body .new-strategy-section tr,body .new-strategy-section ul{font-family:DM Sans,sans-serif;font-size:18px}body .new-strategy-section a{font-family:DM Sans Bold,sans-serif;color:#e6007d;text-decoration:none}body .new-strategy-section a:hover{color:#ff80c5}body .new-strategy-section .hover-panel .hover-panel_wrapper{border:unset;padding-top:25px;padding-bottom:0}body .new-strategy-section .hover-panel .hover-panel_wrapper.pink-bg{background-color:#e6007d}body .new-strategy-section .hover-panel .hover-panel_wrapper.blue-bg{background-color:#3a5f77}body .new-strategy-section .hover-panel .hover-panel_wrapper.purple-bg{background-color:#731472}body .new-strategy-section .hover-panel .hover-panel_wrapper.dark-purple-bg{background-color:#5d265a}body .new-strategy-section .hover-panel .hover-panel_wrapper:hover .hover-img_wrapper .img-wrapper-pink{background-color:rgba(230,0,125,0)}body .new-strategy-section .hover-panel .hover-panel_wrapper:hover .hover-img_wrapper .img-wrapper-blue{background-color:rgba(58,95,119,0)}body .new-strategy-section .hover-panel .hover-panel_wrapper:hover .hover-img_wrapper .img-wrapper-dark-purple{background-color:rgba(115,20,114,0)}body .new-strategy-section .hover-panel .hover-panel_wrapper:hover .hover-img_wrapper .img-wrapper-purple{background-color:rgba(93,38,90,0)}body .new-strategy-section .hover-panel .hover-panel_wrapper:hover .hover-img_wrapper img{display:block;opacity:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}body .new-strategy-section .hover-panel .hover-panel_wrapper:hover .hover-img_wrapper img.filtered-image{filter:grayscale(1);mix-blend-mode:multiply;opacity:1}@media (max-width:990px){body .new-strategy-section .hover-panel .hover-panel_wrapper:hover .hover-img_wrapper img.filtered-image{display:none}}body .new-strategy-section .hover-panel .hover-panel_wrapper .text-wrapper{padding-left:25px;padding-right:25px}@media (min-width:991px){body .new-strategy-section .hover-panel .hover-panel_wrapper .text-wrapper{padding-left:30px;padding-right:30px}}@media (min-width:1400px){body .new-strategy-section .hover-panel .hover-panel_wrapper .text-wrapper{padding-left:50px;padding-right:50px}}body .new-strategy-section .hover-panel .hover-panel_wrapper .text-wrapper h2{font-size:38px;color:#fff;margin-top:0;height:85px;overflow:hidden}@media (max-width:990px){body .new-strategy-section .hover-panel .hover-panel_wrapper .text-wrapper h2{font-size:32px;height:70px}}body .new-strategy-section .hover-panel .hover-panel_wrapper .text-wrapper p{font-size:22px;color:#fff;line-height:1.25em;height:110px;overflow:hidden;margin-bottom:15px}@media (max-width:990px){body .new-strategy-section .hover-panel .hover-panel_wrapper .text-wrapper p{font-size:18px}}@media (min-width:991px){body .new-strategy-section .hover-panel .hover-panel_wrapper .hover-img_wrapper{height:250px}}body .new-strategy-section .hover-panel .hover-panel_wrapper .hover-img_wrapper .img-wrapper{width:100%;height:100%;position:absolute;top:0;left:0;transition:background-color .2s ease-in-out}body .new-strategy-section .hover-panel .hover-panel_wrapper .hover-img_wrapper .img-wrapper-pink{background-color:rgba(230,0,125,.4)}body .new-strategy-section .hover-panel .hover-panel_wrapper .hover-img_wrapper .img-wrapper-blue{background-color:rgba(58,95,119,.4)}body .new-strategy-section .hover-panel .hover-panel_wrapper .hover-img_wrapper .img-wrapper-purple{background-color:rgba(115,20,114,.4)}body .new-strategy-section .hover-panel .hover-panel_wrapper .hover-img_wrapper .img-wrapper-dark-purple{background-color:rgba(93,38,90,.4)}body .new-strategy-section .hover-panel .hover-panel_wrapper .hover-img_wrapper img{opacity:1;transition:opacity .2s ease-in-out;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media (max-width:990px){body .new-strategy-section .hover-panel .hover-panel_wrapper .hover-img_wrapper img{opacity:1}}body .new-strategy-section .hover-panel .hover-panel_wrapper .hover-img_wrapper img.filtered-image{display:block;height:100%;width:100%;position:absolute;top:0;left:0;opacity:0;transition:opacity .2s ease-in-out;filter:grayscale(1);mix-blend-mode:multiply}@media (max-width:990px){body .new-strategy-section .hover-panel .hover-panel_wrapper .hover-img_wrapper img.filtered-image{display:none}}body .new-strategy-section .hover-panel .hover-panel_wrapper .read-more-wrapper{font-family:Barlow Condensed,sans-serif;display:block;color:#fff;text-transform:uppercase;width:100%;font-size:26px;padding:25px}@media (min-width:991px){body .new-strategy-section .hover-panel .hover-panel_wrapper .read-more-wrapper{padding-left:30px;padding-right:30px}}@media (min-width:1400px){body .new-strategy-section .hover-panel .hover-panel_wrapper .read-more-wrapper{padding-left:50px;padding-right:50px}}body .new-guidance-page{padding-bottom:100px;position:relative}body .new-guidance-page.guidance-main{background:#3a5f77;margin-bottom:-25px}body .new-guidance-page.guidance-main:before{content:"";height:100vh;background:#66bcae;width:100%;position:absolute;top:0;left:0}@media (max-width:990px){body .new-guidance-page .utility-button-row{position:unset;display:flex;justify-content:center;margin-bottom:30px;margin-left:0;margin-right:0;flex-wrap:wrap}.newContactForm .switch body .new-guidance-page .utility-button-row .show-form-button,body .new-guidance-page .utility-button-row .btn,body .new-guidance-page .utility-button-row .newContactForm .switch .show-form-button{padding:7px 10px;font-size:13px}}body .new-guidance-page .hover-panel{overflow:visible}@media (min-width:1201px){body .new-guidance-page .hover-panel.forms-and-templates{width:50%;flex:0 0 50%;max-width:50%}}body .new-guidance-page .hover-panel.forms-and-templates .hover-panel_wrapper{height:100%}body .new-guidance-page .hover-panel.forms-and-templates .hover-panel_wrapper .text-wrapper h2{margin-top:0;height:auto}@media (max-width:990px){body .new-guidance-page .hover-panel.forms-and-templates .hover-panel_wrapper .text-wrapper h2{height:70px}}body .new-guidance-page .hover-panel.forms-and-templates .hover-panel_wrapper .text-wrapper p{height:auto;margin-bottom:15px}body .new-guidance-page .hover-panel.hover-search .hover-panel_wrapper{background:#fff;padding:25px 25px 10px}@media (min-width:576px){body .new-guidance-page .hover-panel.hover-search .hover-panel_wrapper{padding:50px 50px 25px}}body .new-guidance-page .hover-panel.hover-search .guidance-buttons{margin-top:50px}body .new-guidance-page .hover-panel.hover-search .guidance-buttons a{float:none;clear:both}body .new-guidance-page .hover-panel .hover-panel_wrapper{box-shadow:0 3px 6px rgba(0,0,0,.16);border:unset;padding-top:25px;padding-bottom:0}body .new-guidance-page .hover-panel .hover-panel_wrapper.pink-bg{background-color:#e6007d}body .new-guidance-page .hover-panel .hover-panel_wrapper.blue-bg{background-color:#3a5f77}body .new-guidance-page .hover-panel .hover-panel_wrapper.purple-bg{background-color:#731472}body .new-guidance-page .hover-panel .hover-panel_wrapper.dark-purple-bg{background-color:#5d265a}body .new-guidance-page .hover-panel .hover-panel_wrapper:hover .hover-img_wrapper .img-wrapper-pink{background-color:rgba(230,0,125,0)}body .new-guidance-page .hover-panel .hover-panel_wrapper:hover .hover-img_wrapper .img-wrapper-blue{background-color:rgba(58,95,119,0)}body .new-guidance-page .hover-panel .hover-panel_wrapper:hover .hover-img_wrapper .img-wrapper-dark-purple{background-color:rgba(115,20,114,0)}body .new-guidance-page .hover-panel .hover-panel_wrapper:hover .hover-img_wrapper .img-wrapper-purple{background-color:rgba(93,38,90,0)}body .new-guidance-page .hover-panel .hover-panel_wrapper:hover .hover-img_wrapper img{display:block;opacity:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}body .new-guidance-page .hover-panel .hover-panel_wrapper:hover .hover-img_wrapper img.filtered-image{filter:grayscale(1);mix-blend-mode:multiply;opacity:1}@media (max-width:990px){body .new-guidance-page .hover-panel .hover-panel_wrapper:hover .hover-img_wrapper img.filtered-image{display:block}}body .new-guidance-page .hover-panel .hover-panel_wrapper .text-wrapper{padding-left:25px;padding-right:25px}@media (min-width:991px){body .new-guidance-page .hover-panel .hover-panel_wrapper .text-wrapper{padding-left:30px;padding-right:30px}}@media (min-width:1400px){body .new-guidance-page .hover-panel .hover-panel_wrapper .text-wrapper{padding-left:50px;padding-right:50px}}body .new-guidance-page .hover-panel .hover-panel_wrapper .text-wrapper h2{font-size:32px;color:#fff;margin-top:0;height:70px;overflow:hidden}@media (max-width:990px){body .new-guidance-page .hover-panel .hover-panel_wrapper .text-wrapper h2{font-size:28px;height:65px}}body .new-guidance-page .hover-panel .hover-panel_wrapper .text-wrapper p{font-size:18px;color:#fff;line-height:1.25em;height:115px;overflow:hidden;margin-bottom:15px}@media (max-width:990px){body .new-guidance-page .hover-panel .hover-panel_wrapper .text-wrapper p{font-size:16px}}@media (min-width:991px){body .new-guidance-page .hover-panel .hover-panel_wrapper .hover-img_wrapper{height:250px}}body .new-guidance-page .hover-panel .hover-panel_wrapper .hover-img_wrapper .img-wrapper{width:100%;height:100%;position:absolute;top:0;left:0;transition:background-color .2s ease-in-out}body .new-guidance-page .hover-panel .hover-panel_wrapper .hover-img_wrapper .img-wrapper-pink{background-color:rgba(230,0,125,.4)}body .new-guidance-page .hover-panel .hover-panel_wrapper .hover-img_wrapper .img-wrapper-blue{background-color:rgba(58,95,119,.4)}body .new-guidance-page .hover-panel .hover-panel_wrapper .hover-img_wrapper .img-wrapper-purple{background-color:rgba(115,20,114,.4)}body .new-guidance-page .hover-panel .hover-panel_wrapper .hover-img_wrapper .img-wrapper-dark-purple{background-color:rgba(93,38,90,.4)}body .new-guidance-page .hover-panel .hover-panel_wrapper .hover-img_wrapper img{opacity:1;transition:opacity .2s ease-in-out;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media (max-width:990px){body .new-guidance-page .hover-panel .hover-panel_wrapper .hover-img_wrapper img{opacity:1}}body .new-guidance-page .hover-panel .hover-panel_wrapper .hover-img_wrapper img.filtered-image{display:block;height:100%;width:100%;position:absolute;top:0;left:0;opacity:0;transition:opacity .2s ease-in-out;filter:grayscale(1);mix-blend-mode:multiply}@media (max-width:990px){body .new-guidance-page .hover-panel .hover-panel_wrapper .hover-img_wrapper img.filtered-image{display:none}}body .new-guidance-page .hover-panel .hover-panel_wrapper .read-more-wrapper{font-family:Barlow Condensed,sans-serif;display:block;color:#fff;text-transform:uppercase;width:100%;font-size:26px;padding:25px}@media (min-width:991px){body .new-guidance-page .hover-panel .hover-panel_wrapper .read-more-wrapper{padding-left:30px;padding-right:30px}}@media (min-width:1400px){body .new-guidance-page .hover-panel .hover-panel_wrapper .read-more-wrapper{padding-left:50px;padding-right:50px}}.new-charity-search-page{padding-bottom:100px}.new-charity-search-page h1{font-family:Barlow Condensed,sans-serif;font-weight:600;font-size:52px;margin-top:1rem}@media (max-width:990px){.new-charity-search-page h1{font-size:35px}}.new-charity-search-page h2,.new-charity-search-page h2 span,.new-charity-search-page h3,.new-charity-search-page h3 span,.new-charity-search-page h4,.new-charity-search-page h4 span,.new-charity-search-page h5,.new-charity-search-page h5 span,.new-charity-search-page h6,.new-charity-search-page h6 span{font-family:Barlow Condensed,sans-serif;color:#e6007d}.new-charity-search-page li,.new-charity-search-page p,.new-charity-search-page strong,.new-charity-search-page td,.new-charity-search-page tr,.new-charity-search-page ul{font-family:DM Sans,sans-serif;font-size:18px}.new-charity-search-page input[type=submit]{font-family:Barlow Condensed,sans-serif;color:#fff;background-color:#e6007d;border-color:#e6007d;transition:background-color .3s ease-in-out,border-color .3s ease-in-out;border-radius:100px;box-shadow:unset}.new-charity-search-page input[type=submit]:hover{background-color:#731472;border-color:#731472;color:#fff}.new-charity-search-page select{background-color:#fff;border:1px solid #ccc;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.new-charity-search-page #search-loading,.new-charity-search-page .result_count{font-family:Barlow Condensed,sans-serif;font-size:22px;color:#212127}.new-charity-search-page .resultsPerPage>select{background-color:#fff;border:1px solid #ccc;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.new-charity-search-page #search-results table a{color:#e6007d}.about-oscr h1{font-size:50px;font-family:Barlow Condensed,sans-serif}@media (max-width:990px){.about-oscr .banner-row .bg-image-row{padding:0;margin-top:30px;max-height:50vh}}.about-oscr .about-oscr-section{padding:50px 15px}@media (min-width:991px){.about-oscr .about-oscr-section{padding-left:50px;padding-right:50px}}@media (min-width:1400px){.about-oscr .about-oscr-section{padding-left:150px;padding-right:150px}}.about-oscr .about-oscr-section:first-child{margin-top:50px}.about-oscr .about-oscr-section:last-child{margin-bottom:50px}.about-oscr .about-oscr-section.bg-yellow{background-color:#f99f2a}.about-oscr .about-oscr-section.bg-cyan{background-color:#66bcae}.about-oscr .about-oscr-section.bg-purple{background-color:#731472}.about-oscr .about-oscr-section.bg-purple h2,.about-oscr .about-oscr-section.bg-purple p{color:#fff}.about-oscr .about-oscr-section.bg-blue{background-color:#3a5f77}.about-oscr .about-oscr-section.bg-blue h2,.about-oscr .about-oscr-section.bg-blue p{color:#fff}.about-oscr .about-oscr-section h2{font-family:Barlow Condensed,sans-serif;font-size:50px;color:#212127}.about-oscr .about-oscr-section p{font-family:Dm Sans,sans-serif;font-size:20px;color:#212127}.about-oscr .about-oscr-section .btn-read-more{background-color:#e6007d;color:#fff;text-transform:uppercase;font-size:32px;margin-top:30px;transition:background-color .3s ease-in-out;border-radius:100px}.about-oscr .about-oscr-section .btn-read-more:hover{background-color:#731472}.about-oscr .about-oscr-section .btn-read-more a{display:block;padding:1.25rem 3rem;color:#fff;text-decoration:unset;border-radius:100px}.about-oscr .icons-mid-section{font-size:78px;text-align:center}.about-oscr .icons-mid-section .icon-wrapper{position:relative;width:100px;text-align:center;margin-left:auto;margin-right:auto}.about-oscr .icons-mid-section .icon-wrapper:after{content:"";width:50px;height:50px;background-color:#e6007d;mix-blend-mode:multiply;position:absolute;bottom:20px;border-radius:100px;z-index:999}.about-oscr .icons-mid-section:nth-child(odd) .icon-wrapper:after{right:12px}.about-oscr .icons-mid-section:nth-child(2n) .icon-wrapper:after{left:12px}.about-oscr .icons-mid-section .text-icon{font-family:Barlow Condensed,sans-serif;font-size:38px;font-weight:600;color:#212127;margin-left:auto;margin-right:auto}.about-oscr .contact-us-section{background-color:#3a5f77;margin-bottom:150px;margin-top:50px}@media (max-width:990px){.about-oscr .contact-us-section{margin-bottom:50px}}.about-oscr .contact-us-section .text-block{padding:50px 15px}@media (max-width:990px){.about-oscr .contact-us-section .text-block{padding:30px}}.about-oscr .contact-us-section .text-block h2{font-family:Barlow Condensed,sans-serif;font-size:50px;color:#fff}.about-oscr .contact-us-section .text-block p{font-family:Dm Sans,sans-serif;font-size:20px;color:#fff}.about-oscr .contact-us-section .text-block .btn-contact-us{background-color:#e6007d;color:#fff;text-transform:uppercase;font-size:32px;margin-top:30px;transition:background-color .3s ease-in-out;border-radius:100px}.about-oscr .contact-us-section .text-block .btn-contact-us:hover{background-color:#731472}.about-oscr .contact-us-section .text-block .btn-contact-us a{display:block;padding:1.25rem 3rem;color:#fff;text-decoration:unset;border-radius:100px}.faq_container .faq_header a{color:#731472!important;background-color:#f1f1f1!important}.faq_container .faq_header a:after,.faq_container .faq_header a:before{color:#e6007d}.faq_container .faq_content{background-color:#f1f1f1!important;padding:0 5px 0 10px}.faq_container .faq_content.open{padding:10px 5px 10px 10px}body .new-search-page{padding-bottom:100px;margin-top:50px}body .new-search-page .utility-button-row{position:absolute;right:0;top:0;display:flex;justify-content:end}.newContactForm .switch body .new-search-page .utility-button-row .show-form-button,body .new-search-page .utility-button-row .btn,body .new-search-page .utility-button-row .newContactForm .switch .show-form-button{background-color:#e6007d;color:#fff;border-radius:100px;padding:10px 20px;transition:background-color .3s ease-in-out}.newContactForm .switch body .new-search-page .utility-button-row .show-form-button:hover,body .new-search-page .utility-button-row .btn:hover,body .new-search-page .utility-button-row .newContactForm .switch .show-form-button:hover{background-color:#731472}.newContactForm .switch body .new-search-page .utility-button-row .show-form-button a,body .new-search-page .utility-button-row .btn a,body .new-search-page .utility-button-row .newContactForm .switch .show-form-button a{text-decoration:none;color:#fff;font-size:18px;font-family:Barlow Condensed,sans-serif}.newContactForm .switch body .new-search-page .utility-button-row .show-form-button a i,.newContactForm .switch body .new-search-page .utility-button-row .show-form-button a svg,body .new-search-page .utility-button-row .btn a i,body .new-search-page .utility-button-row .btn a svg,body .new-search-page .utility-button-row .newContactForm .switch .show-form-button a i,body .new-search-page .utility-button-row .newContactForm .switch .show-form-button a svg{margin-right:10px}body .new-search-page .utility-button-row div+div{margin-left:10px}body .new-search-page h1{font-family:Barlow Condensed,sans-serif;font-weight:600;font-size:52px;margin-top:1rem}@media (max-width:990px){body .new-search-page h1{font-size:35px}}body .new-search-page h2,body .new-search-page h2 span,body .new-search-page h3,body .new-search-page h3 span,body .new-search-page h4,body .new-search-page h4 span,body .new-search-page h5,body .new-search-page h5 span,body .new-search-page h6,body .new-search-page h6 span{font-family:Barlow Condensed,sans-serif;color:#e6007d}body .new-search-page li,body .new-search-page p,body .new-search-page strong,body .new-search-page td,body .new-search-page tr,body .new-search-page ul{font-family:DM Sans,sans-serif;font-size:18px}body .new-search-page a{font-family:DM Sans Bold,sans-serif;color:#e6007d;text-decoration:none}body .new-search-page a:hover{color:#ff80c5}body .new-search-page input[type=submit]{font-family:Barlow Condensed,sans-serif;color:#fff;background-color:#e6007d;border-color:#e6007d;transition:background-color .3s ease-in-out,border-color .3s ease-in-out;border-radius:100px;box-shadow:unset}body .new-search-page input[type=submit]:hover{background-color:#731472;border-color:#731472;color:#fff}body .new-search-page select{background-color:#fff;border:1px solid #ccc;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}body .new-search-page #search-loading,body .new-search-page .result_count{font-family:Barlow Condensed,sans-serif;font-size:22px;color:#212127}body .new-search-page .resultsPerPage>select{background-color:#fff;border:1px solid #ccc;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}body .new-search-page #search-results table a{color:#e6007d}body .new-search-page .faq_header.charpurposes>a,body .new-search-page .faq_noheader.charpurposes>a{background-color:#731472}body .blog .story h1{font-family:Barlow Condensed,sans-serif;font-weight:600;font-size:52px;margin-top:1rem}@media (max-width:990px){body .blog .story h1{font-size:35px}}body .blog .story h2,body .blog .story h2 span,body .blog .story h3,body .blog .story h3 span,body .blog .story h4,body .blog .story h4 span,body .blog .story h5,body .blog .story h5 span,body .blog .story h6,body .blog .story h6 span{font-family:Barlow Condensed,sans-serif;color:#e6007d}body .blog .story li,body .blog .story p,body .blog .story strong,body .blog .story td,body .blog .story tr,body .blog .story ul{font-family:DM Sans,sans-serif;font-size:18px}body .blog .story a{font-family:DM Sans Bold,sans-serif;color:#e6007d;text-decoration:none}body .blog .story a:hover{color:#ff80c5}#menu-side-navigation .uBlogsy_year a{font-family:DM Sans,sans-serif;color:#212127;text-decoration:none}#menu-side-navigation .uBlogsy_year a.uBlogsy_year_name{font-family:DM Sans Bold,sans-serif;font-weight:600}#menu-side-navigation .uBlogsy_year a:hover{background-color:transparent;color:#e6007d}#menu-side-navigation .uBlogsy_months{background-color:rgba(230,0,125,.1)}#menu-side-navigation .uBlogsy_months .uBlogsy_month a:hover{background-color:rgba(115,20,114,.25);color:#212127}.uBlogsy_post_container h1{font-family:Barlow Condensed,sans-serif;font-weight:600;font-size:52px;margin-top:1rem}@media (max-width:990px){.uBlogsy_post_container h1{font-size:35px}}.uBlogsy_post_container h2,.uBlogsy_post_container h2 span,.uBlogsy_post_container h3,.uBlogsy_post_container h3 span,.uBlogsy_post_container h4,.uBlogsy_post_container h4 span,.uBlogsy_post_container h5,.uBlogsy_post_container h5 span,.uBlogsy_post_container h6,.uBlogsy_post_container h6 span{font-family:Barlow Condensed,sans-serif;color:#e6007d}.uBlogsy_post_container li,.uBlogsy_post_container p,.uBlogsy_post_container strong,.uBlogsy_post_container td,.uBlogsy_post_container tr,.uBlogsy_post_container ul{font-family:DM Sans,sans-serif;font-size:18px}.uBlogsy_post_container a{font-family:DM Sans Bold,sans-serif;color:#e6007d;text-decoration:none!important}.uBlogsy_post_container a:hover{color:#ff80c5}.uBlogsy_related li a{font-family:DM Sans Bold,sans-serif;color:#e6007d;text-decoration:none!important}.uBlogsy_related li a:hover{color:#ff80c5}.new-news-container{padding-bottom:100px}.new-news-container h1{font-family:Barlow Condensed,sans-serif;font-weight:600;font-size:46px;margin-top:1rem}@media (max-width:990px){.new-news-container h1{font-size:35px}}.new-news-container h2,.new-news-container h2 span,.new-news-container h3,.new-news-container h3 span,.new-news-container h4,.new-news-container h4 span,.new-news-container h5,.new-news-container h5 span,.new-news-container h6,.new-news-container h6 span{font-family:Barlow Condensed,sans-serif;color:#e6007d}.new-news-container li,.new-news-container p,.new-news-container strong,.new-news-container td,.new-news-container tr,.new-news-container ul{font-family:DM Sans,sans-serif;font-size:16px}.new-news-container ul.breadcrumb{font-size:13px}.new-news-container ul.breadcrumb a:after{top:-6px}.new-news-container a{color:#e6007d;transition:color .3s ease-in-out;text-decoration:none!important}.new-news-container a:hover{color:#ff67b9}.new-news-container .menu-latest-news,.new-news-container .menu-latest-news ul{background:unset}.new-news-container .menu-latest-news ul>li:first-of-type{background-color:#731472;color:#fff;padding:20px 15px;text-align:center}.new-news-container .menu-latest-news ul>li:first-of-type span{font-size:28px;padding:0}.new-news-container .menu-latest-news ul>li span{font-family:Barlow Condensed,sans-serif;font-weight:600}.new-news-container .menu-latest-news ul>li a{font-size:22px;text-transform:none;color:#212127;padding:10px 0;line-height:1.1;transition:color .3s ease-in-out}.new-news-container .menu-latest-news ul>li a:hover{background-color:#fff;color:#e6007d}.new-news-container .topicDate{margin-bottom:10px}ul.breadcrumb{margin-top:25px}ul.breadcrumb li{color:#212121;font-weight:700;text-transform:none}ul.breadcrumb li a{text-transform:none;color:#e6007d}ul.breadcrumb li a:after{content:"/"}.new-news-archive{padding-bottom:100px}.new-news-archive h1{font-family:Barlow Condensed,sans-serif;font-weight:600;font-size:46px;margin-top:1rem}.new-news-archive h1 i{color:#e6007d}@media (max-width:990px){.new-news-archive h1{font-size:35px}}.new-news-archive h2,.new-news-archive h2 span,.new-news-archive h3,.new-news-archive h3 span,.new-news-archive h4,.new-news-archive h4 span,.new-news-archive h5,.new-news-archive h5 span,.new-news-archive h6,.new-news-archive h6 span{font-family:Barlow Condensed,sans-serif;color:#e6007d}.new-news-archive li,.new-news-archive p,.new-news-archive strong,.new-news-archive td,.new-news-archive tr,.new-news-archive ul{font-family:DM Sans,sans-serif;font-size:16px}.new-news-archive a{color:#e6007d;transition:color .3s ease-in-out;text-decoration:none!important}.new-news-archive a:hover{color:#ff67b9}.new-news-archive ul.breadcrumb{font-size:13px}.new-news-archive .topic .story{border:unset;margin-bottom:25px}.new-news-archive .paging_controls a,.new-news-archive .paging_controls a:hover{color:#731472}.new-news-archive .paging_controls a.active:hover{color:#fff}.onlineform button[type=submit]{font-family:Barlow Condensed,sans-serif;color:#fff;background-color:#e6007d;border-color:#e6007d;transition:background-color .3s ease-in-out,border-color .3s ease-in-out;border-radius:100px;box-shadow:unset}.onlineform button[type=submit]:hover{background-color:#731472;border-color:#731472;color:#fff}.team .member{padding:15px;overflow:hidden}.newContactForm .switch .utility-button-row .show-form-button,.utility-button-row .btn,.utility-button-row .newContactForm .switch .show-form-button{background:none!important;padding:0!important;border-radius:0}.newContactForm .switch .utility-button-row .show-form-button a,.utility-button-row .btn a,.utility-button-row .newContactForm .switch .show-form-button a{margin:.5rem 1rem;color:#e6007d!important;background:#fff;box-shadow:0 3px 6px rgba(0,0,0,.16);text-align:center;display:flex;justify-content:center;align-items:center;flex-direction:column;font-weight:700;transition:background-color .3s ease-in-out}.newContactForm .switch .utility-button-row .show-form-button a .text,.utility-button-row .btn a .text,.utility-button-row .newContactForm .switch .show-form-button a .text{padding:10px 20px}.newContactForm .switch .utility-button-row .show-form-button a .oscr-small-line-short,.utility-button-row .btn a .oscr-small-line-short,.utility-button-row .newContactForm .switch .show-form-button a .oscr-small-line-short{margin-left:0}.newContactForm .switch .utility-button-row .show-form-button a .text,.utility-button-row .btn a .text,.utility-button-row .newContactForm .switch .show-form-button a .text{min-width:175px;padding:1rem;font-weight:700;font-size:19px;width:100%;line-height:1}.newContactForm .switch .utility-button-row .show-form-button a:hover,.utility-button-row .btn a:hover,.utility-button-row .newContactForm .switch .show-form-button a:hover{background-color:#731472}.newContactForm .switch .utility-button-row .show-form-button a i,.newContactForm .switch .utility-button-row .show-form-button a svg,.utility-button-row .btn a i,.utility-button-row .btn a svg,.utility-button-row .newContactForm .switch .show-form-button a i,.utility-button-row .newContactForm .switch .show-form-button a svg{display:none}.newContactForm .switch .utility-button-row .show-form-button a:hover,.utility-button-row .btn a:hover,.utility-button-row .newContactForm .switch .show-form-button a:hover{background:#fff!important;text-decoration:underline!important}body .raise-a-concern-macro{width:100%;margin-top:50px;margin-bottom:50px}body .raise-a-concern-macro .raise-a-concern-questions-table{color:#fff}body .raise-a-concern-macro .raise-a-concern-questions-table thead tr td{background-color:#024f20;font-size:22px;font-weight:600}body .raise-a-concern-macro .raise-a-concern-questions-table thead tr td+td{background-color:#ac005e}body .raise-a-concern-macro .raise-a-concern-questions-table tbody tr td a{color:#fff;text-decoration:underline}body .raise-a-concern-macro .raise-a-concern-questions-table tbody tr td a:hover{color:#fff}body .raise-a-concern-macro .raise-a-concern-questions-table tr td{background-color:rgba(2,79,32,.75)}body .raise-a-concern-macro .raise-a-concern-questions-table tr td+td{background-color:rgba(191,1,104,.78)}.umbraco-forms-container .umbraco-forms-field{margin-bottom:25px}.umbraco-forms-container .umbraco-forms-field-wrapper{width:100%}.umbraco-forms-container .umbraco-forms-field-wrapper input,.umbraco-forms-container .umbraco-forms-field-wrapper input[type=text],.umbraco-forms-container .umbraco-forms-field-wrapper select,.umbraco-forms-container .umbraco-forms-field-wrapper textarea{width:100%;max-width:unset!important}[class*=" glyphicon-"]:before,[class^=glyphicon-]:before{font-family:Glyphicons Halflings}.wf-loading a,.wf-loading h1,.wf-loading h2,.wf-loading h3,.wf-loading h4,.wf-loading p{visibility:hidden}.wf-active a,.wf-active h1,.wf-active h2,.wf-active h3,.wf-active h4,.wf-active p{visibility:visible}.wf-loading .banner_text,.wf-loading .banner p,.wf-loading .result_title,.wf-loading .topic,.wf-loading h1,.wf-loading h2,.wf-loading h3,.wf-loading h4,.wf-loading h5,.wf-loading h6,.wf-loading ul{opacity:0}.wf-active .banner_text,.wf-active .banner p,.wf-active .result_title,.wf-active .topic,.wf-active h1,.wf-active h2,.wf-active h3,.wf-active h4,.wf-active h5,.wf-active h6,.wf-active ul{opacity:1}.hideIcons .SpeakIt:before,.hideIcons [class*=" icon-"],.hideIcons a.button:before,.hideIcons header nav ul li a:after,body.home.hideIcons .banner .topic .story:before{opacity:0!important}.hideIcons header nav ul li a:after{display:none}.hideIcons header nav ul li.home a{text-indent:8px}.hideIcons .searchCharities input[type=submit]{font-family:franklin-gothic-urw-comp,sans-serif}body.hideIcons .faq_header a:after{font-family:arial,sans-serif;content:">"}.coverlink{position:absolute;width:100%;height:100%;display:block;left:0;z-index:100}.charities .introBox h2>span,.forCharities.introBox>h2,.forCharities.introBox a,.forCharities.introBox span a,.home .introBox h2 a,.home .introBox h2>span{color:#5d265a}body{font-size:1.4em}body a,body li{transition:all .33s ease}body .forCharities a,body .forPublic a{transition:none}body li,body p,body p span{color:#3a3a3a}body p span>a{color:#003b5c}body p a>span{color:inherit!important}p{color:#556e78}.col-sm-8 li{line-height:1.75}.col-sm-8 a{font-weight:800}abbr[data-original-title],abbr[title]{border-bottom:0}.navbar-collapse.collapse{background:#444;padding:0;z-index:9999}.charities .navbar-collapse.collapse{background:#491246}body.home .navbar-collapse.collapse,body.public .navbar-collapse.collapse{background:rgba(0,0,0,.5)}.navbar-nav .dropdown:hover .dropdown-menu,.navbar-nav .open .dropdown-menu{background:#f9f9f9;border:0;box-shadow:-15px 15px 15px -15px rgba(0,0,0,.075);display:block}.nav>li{position:relative;padding-bottom:20px}.subNav ul{width:100%}.navbar-nav{margin:0}.navbar-nav .dropdown-menu.subNav ul li:hover ul{padding-right:10px}.navbar-nav .dropdown-menu.subNav ul li:hover ul a{padding:1px 2px}@media (min-width:768px) and (max-width:1199px){.navbar-nav{display:flex;align-items:stretch;flex-direction:row}.navbar-nav>li{display:flex;justify-items:stretch;padding-bottom:0}.navbar-nav>li>a{display:block}.navbar-nav>li.home>a{height:auto}.navbar-nav>li.home>a:after{display:block;float:left;padding:0}.navbar-nav>li .dropdown-menu{margin-top:0!important}.navbar-nav>li .dropdown-menu.subNav ul li:hover ul{width:95%}}.navbar-collapse{box-shadow:none;border-top:0;max-height:1000px}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#fff;border-color:transparent}.row{position:relative}.chartbutton,.gsearchbutton>a,.printbutton,html body a.button,html body span.button>a{-moz-user-select:none;background:#003b5c;background-image:none;border:1px solid transparent;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;line-height:1.42857;margin-bottom:0;margin-right:10px;padding:12px 18px;position:relative;text-align:center;text-decoration:none!important;vertical-align:middle;white-space:nowrap;max-width:100%;overflow:hidden}.gsearchbutton>a{padding-left:40px;padding-bottom:15px;padding-top:14px}@media (max-width:990px){.chartbutton,.printbutton{width:100%;float:none;margin-bottom:20px}}.guidance-buttons .button.half{max-width:49%}.guidance-buttons .button.half.prev{float:left;margin-left:0}.guidance-buttons .button.half.next{float:right;margin-right:0}@media (min-width:480px){.guidance-buttons .button.half,.guidance-buttons .button.half+.button.half+.button.half,.guidance-buttons .button.half+.button.half+.button.half+.button.half+.button.half,.guidance-buttons .button.half+.button.half+.button.half+.button.half+.button.half+.button.half+.button.half{margin-right:1%;overflow:hidden;width:49%;float:left;margin-bottom:10px}.guidance-buttons .button.half+.button.half,.guidance-buttons .button.half+.button.half+.button.half+.button.half,.guidance-buttons .button.half+.button.half+.button.half+.button.half+.button.half+.button.half,.guidance-buttons .button.half+.button.half+.button.half+.button.half+.button.half+.button.half+.button.half+.button.half{margin-left:.1%;margin-right:0;float:right}}@media (min-width:1200px){.guidance-buttons .button.half+.button.half,.guidance-buttons .button.half+.button.half+.button.half+.button.half,.guidance-buttons .button.half+.button.half+.button.half+.button.half+.button.half+.button.half,.guidance-buttons .button.half+.button.half+.button.half+.button.half+.button.half+.button.half+.button.half+.button.half{margin-left:.5%;margin-right:0}.guidance-buttons .button.half,.guidance-buttons .button.half+.button.half+.button.half,.guidance-buttons .button.half+.button.half+.button.half+.button.half+.button.half,.guidance-buttons .button.half+.button.half+.button.half+.button.half+.button.half+.button.half+.button.half,.guidance-buttons .button.half+.button.half+.button.half+.button.half+.button.half+.button.half+.button.half+.button.half+.button.half{margin-right:1%;margin-left:0}}.chartbutton,.printbutton,a.button[title=Login],a.button[title=Register]{padding-left:35px}a.button[title=Login]:before{content:"\E833"}a.button[title=Login]:before,a.button[title=Register]:before{font-family:allicons;position:absolute;left:10px;font-size:24px;top:4px}a.button[title=Register]:before{content:"\E9E8"}.chartbutton,.gsearchbutton,.printbutton{margin-top:20px;margin-right:0;float:right}.chartbutton input[type=button],.printbutton input[type=button]{background:transparent;border:0;color:#fff}.chartbutton:hover input[type=button],.printbutton:hover input[type=button]{color:#003b5c}.printbutton:before{content:"\E840"}.chartbutton:before,.printbutton:before{font-family:allicons;position:absolute;left:10px;font-size:24px;top:4px}.chartbutton:before{content:"\ECE2"}.gsearchbutton>a:before{font-family:allicons;content:"\E805";position:absolute;left:10px;font-size:24px;top:4px}.chartbutton:hover,.gsearchbutton>a:hover,.printbutton:hover,html body a.button:hover,span.button>a:hover{color:#003b5c;background:#fff;border-color:#003b5c;text-decoration:none}.charities .chartbutton,.charities .gsearchbutton>a,.charities .printbutton,.charities a.button,.charities span.button>a{background:#003b5c}.charities .gsearchbutton>a,.charities a.button:focus,.charities span.button>a:focus{color:#fff}body.charities .chartbutton:hover,body.charities .gsearchbutton>a:hover,body.charities .printbutton:hover,body.charities a.button:hover,body.charities span.button>a:hover{color:#003b5c;background:#fff;border-color:#003b5c}body.charities .chartbutton:hover input[type=button],body.charities .printbutton:hover input[type=button]{color:#003b5c}.CHARITY .chartbutton,.CHARITY .gsearchbutton>a,.CHARITY .printbutton,.CHARITY a.button,.CHARITY span.button>a{background:#5d265a}.CHARITY .gsearchbutton>a,.CHARITY a.button:focus,.CHARITY span.button>a:focus{color:#fff}body .CHARITY .chartbutton:hover,body .CHARITY .gsearchbutton>a:hover,body .CHARITY .printbutton:hover,body .CHARITY a.button:hover,body .CHARITY span.button>a:hover{color:#5d265a;background:#fff;border-color:#5d265a}body .CHARITY .chartbutton:hover input[type=button],body .CHARITY .printbutton:hover input[type=button]{color:#5d265a}.public .chartbutton,.public .gsearchbutton>a,.public .printbutton,.public a.button,.public span.button>a{background:#003b5c}body.public .chartbutton:hover,body.public .printbutton:hover,body.public a.button:hover,body.public span.button>a:hover{color:#003b5c;background:#fff;border-color:#003b5c}body.public .chartbutton:hover input[type=button],body.public .printbutton:hover input[type=button]{color:#003b5c}.PUBLIC .chartbutton,.PUBLIC .gsearchbutton>a,.PUBLIC .printbutton,.PUBLIC a.button,.PUBLIC span.button>a{background:#72beb2}body .PUBLIC .chartbutton:hover,body .PUBLIC .gsearchbutton>a:hover,body .PUBLIC .printbutton:hover,body .PUBLIC a.button:hover,body .PUBLIC span.button>a:hover{color:#72beb2;background:#fff;border-color:#72beb2}body .PUBLIC .chartbutton:hover input[type=button],body .PUBLIC .printbutton:hover input[type=button]{color:#72beb2}.SEARCH .chartbutton,.SEARCH .gsearchbutton>a,.SEARCH .printbutton,.SEARCH a.button,.SEARCH span.button>a{background:#5d265a}body .SEARCH .chartbutton:hover,body .SEARCH .gsearchbutton>a:hover,body .SEARCH .printbutton:hover,body .SEARCH a.button:hover,body .SEARCH span.button>a:hover{color:#5d265a;background:#fff;border-color:#5d265a}body .SEARCH .chartbutton:hover input[type=button],body .SEARCH .printbutton:hover input[type=button]{color:#5d265a}body,li,p,p span{font-family:open-sans,helvetica,arial,sans-serif}.banner_text p,.banner p,.result-title,h1,h1 a,h1 span,h2,h2 a,h2 span,h3,h3 span,h4,h4 a,h4 span,h5,h5 a,h5 span,h6,h6 a,h6 span{font-family:franklin-gothic-urw-comp,sans-serif;font-weight:400}h1 span{display:block;font-family:prenton-condensed,sans-serif;font-size:20px;text-transform:uppercase}a:hover{color:#3a3a3a}.searchtabs>ul{margin:0 0 -1px;padding:0}.searchtabs>ul>li{background:#003b5c;border-right:2px solid #fff;box-sizing:border-box;display:table-cell;list-style:outside none none;margin:0;padding:10px;vertical-align:top;width:32%}.searchtabs>ul>li.active a:before{content:"\25B8   ";position:absolute;left:-5px}.searchtabs>ul>li a{outline:none;transition:all .2s ease;cursor:pointer;cursor:hand}.searchtabs>ul>li.active a{padding-left:5px;position:relative}@media (max-width:480px){.searchtabs>ul>li{border-bottom:1px dotted #fff;border-right:0;display:block;width:100%}}.searchtabs ul>li:last-child{border-right:0}.searchtabs ul>li a{display:block;text-decoration:none}.searchtabs ul>li.active{background:#fff;border:1px solid #003b5c;border-bottom-color:#fff}.searchtabs ul>.ajax-page a,.searchtabs ul>li.active a{color:#003b5c}.search-resultsresults{clear:left}.search-result{border-bottom:1px solid #f2f2f2;margin:1em 0;padding:1em 0}.search_noresults{clear:both}.search>div{position:relative}.SEARCH .searchtabs>ul>li{background:#5d265a}.SEARCH .searchtabs ul>li a:focus,.SEARCH .searchtabs ul>li a:hover{color:#fff}.SEARCH .searchtabs ul>li.active{background:#fff;border:1px solid #5d265a}.SEARCH .searchtabs ul>li.active a{color:#5d265a}.loadingGif{left:160px;position:absolute;top:-44px;max-width:50%;display:none!important}.loadingGif>img{float:left;margin-right:10px}.loadingGif>p{float:left;padding-top:6px;vertical-align:middle}.result-title{font-size:25px}.title,a,td{perspective:500px;transform:translateZ(100);z-index:1;position:relative}.information.tap,.information:hover,.title.tap,.title:hover,td.tap,td:hover{z-index:100}.information .tooltipitem{left:0}.tooltipitem{background:#fff;border:1px solid #a9a9a9;border-radius:3px;box-shadow:5px 5px 0 rgba(0,0,0,.1);font-weight:400;margin-top:20px;opacity:0;visibility:hidden;padding:10px;position:absolute;right:0;width:240px;z-index:500;transform-origin:top;transform:scale(.85);pointer-events:none;transition:all .25s}.tooltipitem>span{display:inline-block}.tooltipitem>.data{width:60%;float:left}.information.tap .tooltipitem,.information:hover .tooltipitem,.title.tap .tooltipitem,.title:hover .tooltipitem,td.tap .tooltipitem,td:hover .tooltipitem{visibility:visible;opacity:1;transform:rotateX(0deg) scale(1)}.heading.tap .tooltipitem,.heading:hover .tooltipitem{visibility:visible;opacity:1;font-size:21px;right:430px}.CharityResultList thead>tr:first-child th>a,.CharityResultList thead>tr:first-child th>a:active,.CharityResultList thead>tr:first-child th>a:hover{text-decoration:none}.CharityResultList thead>tr:first-child th a:after{content:"\E8AE";font-family:allicons;font-weight:400;left:5px;top:-3px;position:relative;font-size:12px}.CharityResultList thead>tr:first-child th>a.asc:after{content:"\E8AC";top:3px}.CharityResultList thead>tr:first-child th>a.desc:after{content:"\E8AD"}.char_status>p{float:left;width:31%!important}.char_status>p+p+p{width:22%}.char_status>p>label{display:inline-block;width:83%}.char_status input{float:left}.contactMessage{display:block}.contactMessage,.terms_conditions{background:#ebebeb;padding:15px}.terms_conditions>span>h2{margin-top:0}.form-control{border-radius:0}.charityNewsletterSignup p label{width:100%}.charityNewsletterSignup p label~label{display:inline-block;width:45.5%}.charityNewsletterSignup br{display:none}.charityComplaintForm input[type=checkbox],.onlineform input[type=checkbox]{float:left}.charityNewsletterSignup input[type=checkbox]{float:none}.charityComplaintForm input[type=submit],.onlineform input[type=submit]{min-width:80px}.charityContactForm select.ddlfaq{margin-top:10px}.charityContactForm .faqdisplay{background:#f2f2f2;padding:10px;margin-top:1.2em}.charityContactForm .help-check input[type=checkbox]{cursor:pointer;float:right;margin:10px}.charityContactForm .help-check label{cursor:pointer;width:85%}label.required,label:last-child{padding-right:5px;width:91%}label.required~input[type=checkbox]{position:absolute}label.required>abbr.required{display:inline-block}.searchCharities input{height:42px}input[type=checkbox],input[type=radio]{margin-right:5px}input[type=search]{border:1px solid;border-radius:0;padding:13px 25px;position:relative;margin:10px -5px 10px 0;z-index:10;width:80%;vertical-align:middle}.searchCharities input[type=search]{padding-top:0;padding-bottom:0}.ie8 input[type=search]{width:70%}.inputBtn,button[type=submit],input[type=submit]{color:#fff;border:0;border-radius:0;background:#3a3a3a;box-shadow:inset 0 0 0 1px #3a3a3a;font-size:20px;padding:3px 25px;width:20%;min-width:85px;margin:10px 0;position:relative;vertical-align:middle}.inputBtn:hover,button[type=submit]:hover,input[type=submit]:hover{color:#3a3a3a;background:#fff}.multiline-text{resize:none}.charityRegDownload ul,.onlineform ul{list-style:none;padding-left:0}.resultsPerPage{float:right;margin-top:10px}.resultsPerPage>select{margin-left:5px;max-width:80px;min-width:80px}.textarea.form-control{min-height:155px}.searchCharities input[type=submit]{font-family:allicons;border-radius:0}.result-count{display:inline-block;font-weight:800;padding:10px 0}.result-count:after{content:"\E8AD";font-family:allicons;font-weight:400;left:5px;top:-3px;position:relative}body a,body a:focus,body a:hover,body nav.navbar-collapse a:focus,body nav.navbar-collapse a:hover{color:#003b5c}.nav>li:hover>a{background:#eee;color:#003b5c;text-decoration:none}.charities .SpeakIt:before,body.charities a,body.charities a:focus,body.charities a:hover,body .guidance a>span,body .nav>li.charities:hover>a,body nav.navbar-collapse .charities a:focus,body nav.navbar-collapse .charities a:hover{color:#003b5c}.CHARITY .SpeakIt:before,body .CHARITY a,body .CHARITY a:focus,body .CHARITY a:hover{color:#5d265a}section li a,section p a{text-decoration:underline}nav li a{text-decoration:none}.public .SpeakIt:before,body .nav>li.public:hover>a,body.public a,body.public a:focus,body.public a:hover,body nav.navbar-collapse .public a:focus,body nav.navbar-collapse .public a:hover{color:#003b5c}.SEARCH .SpeakIt:before,body .nav>li.SEARCH:hover>a,body .SEARCH a,body .SEARCH a:focus,body .SEARCH a:hover,body nav.navbar-collapse .SEARCH a:focus,body nav.navbar-collapse .SEARCH a:hover{color:#5d265a}.post-info span{font-weight:900}.post-info span+span{margin-left:15px}body.charities .post-info span{color:#003b5c}body .CHARITY .post-info span{color:#5d265a}body.public .post-info span{color:#003b5c}body .SEARCH .post-info span{color:#5d265a}nav.navbar-collapse a{color:#fff}body,html{max-width:100vw;overflow-x:hidden}body.internal header .bg{-moz-filter:blur(8px);-o-filter:blur(8px);-ms-filter:blur(8px);filter:url('<svg version="1.1" xmlns="http:/www.w3.org/2000/svg"><filter id="blur"><feGaussianBlur stdDeviation="8"></feGaussianBlur></filter></svg>'#blur);filter:blur(8px)}body.public.internal header .bg{background:url(/dist/237ba637f98ae55e4e7ae767cad1db43.png) no-repeat}header .logo{background:url(/dist/0e06f594a0fbe0c64f8904fb3ee9d808.png) no-repeat;background-size:contain;display:block;width:145px;height:75px;text-indent:-999px;overflow:hidden;margin-left:15px;margin-bottom:1em}.navbar-header{display:none;position:absolute;right:0;top:0}header nav.navbar-collapse{box-shadow:none!important}header nav li a{color:#fff;font-family:franklin-gothic-urw-comp,sans-serif;font-weight:400;font-size:18px;text-transform:uppercase}.dropdown.open>a,.dropdown.open>a:focus,a:focus{color:#444}.dropdown h3{display:none}.charities.dropdown.open>a{color:#003b5c}.CHARITY.dropdown.open>a{color:#5d265a}.navbar-nav>li>.dropdown-menu{border-radius:0;background:#f8f8f8;box-shadow:none;position:absolute;width:100%;left:auto;width:auto;max-width:100vw;margin-top:-25px}@media (min-width:992px){.navbar-nav>li>.dropdown-menu{min-width:15vw}}header nav li .subNav ul{padding:10px 20px 0 10px;position:relative}.dropdown-menu.subNav ul a+ul{display:none;background:#bde7e2;font-size:.4em;left:100%;left:calc(100% - 10px);top:0;float:left;position:absolute}@media (min-width:768px){.dropdown-menu.subNav ul a+ul{margin-top:-10px;top:auto}}.dropdown-menu.subNav ul a+ul a{display:block}.dropdown-menu.subNav ul a+ul a:hover{background:#fff}body.home .banner .topic,body.home section.banner{margin-bottom:15px}body.home .banner .topic a{color:#003b5c}body.home .banner .topic h2{color:#003b5c;font-weight:400;text-align:right;font-size:32px}body.home .banner .topic h2 a{color:#003b5c}@media (max-width:767px){body.home .banner .topic h2 a{float:left}}body.home .banner .topic .story{background:#fff;border-bottom:0;margin:12px 0 0;padding-bottom:0;width:100%;position:relative}.searchCharities{margin-bottom:15px}@media (min-width:990px){body.home .banner .topic .story>div{max-height:56px}}body.home .banner .topic .story .col-sm-8{padding-right:0;text-align:right;border-bottom:1px solid transparent;transition:all .3s ease}body.home .banner .topic .story a.coverlink:focus~.col-sm-8,body.home .banner .topic .story a.coverlink:hover~.col-sm-8{border-bottom:1px solid #003b5c;position:relative}body.home .banner .topic .story .title{font-family:franklin-gothic-urw-comp;font-size:19px;padding-right:0;width:100%;text-align:left;font-weight:400}body.home .banner .topic .story .date{font-size:12px;bottom:3px;right:0;position:absolute}body.home .banner .topic .story:after,body.home .banner .topic .story:before{color:#003b5c}body.home .banner .topic .story:before{content:"\E991";display:none;font-family:allicons;font-size:220%;font-style:normal;font-variant:normal;font-weight:lighter;line-height:1em;margin-left:.2em;margin-right:100px;margin-top:5px;text-align:right;text-decoration:inherit;text-transform:none}body.home .banner .topic .story:after{content:"HOT TOPIC";display:none;font-family:franklin-gothic-urw-comp,sans-serif;font-size:200%;float:left;position:absolute;right:0;text-align:right;top:0;width:100px}.news-more-info,.news-title{display:block;font-family:franklin-gothic-urw-comp,sans-serif;font-size:200%}.news-more-info{font-size:150%}.news-date{display:block;font-weight:700}body .public .dropdown-menu.subNav ul a+ul{background:#bde7e2}.dropdown-menu.subNav>ul>li>a{display:inline-block;width:105%;width:calc(100% + 10px)!important}.dropdown-menu.subNav>ul>li:hover>a{background:#bde7e2;float:left;text-align:center}@media (min-width:768px){.dropdown-menu.subNav>ul>li:hover>a{text-align:left}}body .public .dropdown-menu.subNav>ul>li:hover>a{background:#bde7e2}.dropdown-menu.subNav input[type=search]{width:70%}header .charities .dropdown-menu.subNav>ul>li:hover>a,header .charities .dropdown-menu.subNav ul a+ul{background:#bde7e2}.dropdown-menu.subNav ul li:hover ul{display:block;width:120%;box-shadow:0 0 0 5px #f8f8f8,15px 15px 15px -15px rgba(0,0,0,.075)}header nav li .subNav a{color:#003b5c}@media (min-width:1200px){header nav li .subNav a{font-size:21px}}header nav li .subNav li{margin-bottom:10px;width:100%}body header nav li.public .subNav a,header nav li.charities .subNav a{color:#003b5c}header nav .subNav ul{display:inline-block;list-style:none;padding-left:0;padding-right:10px}#menu-side-navigation,.menu-latest-news{list-style:none outside;text-transform:uppercase;margin-top:4em;padding-left:0}#menu-side-navigation a,.menu-latest-news a{display:block;padding:5px;font-family:franklin-gothic-urw-comp,sans-serif;font-weight:400;font-size:18px}#menu-side-navigation a:hover,.menu-latest-news a:hover{background:#003b5c;color:#fff;text-decoration:none}body .SEARCH #menu-side-navigation a:hover{background:#5d265a}body .SEARCH #menu-side-navigation .active a:hover{background:#ad22a6}body.public #menu-side-navigation a:hover{background:#003b5c}body.public #menu-side-navigation .active a:hover{background:#006ca9}body.charities #menu-side-navigation a:hover{background:#003b5c}body.charities #menu-side-navigation .active a:hover{background:#006ca9}body .CHARITY #menu-side-navigation a:hover{background:#5d265a}body .CHARITY #menu-side-navigation .active a:hover{background:#ad22a6}#menu-side-navigation>li.active>a,.menu-latest-news>li.active>a{border-bottom:1px solid}#menu-side-navigation .active>a,#menu-side-navigation .current>a,.menu-latest-news .active>a,.menu-latest-news .current>a,.menu-latest-news .current>span{background:#003b5c;color:#fff}#menu-side-navigation .active .current>a,#menu-side-navigation .active a:hover,.menu-latest-news .active .current>a,.menu-latest-news .active a:hover{background:#006ca9}.charities #menu-side-navigation .active>a,.charities #menu-side-navigation .current>a{background:#003b5c;color:#fff}.charities #menu-side-navigation .active .current>a{background:#006ca9}.CHARITY #menu-side-navigation .active>a,.CHARITY #menu-side-navigation .current>a{background:transparent;color:#e6007d}.CHARITY #menu-side-navigation .active .current>a{background:#ad22a6}.public #menu-side-navigation .active>a,.public #menu-side-navigation .current>a{background:transparent;color:#e6007d}.public #menu-side-navigation .active .current>a{background:#006ca9}.PUBLIC #menu-side-navigation .active>a,.PUBLIC #menu-side-navigation .current>a{background:transparent;color:#e6007d}.PUBLIC #menu-side-navigation .active .current>a{background:#006ca9}.public #menu-side-navigation .active>a,.SEARCH #menu-side-navigation .current>a{background:#5d265a;color:#fff}.SEARCH #menu-side-navigation .active .current>a{background:#ad22a6}#menu-side-navigation>li.active li.current,.menu-latest-news>li.active li.current{background:hsla(0,0%,100%,.5);border-bottom:1px solid #fff;border-top:1px solid #fff}#menu-side-navigation>li.active li.current:hover,.menu-latest-news>li.active li.current:hover{border-color:#003b5c}body .SEARCH #menu-side-navigation>li.active li.current:hover{border-color:#5d265a}body.charities #menu-side-navigation>li.active li.current:hover,body.public #menu-side-navigation>li.active li.current:hover{border-color:#003b5c}#menu-side-navigation ul,.menu-latest-news ul{background:#bde7e2;list-style:none outside;padding-left:0}#menu-side-navigation ul a,.menu-latest-news ul a{font-size:16px;padding-left:10px}body.charities #menu-side-navigation ul,body.public #menu-side-navigation ul{background:#bde7e2}body .CHARITY #menu-side-navigation ul{background:#f1ddf0}.menu-latest-news{background:#bde7e2;margin-top:4.7em}.menu-latest-news li.current>span{display:block;padding:5px;font-family:franklin-gothic-urw-comp,sans-serif;font-weight:400;font-size:18px}.menu-latest-news a{text-decoration:none}.block{overflow:hidden;margin-bottom:15px}.faq-wrap.block{background:#f2f2f2;padding:0 10px}.faq-wrap.block.open{padding:10px}@media (min-width:767px){.block p{float:left;margin-right:2%;width:31%}.block:first-child p+p+p{width:33%;margin-right:0;float:right}.block+.block p,.faq-wrap.block p{float:left;margin-right:2%;width:48%}.block+.block p+p{float:left;margin-right:0;width:50%}.faq-wrap.block{padding:0 0 0 10px}.faq-wrap.block.open{padding:10px 0 10px 10px}}.footable-row-detail-name{font-weight:900;border-bottom:1px solid;padding-top:5px}.radio tbody,table.radio{display:block}table.radio td,table.radio tr{display:block;float:left;min-width:25%}table.radio label{display:inline-block;padding:14px 0}.required>span,abbr.required{color:#b90000}.ValidationSummary{display:none}.summaryValidation{color:#b90000;font-weight:700}.summaryValidation ul{display:none}.charityList input[type=text],.charityNewsletterSignup input[type=email],.charityNewsletterSignup input[type=text],.PublicationSearch input[type=text],.search input[type=text]{background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:0;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);color:#555;display:block;font-size:14px;height:34px;line-height:1.42857;padding:6px 12px;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;width:100%}.charityList #search-results table th{border-top:1px solid #003b5c}.charityList #search-results table th:nth-child(4) a{display:block;min-width:90px}.charityList th.asc a.ajax-sort:after{content:"\E113"}.charityList th.asc a.ajax-sort:after,.charityList th.desc a.ajax-sort:after{font-family:Glyphicons Halflings;font-size:.5em;display:inline-block;margin-left:5px}.charityList th.desc a.ajax-sort:after{content:"\E114"}select{max-width:100%;min-width:100%}.charityList .paging_controls>div{display:inline-block}.charityList .paging_controls>div ul{list-style-type:none}.charityList .paging_controls>div ul li{display:inline-block;line-height:1}.charityList .paging_controls>div ul li a{font-size:16px;overflow:hidden;padding:7px 2px;text-decoration:none;width:37px}.charityList .paging_controls>div ul li a:before{font-size:18px;text-indent:6px}.charityList .paging_controls>div ul li.PagedList-skipToFirst a:before{content:"\EA4D";font-family:allicons;display:block;position:absolute;text-align:center;text-indent:9px}.charityList .paging_controls>div ul li.PagedList-skipToPrevious a:before{content:"\EA4F";font-family:allicons;display:block;position:absolute;text-align:center}.charityList .paging_controls>div ul li.PagedList-skipToNext a:before{content:"\EA4E";font-family:allicons;display:block;position:absolute;text-align:center}.charityList .paging_controls>div ul li.PagedList-skipToLast a:before{content:"\EA4C";font-family:allicons;display:block;position:absolute;text-align:center;text-indent:9px}.charityList .paging_controls span.page_number{display:inline-block;position:relative;top:-10px;font-weight:800;padding:10px;background:#f2f2f2}.paging_controls{padding:10px 0;text-align:center}.paging_controls span{display:inline-block;padding:0 1px;margin-top:15px}.paging_controls span a{font-size:13px;padding:7px 2px;width:37px}.paging_controls br{display:none}.paging_controls a{border:1px solid transparent;cursor:pointer;padding:3px;width:32px;height:32px;display:inline-block;text-align:center;overflow:hidden;font-size:14px}.paging_controls>a:before{font-size:18px}.paging_controls>a:first-child:before{content:"\EA4D"}.paging_controls>a:first-child:before,.paging_controls span~a+a:before{font-family:allicons;display:block;text-indent:6px;position:absolute;text-align:center}.paging_controls span~a+a:before{content:"\EA4C"}.paging_controls>a{text-indent:-999px;overflow:hidden}.paging_controls>a+a:before{content:"\EA4F"}.paging_controls>a+a:before,.paging_controls span~a:before{font-family:allicons;display:block;text-indent:3px;position:absolute;text-align:center}.paging_controls span~a:before{content:"\EA4E"}.paging_controls span.page_number{display:inline-block;position:relative;top:-10px;font-weight:800;padding:10px;background:#f2f2f2}.paging_controls>a:first-child{text-indent:-99px}.public .paging_controls a{text-decoration:none}.paging_controls a.active,.paging_controls li.active a{background-color:#003b5c;border:1px solid #003b5c;color:#fff;font-weight:800}.charities .paging_controls a.active,.charities .paging_controls li.active a,.public .paging_controls a.active,.public .paging_controls li.active a{background-color:#003b5c;border-color:#003b5c}.paging_controls a:hover{background-color:#fff;border:1px solid;color:#003b5c;text-decoration:none}.public .paging_controls a:hover{border-color:#003b5c;color:#003b5c}.charities .paging_controls a:hover{background-color:#fff;color:#003b5c;border-color:#003b5c}.member{background:rgba(0,0,0,.03);margin-bottom:3em;overflow:auto;padding:15px 0}.member h2{margin-bottom:10px;margin-top:5px}.member .jobTitle{color:#787878;display:block;font-family:franklin-gothic-urw-comp,sans-serif;font-size:19px;font-weight:400;margin-bottom:10px}.member .image-holder{margin-top:10px;margin-bottom:10px}.faq_container{margin-top:30px}.faq_container .faq_container{margin-top:3px;margin-left:1%;width:98%}body .faq_header,body .faq_noheader{cursor:pointer;margin-top:4px;position:relative}body .faq_noheader{margin-bottom:6px}body .faq_header a:after{font-family:allicons;content:"\E907";position:absolute;right:10px;top:5px}body .faq_header a,body .faq_noheader a{background:#003b5c;color:#fff;display:block;padding:10px 30px 10px 10px;margin-bottom:1px;font-size:18px}.faq_header a{transition:all .05s linear;transition-delay:1ms}@media (min-width:480px){body .faq_header a:before{content:"click to expand";font-size:11px;margin-right:35px;display:inline-block;text-transform:uppercase;float:right;margin-top:5px}body .faq_container .faq_container .faq_header a:before{bottom:6px}body .faq_header a,body .faq_noheader a{padding:10px 5px 10px 10px}}@media screen{.faq-wrap{max-height:0;overflow:hidden;transition:all .75s ease,padding .4s linear}}.faq-wrap.open{height:auto!important;max-height:10000px}body .faq_container .faq_container .faq_header a,body .faq_container .faq_container .faq_noheader a{padding:5px;margin-bottom:1px;font-size:14px}body .faq_header.active a,body .faq_header a:hover,body .faq_noheader a:hover{color:#fff;text-decoration:none}body.charities .faq_header a,body.charities .faq_noheader a{background:#003b5c;color:#fff;text-decoration:none}body .CHARITY .faq_header a,body .CHARITY .faq_noheader a{background:#5d265a;color:#fff;text-decoration:none}body.public .faq_header a,body.public .faq_noheader a{background:#003b5c;color:#fff;text-decoration:none}body .SEARCH .faq_header a,body .SEARCH .faq_noheader a{background:#5d265a;color:#fff;text-decoration:none}.faq_item p{padding:10px}.faq_content{margin-bottom:5px}.faq_content .button{clear:both;float:right;margin-right:0;margin-top:5px;margin-bottom:10px}.faq_content p{margin-top:5px}header .container{height:100%;position:relative}body header .container .banner_text,body header .container h1{color:#fff;display:block;font-family:franklin-gothic-urw-comp,sans-serif;line-height:1.15;padding-left:0;padding-top:15px;position:relative;bottom:15px;font-size:48px}body.internal header .container h1,body header .container .banner_text{font-size:42px;margin-bottom:7px}.banner_text p{color:#fff}h1 i{color:#003b5c;padding-left:5px}.news-landing-page .breadcrumb{margin-bottom:5px}header{height:630px;background-position:top;color:#fff;position:relative}header .bgWrap{overflow:hidden;height:100%;width:100%;z-index:0}header .bg,header .bgWrap{position:absolute;top:0;left:0}header .bg{background-position:top;width:101%;height:115%}header .cycle-pager{position:absolute;right:15px;top:10px;z-index:999}@media (max-width:1199px){header .cycle-pager{display:none}}header .cycle-pager span{background:#ebebeb;background:hsla(0,0%,100%,.45);border-radius:50%;cursor:pointer;display:inline-block;height:14px;width:14px;margin:10px;overflow:hidden;padding:0;position:relative;text-indent:-99px;z-index:99999}@media (max-width:480px){header .cycle-pager{display:none}}@media (min-width:990px){header .cycle-pager span{height:8px;width:8px;margin:7px}}header .cycle-pager span.cycle-pager-active{background:#fff;background:hsla(0,0%,100%,.8)}html body.internal h2{color:#646464;font-size:24px;font-weight:400}html body.internal h3{color:#646464;font-size:21px;font-weight:400}body.charities header,body header{background:#003b5c}body .CHARITY header{background:#5d265a}body .PUBLIC header{background:#72beb2}body .SEARCH header{background:#eaa24d}body header .bg,body header .bg.home{background:#60c5b8 url(/dist/237ba637f98ae55e4e7ae767cad1db43.png) no-repeat;background-position:top;color:#fff}body header .bg.banner2{background:#64245c url(/dist/d8e1689ec2c27e3f608b24260b5d2859.png) no-repeat;color:#fff}body header .bg.compass{background:#eca344 url(/dist/bd090f79ceba68dcdd85f0dcdeef87f0.png) no-repeat;background-position:top;color:#fff}body header .bg.sunflower{background:#78c4b8;color:#fff}body.charities header .bg{background:#60c5b8 url(/dist/237ba637f98ae55e4e7ae767cad1db43.png) no-repeat;color:#fff}body .CHARITY header .bg{background:#5d265a url(/dist/d8e1689ec2c27e3f608b24260b5d2859.png) no-repeat;color:#fff}body .SEARCH header .bg{background:#eaa24d url(/dist/bd090f79ceba68dcdd85f0dcdeef87f0.png) no-repeat;background-position:top;color:#fff}body.public header{background:#60c5b8}body.public header .bg{background:#60c5b8 url(/dist/237ba637f98ae55e4e7ae767cad1db43.png) no-repeat;background-position:center 30%}body h2{font-size:36px}body.charities h1,body.charities h2,body.home h2,body.public h1,body.public h2,body div.forCharities h2{color:#003b5c}body div.forPublic a,body div.forPublic h2,body div.forPublic h2 a,body div.forPublic h2>span,body div.forPublic span a{color:#72beb2}.forCharities a[title=Charities],.forPublic a[title=Public]{display:block;position:relative;overflow:hidden;text-align:center;perspective:500px}.forCharities a[title=Charities]:hover,.forPublic a[title=Public]:hover{display:block;top:0;left:0;width:100%;height:100%}.forCharities a[title=Charities] img,.forPublic a[title=Public] img{-webkit-transition:all .25s ease;-webkit-transform:scale(1) translateZ(1px);transition:all .25s ease}.forCharities a[title=Charities]:hover img,.forPublic a[title=Public]:hover img{transform:scale(1.05)}.forPublic a[title=Public]{background:#003b5c}.forCharities a[title=Charities]{background:#a35c9e}header nav ul li a:after{font-family:allicons;font-style:normal;font-weight:lighter;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;font-size:120%}.navbar-nav>li>a{padding:15px 13px}header nav ul li.home a:after{content:"\E829";display:block;position:relative;text-indent:0;top:-19px;margin:0 auto}header nav ul li.home a{background:transparent!important;color:#fff!important;overflow:hidden;padding:12px 0;position:relative;text-indent:-999px;height:47px;width:34px}header nav ul li.home a:after{margin-left:0}@media (max-width:768px){header nav ul li.home a:after{width:100%}}@media (min-width:992px) and (max-width:1199px){header nav ul li.home a{padding:32px 0 0}}header nav ul li.about a:after{width:auto}.ie header nav ul li.contact>a:after{line-height:1em}header nav ul li.contact>a{padding-top:16px;padding-bottom:14px}header nav.navbar-collapse{width:100%}.navbar-toggle .icon-bar{background-color:#fff}.breadcrumb li,.breadcrumb li a{color:#7c7c7c;text-transform:uppercase;position:relative}.breadcrumb a:after{top:-1px;right:-9px;font-size:12px}.banner h2{font-weight:700}.banner p{clear:both;font-size:20px}.franklin{font-family:franklin-gothic-urw-comp,sans-serif!important}body.home .banner .franklin{font-size:20px;margin-top:25px}#sectionSwitcher{border-top:1px solid;list-style:none;padding-left:0}#sectionSwitcher li{display:inline;float:left;margin-right:1em}#sectionSwitcher li a{border-top:3px solid transparent;color:#3a3a3a;display:block;font-family:franklin-gothic-urw-comp,sans-serif;font-size:20px;padding:0 5px;text-decoration:none!important;text-transform:uppercase;opacity:.6}#sectionSwitcher li a.active,#sectionSwitcher li a:hover,.charities #sectionSwitcher li.charities a,.public #sectionSwitcher li.public a{border-top-color:#3a3a3a;opacity:1}.charities #sectionSwitcher li.charities a{border-top-color:#003b5c}#sectionSwitcher li.charities a{color:#003b5c}.public #sectionSwitcher li.public a{border-top-color:#003b5c}#sectionSwitcher li.public a{color:#003b5c}#sectionSwitcher li.charities a:hover,#sectionSwitcher li.public a:hover{border-top-color:#003b5c}.introBox a{color:#003b5c}.introBox a+a{color:#00d0ff}.introBox a+a+a{color:#ffa000}.introBox a+a+a+a{color:#003b5c}.col-sm-8 li a,.col-sm-8 p a{font-weight:800;text-decoration:underline}.search-results .result-title>a{font-weight:400}.main,.subMain{margin-bottom:3em}.container .row img,.main .row img{max-width:100%}.upper{text-transform:uppercase}body .main h2{color:#3a3a3a;font-size:28px}body .introBox h2{color:#0f4450}.introBox h2 span{color:#003b5c}.subMain,footer .container{border-top:1px solid #cecece}.subMain h2{text-transform:uppercase}.subMain p{color:#818181}.subMain p em{font-size:18px}.subMain img{width:100%}body .supportBox h2,body .supportBox h2 a,body .supportBox h2 a:hover,body .supportBox h3,body .supportBox h3 a,body .supportBox h3 a:hover{text-decoration:none}body.internal .subMain .row .Box{min-height:0;margin-bottom:20px;float:left}body.internal .subMain .row .Box h2{margin-top:0;padding-bottom:10px}body.internal .main{border-top:1px solid #cecece}body .Box>div{margin-left:0;padding-left:0}.manageBox h3,.manageBox h3 a,.manageBox h3 a:hover,.onlineBox h3,.onlineBox h3 a,.onlineBox h3 a:hover,.publicationsBox h3,.publicationsBox h3 a,.publicationsBox h3 a:hover,body .manageBox h2,body .manageBox h2 a,body .manageBox h2 a:hover,body .onlineBox h2,body .onlineBox h2 a,body .onlineBox h2 a:hover,body .publicationsBox h2,body .publicationsBox h2 a,body .publicationsBox h2 a:hover{text-decoration:none}body .onlineBox a{color:#003b5c}.twitter-feed h3,body .onlineBox h3{position:relative}.twitter-feed h3 a,body .onlineBox h3 a{display:block}.twitter-feed h3 a:after,body .onlineBox h3 a:after{content:"\E874";font-family:allicons;position:absolute;right:5px;font-weight:400;font-size:22px;top:-4px}.twitter-feed h3 a:after{top:0}.subMain .row+.row>div h2{border-bottom:1px solid;margin-top:25px;padding-bottom:10px}.subMain .row+.row>div p{overflow:hidden}.subMain .row{margin-bottom:1.75em}.subMain .row+.row>div h3{font-size:14px;font-family:open-sans,helvetica,arial,sans-serif;font-weight:700}.main>.row>[class^=col-sm-]>:first-child{margin-top:20px}.captionedImg{float:right}.caption{font-size:12px;padding:10px}body.charities .caption{background:#bde7e2;background:rgba(93,38,90,.25)}body.public .caption{background:#64ffff;background:rgba(114,190,178,.25)}iframe{max-width:100%}.charitydetailrow{border-top:1px solid #f0f0f0;display:block;margin-bottom:5px;overflow:visible;padding-top:5px;position:relative}.charitydetailrow a{word-break:break-all}.REGISTER-DETAILS h1{padding:0 10px}.charityTitles{font-weight:800}.charityTitles span{display:block}.charityTitles .subtitle{background:#f7f7f7;font-size:1.3em;padding:10px;float:left;width:100%}.charityTitles .subtitle .red_underscore{border-bottom:3px solid #f03232;float:left;width:100%}.charityTitles .subtitle .red_underscore .charity-title{float:left}@media (min-width:991px){.charityTitles .subtitle .red_underscore .charity-title{max-width:65%}}.charityTitles .subtitle .red_underscore .doc-overdue{float:right;color:red}.charityTitles .subtext{background:#f7f7f7;font-weight:400;padding-left:10px;padding-bottom:10px}.charity-notes{border:2px solid red;display:block;margin:10px auto;padding:5px;text-align:center;width:50%}.constitutions,.details,.directions,.history,.inquiryreports,.notices,.object,.operations,.reorganisation,.trustees{background:rgba(0,0,0,.03);margin:15px 0;padding:10px}.history{overflow-x:auto}.history table td{vertical-align:middle}.history table td a{word-break:break-word}.history table td:last-child{width:15%}.history table td.greyed{background-color:#ccc}.indefault{background:rgba(255,29,29,.3);margin:15px 0;padding:10px}.constitutions .heading,.details .heading,.directions .heading,.history .heading,.indefault .heading,.inquiryreports .heading,.notices .heading,.object .heading,.operations .heading,.reorganisation .heading,.trustees .heading{font-family:franklin-gothic-urw-comp,sans-serif;font-size:25px}#constitutionsMain .heading,#trusteesMain .heading{display:block}#constitutionsMain .heading.collapsed:after,#trusteesMain .heading.collapsed:after{transform:none}#constitutionsMain .heading:after,#trusteesMain .heading:after{font-family:allicons;content:"\E907";position:absolute;right:10px;transform:rotate(180deg);transition:all .3s ease;-o-transition:.3s all ease;-moz-transition:.3s all ease;-webkit-transition:all .3s ease}#constitutionsMain .heading:before,#trusteesMain .heading:before{content:"click to expand";font-size:11px;margin-right:35px;display:inline-block;text-transform:uppercase;float:right;padding-top:12px;padding-right:10px;margin-top:5px}#constitutionsMain .heading:hover,#trusteesMain .heading:hover{cursor:pointer}.title{font-weight:800;padding-right:5px;width:40%}.text,.title{display:inline-block;vertical-align:middle}.text{max-width:50%}.object .text{max-width:none}.col-sm-8>img[src*=ChartImg],.extractprintsummary>img.pie-chart,.extractprintsummary>img[src*=ChartImg]{display:inline-block;width:49%}span.img-contain{display:block;text-align:center;margin:8px auto 0;vertical-align:middle}@media (min-width:991px){span.img-contain{width:70%}}span.img-contain .text{margin-top:10px;max-width:100%;display:block}span.img-contain img{display:block}.imagePackLink{background:url(/dist/d2e7dbefaf7cea1a6bbf92573c90e16e.png) no-repeat;display:block;height:50px;background-size:contain;background-position:50%}.topic .story{border-bottom:1px solid #f2f2f2;overflow:hidden;margin-bottom:1em;margin-left:-15px;margin-right:-15px;padding-bottom:1em}body.home .topic .story .image-holder{position:relative}@media (max-width:767px){body.home .topic .story .image-holder{max-height:75px;overflow:hidden}}@media (min-width:768px){body.home .topic .story .image-holder{top:50%;transform:translateY(-50%)}}.leftColContent{background:#f2f2f2;padding:1px 10px 10px;margin-top:1.2em}.leftColContent .searchCharities{padding-top:15px}.leftColContent .searchCharities .title{font-weight:700;margin-bottom:0}.leftColContent .searchCharities input[type=search]{width:calc(100% - 85px)}.leftColContent p{font-size:14px}.leftColContent p:before,.leftColContent p a:before{font-family:allicons;font-weight:400;padding-right:5px}.leftColContent .phonenumber:before{content:"\E8E3"}.leftColContent .emailaddress a:before{content:"\EB29"}.topicDate{font-style:italic}.topicImage{margin:15px 0;max-width:100%;height:auto}.jigsawGraphic{width:100%;height:400px;position:relative}.jigsawGraphic .jigsawCentre{background:url(/dist/8fec0a697aa3609970d3d25b32d6b4e4.png) no-repeat 40%;background-size:contain;width:33%;margin:0 auto;left:-45px;height:400px;position:relative;z-index:10}.jigsawGraphic>div{background-color:#fff;position:absolute;width:27%;z-index:1}.jigsawGraphic>div:before{z-index:-1}.jigsawGraphic [class*=Title]{background:#fff;font-weight:900;font-size:14px;z-index:11;display:inline-block;padding-right:5px}.jigsawGraphic [class*=Text]{font-size:11px}.jigsawGraphic [class*=top]{top:50px}.jigsawGraphic [class*=Right]{right:0}.jigsawGraphic [class*=bottom]{bottom:0}.jigsawGraphic .topLeft{color:#33afcd;top:165px}.jigsawGraphic .topLeft:before{content:"";display:block;border-top:2px dashed;border-left:2px dashed;border-radius:15px 15px 0 0;width:135%;height:40px;position:absolute;top:-45px;left:20%}.jigsawGraphic .topRight{color:#404040}.jigsawGraphic .topRight:before{content:"";display:block;border-top:2px dashed;border-left:2px dashed;border-radius:15px 15px 0 0;width:85%;height:150px;position:absolute;top:-18px;right:90%}.jigsawGraphic .bottomLeft{color:#28a584;width:34%}.jigsawGraphic .bottomLeft:before{content:"";display:block;border-bottom:2px dashed;border-right:2px dashed;border-radius:0 0 15px 0;width:69%;height:90px;position:absolute;top:-80px;left:24%}.jigsawGraphic .bottomRight{color:#b6d344;bottom:95px}.jigsawGraphic .bottomRight:before{content:"";display:block;border-top:2px dashed;border-left:2px dashed;border-radius:15px 0 0 0;width:40%;height:20px;position:absolute;top:10px;right:102%}.jigsawGraphic .bottomRight:after{content:"";display:block;border-bottom:2px dashed;border-right:2px dashed;border-radius:0 0 15px 0;width:50%;height:20px;position:absolute;top:25px;right:141%}@media (max-width:480px){.jigsawGraphic{height:auto}.jigsawGraphic>div{width:100%!important;position:static;padding-bottom:1em;left:0}.jigsawGraphic .jigsawCentre{background-size:auto;width:100%;height:200px;left:0}.jigsawGraphic>div:after,.jigsawGraphic>div:before{display:none!important}}.scotlandCharitiesInfoGraphic{overflow:hidden}.scotlandCharitiesInfoGraphic>.map{background:url(/dist/89f76c01fdf1bcf8742555e784439eb2.png) no-repeat 0;display:inline-block;height:600px;width:415px;float:left}.scotlandCharitiesInfoGraphic>.localCharities{margin-top:100px}.localcharitiesblock,.scotcharitiesblock{background:#003b5c;border-bottom:1px solid #fff;height:35%;position:relative;z-index:-2}.localcharitiesblock{background-color:#003b5c;border-bottom:1px solid hsla(0,0%,100%,.3);border-top:1px solid #fff;box-shadow:0 17px 11px -15px;z-index:-1}.localCharities,.scotlandCharities{font-family:franklin-gothic-urw-comp,sans-serif;font-size:18px;display:inline-block;margin-left:10px;min-width:170px}.localCharities:before,.scotlandCharities:before{background:#003b5c;content:"";display:inline-block;height:25px;position:relative;top:4px;width:25px}.localCharities:before,.localcharitiesblock{background-color:#003b5c}@media (max-width:480px){.scotlandCharitiesInfoGraphic>.map{background-size:100%;width:320px;height:477px}}footer .container{padding-top:1em;padding-bottom:3em;margin-top:3em}footer ul{list-style:none;padding-left:0!important}footer .container ul{min-height:120px}.charities footer .addr p,.charities footer ul.contacts li,.charities footer ul li a,.charities footer ul li span,.public footer .addr p,.public footer ul.contacts li,.public footer ul li a,.public footer ul li span,footer .addr p,footer ul.contacts li,footer ul li a,footer ul li span{color:#414141;font-family:franklin-gothic-urw-comp,sans-serif;font-size:16px}footer ul.contacts li span{display:inline-block;font-weight:700;width:33%}footer ul.footerNav{padding-right:0;text-align:right;text-transform:uppercase}footer ul.footerNav li{display:inline-block;width:24.25%}footer ul.footerNav li a{float:left;padding:0}.htt{text-align:right;display:block;position:absolute;right:0;bottom:-21px;width:450px}.htt img{max-width:32%!important;padding:0 20px}.SpeakIt:before{color:#003b5c;content:"\E8DB";font-family:allicons;padding-right:4px;font-size:14px}.SpeakIt{background:#fff;bottom:0;box-shadow:0 0 0 3px rgba(0,0,0,.05);font-size:12px;padding:4px 20px 4px 4px;position:fixed;right:0;z-index:99999}.infog{padding:30px 0;margin-bottom:30px}.charities .infog,.infog,.public .infog{background:#003b5c}.infog>h2{background:none repeat scroll 0 0 hsla(0,0%,100%,.25);border-bottom:2px dotted;color:#fff!important;margin-top:-30px;margin-bottom:25px;padding:10px}.infog>ul{padding:30px 0 30px 53px;transform:scale(1.1)}.infog li{box-shadow:0 0 0 -1px #fff;cursor:pointer;display:inline-block;list-style:none outside none;margin:auto 0;overflow:hidden;position:relative;vertical-align:middle}.infog li:hover{transform:scale(1.25);z-index:999}.infog li+li:hover{transform:scale(1.5);z-index:999}.infog li.health:hover{transform:scale(2.5);z-index:999}.infog li>span{border-radius:50%;display:block;height:100%;line-height:0;overflow:hidden;position:relative;width:100%}.infog li span:before{display:block;font-family:infographics;line-height:1.5}.environment{background:none repeat scroll 0 0 green;box-shadow:0 0 0 2px green,inset 0 0 0 2px green;border-radius:50%;color:#fff;font-size:35px;height:140px;text-align:center;width:140px}.environment>span{border-radius:50%;display:block;height:100%;line-height:0;overflow:hidden;position:relative;width:100%}.environment>span:before{content:"\E814";font-size:70px}.education{background:none repeat scroll 0 0 #1e90ff;box-shadow:0 0 0 2px #1e90ff,inset 0 0 0 2px #1e90ff;border-radius:50%;color:#fff;height:94px;text-align:center;width:94px;font-size:21px}.education>span:before{content:"\E80F";font-size:42px}.animal-welfare{background:none repeat scroll 0 0 #8b0000;box-shadow:0 0 0 2px #8b0000,inset 0 0 0 2px #8b0000;border-radius:50%;color:#fff;height:108px;text-align:center;width:108px;font-size:21px}.animal-welfare>span:before{content:"\E815";font-size:54px}.health{background:none repeat scroll 0 0 orange;box-shadow:0 0 0 2px orange,inset 0 0 0 2px #8b0000;border-radius:50%;color:#fff;height:52px;text-align:center;width:52px;font-size:13px}.health>span:before{content:"\E813";font-size:26px}.science{background:none repeat scroll 0 0 olive;box-shadow:0 0 0 2px olive,inset 0 0 0 2px #8b0000;border-radius:50%;color:#fff;height:92px;text-align:center;width:92px;font-size:23px}.science>span:before{content:"\E836";font-size:46px}.infog span.details:before{display:none}.infog span.details{color:#fff!important;display:block;font-size:11px;line-height:normal;margin:50% 0;padding:23px;vertical-align:middle}.infog li:hover>span{margin-top:-100%}.infog li:hover>span+span{margin-top:0}.infog span.details a,.infog span.details p{color:#fff}.infog span.details a{text-decoration:underline}span.num{background:none repeat scroll 0 0 #fff;color:#000;display:block;height:80px;line-height:normal;margin:-10px auto;position:relative;width:100%}.environment span.num{color:green}.infog li:nth-child(2n){top:-15px}.infog li.animal-welfare{top:15px}.infog.money ul{text-align:center;padding:0}.infog.money li,.infog.money li>span{border-radius:0;box-shadow:none;margin:auto 2%}.infog.money li>span:before{content:"\E834";color:#2e8b57}.infog.money .income>span:before{font-size:170px}.infog.money .expend>span:before{font-size:70px}.infog.money .difference>span:before{font-size:100px}.money .details{float:left;position:absolute;top:68%;height:100px;opacity:0}.infog.money li:hover .details{opacity:1}.infog.money li:hover>span{margin-top:0}.money span.num{background:#2e8b57;border-radius:50%;color:#fff;height:80px;left:28%;position:absolute;text-align:center;top:38%;width:45%;font-size:30px;line-height:75px;font-family:georgia}.money li+li span.num{font-size:14px;height:35px;line-height:35px;top:43%}.money li+li+li span.num{font-size:24px;height:49px;line-height:43px;top:40%}table{margin:10px 0}body table th.mailcycle{border-bottom-color:transparent}table th{font-family:franklin-gothic-urw-comp,sans-serif;font-size:24px;font-weight:400}table td,table th{border:1px solid #003b5c;padding:10px;vertical-align:top}.charities table td,.charities table th,.public table td,.public table th{border-color:#003b5c}.ontime{background-color:rgba(100,200,100,.5)}.overdue{background-color:rgba(255,200,30,.5)}.late{background-color:rgba(220,40,40,.5)}@media (max-width:1200px){.paging_controls span+span{display:inline-block}}@media (max-width:991px){.paging_controls span>span~span~span~span~span~span~span~span~span{display:none}.subMain .row+.row>div{min-height:655px}.subMain .row+.row .onlineBox{min-height:0}.charityNewsletterSignup p label~label{width:auto}.charityNewsletterSignup p br{display:block}body.home .banner .topic,body.home .banner .topic .story{padding-bottom:1em}body.home .banner .topic .story:before{text-align:left}body.home .banner .topic .story:after{left:40px;text-align:left}}@media (max-width:991px) and (max-width:767px){body.home .banner .topic .story .col-sm-8{padding-left:0}}@media (max-width:991px){body.home .banner .topic .story .title{text-align:left}body.home .banner .topic .story .date{float:left}html body a.button{margin-bottom:10px}.footable-toggle{display:block;height:15px;width:15px;cursor:pointer}.footable-toggle:before{color:#000;content:"+";display:block;font-size:22px;font-weight:900;height:10px;line-height:.33;position:absolute;width:10px}.footable-detail-show .footable-toggle:before{content:"-"}.htt{right:380px;bottom:-30px;width:400px}}@media (max-width:767px){.navbar-nav .dropdown:hover .dropdown-menu{position:static}body.charities header,body.home header,body.public header,body header{background-size:cover;height:430px;height:auto;padding-bottom:20px}.dropdownTitle{display:none}header nav li a{text-align:right}header .navbar-nav .dropdown:hover .dropdown-menu{margin-top:0}header .dropdown-menu.subNav ul a+ul{display:none!important;position:relative;left:0;width:100%!important}header li a.subSub-toggle{display:block;padding:5px 10px 10px}header .dropdown-menu.subNav .subSubNav.open>ul{display:block!important}header nav ul li.home a{width:auto}footer ul.contacts li span{width:48%;text-align:right;padding-right:1em}footer .addr,footer ul.footerNav{margin:2em 0;text-align:center}footer ul.footerNav li a{padding:0 .2em}.htt{position:relative;width:450px;height:auto;margin:0 auto;right:0;bottom:0}.captionedImg{width:50%}nav.navbar-collapse .nav li{overflow:hidden}}@media (max-width:500px){.captionedImg,.col-xxs-12{width:100%}.captionedImg>img{min-width:100%}.post-info span{display:block}.post-info span+span{margin-left:0}}@media (max-width:767px){.title,a,td{position:static;perspective:none}.tooltipitem{position:fixed;left:10%;top:50%;width:78%}button[type=submit],input[type=submit]{min-width:50px}a.button[title=Login],a.button[title=Register]{width:100%}a.button[title=Register]{white-space:normal}footer ul.footerNav li{width:49%}footer ul.footerNav li a{text-align:center;float:none}button[type=submit],input[type=submit]{min-width:80px}header.navOpen{height:630px}header nav li a{text-align:center}.navbar-header{display:block}.navbar-nav>li>.dropdown-menu{width:100%}}@media (max-width:611px){button[type=submit],input[type=submit]{height:60px;padding:15px;width:100%;text-align:center}input[type=search]{width:100%}}@media (min-width:768px) and (max-width:992px){header nav ul li.home a:after{display:inline;position:static;padding-right:6px;margin:.2em}body.public header .bg{background-position:35% bottom;background-position:60% 40%}header{height:450px;padding-top:30px}footer ul.footerNav li a{font-size:14px}input[type=search]{width:75%}.ie8 input[type=search]{width:65%}input[type=submit]{padding:3px 15px}}.subMain .row+.row>div h2{font-size:24px}@media (min-width:768px){.collapse:not(.toggle){display:block}.navbar-collapse.collapse{background:transparent!important}header{height:auto}body header .container .banner_text,body header .container h1{position:absolute;font-family:franklin-gothic-urw-comp,sans-serif}.subNav ul,header nav.navbar-collapse{width:auto}}@media (min-width:768px) and (min-width:992px){.subNav ul{width:100%}}@media (min-width:768px){.subNav ul>li:last-child{float:left;width:100%}.dropdown h3,.dropdownTitle{background:none repeat scroll 0 0 #f0f0f0;display:none;margin:0;padding:5px 10px;position:relative;top:-5px}footer ul.contacts li span{display:block}}.reglogo-download>.row{border-bottom:1px solid rgba(158,193,42,.33);padding-bottom:15px;margin-bottom:15px}.reglogo-download>.row:last-child{border-bottom:0}body.charities .reglogo-download>.row{border-bottom-color:rgba(93,38,90,.33)}body.public .reglogo-download>.row{border-bottom-color:rgba(114,190,178,.33)}@media (min-width:992px){.terms{max-width:290px;margin:-20px 20px 10px auto}.reglogo-download .row div>p{padding-top:15px}.guidelines .downloadbutton a{margin-top:90px}.downloadbutton{padding:0}footer ul.contacts li span{display:inline-block}footer ul.footerNav li{display:inline-block;width:24.5%}}@media (min-width:1024px){footer ul.footerNav li{width:auto;padding-left:5px}}@media (min-width:1200px){.downloadbutton{padding:0 20px}header nav li a{font-size:21px}footer ul.footerNav li{padding-left:0}footer ul.footerNav li a{padding:0 0 0 1.25em}footer .addr,footer ul.contacts li,footer ul li a,footer ul li span{font-size:16px}}.imageLeft{float:left;margin:0 15px 10px 0}.imageRight{float:right;margin:0 0 10px 15px}.hiddenElement{display:none}.blog .date{font-size:12px;font-style:italic}.blog .story{box-shadow:0 16px 0 -15px hsla(0,0%,78.4%,.5);padding-bottom:20px}.blog .story img{padding-top:20px;display:block;margin:auto;max-height:150px}.blog>.story:last-child{box-shadow:none}.newApplicants,.newApplicants:before{display:block;position:relative}.newApplicants:before{color:#eda344;content:"\E9F0";font-family:allicons;padding:5px 5px 0;font-size:30px}.newApplicants:focus:after,.newApplicants:hover:after{background:#eda344;border-radius:5px;padding:5px;color:#fff;content:"important information for new applicants";font-size:12px;margin:12px 8px;position:absolute;min-width:90px;top:0;left:30px;min-width:25%}.guidancepurple{color:#a319ff}.guidanceteal{color:#00b8e6}@media print{audio,embed,object,video{display:none}.htt,.no-print,div.topic,footer .footerNav,footer .SpeakIt,header,nav{display:none!important}footer .contacts{width:45%}footer .addr{width:55%}footer ul.contacts li span{width:50px;display:inline-block}footer .addr br{display:none}.faq_content.faq-wrap{max-height:5000px}.container>.row>div.col-sm-8{width:100%}.charities table td,.charities table th{border-color:grey}a:after{content:" (" attr(href) ")";font-size:80%}.footable-toggle,a[href^="/"]:after,a[href^=javascript],body.printSummaryOnly .container>.row>div.col-sm-8>div,p a[href^="#"]:after{display:none}body.printSummaryOnly .container>.row>div.col-sm-8>div.extractprintsummary{display:block}}.imagetext-centre{left:120px}.imagetext-centre,.imagetext-left{color:#fff;display:block;font-family:franklin-gothic-urw-comp,sans-serif;font-size:22px;font-style:italic;position:absolute;top:0;width:60%}.imagetext-left{left:50px}.imagetext-right{color:#fff;display:block;font-family:franklin-gothic-urw-comp,sans-serif;font-size:22px;font-style:italic;left:200px;top:0;width:60%}.imagebox a,.imagetext-right{position:absolute}.imagebox .image a{position:relative}.faq_header.charpurposes,.faq_noheader.charpurposes{width:100%}.charpurposebox{float:left;list-style:inside none none;padding-left:0}.charpurposebox li{background-repeat:no-repeat;background-position:0;padding-left:0}.charpurposebox input{display:inline-table;float:left;color:#000;cursor:pointer;text-indent:20px;white-space:nowrap}.ie8 .charpurposebox input,.ie9 .charpurposebox input{display:block;margin-top:5px}.faq_header.charpurposes,.faq_noheader.charpurposes{display:inline-block;margin-right:10px}.searchpanel{border-bottom:1px solid #003b5c;border-left:1px solid #003b5c;border-right:1px solid #003b5c;display:none;padding:10px}.SEARCH .searchpanel{border-bottom:1px solid #5d265a;border-left:1px solid #5d265a;border-right:1px solid #5d265a;display:none;padding:10px}.visible{display:block!important}.legal-duty-tag:before{background-image:url(/dist/e841d932bbd89e1d27bb0e07aa76a18d.png)}.good-practice-tag:before,.legal-duty-tag:before{content:" ";background-size:100% 100%;width:145px;height:110px;display:block;font-size:30px;position:relative;float:right;margin:-5px 0 0}.good-practice-tag:before{background-image:url(/dist/9b20be8effffb122c5668f1c8c480cbb.png)}.good-practice-tag.legal-duty-tag:before,.legal-practice-combined-tag:before{content:" ";background-image:url(/dist/5f74fd25cf7ea78db487e2c160706063.png);background-size:100% 100%;width:290px;height:110px;display:block;font-size:30px;position:relative;float:right;margin:-5px 0 0}area:focus{outline:none}.subheading{font-family:franklin-gothic-urw-comp,sans-serif;font-size:25px;font-weight:400}.guidelines a{display:block;padding:20px}.guidelines a img{padding:12px 20px;display:block;margin:0 auto}.downloadbutton .glyphicon{position:absolute;top:10px;left:15px;font-size:24px}.terms{max-width:290px;margin:0 auto}.downloadbutton a{-moz-user-select:none;background:#003b5c;display:block!important;background-image:none;border:1px solid transparent;color:#fff!important;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;line-height:1.42857;margin:10px auto;padding:12px 18px;position:relative;text-align:center;text-decoration:none!important;vertical-align:middle;white-space:nowrap;max-width:100%;overflow:hidden}.terms label{display:initial}.terms input[type=radio],input[type=checkbox]{margin-right:5px;margin-left:5px}.logopack .imgwrap{padding:20px 0;margin:10px 0}.logopack img{display:block;margin:0 auto}.downloadbutton a:hover{background-color:#fff;color:#003b5c!important;border:1px solid #003b5c}.TandCError{float:left;margin:5px 0 10px}.publishdates{padding-bottom:10px}.publishdates>div{background:#003b5c;color:#fff;display:inline-block;margin-right:10px;padding:5px 7px}.CHARITY .publishdates>div{background:#5d265a}.PUBLIC .publishdates>div{background:#72beb2}.goodgovernance,.goodgovernance ul li,.goodgovernance ul li a{color:#003b5c;font-weight:400;text-decoration:none}body.charities .goodgovernance,body.charities .goodgovernance ul li,body.charities .goodgovernance ul li a,body.public .goodgovernance,body.public .goodgovernance ul li,body.public .goodgovernance ul li a{color:#003b5c}.goodgovernance .title{width:100%}.goodgovernance .sub,.goodgovernance .title{display:block;float:none}.goodgovernance ul.list{padding-left:15px}@media (max-width:989px){.goodgovernance ul.list li{margin-top:0!important;margin-left:0!important}}@media (min-width:990px){.js .goodgovernance,.js .goodgovernance ul li,.js .goodgovernance ul li a{color:#fff}.js .goodgovernance{position:relative;width:100%;height:625px;margin-bottom:100px}.js .goodgovernance .list-wrapper{height:260px;left:50%;margin-left:-110px;margin-top:-140px;position:absolute;top:50%;width:220px}.js .goodgovernance .center-block{background:#003b5c;color:#fff;border-radius:50%;position:absolute;width:200px;height:200px;text-align:center;left:50%;margin-left:-100px;top:50%;margin-top:-100px;z-index:1}.js .goodgovernance .title{padding-top:40%;padding-right:0}.js .goodgovernance .sub{padding-right:0}.js .goodgovernance ul{list-style:none;padding-left:0;width:100%;height:100%;position:relative}.js .goodgovernance ul li,.js body.charities .goodgovernance ul li,.js body.public .goodgovernance ul li{background:#003b5c;color:#fff;float:left;position:absolute;width:200px;height:34px;margin-top:-17px;margin-left:-100px;text-align:center}.js .goodgovernance ul li>span:first-child,.js body.charities .goodgovernance ul li>span:first-child,.js body.public .goodgovernance ul li>span:first-child{display:block;padding:5px;background-color:inherit}.js .goodgovernance ul li a,.js body.charities .goodgovernance ul li a,.js body.public .goodgovernance ul li a{color:#fff}.js body.charities .goodgovernance .center-block,.js body.charities .goodgovernance ul li,.js body.public .goodgovernance .center-block,.js body.public .goodgovernance ul li{background:#003b5c}.js .goodgovernance .sub,.js .goodgovernance .title{display:block;float:none}.js .goodgovernance ul.list{padding-left:15px}.js .goodgovernance ul.list li{position:absolute;left:0;top:0}.js .list>li>span.line{border-bottom:1px solid #003b5c;content:"";display:block;height:1px;left:50%;position:absolute;top:50%;transform:rotate(90deg);transform-origin:0 0 0;width:300px;z-index:-1}.js .goodgovernance ul.list li:nth-child(3n-2),.js body.charities .goodgovernance ul.list li:nth-child(3n-2),.js body.public .goodgovernance ul.list li:nth-child(3n-2){background-color:#006ca9}.js .goodgovernance ul.list li:nth-child(3n-1),.js body.charities .goodgovernance ul.list li:nth-child(3n-1),.js body.public .goodgovernance ul.list li:nth-child(3n-1){background-color:#008ddc}.js .goodgovernance ul.list li:nth-child(3n),.js body.charities .goodgovernance ul.list li:nth-child(3n),.js body.public .goodgovernance ul.list li:nth-child(3n){background-color:#003b5c}.js .goodgovernance ul.list li:nth-child(3n-2){transform:translateY(20px)}.js body.charities .list>li>span.line,.js body.public .list>li>span.line{border-bottom-color:#003b5c}body.ie8.ie .goodgovernance .center-block{background:transparent url(/dist/c09ce0290badd40c5bc98cfeb4e1126f.png) no-repeat}.ie8 .list>li>span.line{display:none}.js .ie8 .goodgovernance .list-wrapper{height:270px;margin-left:-125px;margin-top:-135px;width:250px}}@media (min-width:1200px){.js .goodgovernance{position:relative;width:100%;height:725px}.js .goodgovernance .list-wrapper{height:300px;margin-left:-150px;margin-top:-150px;width:300px}}@media (min-width:990px){.js .five-pointed .goodgovernance .title{padding-top:0;top:50%;transform:translateY(-50%)}.js .five-pointed .goodgovernance .list-wrapper{width:200px;height:200px;margin-left:3px;margin-top:-50px;top:50%;left:50%;transform:translate(-50%,-50%)}.js .five-pointed .goodgovernance .list{margin-left:-5%;width:110%;margin-top:15px}.js .five-pointed .goodgovernance .list li{height:145px;width:145px;background:transparent!important;margin-left:0;transform:translateX(-50%)!important}.js .five-pointed .goodgovernance .list li>span{height:100%}.js .five-pointed .goodgovernance .list li>span.line{height:auto;width:180px}.js .five-pointed .goodgovernance .list li>span>a{background-color:#5e9cd3;display:block;padding:5px;position:relative;transform:translateY(-50%);top:50%;transition:all .3s ease}.js .five-pointed .goodgovernance .list li>span>a>span{background:transparent;position:absolute;width:100%;top:50%;left:0;transform:translateY(-50%)}}@media (min-width:990px){.js .five-pointed .goodgovernance ul.list>li:nth-child(3n-2)>span>a,.js .five-pointed .goodgovernance ul.list>li>span>a,.js body.charities .five-pointed .goodgovernance ul.list li:nth-child(3n-2)>span>a,.js body.public .five-pointed .goodgovernance ul.list li:nth-child(3n-2)>span>a{background-color:#006ca9}.js .five-pointed .goodgovernance ul.list li:nth-child(3n-1)>span>a,.js body.charities .five-pointed .goodgovernance ul.list li:nth-child(3n-1)>span>a,.js body.public .five-pointed .goodgovernance ul.list li:nth-child(3n-1)>span>a{background-color:#008ddc}.js.five-pointed .goodgovernance ul.list li:nth-child(3n)>span>a,.js body.charities .five-pointed .goodgovernance ul.list li:nth-child(3n)>span>a,.js body.public .five-pointed .goodgovernance ul.list li:nth-child(3n)>span>a{background-color:#003b5c}}@media (max-width:989px){.js .circular .goodgovernance,.js .circular .goodgovernance ul li,.js .circular .goodgovernance ul li a{color:#5e9cd3}}@media (min-width:990px){.js .circular .center-block{background-color:#5e9cd3}.js .circular .goodgovernance .title{padding-top:0;top:50%;transform:translateY(-50%)}.js .circular .goodgovernance .list-wrapper{width:200px;height:200px;margin-left:3px;margin-top:-50px;top:50%;left:50%;transform:translate(-50%,-50%)}.js .circular .goodgovernance .list li{height:145px;width:145px;background:transparent!important;margin-left:0;transform:translateX(-50%)!important}.js .circular .goodgovernance .list li>span{height:100%}.js .circular .goodgovernance .list li>span.line{border-color:#5e9cd3;height:auto;width:180px}.js .circular .goodgovernance .list li>span>a{background-color:#5e9cd3;border-radius:50%;display:block;height:100%;position:relative;transition:all .3s ease}.js .circular .goodgovernance .list li>span>a:hover{transform:scale(1.2)}.js .circular .goodgovernance .list li>span>a>span{background:transparent;position:absolute;width:100%;top:50%;left:0;transform:translateY(-50%)}}.tenner{font-family:franklin-gothic-urw-comp,sans-serif;line-height:1.15;padding:10px 0 10px 10px;color:#fff!important}@media (max-width:991px){.tenner{display:block;clear:both;position:absolute;bottom:10px;right:0;font-size:20px;top:60px}}@media (max-width:767px){.tenner{top:auto;bottom:5px;right:10px;display:block;float:left}}@media (min-width:992px){.tenner{position:absolute;bottom:15px;right:15px;font-size:32px;padding:10px 0}}header .social{border-bottom:1px solid hsla(0,0%,100%,.25);position:relative;float:left;font-family:franklin-gothic-urw-comp,sans-serif;font-size:18px}@media (max-width:991px){header .social{clear:both}}header .social ul{display:inline;list-style:none;padding-left:0}header .social ul li{display:inline-block;padding:2px 7px}header .social ul li a{color:#fff}header .social ul .blog a{font-family:franklin-gothic-urw-comp,sans-serif}body.home header .social,body header .social{position:absolute;bottom:85px;right:0;margin-left:auto}@media (min-width:991px) and (max-width:1199px){body.home header .social,body header .social{right:0;position:absolute;top:0;left:auto}}@media (min-width:992px){header .social{float:right;margin-right:15px;margin-top:-10px}body.internal header .social{margin-left:auto;position:absolute;margin-top:-20px;margin-right:0;right:15px}}@media (max-width:991px){body header .social{float:right;margin-bottom:15px;margin-top:0;text-align:center}}@media (max-width:991px){header .social{position:relative;bottom:10px;left:15px;right:auto;font-size:20px}}@media (min-width:768px) and (max-width:1199px){body.home header .social{bottom:auto;right:0;position:absolute;top:0;left:auto!important}}@media (min-width:768px) and (max-width:991px){.internal header .social,.internal header .tenner{left:auto;right:0;position:absolute;top:0;bottom:auto}.internal header .tenner{top:40px}}.topic-grid .topic{margin-top:15px}.topic-grid .topic .story{margin-left:0;margin-right:0}@media (min-width:991px){.topic-grid .topic .story>div:first-child{height:155px;overflow:hidden;margin-bottom:5px}}@media (min-width:1200px){.topic-grid .topic .story>div:first-child{height:185px}}.topic-grid .topic .story>div+div{margin-bottom:25px}.topic-grid .topic .story>div,.topic-grid .topic .story>div p{font-family:franklin-gothic-urw-comp,sans-serif}.topic-grid .topic .story>div p.sum{font-family:open-sans,helvetica,arial,sans-serif;font-size:12px}.topic-grid .topic .story>div>a{display:block;width:100%;text-align:right;padding-right:15px;position:absolute;bottom:10px;right:0}.topic-grid .topic .story>div .date{color:#a6a6a6;font-size:14px;position:absolute;bottom:10px;left:0;padding-left:15px}.topic-grid .topic .story .image-holder{border-top:3px solid #003b5c;position:relative}body.home header .banner_text.home-heading{display:block}body.home .banner h2{font-size:28px;font-weight:400}body.home .banner p{font-family:open-sans,helvetica,arial,sans-serif;font-size:14px}#tableHolder table td,#tableHolder table th{border:1px solid #5d265a!important}.hover-panel{overflow:hidden;position:relative;margin:15px 0}.hover-panel .hover-panel_wrapper{border-top:3px solid #003b5c;position:relative;background:#003b5c}@media (min-width:1025px){.hover-panel .hover-panel_wrapper{padding-bottom:75px}}.hover-panel .hover-img_wrapper{overflow:hidden;position:relative;text-align:center}@media (min-width:768px){.hover-panel .hover-img_wrapper{height:155px}}.hover-panel .hover-img_wrapper img{max-width:100%;height:auto}@media (min-width:768px){.hover-panel .hover-img_wrapper img{min-width:100%;min-height:100%;height:100%;width:100%;max-width:none}}.hover-panel .hover-info{background-color:rgba(93,38,90,.66);padding:15px;transition:all .3s ease;width:100%;height:100%;position:relative}@media (min-width:1025px){.hover-panel .hover-info{margin-top:-75px}}.hover-panel .hover-info h2{color:#fff;font-size:21px;margin-top:0}@media (min-width:1025px){.hover-panel .hover-info h2{height:50px}}.hover-panel .hover-info p{color:#fff;margin-bottom:15px}.hover-panel .hover-info .btn,.hover-panel .hover-info .newContactForm .switch .show-form-button,.newContactForm .switch .hover-panel .hover-info .show-form-button{background:#fff;border:1px solid #003b5c;border-radius:0;text-align:center;padding:10px 15px;text-decoration:none;transition:all .3s ease;width:100%}@media (min-width:1025px){.hover-panel .hover-info .btn,.hover-panel .hover-info .newContactForm .switch .show-form-button,.newContactForm .switch .hover-panel .hover-info .show-form-button{position:absolute;bottom:15px;width:calc(100% - 30px)}}.hover-panel .hover-info .btn:focus,.hover-panel .hover-info .btn:hover,.hover-panel .hover-info .newContactForm .switch .show-form-button:focus,.hover-panel .hover-info .newContactForm .switch .show-form-button:hover,.newContactForm .switch .hover-panel .hover-info .show-form-button:focus,.newContactForm .switch .hover-panel .hover-info .show-form-button:hover{background:#003b5c;border:1px solid #fff;color:#fff;text-decoration:none}@media (min-width:1025px){.hover-panel .hover-info{position:absolute;overflow:hidden;top:100%}}@media (min-width:1025px){.hover-panel:focus .hover-info,.hover-panel:hover .hover-info{margin-top:0;top:0}}.hover-panel.hover-search .hover-panel_wrapper{background:transparent;color:#003b5c;padding-bottom:0}.hover-panel.hover-search .hover-info{background:transparent;position:relative;top:0;margin-top:0;padding:15px 0}.hover-panel.hover-search .hover-info h2,.hover-panel.hover-search .hover-info p{color:#003b5c;height:auto}.hover-panel.hover-search input[type=search]{width:calc(100% - 105px)}.hover-panel.hover-search input[type=submit]{width:105px;padding-left:0;padding-right:0;text-align:center}.hover-panel.forms-and-templates{width:100%}.hover-panel.forms-and-templates .hover-panel_wrapper{padding-bottom:110px}.hover-panel.forms-and-templates .hover-img_wrapper{display:none}.hover-panel.forms-and-templates .hover-info{margin-top:0;top:0;position:absolute}div.guidance.next-back{display:none}@media (max-width:767px){.accessibilityToggles{text-align:center;padding:15px 15px 45px}}.accessibilityToggles a{background-color:#5d265a;display:inline-block;color:#fff!important;cursor:pointer;text-decoration:none;font-family:franklin-gothic-urw-comp,sans-serif;margin-right:30px;font-size:17px;padding:15px}.accessibilityToggles a:focus,.accessibilityToggles a:hover{color:#fff}.accessibilityToggles a>span{background-color:#5d265a;border:1px solid #fff;box-shadow:0 0 0 1px;display:block;float:left;margin-right:5px;width:30px;height:15px;transition:all .3s ease;position:relative;top:3px}.accessibilityToggles a>span:after{content:"";display:block;width:11px;height:11px;background-color:#fff;position:absolute;left:1px;top:1px;transition:all .3s ease}.accessibilityToggles a.on>span:after{left:16px}body.dyslexia-friendly{font-size:16px}body.dyslexia-friendly *{font-family:Verdana,Trebuchet MS,sans-serif!important}body.dyslexia-friendly #menu-primary-navigation>li>a{padding-left:10px;padding-right:10px}body.dyslexia-friendly #menu-primary-navigation li a{font-size:14px}body.high-contrast :not(.coverlink){background-color:#000!important;color:#ff0!important}body.high-contrast header>.container,body.high-contrast header>.container>.row{background:transparent!important}body.high-contrast header .logo,body.high-contrast header nav.navbar-collapse{box-shadow:0 0 0 15px #000!important}body.high-contrast header .social,body.high-contrast header .tenner{padding:15px}body.high-contrast .dropdown-menu.subNav ul li:hover ul{box-shadow:none}body.high-contrast header nav li .subNav ul{box-shadow:inset 0 0 0 1px!important}body.high-contrast button[type=submit],body.high-contrast input[type=submit]{box-shadow:inset 0 0 0 1px #ff0}body.high-contrast .accessibilityToggles a>span:after{background-color:#1e90ff}body.high-contrast .accessibilityToggles a.on>span:after{background-color:#00dc00!important}body.high-contrast .htt img{background-color:#fff!important;box-shadow:0 0 0 10px #fff}body.high-contrast ::-moz-placeholder{color:#ff0}body.high-contrast ::placeholder{color:#ff0}.chartbutton{margin-right:10px}.exportChartRow{display:block;margin-bottom:15px;color:#003b5c;font-weight:600;cursor:pointer}.recite-controls{padding-bottom:5px!important}.recite-controls .recite-button{float:unset!important}.recite-logo{display:none!important}body,body.home .banner p,li,p,p span{font-family:DM Sans,sans-serif;font-weight:400;color:#212121}h1,h2,h3,h4,h5,h6{color:#212121}.banner_text p,.banner p,.result-title,h1,h1 a,h1 span,h2,h2 a,h2 span,h3,h3 a,h3 span,h4,h4 a,h4 span,h5,h5 a,h5 span,h6,h6 a,h6 span{font-family:Barlow Condensed,sans-serif;font-weight:400}h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong{font-family:Barlow Condensed,sans-serif;font-weight:600}header nav li a{font:normal normal 600 22px/27px Barlow Condensed;font-family:Barlow Condensed,sans-serif;text-transform:capitalize}.navbar-collapse.collapse.in{background-color:unset}@media (max-width:990px){.navbar-collapse.collapse.in{padding-right:0;padding-left:0}}@media (max-width:990px){header .white-row .nav.navbar-nav{margin-top:10px;padding-right:0;padding-left:0}}.dropdown-menu.subNav ul a+ul{background-color:rgba(230,0,125,.2)}.dropdown-menu.subNav ul a+ul li a{color:#e6007d}header .charities .dropdown-menu.subNav>ul>li:hover>a,header .charities .dropdown-menu.subNav ul a+ul{background-color:rgba(230,0,125,.2)}header .charities .dropdown-menu.subNav>ul>li:hover>a li a,header .charities .dropdown-menu.subNav ul a+ul li a{color:#e6007d}body header nav .navbar-nav>li>.dropdown-menu.subMain>ul>li>a,body header nav li.public .subNav a,header nav li.charities .subNav a,header nav li .subNav a.subSub-toggle{color:#212127}header nav li .subNav ul{padding:10px 20px}body.home .banner p{font:normal normal medium 19px/23px DM Sans;font-family:DM Sans,sans-serif}.charities footer .addr p,.charities footer ul.contacts li,.charities footer ul li a,.charities footer ul li span,.public footer .addr p,.public footer ul.contacts li,.public footer ul li a,.public footer ul li span,footer .addr p,footer ul.contacts li,footer ul li a,footer ul li span{font-family:DM Sans,sans-serif}.SEARCH .SpeakIt:before,body .nav>li.SEARCH:hover>a,body .SEARCH a,body .SEARCH a:focus,body .SEARCH a:hover,body nav.navbar-collapse .SEARCH a:focus,body nav.navbar-collapse .SEARCH a:hover{color:#e6007d;text-decoration:none}#menu-side-navigation a,.menu-latest-news a{font-family:DM Sans,sans-serif}#menu-side-navigation .active>a,#menu-side-navigation .current>a,.menu-latest-news .active>a,.menu-latest-news .current>a,.menu-latest-news .current>span{background-color:unset}body.home section.homepage-banner{margin-bottom:0}.homepage-section{font-family:DM Sans,sans-serif}@media (max-width:767px){body.charities header,body.home header,body.public header,body header{padding-bottom:0}}body.home .navbar-collapse.collapse,body.public .navbar-collapse.collapse{background-color:transparent}.CHARITY .SpeakIt:before,body .CHARITY a,body .CHARITY a:focus,body .CHARITY a:hover{color:#ff80c5}body .CHARITY .chartbutton:hover,body .CHARITY .gsearchbutton>a:hover,body .CHARITY .printbutton:hover,body .CHARITY a.button:hover{color:#e6007d;border-color:#e6007d;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out}body .CHARITY span.button>a:hover{color:#fff;border-color:#731472;background-color:#731472}body .CHARITY .faq_header a,body .CHARITY .faq_noheader a,body .default-page .faq_header a,body .default-page .faq_noheader a,body .faq_header a,body .faq_noheader a{background-color:#731472;transition:background-color .3s ease-in-out;color:#fff}body .CHARITY .faq_header a:hover,body .CHARITY .faq_noheader a:hover,body .default-page .faq_header a:hover,body .default-page .faq_noheader a:hover,body .faq_header a:hover,body .faq_noheader a:hover{color:#fff;background-color:#9e1c9d}body .faq_header a:after{top:8px}.CHARITY .chartbutton,.CHARITY .gsearchbutton>a,.CHARITY .printbutton,.CHARITY a.button,.CHARITY span.button>a{background-color:#e6007d;color:#fff;border-radius:100px}.subMain p{font-size:16px;color:#212127}.subMain p em{font-family:DM Sans,sans-serif}.subMain,footer .container{border:unset}.introBox h2 span,body .onlineBox a{color:#e6007d}html body.internal h2{font-family:Barlow Condensed,sans-serif;color:#e6007d}@media (min-width:990px){header nav.navbar-collapse .navbar-nav .dropdown:hover .dropdown-menu,header nav.navbar-collapse .navbar-nav .open .dropdown-menu{padding-left:150px;padding-right:150px}}.hover-panel.hover-search .hover-panel_wrapper{color:#e6007d}.hover-panel.hover-search .hover-info h2{font-family:Barlow Condensed,sans-serif;color:#e6007d}.hover-panel.hover-search .hover-info p{font-family:DM Sans,sans-serif;color:#212127}.hover-panel.hover-search .hover-info input[type=text],.hover-panel.hover-search .hover-info select{font-family:DM Sans,sans-serif;background:#fff;border:1px solid #e6007d;color:#e6007d}.hover-panel.hover-search .hover-info input[type=submit]{font-family:Barlow Condensed,sans-serif;color:#fff;background-color:#e6007d;border-color:#e6007d;transition:background-color .3s ease-in-out,border-color .3s ease-in-out;border-radius:100px;box-shadow:unset}.hover-panel.hover-search .hover-info input[type=submit]:hover{background-color:#731472;border-color:#731472}.default-page-content h2{font-family:Barlow Condensed,sans-serif;color:#e6007d}.default-page-content p{font-family:DM Sans,sans-serif;color:#212127}.default-page-content select{font-family:DM Sans,sans-serif;background:#fff;border:1px solid #e6007d;color:#e6007d}.default-page-content input[type=text]{font-family:DM Sans,sans-serif;background:#fff;border:1px solid #ccc;color:#212127}.default-page-content input[type=submit]{font-family:Barlow Condensed,sans-serif;color:#fff;background-color:#e6007d;border-color:#e6007d;transition:background-color .3s ease-in-out,border-color .3s ease-in-out;border-radius:100px;box-shadow:unset}.default-page-content input[type=submit]:hover{background-color:#731472;border-color:#731472}.default-page-content .umbraco-forms-field input[type=text],.default-page-content .umbraco-forms-field select{border:1px solid #212127;color:#212127}table{max-width:100%}.homepage-sections{border-top:unset}.guidance-buttons{margin-top:15px}.guidance-buttons .button.half.next,.guidance-buttons .button.half.prev{color:#fff;background-color:#e6007d;transition:background-color .3s ease-in-out,border-color .3s ease-in-out}@media (max-width:990px){.guidance-buttons .button.half.next,.guidance-buttons .button.half.prev{width:100%;max-width:100%;margin:0 0 10px}}.guidance-buttons .button.half.next:hover,.guidance-buttons .button.half.prev:hover{background-color:#731472;border-color:#731472}.breadcrumb{background:transparent;font-size:13px;padding-left:0}.breadcrumb li{color:#1b2322;text-transform:uppercase;position:relative;font-family:Barlow Condensed,sans-serif;font-size:16px}.breadcrumb li:not(:first-child){margin-left:5px}.breadcrumb li a{color:#e6007d;text-transform:uppercase;position:relative;text-decoration:none}.breadcrumb a:after{font-family:allicons;content:"\E906";position:absolute;top:-3px;right:-12px;font-size:19px;opacity:.8;text-decoration:none!important;border:0!important}.breadcrumb>li+li:before{content:" "}footer .addr,footer ul.footerNav{margin:1em 0 2em}.umbraco-forms-form h2{font-family:Barlow Condensed,sans-serif;color:#e6007d}.umbraco-forms-form p{font-family:DM Sans,sans-serif;color:#212127}.umbraco-forms-form .umbraco-forms-field-wrapper input[type=text],.umbraco-forms-form .umbraco-forms-field-wrapper select{font-family:DM Sans,sans-serif;background:#fff;border:1px solid #212127;color:#e6007d}.umbraco-forms-form input[type=submit]{font-family:Barlow Condensed,sans-serif;color:#fff;background-color:#e6007d;border-color:#e6007d;transition:background-color .3s ease-in-out,border-color .3s ease-in-out;border-radius:100px;box-shadow:unset}.umbraco-forms-form input[type=submit]:hover{background-color:#731472;border-color:#731472}.umbraco-forms-form .checkbox.mandatory div{text-align:left}.paging_controls a.active,.paging_controls li.active a,.SEARCH .searchtabs .paging_controls a.active,.SEARCH .searchtabs .paging_controls li.active a{border-color:#731472;background-color:#731472}.paging_controls .ajax-page a,.SEARCH .searchtabs .paging_controls .ajax-page a{color:#731472}.SEARCH .searchtabs .paging_controls>div ul li{border:unset!important}.SEARCH .searchtabs .paging_controls li.active a{color:#fff}.charityList .paging_controls span.page_number,.SEARCH .searchtabs .paging_controls span.page_number{background-color:#fff;border:1px solid #5d265a;color:#5d265a}.charityList .paging_controls>div ul li,.SEARCH .searchtabs .paging_controls>div ul li{margin-left:1px;margin-right:1px}#constitutionsMain .heading:before,#trusteesMain .heading:before{font-size:13px;padding-top:8px}.constitutions h1,.details h1,.directions h1,.history h1,.inquiryreports h1,.notices h1,.object h1,.operations h1,.reorganisation h1,.trustees h1{font-family:Barlow Condensed,sans-serif;font-weight:600;font-size:52px;margin-top:1rem}@media (max-width:990px){.constitutions h1,.details h1,.directions h1,.history h1,.inquiryreports h1,.notices h1,.object h1,.operations h1,.reorganisation h1,.trustees h1{font-size:35px}}.constitutions .heading,.constitutions .heading span,.constitutions h2,.constitutions h2 span,.constitutions h3,.constitutions h3 span,.constitutions h4,.constitutions h4 span,.constitutions h5,.constitutions h5 span,.constitutions h6,.constitutions h6 span,.details .heading,.details .heading span,.details h2,.details h2 span,.details h3,.details h3 span,.details h4,.details h4 span,.details h5,.details h5 span,.details h6,.details h6 span,.directions .heading,.directions .heading span,.directions h2,.directions h2 span,.directions h3,.directions h3 span,.directions h4,.directions h4 span,.directions h5,.directions h5 span,.directions h6,.directions h6 span,.history .heading,.history .heading span,.history h2,.history h2 span,.history h3,.history h3 span,.history h4,.history h4 span,.history h5,.history h5 span,.history h6,.history h6 span,.inquiryreports .heading,.inquiryreports .heading span,.inquiryreports h2,.inquiryreports h2 span,.inquiryreports h3,.inquiryreports h3 span,.inquiryreports h4,.inquiryreports h4 span,.inquiryreports h5,.inquiryreports h5 span,.inquiryreports h6,.inquiryreports h6 span,.notices .heading,.notices .heading span,.notices h2,.notices h2 span,.notices h3,.notices h3 span,.notices h4,.notices h4 span,.notices h5,.notices h5 span,.notices h6,.notices h6 span,.object .heading,.object .heading span,.object h2,.object h2 span,.object h3,.object h3 span,.object h4,.object h4 span,.object h5,.object h5 span,.object h6,.object h6 span,.operations .heading,.operations .heading span,.operations h2,.operations h2 span,.operations h3,.operations h3 span,.operations h4,.operations h4 span,.operations h5,.operations h5 span,.operations h6,.operations h6 span,.reorganisation .heading,.reorganisation .heading span,.reorganisation h2,.reorganisation h2 span,.reorganisation h3,.reorganisation h3 span,.reorganisation h4,.reorganisation h4 span,.reorganisation h5,.reorganisation h5 span,.reorganisation h6,.reorganisation h6 span,.trustees .heading,.trustees .heading span,.trustees h2,.trustees h2 span,.trustees h3,.trustees h3 span,.trustees h4,.trustees h4 span,.trustees h5,.trustees h5 span,.trustees h6,.trustees h6 span{font-family:Barlow Condensed,sans-serif;color:#e6007d}.constitutions li,.constitutions p,.constitutions strong,.constitutions td,.constitutions tr,.constitutions ul,.details li,.details p,.details strong,.details td,.details tr,.details ul,.directions li,.directions p,.directions strong,.directions td,.directions tr,.directions ul,.history li,.history p,.history strong,.history td,.history tr,.history ul,.inquiryreports li,.inquiryreports p,.inquiryreports strong,.inquiryreports td,.inquiryreports tr,.inquiryreports ul,.notices li,.notices p,.notices strong,.notices td,.notices tr,.notices ul,.object li,.object p,.object strong,.object td,.object tr,.object ul,.operations li,.operations p,.operations strong,.operations td,.operations tr,.operations ul,.reorganisation li,.reorganisation p,.reorganisation strong,.reorganisation td,.reorganisation tr,.reorganisation ul,.trustees li,.trustees p,.trustees strong,.trustees td,.trustees tr,.trustees ul{font-family:DM Sans,sans-serif;font-size:18px}.SEARCH .searchpanel{border:1px solid #e6007d}.SEARCH .searchtabs>ul{transform:translateY(0)}.SEARCH .searchtabs>ul>li{background-color:#e6007d;color:#fff}.SEARCH .searchtabs ul>li.active{color:#e6007d;border:1px solid #e6007d;border-bottom-color:#fff}.SEARCH .searchtabs ul>li.active a{font-family:DM Sans,sans-serif;color:#e6007d}.searchtabs ul>li{border-right:unset}.searchtabs ul>li a{font-family:DM Sans,sans-serif;color:#fff}.searchtabs>ul>li.active a:before{position:unset;content:"";display:none}.search-page-side-nav .leftColContent{background-color:transparent;padding:0;margin-top:0}.search-page-side-nav .leftColContent h2{font-size:28px;color:#731472}.search-page-side-nav .leftColContent p{font-size:20px}.search-page-side-nav .leftColContent ul{padding-left:0}.search-page-side-nav .leftColContent ul li{list-style:none}.search-page-side-nav .leftColContent ul li a{color:#212127;font-size:18px}body .SEARCH .faq_header a,body .SEARCH .faq_noheader a{background-color:#731472}.newContactForm .switch .show-form-button{color:#fff;background-color:#e6007d;border:1px solid #e6007d;border-radius:0;transition:background-color .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out}.newContactForm .switch .show-form-button:hover{background-color:#731472;border-color:#731472}.newContactForm .switch input:checked+.show-form-button{background-color:#e6007d;transition:background-color .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out}.newContactForm .switch input:checked+.show-form-button:hover{background-color:#731472;border-color:#731472}.newContactForm .other-ways-to-contact .contact-button{background-color:#e6007d;transition:background-color .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out}.newContactForm .other-ways-to-contact .contact-button:hover{background-color:#731472;border-color:#731472}.topic-grid .topic .story>div,.topic-grid .topic .story>div p{font-family:DM Sans,sans-serif;font-size:18px}.topic-grid .topic .story>div p.sum{font-family:DM Sans,sans-serif;font-size:14px}.topic-grid .topic .story .image-holder{border:unset}nav.navbar-collapse .nav li a{color:#fff;padding:15px 13px}nav.navbar-collapse .nav li a:focus{text-decoration:none;background-color:#eee;color:#003b5c}nav.navbar-collapse .nav li a:hover{color:#fff;text-decoration:underline;text-underline-offset:4px}.inputBtn,button[type=submit],input[type=submit]{box-shadow:unset}.main .oscr-home-signup .form-col form button[type=submit]{transition:background-color .3s ease-in}.main .oscr-home-signup .form-col form button[type=submit]:hover{color:#fff}.charity-form form .btn:focus,.charity-form form .newContactForm .switch .show-form-button:focus,.charity-form form .show-form-button:focus,.newContactForm .switch .charity-form form .show-form-button:focus{box-shadow:0 0 3px 2px #2e6da4;outline-offset:0}