@charset "UTF-8";h1{font-size:2rem}h2,.frm_forms fieldset legend{font-size:1.5em}h3{font-size:1.25em}h4{font-size:1.125em}.slideNav{overflow:hidden}body>header{background:#fff;position:relative;z-index:10;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}body>header:before{content:"";opacity:0;z-index:3;background-color:#fff;display:block;position:fixed;left:100vw;top:0;width:100vw;height:100vh;transition:left 0ms ease 200ms,opacity 200ms ease}body.slideNav>header:before{left:0;opacity:.5;transition:left 0ms ease 0ms,opacity 200ms ease}body>header #brand{display:block;padding:.5em 0;margin-left:.75rem;min-height:4rem;width:calc(100% - 10em);display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}body>header #brand img{max-width:100%;height:auto;margin:0 auto;display:block}body>header #buy-tickets{font-weight:600;margin-right:.75rem;line-height:2.5rem;text-align:center;font-size:.875rem;background:#ef4135;padding:0 .75em}body>header #buy-tickets:before{content:"";transition:ease all 200ms;padding-left:1.125rem;margin-right:.45em;background:url(images/icon-ticket.svg) no-repeat center}body>header #navContainer{position:fixed;left:100%;top:0;bottom:0;width:85%;max-height:100vh;background-color:#000;z-index:3;-webkit-transition:left 200ms ease;transition:left 200ms ease;overflow:auto;-webkit-overflow-scrolling:touch;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}body>header #navContainer .toggleNav{order:1}body>header #navContainer #mainnav{order:2}body>header #navContainer #ancillary{order:3}.admin-bar #navContainer{top:46px}body.slideNav>header #navContainer{left:15%}body>header #navContainer nav{display:inline}body>header #navContainer ul{display:block;float:left;width:100%;margin:0;padding-left:0}body>header #navContainer li{border-bottom:1px solid rgba(255,255,255,.125);display:block;float:left;width:100%;position:relative}body>header #navContainer li li{border:0}body>header #navContainer a,body>header #navContainer>aside.toggleNav{color:#ccc;line-height:3em;padding:0 1rem;display:block;float:left;width:100%}body>header #navContainer>aside.toggleNav{border-bottom:1px solid rgba(255,255,255,.125)}body>header #navContainer li.current-menu-parent a,body>header #navContainer li.current_page_parent a,body>header #navContainer li.current_page_item a{background-color:#ef4135;color:#fff}body>header #navContainer li.open{background-color:#000}body>header #navContainer li>ul+span{opacity:.5;display:block;position:absolute;right:.1875rem;top:0;width:3em;height:3em}body>header #navContainer li.open>ul+span{opacity:1}body>header #navContainer li>ul+span:before{content:"";display:block;width:40%;height:.125rem;background-color:#fff;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(90deg);transform-origin:center center}body>header #navContainer li>ul+span:after{content:"";display:block;width:40%;height:.125rem;background-color:#fff;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);transform-origin:center center}body>header #navContainer li.open>ul+span:before{transform:translate(-50%,-50%)rotate(0deg)}body>header #navContainer li>ul+span::before{-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}body>header #navContainer ul ul{font-size:.8em;display:none}body>header #navContainer ul ul a{padding:.5em 1rem .5em 2rem;border:0;line-height:1.5em}body>header #navContainer ul ul li:last-child a{padding-bottom:.5rem}body>header #navContainer ul ul li.current-menu-item a{background:#fff;color:#000}body>header #navContainer #ancillary{width:100%;clear:both;float:left;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}body>header #navContainer #ancillary>ul{order:1}body>header #navContainer #ancillary>.search{order:2}body>header #navContainer form{clear:both;width:100%;padding:1em}body>header #navContainer form input[type=search]{width:calc(100% - 6em)}body>header #navContainer form .search-submit{width:6em}body>header #navContainer form .trigger-search{display:none}body>header #mobilenav{background-color:#000;float:left;width:100%;border-bottom:1px solid rgba(255,255,255,.125);text-align:center;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center}body>header #mobilenav a,body>header #mobilenav span{color:#fff;letter-spacing:.075em;font-size:.875rem;text-transform:uppercase;line-height:2.5rem;-ms-flex-order:0;-webkit-box-ordinal-group:1;order:0;-ms-flex:1 1 auto;-webkit-box-flex:1;flex:1 1 auto;-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto}body>header #mobilenav span{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}body>header #mobilenav span img{width:1em;height:auto;filter:invert(100%) sepia(6%) saturate(7500%) hue-rotate(194deg) brightness(108%) contrast(103%)}body>header #mobilenav *+*{border-left:1px solid rgba(255,255,255,.125)}.hamburger{height:2em;width:2em;position:fixed;right:3px;top:3px;z-index:2;opacity:0;background-color:#ef4135;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.hamburger img{pointer-events:none;max-width:1em;height:auto}.hamburger.on{opacity:1}.admin-bar .hamburger{margin-top:3em}#content{padding:2em 1em}main>.wrap>aside{padding:0 1em}#sidenav{margin:2rem 0 2.5rem;clear:both;float:left;width:100%}.twoCol,.threeCol,.resCol{-webkit-column-rule:1px outset rgba(0,0,0,.15);column-rule:1px outset rgba(0,0,0,.15);-webkit-columns:auto;columns:auto;-webkit-column-width:13em;column-width:13em}.content ul li{padding-left:1.5em}#content p .button{margin:0 .3125rem .6rem 0}.highlight,blockquote{padding:1.25em}.pageHeader{padding-bottom:25%}.pageHeader.taller{padding-bottom:40%}.formTable,.formTable table{width:100%;display:block}.formTable tbody{display:block}.formTable tr{display:block}.formTable td{display:block;width:100%;padding:0}.formTable input[type=text],.formTable input[type=password],.formTable input[type=tel],.formTable input[type=number],.formTable input[type=email],.formTable input[type=url],.formTable textarea{margin-bottom:1em}.formTable table td+td{padding-left:0!important}.alignright,.photoright,.alignleft,.photoleft,.alignright img,.photoright img .alignleft img,.photoleft img{max-width:100%;height:auto}.admin-bar .main-navigation{top:46px}#wpadminbar{position:fixed}.slideNav header>.menu{right:80%}.slideNav>nav{right:0}.videoContainer{width:100%;height:0;line-height:0;position:relative;padding-top:56.25%}.videoContainer.ratio-4-3{padding-top:75%}.videoContainer iframe{position:absolute;left:0;top:0;right:0;bottom:0;width:100%;height:100%;border:0}#biographies .biographies a img{height:auto}#biographies{padding:3em 1em}#biographies .biographies a{max-width:82%;margin-bottom:1em}#hero{padding-bottom:100%}#hero video{height:100%;width:100%;position:absolute;top:0;left:0;object-fit:cover;object-position:center}.admin-bar #hero{height:calc(100vh - 9.4375rem)}.home #main-callouts.flexible-callouts{border-top:5px solid #000}#upcoming-events{padding:3em 1.5rem}#upcoming-events li{margin-top:3em}#welcome strong{color:#000}#visitor-info>*{padding:2rem 1.5rem}.landing-page #main-content{padding:2rem 1.5rem}.landing-page .content .highlight ul{padding:1.5em 1em}#follow-wadsworth{padding:1.5rem}#follow-wadsworth .title{margin-bottom:1rem;width:100%}#follow-wadsworth .social a{margin:0 1em 0 0}#follow-wadsworth .email-signup{margin-top:1.5rem;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}#follow-wadsworth .email-signup input[type=email]{width:calc(100% - 5.875rem)}#follow-wadsworth form [type=submit]{font-size:1rem}#content #ai1ec-calendar a{border-color:inherit}#content #ai1ec-calendar a:before,#content #ai1ec-calendar a:after{display:none}#content #ai1ec-calendar .ai1ec-nav-pills{width:100%}#content #ai1ec-calendar .ai1ec-nav-pills li{width:50%}#content #ai1ec-calendar .ai1ec-category,#content #ai1ec-calendar .ai1ec-dropdown-toggle:not(.ai1ec-btn){border:0}#content #ai1ec-calendar .ai1ec-agenda-view .ai1ec-event-summary-footer .ai1ec-actions,#content #ai1ec-calendar .ai1ec-agenda-view .ai1ec-event-summary-footer .ai1ec-categories{display:block;float:left;clear:both;margin:0 0 .5em}.frm_forms .frm_fields_container .frm_half,.frm_forms .frm_fields_container .frm_half:not(.frm_first),.frm_forms .frm_fields_container .frm_third,.frm_forms .frm_fields_container .frm_third:not(.frm_first){width:100%;margin-left:0}.flexible-callouts .flex-25{width:50%;padding-bottom:50%}.flexible-callouts .flex-33,.flexible-callouts .flex-50,.flexible-callouts .flex-75,.flexible-callouts .flex-100{width:100%;padding-bottom:43.25%}.flexible-callouts .flex-25 span{letter-spacing:.042em;font-size:1.125rem;border-left:5px solid #ef4135;padding:0 1rem}.flexible-callouts .flex-33 span,.flexible-callouts .flex-50 span,.flexible-callouts .flex-75 span,.flexible-callouts .flex-100 span{position:absolute;font-size:1.5rem;top:50%;left:0;width:100%;text-align:center;transform:translateY(-50%)}body>footer .fatFooter{margin-bottom:0}body>footer :where(.contact-info,.hours,.links,.best-of-ct){border-bottom:1px solid rgba(0,0,0,.125);margin-bottom:2em;padding:0 0 2em}body>footer .links nav{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start}body>footer .links nav ul{margin:0;width:50%}body>footer .best-of-ct img{display:block;margin:0 auto;max-width:100%;width:12em}body>footer .contact-info img{display:block;margin:0 0 2em;max-width:13.4375rem}body>footer>.wrap{line-height:1.5em}.main-navigation .search-form,body>footer .search-form{width:100%;display:block}.main-navigation .search-form{padding:1rem;border-top:1px solid rgba(255,255,255,.2);position:relative;overflow:auto}.search-form input[type=search]{height:2.5em;box-shadow:none;width:calc(100% - 2.5em);line-height:2.5em;font-size:1em;padding:0 0 0 .5em;border:0;float:left;background-color:#fff}.search-form .search-submit{height:2.5em;width:2.5em;line-height:2.5em;font-size:1em;color:#000;padding:0;border:0;float:left;-webkit-appearance:none;background-color:#ccc}.search-form .screen-reader-text{display:none}