@import url(//hello.myfonts.net/count/37c872);@font-face{font-family:'NewJuneBold';src:url("../fonts/37C872_0_0.eot");src:url("../fonts/37C872_0_0.eot?#iefix") format("embedded-opentype"),url("../fonts/37C872_0_0.woff2") format("woff2"),url("../fonts/37C872_0_0.woff") format("woff"),url("../fonts/37C872_0_0.ttf") format("truetype")}@font-face{font-family:'NewJuneRegular';src:url("../fonts/37C872_1_0.eot");src:url("../fonts/37C872_1_0.eot?#iefix") format("embedded-opentype"),url("../fonts/37C872_1_0.woff2") format("woff2"),url("../fonts/37C872_1_0.woff") format("woff"),url("../fonts/37C872_1_0.ttf") format("truetype")}.toast{background:rgba(64,5,102,0.95);border-color:#400566;border:.05rem solid #400566;border-radius:.1rem;color:#fff;display:block;padding:.4rem;width:100%}.toast.toast-primary{background:rgba(87,6,140,0.95);border-color:#57068c}.toast.toast-success{background:rgba(0,128,0,0.95);border-color:green}.toast.toast-warning{background:rgba(255,165,0,0.95);border-color:orange}.toast.toast-error{background:rgba(255,0,0,0.95);border-color:red}.toast a{color:#fff;text-decoration:underline}.toast a:focus,.toast a:hover,.toast a:active,.toast a.active{opacity:.75}.toast .btn-clear{margin:.1rem}.toast p:last-child{margin-bottom:0}.tooltip{position:relative}.tooltip::after{background:rgba(64,5,102,0.95);border-radius:.1rem;bottom:100%;color:#fff;content:attr(data-tooltip);display:block;font-size:.7rem;left:50%;max-width:320px;opacity:0;overflow:hidden;padding:.2rem .4rem;pointer-events:none;position:absolute;text-overflow:ellipsis;transform:translate(-50%, .4rem);transition:opacity .2s, transform .2s;white-space:pre;z-index:300}.tooltip:focus::after,.tooltip:hover::after{opacity:1;transform:translate(-50%, -.2rem)}.tooltip[disabled],.tooltip.disabled{pointer-events:auto}.tooltip.tooltip-right::after{bottom:50%;left:100%;transform:translate(-.2rem, 50%)}.tooltip.tooltip-right:focus::after,.tooltip.tooltip-right:hover::after{transform:translate(.2rem, 50%)}.tooltip.tooltip-bottom::after{bottom:auto;top:100%;transform:translate(-50%, -.4rem)}.tooltip.tooltip-bottom:focus::after,.tooltip.tooltip-bottom:hover::after{transform:translate(-50%, .2rem)}.tooltip.tooltip-left::after{bottom:50%;left:auto;right:100%;transform:translate(.4rem, 50%)}.tooltip.tooltip-left:focus::after,.tooltip.tooltip-left:hover::after{transform:translate(-.2rem, 50%)}.card{background:#fff;border:.05rem solid #e2bbfc;border-radius:.1rem;display:flex;flex-direction:column}.card .card-header,.card .card-body,.card .card-footer{padding:.8rem;padding-bottom:0}.card .card-header:last-child,.card .card-body:last-child,.card .card-footer:last-child{padding-bottom:.8rem}.card .card-body{flex:1 1 auto}.card .card-image{padding-top:.8rem}.card .card-image:first-child{padding-top:0}.card .card-image:first-child img{border-top-left-radius:.1rem;border-top-right-radius:.1rem}.card .card-image:last-child img{border-bottom-left-radius:.1rem;border-bottom-right-radius:.1rem}.modal{align-items:center;bottom:0;display:none;justify-content:center;left:0;opacity:0;overflow:hidden;padding:.4rem;position:fixed;right:0;top:0}.modal:target,.modal.active{display:flex;opacity:1;z-index:400}.modal:target .modal-overlay,.modal.active .modal-overlay{background:rgba(247,235,254,0.75);bottom:0;cursor:default;display:block;left:0;position:absolute;right:0;top:0}.modal:target .modal-container,.modal.active .modal-container{animation:slide-down .2s ease 1;z-index:1}.modal.modal-sm .modal-container{max-width:320px;padding:0 .4rem}.modal.modal-lg .modal-overlay{background:#fff}.modal.modal-lg .modal-container{box-shadow:none;max-width:960px}.modal-container{box-shadow:0 .2rem .5rem rgba(64,5,102,0.3);background:#fff;border-radius:.1rem;display:flex;flex-direction:column;max-height:75vh;max-width:640px;padding:0 .8rem;width:100%}.modal-container.modal-fullheight{max-height:100vh}.modal-container .modal-header{color:#400566;padding:.8rem}.modal-container .modal-body{overflow-y:auto;padding:.8rem;position:relative}.modal-container .modal-footer{padding:.8rem;text-align:right}.btn{appearance:none;background:#fff;border:.05rem solid #57068c;border-radius:.1rem;color:#57068c;cursor:pointer;display:inline-block;font-size:.8rem;height:1.8rem;line-height:1.2rem;outline:none;padding:.25rem .4rem;text-align:center;text-decoration:none;transition:background .2s, border .2s, box-shadow .2s, color .2s;user-select:none;vertical-align:middle;white-space:nowrap}.btn:focus{box-shadow:0 0 0 0.1rem rgba(87,6,140,0.2)}.btn:focus,.btn:hover{background:#b959f8;border-color:#4e057d;text-decoration:none}.btn:active,.btn.active{background:#4e057d;border-color:#3f0465;color:#fff;text-decoration:none}.btn:active.loading::after,.btn.active.loading::after{border-bottom-color:#fff;border-left-color:#fff}.btn[disabled],.btn:disabled,.btn.disabled{cursor:default;opacity:.5;pointer-events:none}.btn.btn-primary{background:#57068c;border-color:#4e057d;color:#fff}.btn.btn-primary:focus,.btn.btn-primary:hover{background:#480574;border-color:#3f0465;color:#fff}.btn.btn-primary:active,.btn.btn-primary.active{background:#42056a;border-color:#39045b;color:#fff}.btn.btn-primary.loading::after{border-bottom-color:#fff;border-left-color:#fff}.btn.btn-success{background:green;border-color:#007100;color:#fff}.btn.btn-success:focus{box-shadow:0 0 0 0.1rem rgba(0,128,0,0.2)}.btn.btn-success:focus,.btn.btn-success:hover{background:#007600;border-color:#006700;color:#fff}.btn.btn-success:active,.btn.btn-success.active{background:#005c00;border-color:#004d00;color:#fff}.btn.btn-success.loading::after{border-bottom-color:#fff;border-left-color:#fff}.btn.btn-error{background:red;border-color:#f00000;color:#fff}.btn.btn-error:focus{box-shadow:0 0 0 0.1rem rgba(255,0,0,0.2)}.btn.btn-error:focus,.btn.btn-error:hover{background:#f50000;border-color:#e60000;color:#fff}.btn.btn-error:active,.btn.btn-error.active{background:#db0000;border-color:#c00;color:#fff}.btn.btn-error.loading::after{border-bottom-color:#fff;border-left-color:#fff}.btn.btn-link{background:transparent;border-color:transparent;color:#57068c}.btn.btn-link:focus,.btn.btn-link:hover,.btn.btn-link:active,.btn.btn-link.active{color:#39045b}.btn.btn-sm{font-size:.7rem;height:1.4rem;padding:.05rem .3rem}.btn.btn-lg{font-size:.9rem;height:2rem;padding:.35rem .6rem}.btn.btn-block{display:block;width:100%}.btn.btn-action{width:1.8rem;padding-left:0;padding-right:0}.btn.btn-action.btn-sm{width:1.4rem}.btn.btn-action.btn-lg{width:2rem}.btn.btn-clear{background:transparent;border:0;color:currentColor;height:1rem;line-height:.8rem;margin-left:.2rem;margin-right:-2px;opacity:1;padding:.1rem;text-decoration:none;width:1rem}.btn.btn-clear:focus,.btn.btn-clear:hover{background:rgba(247,235,254,0.5);opacity:.95}.btn.btn-clear::before{content:"\2715"}.btn-group{display:inline-flex;flex-wrap:wrap}.btn-group .btn{flex:1 0 auto}.btn-group .btn:first-child:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group .btn:not(:first-child):not(:last-child){border-radius:0;margin-left:-.05rem}.btn-group .btn:last-child:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-.05rem}.btn-group .btn:focus,.btn-group .btn:hover,.btn-group .btn:active,.btn-group .btn.active{z-index:1}.btn-group.btn-group-block{display:flex}.btn-group.btn-group-block .btn{flex:1 0 0}html,body{margin:0}html,button,input,select,textarea{color:#333}select,button{outline:none}::-moz-selection{background:#57068c;color:#fff;text-shadow:none}::selection{background:#57068c;text-shadow:none;color:#fff}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical;height:150px}.chromeframe{margin:0.2em 0;background:#ccc;color:#000;padding:0.2em 0}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fl-builder-edit .shiftnav-wrap{position:static}.ir{background-color:transparent;border:0;overflow:hidden;*text-indent:-9999px}.ir:before{content:"";display:block;width:0;height:150%}.hidden{display:none !important;visibility:hidden}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.invisible{visibility:hidden}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.clearfix{*zoom:1}@media print{*{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) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:0.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}.container:after{content:" ";display:block;height:0;clear:both;visibility:hidden}.clearfix:before,.clearfix:after,.row:before,.row:after{content:' ';display:block;overflow:hidden;visibility:hidden;width:0;height:0}.row:after,.clearfix:after{clear:both}.row,.clearfix{zoom:1}.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.container{margin:0 auto}.fl-row-fixed-width,section{position:relative}@media only screen and (max-width: 1450px){.container,#masthead .container,.fl-row-fixed-width,body .fl-slide-foreground,.bx-controls.bx-has-pager,.ubermenu .ubermenu-row{padding-left:20px;padding-right:20px}}@media only screen and (max-width: 769px){body .fl-col-small{max-width:100%}}@media only screen and (min-width: 769px){.row,.fl-col-group{margin-left:-2%;width:102%}fieldset.row{margin-left:-2% !important;width:102% !important}.fl-col{padding-left:2%;position:relative}.column{display:block;*display:inline;*zoom:1;padding-left:2%;overflow:hidden;*overflow:visible;float:left}.row-wrap,nav .container,.container{margin:0 auto;position:relative;max-width:1400px}#primary-nav .ubermenu .ubermenu-row{max-width:1400px;margin-left:auto;margin-right:auto}.one-third{width:33.333%}.two-thirds{width:66.666%}.one-fourth{width:25%}.two-fourth{width:50%}.three-fourth{width:75%}.one-fifth{width:20%}.two-fifth{width:40%}.three-fifth{width:60%}.four-fifth{width:80%}.half{width:50%}.full{width:100%;display:block;margin-left:auto;margin-right:auto}}body{position:relative;font-family:'NewJuneRegular', Arial, sans-serif;font-size:15px;line-height:26px;line-height:1.8;text-rendering:optimizelegibility;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:none;-webkit-font-smoothing:antialiased;-moz-tap-highlight-color:rgba(0,0,0,0);-moz-text-size-adjust:none;-moz-font-smoothing:antialiased;-ms-tap-highlight-color:rgba(0,0,0,0);-ms-text-size-adjust:none;-ms-font-smoothing:antialiased}p{margin-top:0;margin-bottom:1.5em}body h1{font-size:2.32em;font-style:normal;margin:0px 0 10px;line-height:1em;font-family:"NewJuneBold";font-weight:normal}h2{font-size:1.8em;line-height:1.3em;margin:0 0 10px;font-family:"NewJuneBold";font-weight:normal;text-transform:none}.fl-module-heading.section-title h2.fl-heading{margin-bottom:1em !important;font-size:1.8em}.fl-module-heading h2.fl-heading{margin-bottom:10px !important;font-size:2.2em}h3{font-size:1.4em;font-family:"NewJuneBold";font-weight:normal;margin:0 0 5px;line-height:1.2em}h3.fl-callout-title{font-size:1.1em}.fl-rich-text h3{margin:1em 0 .7em}h4{font-size:1.1em;line-height:1.2em;text-transform:uppercase;font-family:"NewJuneBold";font-weight:normal;margin:0 0 1em}h5{font-size:1em;line-height:1.2em;font-family:"NewJuneBold";font-weight:normal;margin:0 0 1em}h6{font-size:16px;margin:0 0 1em;line-height:1.2em;font-family:"NewJuneBold";font-weight:normal}sup{font-weight:400}em{line-height:inherit}body b,body strong{font-family:"NewJuneBold";font-weight:normal;line-height:inherit}a{color:#57068c;text-decoration:underline;outline:none;line-height:inherit}a:hover{color:#777}a:active{outline:none}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{text-decoration:none;color:inherit}h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{color:inherit}h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong{font-family:"NewJuneBold";font-weight:normal}i{font-style:normal}ul,ol{padding-left:30px}blockquote{line-height:1.4em;color:#57068c;margin:1.5em 0 1.5em 2em;padding:0px;font-style:normal;font-size:1.6em}.page blockquote{margin-left:0}blockquote p{line-height:inherit;color:inherit;font-size:inherit}blockquote cite{display:block;font-size:12px;font-size:1.2rem;color:#555555}blockquote cite:before{content:"\2014    "}blockquote cite a{color:#555555}blockquote cite a:visited{color:#555555}abbr,acronym{font-size:90%;color:#222;border-bottom:1px solid #cccccc;cursor:help}abbr{text-transform:none}.intro div>p{font-size:1.1em;margin:0.5em auto 0.8em;line-height:1.5em;font-family:"NewJuneBold";font-weight:normal}.hero .intro div>p{font-size:1.2em}.single-post .intro div>p{font-size:1.2em}.hero p{margin:0 0 1em}p:empty{display:none}.fl-accordion-button-label{font-family:"NewJuneBold";font-weight:normal}@media only screen and (max-width: 769px){.hero h2{font-size:1.35em}}@media only screen and (max-width: 600px){body h1{font-size:2em}.single-events #main,.single-post #main{font-size:1em}blockquote{margin:1.5em 0 1.5em 0}}@media only screen and (min-width: 769px) and (max-width: 1050px){.home .hero h1.fl-heading{font-size:3.5em !important}.hero h2{font-size:1.4em}}@media only screen and (min-width: 769px){body{font-size:0.8em}}@media only screen and (min-width: 960px){body{font-size:0.85em}body h1{font-size:3em}}@media only screen and (min-width: 1150px){body{font-size:0.9em}}@media only screen and (min-width: 1300px){body{font-size:1em}}#wide-site-title{color:#FFF;margin-top:15px;left:0;position:relative;z-index:1000;float:left;display:block}#wide-site-title:hover{text-decoration:none;background:none}#wide-site-title #logo{width:115px;opacity:1;-ms-interpolation-mode:nearest-neighbor}#m-site-title{display:block;color:#FFF;font-weight:400;text-indent:-99999em;width:140px;margin-top:13px;margin-left:6%;position:absolute;top:0}.m-search{display:none}.m-search-menu{visibility:hidden;height:0;padding:0}.nav-container{margin-top:0}.nav-container.fixed{position:fixed;z-index:20;width:100%}@media only screen and (max-width: 959px){#wide-site-title{margin-top:15px}#secondary-nav,#search-toggle,.search-menu{display:none}}@media only screen and (max-width: 769px){#wide-site-title{margin-top:12px}}@media only screen and (max-width: 600px){#wide-site-title #logo{width:105px}}@media only screen and (min-width: 960px){#wide-site-title #logo{width:110px;margin-top:3px}}@media only screen and (min-width: 1050px){#m-site-title,#menu-icon,.mobile-menu,#m-menu{display:none}#wide-site-title{display:block}.page-template-page-front-page #masthead{position:absolute;background:transparent}.nav-container{background:#fff;margin-top:0;-webkit-transition:all 0.1s ease-in-out;-moz-transition:all 0.1s ease-in-out;-ms-transition:all 0.1s ease-in-out;-o-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.nav-container.fixed{position:fixed;width:100%}header#masthead{padding:0;background:#fff;position:relative;-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;-ms-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;width:100%;z-index:20}.nav-container.fixed header#masthead{background:#fff;position:relative}}@media only screen and (min-width: 1150px){#wide-site-title #logo{width:130px;margin-top:0}}#primary-nav{border-top:1px solid #e7e7e7;margin-top:0px}#primary-nav .container{position:static}#primary-nav .ubermenu-item-level-0>.ubermenu-target{padding-top:20px;padding-bottom:20px;border-left:0px solid #eee;font-size:14px;padding-left:20px;padding-right:25px}#primary-nav ul.ubermenu-nav>li:first-child>.ubermenu-target{padding-left:0 !important;border-left:none}#primary-nav .ubermenu .ubermenu-submenu-type-flyout .ubermenu-target{font-weight:normal !important;padding:8px 15px;font-size:14px !important;text-transform:none !important}#primary-nav .ubermenu .ubermenu-submenu-type-flyout span.ubermenu-target-description.ubermenu-target-text{font-size:.75em;opacity:.7;padding-top:.3em}#primary-nav .ubermenu .ubermenu-submenu-type-flyout .ext-link span.ubermenu-target-title.ubermenu-target-text:before{content:"\F08E";font:normal normal normal .8em/1.7em FontAwesome;margin-right:.5em;color:#57068c;opacity:.8}#primary-nav body #primary-nav .ubermenu .ubermenu-divider{padding:.5em 0}#primary-nav body #primary-nav .ubermenu .ubermenu-divider hr{opacity:.3}body .ubermenu .ubermenu-target,body .ubermenu a{outline:0}body .ubermenu .ubermenu-item-level-0.ubermenu-active>.ubermenu-target{color:#57068c}body .ubermenu .button a{display:inline-block;color:#fff;margin-top:30px;padding:5px 40px 10px !important;font-family:"NewJuneBold";font-weight:normal;font-size:13px !important;background:#111}body .ubermenu .button a:before{content:"\F105" !important;display:inline-block !important;font:normal normal normal 14px/1 FontAwesome !important;font-size:inherit !important;text-rendering:auto !important;-webkit-font-smoothing:antialiased !important;-moz-osx-font-smoothing:grayscale !important;margin-right:10px !important;font-size:16px !important;line-height:1.4em !important;position:relative;top:1px}body .ubermenu .button a:hover{color:#fff;background:#111 !important}body .ubermenu .right-angle a:before{content:"\F105";display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:8px;line-height:1.1em}body .ubermenu .ubermenu-current-menu-ancestor.ubermenu-current_page_ancestor.ubermenu-item-level-0>a.ubermenu-target,body .ubermenu .ubermenu-item-level-0>a.ubermenu-target:hover{color:#57068c}body .ubermenu .ubermenu-submenu .ubermenu-target:hover{color:#57068c}body .ubermenu .ubermenu-submenu a.ubermenu-target.ubermenu-target-with-image.ubermenu-item-layout-image_left:hover{color:#111}body .ubermenu .ubermenu-nav>.ubermenu-current-menu-item>.ubermenu-target,body .ubermenu .ubermenu-submenu a.ubermenu-target.ubermenu-target-with-image.ubermenu-item-layout-image_left:hover .ubermenu-target-title{color:#57068c}body .ubermenu .ubermenu-submenu-type-stack{padding-top:5px;padding-bottom:10px}nav .container{width:100%}nav a{text-decoration:none}body .ubermenu .ubermenu-submenu-drop,body .ubermenu .ubermenu-submenu-type-mega,body .ubermenu-submenu{background:#fdfdfd}body .ubermenu .ubermenu-submenu-drop .ubermenu-item-type-column>.ubermenu-submenu-type-stack>.ubermenu-item-normal:first-child,body .ubermenu .ubermenu-submenu-type-mega .ubermenu-item-type-column>.ubermenu-submenu-type-stack>.ubermenu-item-normal:first-child,body .ubermenu-submenu .ubermenu-item-type-column>.ubermenu-submenu-type-stack>.ubermenu-item-normal:first-child{margin-top:0px;margin-bottom:10px}body .ubermenu .ubermenu-submenu-drop .ubermenu-target-description,body .ubermenu .ubermenu-submenu-type-mega .ubermenu-target-description,body .ubermenu-submenu .ubermenu-target-description{font-size:0.8em;padding-top:5px;line-height:1.6em}body .ubermenu .ubermenu-submenu-drop .ubermenu-item-layout-image_left,body .ubermenu .ubermenu-submenu-type-mega .ubermenu-item-layout-image_left,body .ubermenu-submenu .ubermenu-item-layout-image_left{margin-top:5px}body .ubermenu .ubermenu-submenu-drop .ubermenu-item-layout-image_left>.ubermenu-image,body .ubermenu .ubermenu-submenu-type-mega .ubermenu-item-layout-image_left>.ubermenu-image,body .ubermenu-submenu .ubermenu-item-layout-image_left>.ubermenu-image{float:left;margin-right:1em}body .ubermenu .ubermenu-submenu-drop .ubermenu-item-layout-image_left>.ubermenu-target-title,body .ubermenu .ubermenu-submenu-type-mega .ubermenu-item-layout-image_left>.ubermenu-target-title,body .ubermenu-submenu .ubermenu-item-layout-image_left>.ubermenu-target-title{font-family:"NewJuneBold";font-weight:normal;font-size:15px}body .ubermenu .ubermenu-submenu-drop img.ubermenu-image-size-thumbnail,body .ubermenu .ubermenu-submenu-type-mega img.ubermenu-image-size-thumbnail,body .ubermenu-submenu img.ubermenu-image-size-thumbnail{width:85px;padding-right:15px}body .ubermenu .ubermenu-submenu-drop .ubermenu-custom-content-padded,body .ubermenu .ubermenu-submenu-type-mega .ubermenu-custom-content-padded,body .ubermenu-submenu .ubermenu-custom-content-padded{padding:5px 10px}body .ubermenu .ubermenu-submenu-drop .ubermenu-column,body .ubermenu .ubermenu-submenu-type-mega .ubermenu-column,body .ubermenu-submenu .ubermenu-column{padding-left:10px}.ubermenu .ubermenu-target{color:#111}#primary-nav .ubermenu-item-level-1>.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only{font-family:"NewJuneBold";font-weight:normal;text-transform:uppercase;font-size:14px}body #primary-nav .ubermenu-item-level-0>.ubermenu-target{padding-top:17px;padding-bottom:17px;font-size:15px}.ubermenu .ubermenu-submenu-id-133 .ubermenu-item-level-1,.ubermenu .ubermenu-item-level-1{font-size:1em}.ubermenu .ubermenu-item-level-2,.ubermenu .ubermenu-item-level-3{font-size:0.8em;font-family:"NewJuneBold";font-weight:normal}.ubermenu .ubermenu-submenu-id-133 .ubermenu-item-level-2{font-size:1em;font-weight:normal}.ubermenu .ubermenu-submenu-id-133 .ubermenu-item-level-3{font-size:0.8em;font-family:"NewJuneBold";font-weight:normal}.ubermenu-custom-content h3{text-transform:uppercase;margin-bottom:5px;margin-top:10px;font-size:18px;font-family:"NewJuneBold";font-weight:normal}.ubermenu-custom-content h3 a:hover{color:#57068c}.ubermenu-custom-content{font-size:0.85em}ul.ubermenu-submenu.ubermenu-submenu-id-169.ubermenu-submenu-align-right_edge_item{background:#333;padding:10px 0}@media only screen and (max-width: 1050px){.ubermenu-item-level-0>.ubermenu-target{font-size:14px;padding-left:15px !important;padding-top:22px !important}}@media only screen and (min-width: 650px) and (max-width: 960px){ul.ubermenu-submenu{font-size:1.1em}.fl-menu-horizontal li a{font-size:12px}}@media only screen and (min-width: 769px) and (max-width: 1050px){.ubermenu .ubermenu-submenu-id-108 .ubermenu-target.ubermenu-target-with-image{height:auto}body .ubermenu .ubermenu-target-description{font-size:12px}body .ubermenu .ubermenu-target,.ubermenu .ubermenu-widget{padding:10px 20px}img.ubermenu-image.ubermenu-image-size-thumbnail{width:65px}body .ubermenu .ubermenu-item-layout-image_left>.ubermenu-target-text{padding-left:65px}.ubermenu .ubermenu-item-layout-image_left>.ubermenu-target-title,.ubermenu-custom-content,.ubermenu .ubermenu-item-level-2,.ubermenu .ubermenu-item-level-3{font-size:13px}.ubermenu-custom-content h3{font-size:14px}}@media only screen and (min-width: 960px){#primary-nav ul.ubermenu-nav>li:first-child>.ubermenu-target{padding-left:0 !important}body .ubermenu .ubermenu-target{color:#111}body .ubermenu .ubermenu-target-description{padding-top:5px;line-height:1.6em}body .ubermenu .ubermenu-item-level-1{font-size:16px}body .ubermenu .ubermenu-item-level-2,body .ubermenu .ubermenu-item-level-3{font-family:"NewJuneBold";font-weight:normal}body .ubermenu .ubermenu-submenu-id-133 .ubermenu-item-level-1{font-size:16px}body .ubermenu .ubermenu-submenu-id-133 .ubermenu-item-level-2{font-size:16px;font-weight:normal}body .ubermenu .ubermenu-submenu-id-133 .ubermenu-item-level-3{font-size:14px;font-family:"NewJuneBold";font-weight:normal}body .ubermenu .ubermenu-custom-content h3{font-family:"NewJuneBold";font-weight:normal;text-transform:uppercase;margin-bottom:5px;margin-top:10px}body .ubermenu .ubermenu-submenu-drop,body .ubermenu .ubermenu-submenu-type-mega{background:#ffffff;padding:15px 10px 15px;border-top:1px solid #eee}body .ubermenu .ubermenu-submenu .ubermenu-search input.ubermenu-search-input{background:#fff;border:1px solid #57068c}body .ubermenu .ubermenu-submenu .ubermenu-target.ubermenu-target-with-image{padding:10px 10px}body .ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target{padding-left:10px;padding-right:10px;margin-left:-7px}body .ubermenu a.ubermenu-target.ubermenu-target-with-image.ubermenu-item-layout-image_left{margin-top:10px}body .ubermenu .ubermenu-item-layout-image_left>.ubermenu-target-title{font-family:"NewJuneBold";font-weight:normal;text-transform:none;line-height:1.1em}ul.ubermenu-submenu.ubermenu-submenu-id-133.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width{background:#fdfdfd;background:-moz-linear-gradient(left, #fdfdfd 0%, #fdfdfd 50%, #f7f7f7 50%, #f7f7f7 50%, #f7f7f7 100%);background:-webkit-linear-gradient(left, #fdfdfd 0%, #fdfdfd 50%, #f7f7f7 50%, #f7f7f7 50%, #f7f7f7 100%);background:linear-gradient(to right, #fdfdfd 0%, #fdfdfd 50%, #f7f7f7 50%, #f7f7f7 50%, #f7f7f7 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f7f7f7',GradientType=1 )}}@media only screen and (min-width: 1050px){body #primary-nav .ubermenu img.ubermenu-image.ubermenu-image-size-thumbnail{width:65px;padding-right:0}body #primary-nav .ubermenu .ubermenu-item-level-2,body #primary-nav .ubermenu .ubermenu-item-level-3{font-size:14px}body #primary-nav .ubermenu .ubermenu-item-layout-image_left>.ubermenu-target-title{font-size:14px;padding-top:10px}body #primary-nav .ubermenu .ubermenu-item-layout-image_left>.ubermenu-target-text{padding-left:80px}body #primary-nav .ubermenu .ubermenu-target-description{font-size:12px}body #primary-nav .ubermenu .ubermenu-custom-content h3{font-size:16px}body #primary-nav .ubermenu .ubermenu-custom-content{font-size:14px}}@media only screen and (min-width: 1300px){body .ubermenu .ubermenu-target-description{font-size:0.85em}}#secondary-nav{float:right;width:500px;font-size:15px;border-right:1px solid #eee}#secondary-nav .ubermenu-item-level-0>.ubermenu-target{padding-top:20px;padding-bottom:20px;border-left:1px solid #eee;font-size:14px;padding-left:20px;padding-right:25px}#secondary-nav .ubermenu ul.ubermenu-submenu-type-flyout .ubermenu-target{font-weight:normal;padding:8px 15px;font-size:14px}.secondary-menu{display:none}body:not(.logged-in) .loggedin{display:none !important;visibility:hidden}body.logged-in .loggedout{display:none !important}#menu-icon{background-color:#57068c;color:#FFF;padding:15px 15px 15px;width:auto;display:block;line-height:31px;cursor:pointer;position:relative;margin:0 0 0 5px;text-align:center;z-index:999;top:0;float:right;font-weight:400;font-size:13px;text-transform:uppercase;opacity:1}#menu-icon i{margin-left:5px}#menu-icon.open .menu-open,#menu-icon .menu-close{display:none}#menu-icon.open .menu-close{display:inline-block}#m-menu{background-color:#fff;height:60px;width:100%}#m-menu .secondary-menu{position:relative;width:auto;height:40px;background:rgba(0,0,0,0);top:0px;z-index:999;float:right;margin-top:0}.shiftnav-menu .logout-item a.shiftnav-target{background:#57068c !important;color:#fff !important}.shiftnav-menu .ext-link .shiftnav-target:before{content:"\F08E";font:normal normal normal .8em/1.7em FontAwesome;margin-right:.5em;opacity:.8}.shiftnav.shiftnav-shiftnav-main ul.shiftnav-menu li.menu-item.current-menu-item>.shiftnav-target,.shiftnav.shiftnav-shiftnav-main ul.shiftnav-menu li.menu-item ul.sub-menu .current-menu-item>.shiftnav-target,.shiftnav.shiftnav-shiftnav-main ul.shiftnav-menu>li.shiftnav-sub-accordion.current-menu-ancestor>.shiftnav-target,.shiftnav.shiftnav-shiftnav-main ul.shiftnav-menu>li.shiftnav-sub-shift.current-menu-ancestor>.shiftnav-target{font-family:"NewJuneBold";font-weight:normal}@media only screen and (max-width: 959px){.m-search{position:absolute;top:0;right:61px;display:block}#m-search-toggle{display:block;height:55px;width:55px;text-align:center;line-height:55px;padding:0 20px;border-right:1px solid #ddd;border-left:1px solid #ddd;font-size:16px;color:#57068c;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}#m-search-toggle .open{display:inline-block}#m-search-toggle .close{display:none}#m-search-toggle.active{background:#30044d;color:#fff}#m-search-toggle.active i{color:#fff}#m-search-toggle.active .open{display:none}#m-search-toggle.active .close{display:inline-block}.m-search-menu{background:#30044d;width:100%;position:relative;-moz-box-shadow:0 4px 10px rgba(0,0,0,0.1);-webkit-box-shadow:0 4px 10px rgba(0,0,0,0.1);box-shadow:0 4px 10px rgba(0,0,0,0.1);overflow:visible;z-index:10;opacity:0;height:0;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.m-search-menu form.searchform .searchsubmit{right:5px;top:11px;font-size:16px;opacity:.3;color:inherit}.m-search-menu.active{visibility:visible;opacity:1;height:auto;padding:10px;margin-bottom:-1px}.nav-container{height:52px}span.shiftnav-submenu-activation{border-left:1px solid #eee}body #shiftnav-toggle-main .shiftnav-toggle-burger,body #shiftnav-toggle-main.shiftnav-toggle-main-entire-bar:before{padding:14px 20px}.ubermenu-responsive-toggle,.ubermenu-sticky-toggle-wrapper{float:right}.ubermenu-responsive-default.ubermenu-responsive.ubermenu .ubermenu-nav{border-top:1px solid #eee;background:#fff}.ubermenu-item-level-0>.ubermenu-target{font-size:14px;padding-left:21px !important;padding-top:22px !important}body .ubermenu-item.ubermenu-item-level-0>.ubermenu-target{background:#fff}body .ubermenu-item.ubermenu-item-level-0{border-bottom:1px solid #eee}body .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after{position:absolute;right:20px;top:20%;margin-top:0px;content:"\F107";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;color:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;border:1px solid #eee;padding:8px 12px}.ubermenu-item-normal.ubermenu-item-level-2 a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only{padding-left:10px}.ubermenu-item-normal.ubermenu-item-level-2 a.ubermenu-target.ubermenu-target-with-image.ubermenu-item-layout-image_left{padding-left:5px}body .ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target{padding-left:0}}@media only screen and (max-width: 600px){.ubermenu-item-level-0>.ubermenu-target{font-size:14px;padding-left:21px !important;padding-top:22px !important;border-bottom:1px solid #eee !important}body .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after{position:absolute;right:20px;top:20%;margin-top:0px;content:"\F107";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;color:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;border:1px solid #eee;padding:8px 12px}}#footer{background-color:#f7f7f7;color:#888;overflow:hidden;padding:80px 0 0;font-size:15px;line-height:inherit}#footer .footer-info{margin-top:120px}#footer .footer-info .widget_custom_html.widget-container{margin:0 auto 0}#footer ul{margin:0;padding:0;list-style:none}#footer li{padding-bottom:0}#footer p{margin:0;line-height:1.4em}#footer a{color:#777;text-decoration:none}#footer .widget-container{margin:0px auto 40px}#footer .widget_custom_html.widget-container{margin:0px auto 10px}#footer .menu-item a{text-decoration:none;text-decoration:none;font-size:14px;line-height:2.2em}#footer h2{font-weight:400;padding:17px 0 0}#footer h3.widget-title{font-size:1em;margin-bottom:10px;text-transform:uppercase;color:#333}#footer i{font-size:22px;margin-right:20px}#footer div#text-3{margin-top:20px;margin-bottom:0;font-size:0.9em}.search-results #footer i{font-family:FontAwesome;font-weight:normal}.credits{font-size:0.8em;padding:15px 0;text-align:center;color:#AAA;background-color:#161616;margin-top:40px}@media only screen and (max-width: 900px){#footer .footer-info{margin-bottom:0;margin-top:120px;background:rgba(247,247,247,0.9);padding:2px 25px;margin-left:-20px;margin-right:-20px;line-height:1.3em}}.breadcrumb{color:inherit}#breadcrumbs{list-style:none;margin:5px 0;overflow:hidden;font-size:14px;padding:0;text-transform:uppercase;font-family:"NewJuneBold";font-weight:normal}#breadcrumbs a{text-decoration:none;font-weight:normal}#breadcrumbs .bc-current{color:inherit;opacity:0.8}#breadcrumbs li{float:left;margin:0 8px 0 0;padding:0}#breadcrumbs .separator{color:inherit;opacity:.8}ul#breadcrumbs p{display:inline}.fl-icon br,.fl-module-button br,.fl-callout-button br,.fl-post-feed-date br,.mc-field-group br{display:none}.pp-button-wrap{margin-top:0.5em;margin-bottom:1em}.hero .pp-button-wrap{margin-bottom:0}body .fl-builder-content a.fl-button,body .fl-builder-content a.fl-button:visited{-webkit-transition:all 0.1s linear;-moz-transition:all 0.1s linear;-o-transition:all 0.1s linear;-ms-transition:all 0.1s linear;transition:all 0.1s linear}.wppb-user-forms .submit.button{background:#400566;color:#fff;border:1px solid #400566;padding:12px 30px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;font-size:1em}@media only screen and (max-width: 769px){body .entry-content .pp-button-wrap{text-align:left !important}body .pp-dual-button-content{text-align:left !important}body .fl-module-button .fl-button-left,body .fl-module-button .fl-button-right{text-align:left}}@media only screen and (max-width: 600px){.fl-builder-content a.fl-button,.fl-builder-content a.fl-button:visited{width:100% !important;padding:16px 0 !important;text-align:center;margin-bottom:2px;font-size:14px !important}a.pp-button{width:100%}}h2.fl-callout-title{font-size:1.4em}.fl-callout-text-wrap a.fl-callout-cta-link{text-decoration:none;font-family:"NewJuneBold";font-weight:normal}.fl-callout-text-wrap a.fl-callout-cta-link:after{content:"\F105";font-family:"FontAwesome";margin-left:5px}.fl-callout-photo .fl-photo-content{overflow:hidden}.shorts .fl-callout-text-wrap{max-width:400px}body .icon-callouts .fl-callout-photo-left .fl-callout-photo{width:90px}body .icon-callouts .fl-callout-photo-left .fl-callout-photo img{max-height:95px}body .about-author{padding:0;background:#fcfcfc;margin:40px 0;font-size:16px}body .about-author .fl-callout-content{padding:30px 30px 30px 0}body .about-author .fl-callout-photo{width:30%}body .about-author .fl-callout-title{text-transform:uppercase;font-size:1em}@media only screen and (max-width: 769px){.fl-callout-content{padding-bottom:1.5em}body .fl-module.fl-module-callout{margin-bottom:20px}}@media only screen and (min-width: 769px) and (max-width: 1050px){.numbering h3.fl-callout-title{font-size:1em}}@media only screen and (min-width: 960px){.fl-col-group-equal-height .fl-callout-content{padding-bottom:20px}.fl-col-group-equal-height .fl-callout-button{position:absolute;bottom:0}}.cards .fl-callout-title,.boxed .fl-callout-title{padding:15px 20px 5px !important}.cards .fl-callout-text-wrap,.boxed .fl-callout-text-wrap{padding:10px 20px 30px !important}.cards .fl-col-group-equal-height .fl-col-content,.boxed .fl-col-group-equal-height .fl-col-content{display:flex;flex-direction:column}.cards .fl-col-group-equal-height .fl-col-content .fl-module.fl-module-callout,.boxed .fl-col-group-equal-height .fl-col-content .fl-module.fl-module-callout{flex:1 1 auto;background:#fff;box-shadow:0 1px 1px rgba(0,0,0,0.05)}.cards-downloads .fl-col-group-equal-height .fl-col-content{display:flex;flex-direction:column}.cards-downloads .fl-col-group-equal-height .fl-col-content .fl-module{background:#fff;flex:1 1 auto;align-items:center;padding:1em;-moz-box-shadow:0 2px 10px rgba(0,0,0,0.1);-webkit-box-shadow:0 2px 10px rgba(0,0,0,0.1);box-shadow:0 2px 10px rgba(0,0,0,0.1)}.cards-downloads .fl-col-group-equal-height .fl-col-content .fl-module .fl-rich-text p{margin:0;font-family:NewJuneBold;text-align:center}.cards-downloads .fl-col-group-equal-height .fl-col-content .fl-module .fl-rich-text a{text-decoration:none}.cards-downloads .fl-col-group-equal-height .fl-col-content .fl-module .fl-rich-text a:before{content:"\F019";font-family:FontAwesome;margin-right:5px}.cards-downloads .fl-col-group-equal-height .fl-col-content .fl-module-photo{padding:2em}.cards-downloads .fl-col-group-equal-height .fl-col-content .fl-module-photo .fl-photo{height:105px;display:flex;flex-direction:column;align-items:center}@media screen and (max-width: 769px){.cards-downloads .fl-col-group-equal-height .fl-col-content{margin-bottom:2em}}html,button,input,select,textarea{font-family:inherit}textarea,input[type='text'],input[type='email'],input[type='search'],input[type='number']{text-align:left;margin:0;width:100%;border:1px solid rgba(0,0,0,0.1);-moz-border-radius:0;-webkit-border-radius:0;-khtml-border-radius:0;-webkit-appearance:none;border-radius:0;background:#fff;padding-left:10px}input[type="tel"],input[type="url"],input[type='text'],input[type='email'],input[type='search'],input[type='number'],input[type='password']{line-height:40px;height:40px;padding-left:10px;-moz-border-radius:0;-webkit-border-radius:0;-khtml-border-radius:0;border-radius:0;-webkit-appearance:none}select{padding:11px 4px;border-radius:4px;border:1px solid #ccc}.aligncenter input[type="tel"],.aligncenter input[type="url"],.aligncenter input[type='text'],.aligncenter input[type='email'],.aligncenter input[type='search'],.aligncenter input[type='number'],.aligncenter input[type='password']{text-align:center}body .vfbp-form{margin-left:-2%}body .vfb-col-1,body .vfb-col-2,body .vfb-col-3,body .vfb-col-4,body .vfb-col-5,body .vfb-col-6,body .vfb-col-7,body .vfb-col-8,body .vfb-col-9,body .vfb-col-10,body .vfb-col-11,body .vfb-col-12{padding-left:2%;padding-right:0}body .last .vfb-col-6{padding-right:0}body .vfbp-form input[type="text"],body .vfbp-form input[type="tel"],body .vfbp-form input[type="email"],body .vfbp-form input[type="url"],body .vfbp-form input[type="number"],body .vfbp-form input[type='password']{padding:0;border-radius:0;width:100%;line-height:45px;height:45px}body .vfbp-form textarea{padding:10px 0;border-radius:0;width:100%;height:220px}body .vfbp-form .vfb-form-control{padding:0 12px;font-size:1em;border-radius:0}body .vfbp-form select.vfb-form-control{padding:0 14px;width:100%;height:45px;color:#111 !important}body .vfbp-form select.vfb-form-control *{color:#111 !important}body .vfbp-form input.vfb-large,body .vfbp-form select.vfb-large,body .vfbp-form textarea{width:100%}.entry-content .fl-module-content .visual-form-builder ul{margin:0;padding:0;list-style:none}.visual-form-builder label{margin:3px 0 4px;display:block}.vfb-submit{display:block;background-color:#111;padding:20px 55px;color:#FFF !important;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;font-size:16px;margin-top:5px}body .vfbp-form .btn-primary{display:block;background-color:#400566;padding:20px 55px;color:#FFF !important;border:none;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;font-size:16px;margin-top:10px;height:auto}body .orangebutton .vfbp-form .btn-primary,.orangebutton .vfb-submit{background:#ff6319}body .greybutton .vfbp-form .btn-primary,.greybutton .vfb-submit{background:#eee;color:#333 !important}body .bluebutton .vfbp-form .btn-primary,.bluebutton .vfb-submit{background:#57068c;color:#fff !important}ul.vfb-section{margin-top:0 !important}.aligncenter .vfbp-form .btn-primary,.aligncenter .vfb-submit{margin-left:auto;margin-right:auto}.aligncenter .visual-form-builder ul{text-align:center}.widget .visual-form-builder h4{margin:0}.vfb-fieldType-checkbox>label.vfb-control-label{display:none}.wa_contact{margin-bottom:0;overflow:hidden}.wa_contact .aligncenter{margin-top:0}.wa_contact a.wa_contact_link{text-decoration:none;border:1px solid #f3f3f3;-webkit-border-radius:5px;-moz-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;padding:0px 35px;display:inline-block;margin-top:10px;margin-bottom:0;color:#fff;text-align:center;font-size:16px;line-height:48px;background:#57068c;position:relative;z-index:10;outline:none}.wa_contact a.wa_contact_link i{color:#fff;margin-right:5px;-webkit-transition:all 0.1s;-moz-transition:all 0.1s;-ms-transition:all 0.1s;-o-transition:all 0.1s;transition:transform 0.1s}.wa_contact a.wa_contact_link.active{border-bottom:none}.wa_contact a.wa_contact_link.active i{-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.wa_contact .wa_contact_form{border:1px solid #f3f3f3;padding:35px;display:none;position:relative;margin-top:-1px;height:0;overflow:hidden;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:transform 0.3s}.wa_contact .wa_contact_form.active{height:auto;display:block}body .wa_contact .aligncenter h1,body .wa_contact .aligncenter h2,body .wa_contact .aligncenter h3,body .wa_contact .aligncenter h4,body .wa_contact .aligncenter h5,body .wa_contact .aligncenter p{text-align:center}body .cognito:not(.c-forms-actionBar){max-width:100%}body .cognito{max-width:100%}body .cognito form{font-family:Arial, Helvetica, sans-serif;font-size:1em;line-height:1.8;color:inherit}body .cognito .c-forms-form a{color:inherit !important;font-size:14px !important}body .cognito .c-forms-form .c-forms-form-title h1,body .cognito .c-forms-form .c-forms-form-title h2,body .cognito .c-forms-form .c-forms-form-title h3,body .cognito .c-forms-form .c-forms-form-title h4,body .cognito .c-forms-form .c-forms-form-title h5,body .cognito .c-forms-form .c-forms-form-title h6{font-family:"NewJuneBold";font-weight:normal;color:inherit}body .cognito .c-forms-form .c-forms-form-title h1{font-size:2.32em;margin:0px 0 10px;line-height:1em}body .cognito .c-forms-form .c-forms-form-title h2{font-size:1.8em;line-height:1.3em;margin:0 0 10px}body .cognito .c-forms-form .c-forms-form-title h3{font-size:1.4em;margin:0 0 5px;line-height:1.2em}body .cognito .c-forms-form .c-forms-form-title h4{font-size:1.1em;line-height:1.2em;text-transform:uppercase;margin:0 0 1em}body .cognito .c-forms-form .c-forms-form-title h5{font-size:1em;line-height:1.2em;margin:0 0 1em}body .cognito .c-forms-form .c-forms-form-title h6{font-size:16px;margin:0 0 1em;line-height:1.2em}body .cognito .c-forms-form .c-forms-heading .c-forms-form-title{padding:0 0 10px 0}body .cognito .c-forms-form .c-forms-description{color:inherit;font-family:inherit;font-size:1.1em;padding:0 8px 8px}body .cognito .c-forms-form .c-editor,body .cognito .c-forms-form .c-rating-scale-questions{font-family:inherit;font-weight:normal;font-size:1em;color:inherit}body .cognito .c-forms-form select,body .cognito .c-forms-form input[type=text],body .cognito .c-forms-form input[type=password],body .cognito .c-forms-form textarea{font-family:Arial, Helvetica, sans-serif;font-weight:bold}body .cognito .c-forms-form select{height:40px;line-height:1.6em}body .cognito .c-forms-form select option{color:#111 !important}body .cognito .c-forms-form input[type=tel],body .cognito .c-forms-form input[type=url],body .cognito .c-forms-form input[type=text],body .cognito .c-forms-form input[type=email],body .cognito .c-forms-form input[type=search],body .cognito .c-forms-form input[type=number],body .cognito .c-forms-form input[type=password]{height:40px;line-height:40px;padding:0 0 0 10px}body .cognito .c-forms-form .c-label{font-family:Arial, Helvetica, sans-serif;font-weight:bold;font-size:1em;color:inherit;line-height:1.3em;margin-bottom:5px}body .cognito .c-forms-form button,body .cognito .c-forms-form .c-add-item,body .cognito .c-forms-form input[type=button],body .cognito .c-forms-form .c-fileupload-dropzone .c-upload-button button{font-family:inherit;font-weight:normal;font-size:1em;border-radius:2px;padding:16px 25px !important}body:not(.fl-builder-edit) #cregform{display:flex;visibility:hidden;height:0;opacity:0;margin:0;padding:0}#mc_embed_signup{position:relative}.inlinemc #mc_embed_signup .email{display:block;height:45px;width:57%;border-radius:0;padding:0 10px;line-height:45px;border:1px solid #ddd;min-width:320px}.inlinemc #mc-embedded-subscribe{display:inline-block;height:45px;line-height:45px;padding:0 20px;position:absolute;right:0;top:0;width:40%;border:1px solid #ddd;min-width:320px}.purplebutton #mc-embedded-subscribe{background:#57068c;border:1px solid #57068c;color:#fff}.orangebutton #mc-embedded-subscribe{background:#ff6319;border:1px solid #ff6319;color:#fff}.turquoisebutton #mc-embedded-subscribe{background:#57068c;border:1px solid #57068c;color:#fff}.yellowbutton #mc-embedded-subscribe{background:#fed100;border:1px solid #fed100;color:#fff}.blackbutton #mc-embedded-subscribe{background:#111;border:1px solid #111;color:#fff}.greybutton #mc-embedded-subscribe{background:#f7f7f7;border:1px solid #eee;color:#111}@media only screen and (max-width: 600px){.wa_contact .wa_contact_form{padding:35px 15px}}@media only screen and (min-width: 960px){.fl-module-content input.vfb-text,.fl-module-content input[type="text"].vfb-text,.fl-module-content input[type="tel"].vfb-text,.fl-module-content input[type="email"].vfb-text,.fl-module-content input[type="url"].vfb-text,.fl-module-content input.vfb-large,.fl-module-content input[type="text"].vfb-large,.fl-module-content input[type="tel"].vfb-large,.fl-module-content input[type="email"].vfb-large,.fl-module-content input[type="url"].vfb-large,.fl-module-content select.vfb-large,.fl-module-content textarea.vfb-textarea{width:100%}li.vfb-item.vfb-item-secret{width:170px}textarea#vfb-16{height:285px}}@media only screen and (min-width: 1300px){textarea#vfb-16{height:300px}}body .sidebar h4{font-size:14px}body .sidebar .fl-post-feed-post{padding-bottom:5px}body .sidebar .fl-post-feed-post h2.fl-post-feed-title{font-size:1em;margin-bottom:0.3em}body .fl-module-content-slider .bx-wrapper{margin:0 auto 0}body .fl-module-content-slider .bx-wrapper .fl-slide-content{z-index:3}body .fl-module-content-slider .bx-wrapper h2.fl-slide-title{font-size:3em;line-height:1.2em;margin-bottom:0.1em !important}body .fl-module-content-slider .bx-wrapper .fl-slide-text{font-size:1.1em}body .fl-module-content-slider .bx-wrapper .bx-controls.bx-has-pager{position:relative;max-width:1400px;margin:0 auto}body .fl-module-content-slider .bx-wrapper .bx-controls-auto,body .fl-module-content-slider .bx-wrapper .bx-pager{bottom:20px;text-align:right}body .fl-module-content-slider .bx-wrapper .bx-pager.bx-default-pager a.active,body .fl-module-content-slider .bx-wrapper .bx-pager.bx-default-pager a:focus,body .fl-module-content-slider .bx-wrapper .bx-pager.bx-default-pager a:hover{background:#fff}body .fl-module-content-slider .bx-wrapper .bx-pager.bx-default-pager a{background:rgba(255,255,255,0.6)}body .fl-slideshow-thumbs{display:block !important;opacity:1 !important;background:rgba(0,0,0,0) !important;position:relative !important;bottom:0 !important;left:0 !important}body .fl-slideshow-nav-buttons{display:none !important}body .fl-slideshow-light .fl-slideshow-thumbs .fl-slideshow-image{border:1px solid #ddd;width:80px !important;height:80px !important}body .fl-slideshow-thumbs-clip{padding-left:0 !important;margin-left:0 !important}body .fl-slideshow-thumbs img{width:80px !important;height:80px !important}@media only screen and (max-width: 769px){body .fl-module-content-slider .bx-wrapper .fl-slide-bg-photo{position:absolute}body .fl-module-content-slider .bx-wrapper .fl-slide-content{background-color:transparent;padding:70px 20px !important}body .fl-module-content-slider .bx-wrapper .fl-slide-content-wrap:after{background:#111;content:" ";display:block;position:absolute;left:0;top:0;width:100%;height:100%;opacity:.5;z-index:1}body .fl-module-content-slider .bx-wrapper .fl-slide-foreground,body .fl-module-content-slider .bx-wrapper .bx-controls.bx-has-pager{padding-left:0;padding-right:0}body .fl-module-content-slider .bx-wrapper .fl-slide-mobile-photo{max-height:210px;overflow:hidden}body .fl-module-content-slider .bx-wrapper .bx-pager{bottom:10px;text-align:center}body .fl-module-content-slider .bx-wrapper .fl-slide-cta-button{margin-bottom:15px}body .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-title{font-size:1.8em !important;line-height:1.3em !important;margin-bottom:10px !important}body .fl-builder-content .fl-module-content-slider .fl-slide a.fl-button{padding:15px 20px !important}}.fl-embed-video iframe,.fl-html iframe{display:block;max-width:100%}body #main .fl-post-grid .fl-post-grid-post{background:transparent}body #main .fl-post-grid-image{position:relative;margin-bottom:10px}body #main .fl-post-grid-text,body #main .fl-post-grid-content p{font-size:inherit;line-height:inherit}body #main .fl-post-grid-meta{padding-bottom:10px;padding-top:2px;color:inherit;font-size:12px;opacity:.7}body #main .fl-post-grid-source{font-size:12px;text-transform:none;font-family:"NewJuneBold";font-weight:normal;display:inline-block;margin-right:5px;border-right:1px solid #777;padding-right:5px;line-height:1em}body #main .fl-post-column .fl-post-grid-more{margin-top:40px}body #main .fl-post-grid-more{font-size:.9em;display:inline-block;font-family:"NewJuneBold";font-weight:normal}body #main .fl-post-grid-more:after{content:"\F105";font-family:"FontAwesome";margin-left:5px}body #main .boxed .fl-post-grid{padding-bottom:10px}body #main .boxed .fl-post-grid .fl-post-grid-post{background:#fff;-moz-box-shadow:0 2px 2px rgba(0,0,0,0.05);-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.05);box-shadow:0 2px 2px rgba(0,0,0,0.05);border:none}body #main .boxed .fl-post-grid .fl-post-grid-post .fl-post-grid-text{padding:30px}body .fl-post-feed-post{overflow:hidden}body .fl-post-feed-post .fl-post-feed-header{margin-bottom:15px}body .fl-post-feed-post h2.fl-post-feed-title{margin-top:0;font-size:1.6em;line-height:1.4em}body .fl-post-feed-post .fl-post-feed-content p{margin-top:0}body .fl-post-feed-post .fl-post-feed-meta{font-size:12px;color:inherit}body .fl-post-feed-post a.fl-post-feed-more{display:inline-block;color:#57068c;text-decoration:none;padding:0;font-size:.9em}body .fl-post-feed-post a.fl-post-feed-more:after{content:"\F105";font-family:FontAwesome;margin-left:7px}.fl-post-feed-post.fl-post-feed-image-beside{margin-bottom:2em}.fl-post-feed-post.fl-post-feed-image-beside.fl-post-feed-no-image{padding:2em}.fl-post-feed-post.fl-post-feed-image-beside.fl-post-feed-has-image .fl-post-feed-image.medium{max-width:300px}body .featured .fl-post-feed-post.fl-post-feed-image-beside.fl-post-feed-has-image h2.fl-post-feed-title{font-size:2em}body .featured .fl-post-feed-post.fl-post-feed-image-beside{margin-bottom:0}body .featured .fl-post-feed-image-beside.fl-post-feed-has-image .fl-post-feed-content{clear:none}body .featured h2.fl-post-feed-title{font-size:2.4em;line-height:1.2em}body .featured .fl-post-feed-image{overflow:hidden}body .featured .fl-post-feed-image img{max-width:100%}body .small h2.fl-post-feed-title{font-size:1.2em}body .small .fl-post-feed-content p{font-size:.9em}body .fl-builder-pagination ul.page-numbers{text-align:left}body .fl-builder-pagination li a.page-numbers,body .fl-builder-pagination li span.page-numbers{text-decoration:none}body .fl-builder-pagination ul.page-numbers{list-style:none;margin:0;padding:0;text-align:left}body .aside .fl-module.fl-module-heading{margin-top:1em;margin-bottom:1em}body .aside .fl-module-post-grid .fl-post-feed-post{padding-bottom:10px}body .aside .fl-post-feed-post h2.fl-post-feed-title{font-size:1em;margin-bottom:0}body .aside .fl-module.fl-module-heading h3{font-size:1.4em}body .authorinfo.fl-post-feed-post .fl-post-feed-header{margin-bottom:0}body .authorinfo.fl-post-feed-post .fl-post-feed-content{font-size:14px;margin-bottom:30px}body .authorinfo.fl-post-feed-post .fl-post-feed-content p{margin-top:0.5em;margin-bottom:0.5em}body .authorinfo.fl-post-feed-image-above .fl-post-feed-image,body .fl-post-feed-image-above-title .fl-post-feed-image{margin-bottom:10px}body .authorinfo.fl-post-feed-image-above .fl-post-feed-image img.size-medium,body .authorinfo.fl-post-feed-image-above .fl-post-feed-image img.size-thumbnail,body .fl-post-feed-image-above-title .fl-post-feed-image img.size-medium,body .fl-post-feed-image-above-title .fl-post-feed-image img.size-thumbnail{width:auto !important}body .authorinfo.fl-post-feed-image-above .fl-post-feed-image{margin-top:10px}body .authorinfo.fl-post-feed-image-beside h2.fl-post-feed-title,body .authorinfo.fl-post-feed-image-beside-title h2.fl-post-feed-title,body .authorinfo.fl-post-feed-image-beside-title-circle h2.fl-post-feed-title{font-size:1.1em;line-height:1.2em;margin-bottom:0}body .authorinfo.fl-post-feed-image-beside .fl-post-feed-image,body .authorinfo.fl-post-feed-image-beside-title .fl-post-feed-image,body .authorinfo.fl-post-feed-image-beside-title-circle .fl-post-feed-image{max-width:110px}body .authorinfo.fl-post-feed-image-beside .fl-post-feed-text,body .authorinfo.fl-post-feed-image-beside-title .fl-post-feed-text,body .authorinfo.fl-post-feed-image-beside-title-circle .fl-post-feed-text{margin-left:0}body .authorinfo.fl-post-feed-image-beside .fl-post-feed-text{margin-left:130px}#react-feed .fl-tabs-label{-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px}.fl-module-custom-tabs .fl-post-grid-image:not(.image-placeholder){position:relative;overflow:hidden;max-height:220px;background-size:cover;background-repeat:no-repeat;background-position:center}.fl-module-custom-tabs .fl-post-grid-image:not(.image-placeholder) a{display:block;padding-bottom:60%}@media only screen and (max-width: 1050px){body #main .fl-post-grid-more{min-width:0;width:100%}}@media only screen and (max-width: 900px){.featured.fl-module-advanced-post-grid{padding-bottom:20px}}@media only screen and (max-width: 769px){body .featured-grid .has-post-thumbnail.pp-content-post.pp-content-grid-post{margin-bottom:40px}body .fl-post-feed .fl-post-feed-post.fl-post-feed-image-beside,body .fl-post-feed .fl-post-feed-post.fl-post-feed-image-beside,body .fl-post-feed .fl-post-feed-post.fl-post-feed-image-beside-content,body .fl-post-feed .fl-post-feed-post.fl-post-feed-image-beside-right,body .fl-post-feed .fl-post-feed-post.fl-post-feed-image-beside-content-right{max-width:100%}body .fl-post-feed .fl-post-feed-post.fl-post-feed-image-beside .fl-post-feed-image,body .fl-post-feed .fl-post-feed-post.fl-post-feed-image-beside .fl-post-feed-image,body .fl-post-feed .fl-post-feed-post.fl-post-feed-image-beside-content .fl-post-feed-image,body .fl-post-feed .fl-post-feed-post.fl-post-feed-image-beside-right .fl-post-feed-image,body .fl-post-feed .fl-post-feed-post.fl-post-feed-image-beside-content-right .fl-post-feed-image{margin-bottom:10px}body .fl-post-feed .fl-post-feed-post.fl-post-feed-image-beside .fl-post-feed-image.medium,body .fl-post-feed .fl-post-feed-post.fl-post-feed-image-beside .fl-post-feed-image.medium,body .fl-post-feed .fl-post-feed-post.fl-post-feed-image-beside-content .fl-post-feed-image.medium,body .fl-post-feed .fl-post-feed-post.fl-post-feed-image-beside-right .fl-post-feed-image.medium,body .fl-post-feed .fl-post-feed-post.fl-post-feed-image-beside-content-right .fl-post-feed-image.medium{max-width:100%}.featured .fl-post-feed-image{overflow:hidden;width:100% !important;margin-left:0 !important;margin-right:0 !important}body .authorinfo.fl-post-feed-post .fl-post-feed-content{font-size:.9em}body .authorinfo.fl-post-feed-image-beside{border-top:1px solid #ddd;padding:20px 0}body .authorinfo.fl-post-feed-image-beside .fl-post-feed-image{max-width:140px}}@media only screen and (min-width: 600px) and (max-width: 870px){body .fl-post-feed .fl-post-feed-image-beside .fl-post-feed-text{margin-left:31%}body .fl-post-feed .fl-post-feed-image-beside .fl-post-feed-image{margin-right:3%;margin-bottom:2em;margin-top:5px;width:27%}}@media only screen and (min-width: 769px) and (max-width: 1000px){.new-releases .fl-post-feed-image{display:none}}@media only screen and (min-width: 769px){body .featured .fl-post-feed-image-beside .fl-post-feed-image{width:50%}body .featured .fl-post-feed-image-beside .fl-post-feed-post-container{margin-left:53%}.new-releases .fl-col-content.fl-node-content{border-left:1px solid #e2e2e2;padding-left:10%}body .new-releases .fl-post-feed-image-beside.fl-post-feed-has-image .fl-post-feed-content{clear:none}}@media only screen and (min-width: 960px){body .content-category-list{min-height:80px}}.fl-tabs-panel-content .fl-col-small .fl-callout-photo{max-width:200px;margin-left:auto;margin-right:auto}@media only screen and (max-width: 769px){body .fl-tabs-vertical .fl-tabs-label.fl-tab-active{border:1px solid #57068c !important;padding:12px 18px;background:#57068c !important;color:#fff !important;width:100%}body .fl-tabs-vertical .fl-tabs-panel-content{padding:0 0 15px 0}}@media only screen and (min-width: 769px){body .pp-tabs-panel-content{padding:0 0 30px 50px}body .pp-tabs-vertical .pp-tabs-panels{width:80%}body .pp-tabs-vertical .pp-tabs-labels{width:20%}body .fl-module-tabs{margin-left:-1px;margin-right:-1px}body .fl-tabs-vertical .fl-tabs-labels{width:20%;border-top:1px solid #ddd;font-size:14px;line-height:1.4em}body .fl-tabs-vertical .fl-tabs-panels{width:80%}body .fl-tabs-vertical .fl-tabs-panels .fl-col-group{margin-bottom:20px}body .fl-tabs-vertical .fl-tabs-label>span{display:block;font-size:12px;font-weight:400}body .fl-tabs-vertical .fl-tabs-label{font-weight:700}body .fl-tabs-vertical .fl-tabs-label.fl-tab-active{left:0px !important;top:-1px !important;border-right:1px solid #fff !important;border:1px solid #ddd !important;border-top:none !important;padding:12px 18px;background:#fff !important;color:#57068c !important}body .fl-tabs-vertical .fl-tabs-label:not(.fl-tab-active){border-left:1px solid #ddd;border-bottom:1px solid #30044d;background:#57068c;color:#fff}body .fl-tabs-vertical .fl-tabs-panel-content{padding:0 3% 3% 3%;font-size:14px}body .fl-tabs-vertical h3.fl-callout-title{font-size:15px;padding-bottom:5px}body .fl-tabs-vertical .fl-callout-text p{font-size:13px;text-overflow:ellipsis;overflow:hidden}.pp-tabs-style-7.pp-tabs-vertical .pp-tabs-label.pp-tab-active{background:#f7f7f7 !important}}body #cookie-notice .button.wp-default:hover,body #cookie-notice .button.wp-default:focus,body #cookie-notice .button.wp-default{background:#fff;text-shadow:none;border-color:#fff}img{height:auto;vertical-align:middle}body .fl-photo-content img{display:inline-block;width:100%}.alignnone.size-medium,.aligncenter.size-medium{display:block;margin:20px auto}.alignnone.size-large,.aligncenter.size-large{display:block}.alignnone.size-full{display:block}img.alignleft.size-thumbnail{float:left;margin-right:20px;margin-top:0.6em;margin-bottom:1em}.alignleft .size-medium{display:block}.alignleft.size-large{display:block}.alignright{display:block}.alignright.size-medium{display:block}.alignright.size-large{display:block}p.wp-caption-text,body .fl-photo-caption{font-size:14px;line-height:24px;overflow:hidden;text-align:left;margin-top:10px;white-space:normal}.wp-caption{max-width:100%}@media only screen and (max-width: 600px){.fl-module img{max-width:100%;width:100%;height:auto}.wp-caption.alignleft,.wp-caption.alignright,.wp-caption.aligncenter{width:100% !important}}@media only screen and (min-width: 600px){.aligncenter{display:block;margin:20px auto}.alignleft{float:left;margin-right:20px;margin-top:0.6em;margin-bottom:1em}.wp-caption.alignleft{margin-top:0.5em;margin-right:10px}.alignright{float:right;margin-left:20px;margin-top:0.6em;margin-bottom:1em}.wp-caption.alignright{margin-top:0.5em;margin-left:10px}.gallery-columns-1{width:100%}}table{width:100%;margin-top:1em;margin-bottom:1em}table tr:first-child{font-family:"NewJuneBold";font-weight:normal}table td{font-size:1em;padding:7px 0;border-bottom:1px solid #eee}.datatable table tr td{border-bottom:1px solid #eee;padding:7px}.datatable table td:empty{padding:20px 0}.darkbg table tr:first-child{background:#000;color:#fff}.transparent table tr:first-child{background:transparent;color:inherit}.fl-rich-text table td{font-size:1em;padding:1em 0;vertical-align:top}.hlostotaulu .hlosearch{text-overflow:ellipsis}.hlostotaulu table{font-size:14px;background:#ffffff1a}.hlostotaulu table tr:first-child{background:#fff;color:#111 !important;display:table-row !important}.hlostotaulu table tr td{padding:10px 7px;vertical-align:top}@media only screen and (max-width: 1050px){table td{font-size:1em;padding:7px 0}}@media only screen and (max-width: 959px){.hlostotaulu{overflow:hidden;overflow-x:scroll}}@media only screen and (max-width: 769px){table{overflow-x:scroll}table td{font-size:1em;padding:7px 10px 7px 0}}ul,ol{margin-bottom:0.273em}ol{list-style:decimal}ul{margin-left:0;margin-bottom:1em;list-style:square outside}ul ul{margin:4px 0 5px 25px}ol ol{margin:4px 0 5px 25px}li{padding-bottom:0.273em}ul.large li{line-height:21px}dl dt{font-family:"NewJuneBold";font-weight:normal;font-size:16px;font-size:1em}.meta{font-size:14px;font-style:normal;text-transform:none;margin:0 0 10px;font-weight:400;color:#777}.meta a{text-decoration:none;color:inherit}.meta .event-date{font-weight:700;color:#57068c}.widget.widget_heateor_sss_sharing h2{text-transform:none;font-size:1em;margin-top:1em;margin-bottom:0.8em}body .related-posts .fl-row-content-wrap{padding-top:1em}body .related-posts .pp-content-grid-title.pp-post-title{font-size:1.1em}body .related-posts .fl-post-feed-post.fl-post-feed-image-beside.fl-post-feed-no-image{padding:0}body .related-posts .fl-post-feed-post h2.fl-post-feed-title{margin-top:0;font-size:1.3em}body .related-posts .fl-post-feed-content p{font-size:16px}@media only screen and (max-width: 769px){body #main .news-more-articles h3.fl-heading{font-size:1.2em;margin-bottom:1em !important}body #main .news-more-articles .fl-post-grid-post{margin-bottom:2em}body #main .news-more-articles .fl-post-grid-post h2.fl-post-grid-title{font-size:1.1em}body #main .news-more-articles .fl-post-grid-post .fl-post-grid-more{margin-top:20px}}.post-navigation{font-weight:400;text-transform:none;letter-spacing:0px;margin-top:70px;position:relative;margin:0px auto 30px;overflow:hidden;font-size:14px;line-height:1.2;border-top:1px solid #DDD;padding-top:20px;font-style:normal;max-width:90%}.post-navigation span{margin:0;display:block}.previous-post{display:block;width:45%;float:left;color:#333}.next-post a,.previous-post a{color:#333;text-decoration:none;font-weight:700;text-transform:uppercase;font-size:.9em}.next-post{display:block;width:45%;float:right;color:#333;text-align:right}.form-allowed-tags{font-size:15px;color:#999}#comments-template abbr{color:#999}#comments-template .logged-in-as{font-size:15px;font-style:normal;color:#AAA}.comments-section .fl-row-content-wrap{padding:40px 0;background:#fcfcfc}ol.comment-list{list-style:none;padding:0;margin:30px 0}ol.comment-list ul.children{list-style:none;padding-left:15px}ol.comment-list .comment-body{border-bottom:2px solid #ddd;padding:20px;background:#fff}.comment-author.vcard img{display:none}.comment-meta.commentmetadata{font-size:11px}.comment-author.vcard{font-size:14px}.comment-author.vcard cite.fn{font-style:normal}.comment-meta.commentmetadata a{text-decoration:none;color:#666}a.comment-reply-link{font-size:13px}body #comments-template input[type="submit"]{background:#57068c;border:1px solid #57068c;color:#fff;padding:15px 25px}.comment-form-url{display:none}h2.widgettitle{font-size:1.1em;text-transform:uppercase}form.searchform{position:relative}form.searchform .search-field{line-height:35px;width:100%;text-indent:8px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}form.searchform .searchsubmit{position:absolute;right:8px;top:12px;background:rgba(0,0,0,0);border:none;font-size:15px;opacity:.3;color:inherit}#search-toggle i{color:#fff;font-size:13px;opacity:1;text-transform:none;display:inline-block;background-color:#00a5cd;height:35px;line-height:35px;width:36px;text-align:center;margin-left:10px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}input#searchsubmit{background:rgba(0,0,0,0);color:#333;border:none;padding:13px 36px;width:auto;text-align:center;font-family:inherit}@media only screen and (max-width: 769px){body .ubermenu .ubermenu-hide-desktop .ubermenu-custom-content-padded{background:#fcfcfc}body .ubermenu .ubermenu-searchform{position:relative;background:#fff;width:100%;margin:0;border:1px solid #eee}body .ubermenu .ubermenu-search input.ubermenu-search-input{padding:10px 40px 10px 15px}}@media only screen and (max-width: 769px){body .fl-module-icon{text-align:left !important}}@media only screen and (max-width: 600px){body .fl-module.fl-module-callout .fl-module-content .fl-icon i,body .fl-module.fl-module-callout .fl-module-content .fl-icon i:before{font-size:25px;line-height:55px;height:55px;width:55px}}@media only screen and (max-width: 769px){.fl-module.fl-module-heading{margin-bottom:15px}.fl-module.fl-module-heading h2.fl-heading{margin-bottom:10px !important;font-size:1.6em}.fl-module-heading.section-title h2.fl-heading{font-size:1.4em;line-height:1.3em}}@media only screen and (max-width: 769px){body .menu.fl-menu-horizontal>li>a{padding-left:0}}@media only screen and (max-width: 769px){.fl-embed-video iframe{height:320px}}body .react-search-field{flex:0 0 100%}body .react-search-country-field{display:none}body .lightbox-content-wrap{overflow-y:auto;overflow-x:hidden;margin:.5em .5em 2em .5em;padding:0 1em 3em;height:auto}body .button-lightbox-content h3{margin-bottom:1em}body .fl-button-lightbox-content{max-width:800px !important;max-height:85vh;display:flex;flex-direction:column}.single-events #main{font-size:1.1em}h3.event-date{font-size:1em;margin:4px 0 4px}@media only screen and (min-width: 960px){.single-events .fl-post-feed{max-width:960px}}#main{padding:0;border-top:1px solid #eee}.page-template-plain-info-page #main{border-top:1px solid #eee;padding-top:1.5em}.single-post #main{font-size:1.1em}.single-post header#masthead{border-bottom:1px solid #eee}.single-post .fl-row-fixed-width{max-width:850px}.blog-heading .fl-row-content{padding-top:40px;padding-bottom:10px}@media only screen and (max-width: 959px){.single-post .fl-row-fixed-width{max-width:650px}}@media only screen and (max-width: 769px){.news-entry-title .fl-module.fl-module-heading{margin-bottom:5px}.single-article .fl-col-small.aside{margin-top:2em;margin-left:-20px;margin-right:-20px;max-width:none}.single-article .fl-col-small.aside .fl-module{margin-left:20px;margin-right:20px}.single-article .news-more-articles .fl-row-content-wrap{border-top:0;padding-top:.5em}}@media only screen and (min-width: 960px){.single-post .fl-row-fixed-width{max-width:910px}.single-post .post-container{overflow:hidden;width:100%}.blog-heading .fl-module{max-width:960px}}.news-entry-title .meta{margin-top:5px;font-size:14px}.news-entry-title .meta .date{opacity:.7}.single-reference .fl-row-fixed-width{max-width:1200px}.single-reference #breadcrumbs{margin-bottom:1em}.single-reference h1{font-size:2em}#c-menu .c-menu{border:1px solid #ddd;border-right:none;border-bottom:none}#c-menu .c-menu-item{background:#fff;border:none;outline:none;display:block;width:100%;text-align:left;padding:17px 18px;border-right:0px solid #ddd;border-bottom:1px solid #ddd;font-weight:bold;position:relative;right:0;z-index:10;font-size:14px}#c-menu .c-menu-item.active{border-right:0px solid #57068c;color:#57068c}#c-menu .c-menu-item span{font-size:13px;font-weight:400;display:block;margin-top:5px;width:100%}#c-menu .c-menu-item.sub-item{background:#fbfbfb;font-weight:400}#c-contact-content{border:1px solid #ddd;padding:2%;background:#fff}#c-contact-content p{font-size:14px}#c-contact-content .fl-row.c-contact h3.fl-callout-title{font-size:15px;padding-bottom:5px}#c-contact-content .fl-row.c-contact .fl-callout-text p{font-size:13px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}#c-contact-content .fl-row.c-contact h3{font-size:1.2em}#c-contact-content .fl-row.c-contact .c-section-title h4{border-bottom:1px solid #eee;padding-bottom:7px;margin-bottom:7px;font-size:1.5em;text-transform:none}body:not(.wp-editor) .fl-row.c-contact{display:none}body #c-contact-content .fl-row.c-contact{display:block}.c-menu-mobile-toggle{display:none}@media only screen and (max-width: 1000px){.fl-row.c-contact-container{background:#f7f7f7}.fl-row.c-contact-container .fl-row-content-wrap{margin-top:0}.fl-row.c-contact-container .fl-row.c-contact .fl-col-small{width:50% !important;max-width:none;float:left;clear:none}.fl-row.c-contact-container .fl-row.c-contact .fl-col-small:nth-child(2n+1){clear:left}.fl-row.c-contact-container .c-section-title .fl-module-content{margin-bottom:0}.fl-row.c-contact-container .c-section-title h4{margin-bottom:7px;text-transform:none;font-size:1.4em}.fl-row.c-contact-container .menucol,.fl-row.c-contact-container #c-contact-content{width:98%;float:none;clear:both;padding-left:0;margin-left:2%}.fl-row.c-contact-container .menucol p,.fl-row.c-contact-container #c-contact-content p{font-size:13px}.fl-row.c-contact-container .fl-callout-content{padding-right:15px;padding-bottom:0}.fl-row.c-contact-container .fl-callout-content .fl-photo-content{max-width:30% !important;display:block;float:left;margin-right:15px;border:1px solid #eee;padding:5px}.fl-row.c-contact-container .fl-callout-content .fl-callout-text p{font-size:12px !important;text-overflow:initial;white-space:normal;overflow:visible;word-wrap:break-word}.c-menu-mobile-toggle{display:block;background:#30044d;color:#fff;border:none;width:100%;padding:17px 20px;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;margin:15px 0 0;font-weight:bold;outline:none;font-size:14px;text-transform:none;text-align:center;overflow:visible}.c-menu-mobile-toggle.active{opacity:.9;color:#fff;border:none;-moz-box-shadow:0 4px 10px rgba(0,0,0,0.5);-webkit-box-shadow:0 4px 10px rgba(0,0,0,0.5);box-shadow:0 4px 10px rgba(0,0,0,0.5)}#c-menu .c-menu{border-right:1px solid #ddd;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear;height:auto;visibility:visible;-moz-box-shadow:0 4px 10px rgba(0,0,0,0.2);-webkit-box-shadow:0 4px 10px rgba(0,0,0,0.2);box-shadow:0 4px 10px rgba(0,0,0,0.2)}#c-menu .c-menu.inactive{visibility:hidden;height:1px}#c-menu .c-menu.active{visibility:visible;height:auto}#c-menu .c-menu-item.active{color:#57068c;border-right:none;right:0}#c-contact-content{margin-top:15px;margin-bottom:25px;padding:20px 0}}@media only screen and (max-width: 769px){.fl-row.c-contact-container .menucol,.fl-row.c-contact-container #c-contact-content{width:100%;margin-left:0}}@media only screen and (max-width: 600px){.people .fl-col{width:100% !important;float:none !important;clear:both !important}.people .fl-col:nth-child(2n+1){clear:both !important}body #c-contact-content .fl-row.c-contact .fl-col-small{width:100% !important;max-width:100%;float:none;clear:both}body #c-contact-content .fl-row.c-contact .fl-callout-content{padding-bottom:0}body #c-contact-content .fl-row.c-contact .fl-callout-content .fl-photo-content{max-width:30% !important;display:block;float:left;margin-right:15px;border:1px solid #eee;padding:5px}body #c-contact-content .fl-row.c-contact .fl-callout-content .fl-callout-title{font-size:14px;padding-top:3px;padding-bottom:1px}body #c-contact-content .fl-row.c-contact .fl-callout-content p{font-size:12px}}@media only screen and (min-width: 1000px){#c-menu .c-menu-item.active,#c-menu .c-menu-item.sub-item.active{border-right:0px solid #57068c;color:#fff;background:#57068c}#c-contact-content .fl-row.c-contact .fl-photo-align-center{text-align:left;max-width:150px}}.account-splash .splash-header{max-width:500px;margin:1.5em auto 0;text-align:center}.account-splash .splash-header h2{font-size:1.2em}.account-splash .splash-header p{font-size:14px;color:#777}.account-splash .splash-reg{background:#fbfbfb;padding:.5em 2em 2em;margin-top:2em;max-width:700px;margin-left:auto;margin-right:auto}.account-splash .splash-reg p{margin:0}.account-splash .fl-tabs-panels.fl-clearfix{margin:auto;border-left:none;border-right:none;border-bottom:none}.account-splash .fl-tabs-labels{text-align:center;display:block;font-weight:700;text-transform:uppercase;font-size:.9em;letter-spacing:0.012em}.account-splash .fl-tabs-panel-label{display:none !important}.account-splash .fl-tabs-horizontal .fl-tabs-label{float:none;display:inline-block;min-width:150px}.account-splash #wppb-login-wrap{width:100%;max-width:500px;margin:1em auto;background:#fcfcfc;padding:2em}.account-splash #wppb-login-wrap .login-username label,.account-splash #wppb-login-wrap .login-password label{font-size:14px;display:block !important;float:none !important;width:100% !important;margin-bottom:.5em}.account-splash #wppb-login-wrap .login-username input,.account-splash #wppb-login-wrap .login-password input{width:100% !important;float:none !important;background:#fff !important;padding:0 .5em !important;border:1px solid #ddd !important}.account-splash #wppb-login-wrap .login-remember label{font-size:13px;font-weight:400;color:#777}.account-splash #wppb-login-wrap .login-remember #rememberme{margin-right:.5em}.account-splash #wppb-login-wrap #wppb-submit{background:#400566;color:#fff;border-radius:5px;border:none;padding:14px;width:150px;font-size:14px;font-weight:700;white-space:nowrap;cursor:pointer}.account-splash .forgot-pw{max-width:500px;margin:0 auto 1em;font-size:13px;color:#777;width:100%;text-align:left}.account-splash .forgot-pw a{color:#777;text-decoration:none}@media only screen and (max-width: 768px){.account-splash .fl-tabs-horizontal .fl-tabs-label.fl-tab-active{border-left:1px solid #ddd !important;border-top:1px solid #ddd !important;border-right:1px solid #ddd !important;border-bottom:0px solid #ddd !important;background:#fff;z-index:10;position:relative}.account-splash .fl-tabs-labels{height:46px;white-space:nowrap}}@media only screen and (max-width: 450px){.account-splash{margin-left:-15px;margin-right:-15px}.account-splash #wppb-login-wrap,.account-splash .splash-reg{padding:1em}}.dcenter-menu ul{list-style:none;margin:0;padding:0}.dcenter-menu li{padding:.3em 0;border-bottom:1px solid #ddd}.dcenter-menu a{display:block;text-decoration:none;font-weight:bold}.dcenter-menu a:before{content:"\F105";font-family:FontAwesome;margin-right:1em}body .dcenter-accordion .fl-accordion-item{border:none;border-bottom:1px solid #e5e5e5}body .dcenter-accordion .fl-accordion-item .fl-accordion-button{padding:10px 0px;border:none;font-size:.9em}.select2-container{width:100% !important}.select2-container .select2-selection--single{height:40px !important}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:40px !important}.select2-container--default .select2-selection--single .select2-selection__arrow{height:36px !important}#wppb-recover-password-container{max-width:500px;width:100%;margin:auto}#wppb-recover-password-container #wppb-recover-password{background:#fcfcfc;padding:2em}#wppb-recover-password-container .wppb-form-field label{display:block !important;float:none !important;font-size:14px;margin-bottom:.5em;font-weight:700;width:100% !important}#wppb-recover-password-container .wppb-form-field #username_email{width:100%;float:none !important;border:1px solid #ddd !important;background:#fff !important}#wppb-recover-password-container #wppb-recover-password-button{background:#400566;color:#fff;border-radius:5px;border:none;padding:14px;width:150px;font-size:14px;font-weight:700;white-space:nowrap;cursor:pointer}#wppb-edit-user #edit_profile{background:#400566;color:#fff;border-radius:5px;border:none;padding:14px;width:150px;font-size:14px;font-weight:700;white-space:nowrap;cursor:pointer}#wppb-edit-user .wppb-form-field label{width:auto;float:none;min-height:1px;font-weight:700;font-size:14px;margin:.5em 0 !important;display:inline-block}#wppb-edit-user .wppb-form-field select,#wppb-edit-user .wppb-form-field input{width:100% !important;float:none !important}#wppb-edit-user .wppb-form-field>span,#wppb-edit-user .wppb-form-field #pass-strength-result{margin-left:0 !important}#wppb-edit-user ul li h4{margin-top:1em;margin-bottom:.5em}#wppb-register-user{padding:0;margin:auto}#wppb-register-user .wppb-form-field input,#wppb-register-user .wppb-form-field select,#wppb-register-user .wppb-form-field textarea{width:100%;float:none}#wppb-register-user .wppb-form-field input#send_credentials_via_email{width:15px}#wppb-register-user .wppb-form-field label{width:auto;float:none;min-height:1px;font-weight:bold;font-size:14px}#wppb-register-user .wppb-form-field>span{margin-left:0;margin-top:10px}#wppb-register-user .wppb-select2 span.select2-container{clear:none;width:100% !important;margin-left:0 !important}#wppb-register-user #pass-strength-result{margin-left:0 !important}#wppb_form_success_message,.wppb-success{text-align:center}.loop-header{background:#57068c;color:#fff;padding:40px 0;margin-bottom:40px}.loop-header a{color:#fff}.archive .hentry{clear:both;border-bottom:1px solid #e6e6e6;margin-bottom:2em;padding-bottom:2em;overflow:hidden}.has-thumbnail .blog-feed-image{float:left;width:33%;overflow:hidden}.blog-feed-image img{width:100%;height:auto}.has-thumbnail .blog-post-feed-post-container{margin-left:36%}body .loop-header.vcard h1{font-size:2.2em}.loop-header.vcard{background:#fcfcfc;color:inherit;border-top:1px solid #ddd;border-bottom:1px solid #eee}.archive.author .blog-post-feed-post-container h2{font-size:1.4em}.loop-header.vcard .author-description{display:none}.pagination{width:100%;margin:60px auto 0px;padding-bottom:20px;max-width:900px}.pagination a{display:inline-block;padding:5px 15px;background:#FFF;margin:0 10px 0 0;color:#333;font-size:14px;font-weight:700;font-style:normal;border:1px solid #CCC;line-height:25px;-webkit-transition:all 0.4s linear;-moz-transition:all 0.4s linear;-o-transition:all 0.4s linear;-ms-transition:all 0.4s linear;transition:all 0.4s linear;text-decoration:none}.pagination a:hover{background:#57068c;color:#fff}.pagination span{display:inline-block;padding:5px 15px;background:#57068c;margin:0 10px 0 0;color:#FFF;font-size:14px;font-weight:700;font-style:normal;line-height:25px;border:1px solid #57068c}@media only screen and (max-width: 600px){.has-thumbnail .blog-feed-image{float:none;width:100%;overflow:hidden}.has-thumbnail .blog-post-feed-post-container{margin-left:0;margin-top:1em}}.search-results #main{border-top:1px solid #ddd;margin-bottom:2em}.search-results .loop-header{background:#fff;color:#111;padding:30px 0;margin-bottom:35px;border-bottom:1px solid #ddd}.search-results .loop-header h1.loop-title{font-size:1.8em;margin-bottom:1px}.search-results .loop-header .results_count{font-size:.8em}.search-results .loop-header .pagination{margin:11px 0 0;padding:0}.search-results article{margin:0 auto 2em;padding:0 0 1em;width:100%;border-bottom:1px solid #DDD;background-color:#FFF}.search-results article h1{font-size:1.3em;line-height:1;font-weight:normal}.search-results article h1 a{color:#57068c}.search-results article p{margin-bottom:0;font-size:.9em}.search-results article a.moretag{display:block;margin:1em 0 0;padding:0em 0 0}.search-results article:last-child{border-bottom:none}.search-results .pagination{margin-top:20px;max-width:none}.search-results .pagination span,.search-results .pagination a{padding:3px 11px;margin:0 10px 0 0;font-size:14px;line-height:23px}.search-no-results .page-content{max-width:900px;width:100%;margin:0em auto 4em;text-align:center;font-size:1.2em}.search-no-results .page-content form#searchform{position:relative;width:70%;margin:40px auto}.search-no-results .page-content form#searchform input#s{width:100%;height:50px;margin:0;border:1px solid #CCC;background:#FFF;border-radius:0;text-indent:5%;font-size:0.8em;color:#999}.search-no-results .page-content form#searchform input#searchsubmit{padding:0;background:rgba(0,0,0,0);border:none;font-weight:bold;color:#FFF;display:inline-block;margin-top:12px;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;-webkit-appearance:none;font-size:1em;font-weight:500;height:25px;width:25px;margin-right:10px;opacity:.3}.search-no-results h1.loop-title{text-align:center;margin-top:1em}.search nav .menu .menu-item-object-product{display:none !important}.error404 #main{border-top:1px solid #DDD;padding-top:40px;padding-bottom:40px}.error404 .loop-header{background:#fff;color:inherit;padding:40px 0 0;margin-bottom:0}.error404 .page-content{max-width:900px;width:100%;margin:0em auto 4em;text-align:center;font-size:1.2em}.error404 h1.loop-title{text-align:center}.error404 .page-content form#searchform{position:relative;width:70%;margin:auto}.error404 .page-content input#s{width:100%;height:50px;margin:0;border:1px solid #CCC;background:#FFF;border-radius:0;text-indent:5%;font-size:0.8em;color:#999}.error404 .page-content input#searchsubmit{padding:0;background:#333;border:none;font-weight:bold;color:#FFF;display:inline-block;margin-top:13px;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;-webkit-appearance:none;font-size:1em;font-weight:500;height:25px;width:30px;margin-left:-14px;padding:0;opacity:0.3;background:rgba(0,0,0,0);margin-right:15px}.reverse .fl-row-content-wrap:after{left:50% !important}@media only screen and (max-width: 769px){.fl-row-content-wrap:after,.reverse .fl-row-content-wrap:after{left:0% !important;width:100% !important}}@media only screen and (max-width: 600px){#wpadminbar{top:-46px !important}}



/*Start : 230224 hao 微信浮窗二维码*/
.weixin_ftc_box{
	
}
.weixin_ftc_box .tcbg{
	position: fixed;left:0;top:0;width: 100%;height: 100%;z-index:10009;background-color: rgba(0,0,0,0.6);
}
.weixin_ftc_box .tcinfo{
	position: fixed;left:50%;top:50%;width:300px;height:300px;z-index: 10010;
	transform: translate(-150px,-150px);
	-webkit-transform: translate(-150px,-150px);
}
.weixin_ftc_box .tcinfo img{width: 400px;max-width: 100%;}
@media only screen and (max-width: 767px) {
    .weixin_ftc_box .tcinfo{
    	position: fixed;left:50%;top:50%;width:200px;height:200px;z-index: 10010;
    	transform: translate(-100px,-100px);
    	-webkit-transform: translate(-100px,-100px);
    }
}
/*End : 230224 hao 微信浮窗二维码*/

.hs-cookie-notification-position-bottom{display: none !important;}

.centered-hs-form div.wpforms-container-full .wpforms-form .wpforms-field-description, .centered-hs-form div.wpforms-container-full .wpforms-form .wpforms-field-limit-text{font-size: 0.875em;line-height: 1.3em;}
.centered-hs-form div.wpforms-container-full .wpforms-form .wpforms-field-label{font-size: 0.875em;line-height: 1.3em;}
.centered-hs-form div.wpforms-container-full .wpforms-form a{text-decoration:underline;}
.centered-hs-form div.wpforms-container-full .wpforms-form button[type=submit]{background-color: #fff;color: #002696;font-size: 0.875em;border-radius: 4px;padding: 16px 25px !important;border: 1px solid #fff;}
.centered-hs-form div.wpforms-container .wpforms-form .choices{color:#666;}

.centered-hs-form .wpforms-confirmation-container-full{background: none;border:0;text-align: center;}@import url(//hello.myfonts.net/count/37c872);@font-face{font-family:'NewJuneBold';src:url("../fonts/37C872_0_0.eot");src:url("../fonts/37C872_0_0.eot?#iefix") format("embedded-opentype"),url("../fonts/37C872_0_0.woff2") format("woff2"),url("../fonts/37C872_0_0.woff") format("woff"),url("../fonts/37C872_0_0.ttf") format("truetype")}@font-face{font-family:'NewJuneRegular';src:url("../fonts/37C872_1_0.eot");src:url("../fonts/37C872_1_0.eot?#iefix") format("embedded-opentype"),url("../fonts/37C872_1_0.woff2") format("woff2"),url("../fonts/37C872_1_0.woff") format("woff"),url("../fonts/37C872_1_0.ttf") format("truetype")}.toast{background:rgba(64,5,102,0.95);border-color:#400566;border:.05rem solid #400566;border-radius:.1rem;color:#fff;display:block;padding:.4rem;width:100%}.toast.toast-primary{background:rgba(87,6,140,0.95);border-color:#57068c}.toast.toast-success{background:rgba(0,128,0,0.95);border-color:green}.toast.toast-warning{background:rgba(255,165,0,0.95);border-color:orange}.toast.toast-error{background:rgba(255,0,0,0.95);border-color:red}.toast a{color:#fff;text-decoration:underline}.toast a:focus,.toast a:hover,.toast a:active,.toast a.active{opacity:.75}.toast .btn-clear{margin:.1rem}.toast p:last-child{margin-bottom:0}.tooltip{position:relative}.tooltip::after{background:rgba(64,5,102,0.95);border-radius:.1rem;bottom:100%;color:#fff;content:attr(data-tooltip);display:block;font-size:.7rem;left:50%;max-width:320px;opacity:0;overflow:hidden;padding:.2rem .4rem;pointer-events:none;position:absolute;text-overflow:ellipsis;transform:translate(-50%, .4rem);transition:opacity .2s, transform .2s;white-space:pre;z-index:300}.tooltip:focus::after,.tooltip:hover::after{opacity:1;transform:translate(-50%, -.2rem)}.tooltip[disabled],.tooltip.disabled{pointer-events:auto}.tooltip.tooltip-right::after{bottom:50%;left:100%;transform:translate(-.2rem, 50%)}.tooltip.tooltip-right:focus::after,.tooltip.tooltip-right:hover::after{transform:translate(.2rem, 50%)}.tooltip.tooltip-bottom::after{bottom:auto;top:100%;transform:translate(-50%, -.4rem)}.tooltip.tooltip-bottom:focus::after,.tooltip.tooltip-bottom:hover::after{transform:translate(-50%, .2rem)}.tooltip.tooltip-left::after{bottom:50%;left:auto;right:100%;transform:translate(.4rem, 50%)}.tooltip.tooltip-left:focus::after,.tooltip.tooltip-left:hover::after{transform:translate(-.2rem, 50%)}.card{background:#fff;border:.05rem solid #e2bbfc;border-radius:.1rem;display:flex;flex-direction:column}.card .card-header,.card .card-body,.card .card-footer{padding:.8rem;padding-bottom:0}.card .card-header:last-child,.card .card-body:last-child,.card .card-footer:last-child{padding-bottom:.8rem}.card .card-body{flex:1 1 auto}.card .card-image{padding-top:.8rem}.card .card-image:first-child{padding-top:0}.card .card-image:first-child img{border-top-left-radius:.1rem;border-top-right-radius:.1rem}.card .card-image:last-child img{border-bottom-left-radius:.1rem;border-bottom-right-radius:.1rem}.modal{align-items:center;bottom:0;display:none;justify-content:center;left:0;opacity:0;overflow:hidden;padding:.4rem;position:fixed;right:0;top:0}.modal:target,.modal.active{display:flex;opacity:1;z-index:400}.modal:target .modal-overlay,.modal.active .modal-overlay{background:rgba(247,235,254,0.75);bottom:0;cursor:default;display:block;left:0;position:absolute;right:0;top:0}.modal:target .modal-container,.modal.active .modal-container{animation:slide-down .2s ease 1;z-index:1}.modal.modal-sm .modal-container{max-width:320px;padding:0 .4rem}.modal.modal-lg .modal-overlay{background:#fff}.modal.modal-lg .modal-container{box-shadow:none;max-width:960px}.modal-container{box-shadow:0 .2rem .5rem rgba(64,5,102,0.3);background:#fff;border-radius:.1rem;display:flex;flex-direction:column;max-height:75vh;max-width:640px;padding:0 .8rem;width:100%}.modal-container.modal-fullheight{max-height:100vh}.modal-container .modal-header{color:#400566;padding:.8rem}.modal-container .modal-body{overflow-y:auto;padding:.8rem;position:relative}.modal-container .modal-footer{padding:.8rem;text-align:right}.btn{appearance:none;background:#fff;border:.05rem solid #57068c;border-radius:.1rem;color:#57068c;cursor:pointer;display:inline-block;font-size:.8rem;height:1.8rem;line-height:1.2rem;outline:none;padding:.25rem .4rem;text-align:center;text-decoration:none;transition:background .2s, border .2s, box-shadow .2s, color .2s;user-select:none;vertical-align:middle;white-space:nowrap}.btn:focus{box-shadow:0 0 0 0.1rem rgba(87,6,140,0.2)}.btn:focus,.btn:hover{background:#b959f8;border-color:#4e057d;text-decoration:none}.btn:active,.btn.active{background:#4e057d;border-color:#3f0465;color:#fff;text-decoration:none}.btn:active.loading::after,.btn.active.loading::after{border-bottom-color:#fff;border-left-color:#fff}.btn[disabled],.btn:disabled,.btn.disabled{cursor:default;opacity:.5;pointer-events:none}.btn.btn-primary{background:#57068c;border-color:#4e057d;color:#fff}.btn.btn-primary:focus,.btn.btn-primary:hover{background:#480574;border-color:#3f0465;color:#fff}.btn.btn-primary:active,.btn.btn-primary.active{background:#42056a;border-color:#39045b;color:#fff}.btn.btn-primary.loading::after{border-bottom-color:#fff;border-left-color:#fff}.btn.btn-success{background:green;border-color:#007100;color:#fff}.btn.btn-success:focus{box-shadow:0 0 0 0.1rem rgba(0,128,0,0.2)}.btn.btn-success:focus,.btn.btn-success:hover{background:#007600;border-color:#006700;color:#fff}.btn.btn-success:active,.btn.btn-success.active{background:#005c00;border-color:#004d00;color:#fff}.btn.btn-success.loading::after{border-bottom-color:#fff;border-left-color:#fff}.btn.btn-error{background:red;border-color:#f00000;color:#fff}.btn.btn-error:focus{box-shadow:0 0 0 0.1rem rgba(255,0,0,0.2)}.btn.btn-error:focus,.btn.btn-error:hover{background:#f50000;border-color:#e60000;color:#fff}.btn.btn-error:active,.btn.btn-error.active{background:#db0000;border-color:#c00;color:#fff}.btn.btn-error.loading::after{border-bottom-color:#fff;border-left-color:#fff}.btn.btn-link{background:transparent;border-color:transparent;color:#57068c}.btn.btn-link:focus,.btn.btn-link:hover,.btn.btn-link:active,.btn.btn-link.active{color:#39045b}.btn.btn-sm{font-size:.7rem;height:1.4rem;padding:.05rem .3rem}.btn.btn-lg{font-size:.9rem;height:2rem;padding:.35rem .6rem}.btn.btn-block{display:block;width:100%}.btn.btn-action{width:1.8rem;padding-left:0;padding-right:0}.btn.btn-action.btn-sm{width:1.4rem}.btn.btn-action.btn-lg{width:2rem}.btn.btn-clear{background:transparent;border:0;color:currentColor;height:1rem;line-height:.8rem;margin-left:.2rem;margin-right:-2px;opacity:1;padding:.1rem;text-decoration:none;width:1rem}.btn.btn-clear:focus,.btn.btn-clear:hover{background:rgba(247,235,254,0.5);opacity:.95}.btn.btn-clear::before{content:"\2715"}.btn-group{display:inline-flex;flex-wrap:wrap}.btn-group .btn{flex:1 0 auto}.btn-group .btn:first-child:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group .btn:not(:first-child):not(:last-child){border-radius:0;margin-left:-.05rem}.btn-group .btn:last-child:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-.05rem}.btn-group .btn:focus,.btn-group .btn:hover,.btn-group .btn:active,.btn-group .btn.active{z-index:1}.btn-group.btn-group-block{display:flex}.btn-group.btn-group-block .btn{flex:1 0 0}html,body{margin:0}html,button,input,select,textarea{color:#333}select,button{outline:none}::-moz-selection{background:#57068c;color:#fff;text-shadow:none}::selection{background:#57068c;text-shadow:none;color:#fff}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical;height:150px}.chromeframe{margin:0.2em 0;background:#ccc;color:#000;padding:0.2em 0}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fl-builder-edit .shiftnav-wrap{position:static}.ir{background-color:transparent;border:0;overflow:hidden;*text-indent:-9999px}.ir:before{content:"";display:block;width:0;height:150%}.hidden{display:none !important;visibility:hidden}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.invisible{visibility:hidden}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.clearfix{*zoom:1}@media print{*{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) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:0.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}.container:after{content:" ";display:block;height:0;clear:both;visibility:hidden}.clearfix:before,.clearfix:after,.row:before,.row:after{content:' ';display:block;overflow:hidden;visibility:hidden;width:0;height:0}.row:after,.clearfix:after{clear:both}.row,.clearfix{zoom:1}.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.container{margin:0 auto}.fl-row-fixed-width,section{position:relative}@media only screen and (max-width: 1450px){.container,#masthead .container,.fl-row-fixed-width,body .fl-slide-foreground,.bx-controls.bx-has-pager,.ubermenu .ubermenu-row{padding-left:20px;padding-right:20px}}@media only screen and (max-width: 769px){body .fl-col-small{max-width:100%}}@media only screen and (min-width: 769px){.row,.fl-col-group{margin-left:-2%;width:102%}fieldset.row{margin-left:-2% !important;width:102% !important}.fl-col{padding-left:2%;position:relative}.column{display:block;*display:inline;*zoom:1;padding-left:2%;overflow:hidden;*overflow:visible;float:left}.row-wrap,nav .container,.container{margin:0 auto;position:relative;max-width:1400px}#primary-nav .ubermenu .ubermenu-row{max-width:1400px;margin-left:auto;margin-right:auto}.one-third{width:33.333%}.two-thirds{width:66.666%}.one-fourth{width:25%}.two-fourth{width:50%}.three-fourth{width:75%}.one-fifth{width:20%}.two-fifth{width:40%}.three-fifth{width:60%}.four-fifth{width:80%}.half{width:50%}.full{width:100%;display:block;margin-left:auto;margin-right:auto}}body{position:relative;font-family:'NewJuneRegular', Arial, sans-serif;font-size:15px;line-height:26px;line-height:1.8;text-rendering:optimizelegibility;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:none;-webkit-font-smoothing:antialiased;-moz-tap-highlight-color:rgba(0,0,0,0);-moz-text-size-adjust:none;-moz-font-smoothing:antialiased;-ms-tap-highlight-color:rgba(0,0,0,0);-ms-text-size-adjust:none;-ms-font-smoothing:antialiased}p{margin-top:0;margin-bottom:1.5em}body h1{font-size:2.32em;font-style:normal;margin:0px 0 10px;line-height:1em;font-family:"NewJuneBold";font-weight:normal}h2{font-size:1.8em;line-height:1.3em;margin:0 0 10px;font-family:"NewJuneBold";font-weight:normal;text-transform:none}.fl-module-heading.section-title h2.fl-heading{margin-bottom:1em !important;font-size:1.8em}.fl-module-heading h2.fl-heading{margin-bottom:10px !important;font-size:2.2em}h3{font-size:1.4em;font-family:"NewJuneBold";font-weight:normal;margin:0 0 5px;line-height:1.2em}h3.fl-callout-title{font-size:1.1em}.fl-rich-text h3{margin:1em 0 .7em}h4{font-size:1.1em;line-height:1.2em;text-transform:uppercase;font-family:"NewJuneBold";font-weight:normal;margin:0 0 1em}h5{font-size:1em;line-height:1.2em;font-family:"NewJuneBold";font-weight:normal;margin:0 0 1em}h6{font-size:16px;margin:0 0 1em;line-height:1.2em;font-family:"NewJuneBold";font-weight:normal}sup{font-weight:400}em{line-height:inherit}body b,body strong{font-family:"NewJuneBold";font-weight:normal;line-height:inherit}a{color:#57068c;text-decoration:underline;outline:none;line-height:inherit}a:hover{color:#777}a:active{outline:none}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{text-decoration:none;color:inherit}h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{color:inherit}h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong{font-family:"NewJuneBold";font-weight:normal}i{font-style:normal}ul,ol{padding-left:30px}blockquote{line-height:1.4em;color:#57068c;margin:1.5em 0 1.5em 2em;padding:0px;font-style:normal;font-size:1.6em}.page blockquote{margin-left:0}blockquote p{line-height:inherit;color:inherit;font-size:inherit}blockquote cite{display:block;font-size:12px;font-size:1.2rem;color:#555555}blockquote cite:before{content:"\2014    "}blockquote cite a{color:#555555}blockquote cite a:visited{color:#555555}abbr,acronym{font-size:90%;color:#222;border-bottom:1px solid #cccccc;cursor:help}abbr{text-transform:none}.intro div>p{font-size:1.1em;margin:0.5em auto 0.8em;line-height:1.5em;font-family:"NewJuneBold";font-weight:normal}.hero .intro div>p{font-size:1.2em}.single-post .intro div>p{font-size:1.2em}.hero p{margin:0 0 1em}p:empty{display:none}.fl-accordion-button-label{font-family:"NewJuneBold";font-weight:normal}@media only screen and (max-width: 769px){.hero h2{font-size:1.35em}}@media only screen and (max-width: 600px){body h1{font-size:2em}.single-events #main,.single-post #main{font-size:1em}blockquote{margin:1.5em 0 1.5em 0}}@media only screen and (min-width: 769px) and (max-width: 1050px){.home .hero h1.fl-heading{font-size:3.5em !important}.hero h2{font-size:1.4em}}@media only screen and (min-width: 769px){body{font-size:0.8em}}@media only screen and (min-width: 960px){body{font-size:0.85em}body h1{font-size:3em}}@media only screen and (min-width: 1150px){body{font-size:0.9em}}@media only screen and (min-width: 1300px){body{font-size:1em}}#wide-site-title{color:#FFF;margin-top:15px;left:0;position:relative;z-index:1000;float:left;display:block}#wide-site-title:hover{text-decoration:none;background:none}#wide-site-title #logo{width:115px;opacity:1;-ms-interpolation-mode:nearest-neighbor}#m-site-title{display:block;color:#FFF;font-weight:400;text-indent:-99999em;width:140px;margin-top:13px;margin-left:6%;position:absolute;top:0}.m-search{display:none}.m-search-menu{visibility:hidden;height:0;padding:0}.nav-container{margin-top:0}.nav-container.fixed{position:fixed;z-index:20;width:100%}@media only screen and (max-width: 959px){#wide-site-title{margin-top:15px}#secondary-nav,#search-toggle,.search-menu{display:none}}@media only screen and (max-width: 769px){#wide-site-title{margin-top:12px}}@media only screen and (max-width: 600px){#wide-site-title #logo{width:105px}}@media only screen and (min-width: 960px){#wide-site-title #logo{width:110px;margin-top:3px}}@media only screen and (min-width: 1050px){#m-site-title,#menu-icon,.mobile-menu,#m-menu{display:none}#wide-site-title{display:block}.page-template-page-front-page #masthead{position:absolute;background:transparent}.nav-container{background:#fff;margin-top:0;-webkit-transition:all 0.1s ease-in-out;-moz-transition:all 0.1s ease-in-out;-ms-transition:all 0.1s ease-in-out;-o-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.nav-container.fixed{position:fixed;width:100%}header#masthead{padding:0;background:#fff;position:relative;-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;-ms-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;width:100%;z-index:20}.nav-container.fixed header#masthead{background:#fff;position:relative}}@media only screen and (min-width: 1150px){#wide-site-title #logo{width:130px;margin-top:0}}#primary-nav{border-top:1px solid #e7e7e7;margin-top:0px}#primary-nav .container{position:static}#primary-nav .ubermenu-item-level-0>.ubermenu-target{padding-top:20px;padding-bottom:20px;border-left:0px solid #eee;font-size:14px;padding-left:20px;padding-right:25px}#primary-nav ul.ubermenu-nav>li:first-child>.ubermenu-target{padding-left:0 !important;border-left:none}#primary-nav .ubermenu .ubermenu-submenu-type-flyout .ubermenu-target{font-weight:normal !important;padding:8px 15px;font-size:14px !important;text-transform:none !important}#primary-nav .ubermenu .ubermenu-submenu-type-flyout span.ubermenu-target-description.ubermenu-target-text{font-size:.75em;opacity:.7;padding-top:.3em}#primary-nav .ubermenu .ubermenu-submenu-type-flyout .ext-link span.ubermenu-target-title.ubermenu-target-text:before{content:"\F08E";font:normal normal normal .8em/1.7em FontAwesome;margin-right:.5em;color:#57068c;opacity:.8}#primary-nav body #primary-nav .ubermenu .ubermenu-divider{padding:.5em 0}#primary-nav body #primary-nav .ubermenu .ubermenu-divider hr{opacity:.3}body .ubermenu .ubermenu-target,body .ubermenu a{outline:0}body .ubermenu .ubermenu-item-level-0.ubermenu-active>.ubermenu-target{color:#57068c}body .ubermenu .button a{display:inline-block;color:#fff;margin-top:30px;padding:5px 40px 10px !important;font-family:"NewJuneBold";font-weight:normal;font-size:13px !important;background:#111}body .ubermenu .button a:before{content:"\F105" !important;display:inline-block !important;font:normal normal normal 14px/1 FontAwesome !important;font-size:inherit !important;text-rendering:auto !important;-webkit-font-smoothing:antialiased !important;-moz-osx-font-smoothing:grayscale !important;margin-right:10px !important;font-size:16px !important;line-height:1.4em !important;position:relative;top:1px}body .ubermenu .button a:hover{color:#fff;background:#111 !important}body .ubermenu .right-angle a:before{content:"\F105";display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:8px;line-height:1.1em}body .ubermenu .ubermenu-current-menu-ancestor.ubermenu-current_page_ancestor.ubermenu-item-level-0>a.ubermenu-target,body .ubermenu .ubermenu-item-level-0>a.ubermenu-target:hover{color:#57068c}body .ubermenu .ubermenu-submenu .ubermenu-target:hover{color:#57068c}body .ubermenu .ubermenu-submenu a.ubermenu-target.ubermenu-target-with-image.ubermenu-item-layout-image_left:hover{color:#111}body .ubermenu .ubermenu-nav>.ubermenu-current-menu-item>.ubermenu-target,body .ubermenu .ubermenu-submenu a.ubermenu-target.ubermenu-target-with-image.ubermenu-item-layout-image_left:hover .ubermenu-target-title{color:#57068c}body .ubermenu .ubermenu-submenu-type-stack{padding-top:5px;padding-bottom:10px}nav .container{width:100%}nav a{text-decoration:none}body .ubermenu .ubermenu-submenu-drop,body .ubermenu .ubermenu-submenu-type-mega,body .ubermenu-submenu{background:#fdfdfd}body .ubermenu .ubermenu-submenu-drop .ubermenu-item-type-column>.ubermenu-submenu-type-stack>.ubermenu-item-normal:first-child,body .ubermenu .ubermenu-submenu-type-mega .ubermenu-item-type-column>.ubermenu-submenu-type-stack>.ubermenu-item-normal:first-child,body .ubermenu-submenu .ubermenu-item-type-column>.ubermenu-submenu-type-stack>.ubermenu-item-normal:first-child{margin-top:0px;margin-bottom:10px}body .ubermenu .ubermenu-submenu-drop .ubermenu-target-description,body .ubermenu .ubermenu-submenu-type-mega .ubermenu-target-description,body .ubermenu-submenu .ubermenu-target-description{font-size:0.8em;padding-top:5px;line-height:1.6em}body .ubermenu .ubermenu-submenu-drop .ubermenu-item-layout-image_left,body .ubermenu .ubermenu-submenu-type-mega .ubermenu-item-layout-image_left,body .ubermenu-submenu .ubermenu-item-layout-image_left{margin-top:5px}body .ubermenu .ubermenu-submenu-drop .ubermenu-item-layout-image_left>.ubermenu-image,body .ubermenu .ubermenu-submenu-type-mega .ubermenu-item-layout-image_left>.ubermenu-image,body .ubermenu-submenu .ubermenu-item-layout-image_left>.ubermenu-image{float:left;margin-right:1em}body .ubermenu .ubermenu-submenu-drop .ubermenu-item-layout-image_left>.ubermenu-target-title,body .ubermenu .ubermenu-submenu-type-mega .ubermenu-item-layout-image_left>.ubermenu-target-title,body .ubermenu-submenu .ubermenu-item-layout-image_left>.ubermenu-target-title{font-family:"NewJuneBold";font-weight:normal;font-size:15px}body .ubermenu .ubermenu-submenu-drop img.ubermenu-image-size-thumbnail,body .ubermenu .ubermenu-submenu-type-mega img.ubermenu-image-size-thumbnail,body .ubermenu-submenu img.ubermenu-image-size-thumbnail{width:85px;padding-right:15px}body .ubermenu .ubermenu-submenu-drop .ubermenu-custom-content-padded,body .ubermenu .ubermenu-submenu-type-mega .ubermenu-custom-content-padded,body .ubermenu-submenu .ubermenu-custom-content-padded{padding:5px 10px}body .ubermenu .ubermenu-submenu-drop .ubermenu-column,body .ubermenu .ubermenu-submenu-type-mega .ubermenu-column,body .ubermenu-submenu .ubermenu-column{padding-left:10px}.ubermenu .ubermenu-target{color:#111}#primary-nav .ubermenu-item-level-1>.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only{font-family:"NewJuneBold";font-weight:normal;text-transform:uppercase;font-size:14px}body #primary-nav .ubermenu-item-level-0>.ubermenu-target{padding-top:17px;padding-bottom:17px;font-size:15px}.ubermenu .ubermenu-submenu-id-133 .ubermenu-item-level-1,.ubermenu .ubermenu-item-level-1{font-size:1em}.ubermenu .ubermenu-item-level-2,.ubermenu .ubermenu-item-level-3{font-size:0.8em;font-family:"NewJuneBold";font-weight:normal}.ubermenu .ubermenu-submenu-id-133 .ubermenu-item-level-2{font-size:1em;font-weight:normal}.ubermenu .ubermenu-submenu-id-133 .ubermenu-item-level-3{font-size:0.8em;font-family:"NewJuneBold";font-weight:normal}.ubermenu-custom-content h3{text-transform:uppercase;margin-bottom:5px;margin-top:10px;font-size:18px;font-family:"NewJuneBold";font-weight:normal}.ubermenu-custom-content h3 a:hover{color:#57068c}.ubermenu-custom-content{font-size:0.85em}ul.ubermenu-submenu.ubermenu-submenu-id-169.ubermenu-submenu-align-right_edge_item{background:#333;padding:10px 0}@media only screen and (max-width: 1050px){.ubermenu-item-level-0>.ubermenu-target{font-size:14px;padding-left:15px !important;padding-top:22px !important}}@media only screen and (min-width: 650px) and (max-width: 960px){ul.ubermenu-submenu{font-size:1.1em}.fl-menu-horizontal li a{font-size:12px}}@media only screen and (min-width: 769px) and (max-width: 1050px){.ubermenu .ubermenu-submenu-id-108 .ubermenu-target.ubermenu-target-with-image{height:auto}body .ubermenu .ubermenu-target-description{font-size:12px}body .ubermenu .ubermenu-target,.ubermenu .ubermenu-widget{padding:10px 20px}img.ubermenu-image.ubermenu-image-size-thumbnail{width:65px}body .ubermenu .ubermenu-item-layout-image_left>.ubermenu-target-text{padding-left:65px}.ubermenu .ubermenu-item-layout-image_left>.ubermenu-target-title,.ubermenu-custom-content,.ubermenu .ubermenu-item-level-2,.ubermenu .ubermenu-item-level-3{font-size:13px}.ubermenu-custom-content h3{font-size:14px}}@media only screen and (min-width: 960px){#primary-nav ul.ubermenu-nav>li:first-child>.ubermenu-target{padding-left:0 !important}body .ubermenu .ubermenu-target{color:#111}body .ubermenu .ubermenu-target-description{padding-top:5px;line-height:1.6em}body .ubermenu .ubermenu-item-level-1{font-size:16px}body .ubermenu .ubermenu-item-level-2,body .ubermenu .ubermenu-item-level-3{font-family:"NewJuneBold";font-weight:normal}body .ubermenu .ubermenu-submenu-id-133 .ubermenu-item-level-1{font-size:16px}body .ubermenu .ubermenu-submenu-id-133 .ubermenu-item-level-2{font-size:16px;font-weight:normal}body .ubermenu .ubermenu-submenu-id-133 .ubermenu-item-level-3{font-size:14px;font-family:"NewJuneBold";font-weight:normal}body .ubermenu .ubermenu-custom-content h3{font-family:"NewJuneBold";font-weight:normal;text-transform:uppercase;margin-bottom:5px;margin-top:10px}body .ubermenu .ubermenu-submenu-drop,body .ubermenu .ubermenu-submenu-type-mega{background:#ffffff;padding:15px 10px 15px;border-top:1px solid #eee}body .ubermenu .ubermenu-submenu .ubermenu-search input.ubermenu-search-input{background:#fff;border:1px solid #57068c}body .ubermenu .ubermenu-submenu .ubermenu-target.ubermenu-target-with-image{padding:10px 10px}body .ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target{padding-left:10px;padding-right:10px;margin-left:-7px}body .ubermenu a.ubermenu-target.ubermenu-target-with-image.ubermenu-item-layout-image_left{margin-top:10px}body .ubermenu .ubermenu-item-layout-image_left>.ubermenu-target-title{font-family:"NewJuneBold";font-weight:normal;text-transform:none;line-height:1.1em}ul.ubermenu-submenu.ubermenu-submenu-id-133.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width{background:#fdfdfd;background:-moz-linear-gradient(left, #fdfdfd 0%, #fdfdfd 50%, #f7f7f7 50%, #f7f7f7 50%, #f7f7f7 100%);background:-webkit-linear-gradient(left, #fdfdfd 0%, #fdfdfd 50%, #f7f7f7 50%, #f7f7f7 50%, #f7f7f7 100%);background:linear-gradient(to right, #fdfdfd 0%, #fdfdfd 50%, #f7f7f7 50%, #f7f7f7 50%, #f7f7f7 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f7f7f7',GradientType=1 )}}@media only screen and (min-width: 1050px){body #primary-nav .ubermenu img.ubermenu-image.ubermenu-image-size-thumbnail{width:65px;padding-right:0}body #primary-nav .ubermenu .ubermenu-item-level-2,body #primary-nav .ubermenu .ubermenu-item-level-3{font-size:14px}body #primary-nav .ubermenu .ubermenu-item-layout-image_left>.ubermenu-target-title{font-size:14px;padding-top:10px}body #primary-nav .ubermenu .ubermenu-item-layout-image_left>.ubermenu-target-text{padding-left:80px}body #primary-nav .ubermenu .ubermenu-target-description{font-size:12px}body #primary-nav .ubermenu .ubermenu-custom-content h3{font-size:16px}body #primary-nav .ubermenu .ubermenu-custom-content{font-size:14px}}@media only screen and (min-width: 1300px){body .ubermenu .ubermenu-target-description{font-size:0.85em}}#secondary-nav{float:right;width:500px;font-size:15px;border-right:1px solid #eee}#secondary-nav .ubermenu-item-level-0>.ubermenu-target{padding-top:20px;padding-bottom:20px;border-left:1px solid #eee;font-size:14px;padding-left:20px;padding-right:25px}#secondary-nav .ubermenu ul.ubermenu-submenu-type-flyout .ubermenu-target{font-weight:normal;padding:8px 15px;font-size:14px}.secondary-menu{display:none}body:not(.logged-in) .loggedin{display:none !important;visibility:hidden}body.logged-in .loggedout{display:none !important}#menu-icon{background-color:#57068c;color:#FFF;padding:15px 15px 15px;width:auto;display:block;line-height:31px;cursor:pointer;position:relative;margin:0 0 0 5px;text-align:center;z-index:999;top:0;float:right;font-weight:400;font-size:13px;text-transform:uppercase;opacity:1}#menu-icon i{margin-left:5px}#menu-icon.open .menu-open,#menu-icon .menu-close{display:none}#menu-icon.open .menu-close{display:inline-block}#m-menu{background-color:#fff;height:60px;width:100%}#m-menu .secondary-menu{position:relative;width:auto;height:40px;background:rgba(0,0,0,0);top:0px;z-index:999;float:right;margin-top:0}.shiftnav-menu .logout-item a.shiftnav-target{background:#57068c !important;color:#fff !important}.shiftnav-menu .ext-link .shiftnav-target:before{content:"\F08E";font:normal normal normal .8em/1.7em FontAwesome;margin-right:.5em;opacity:.8}.shiftnav.shiftnav-shiftnav-main ul.shiftnav-menu li.menu-item.current-menu-item>.shiftnav-target,.shiftnav.shiftnav-shiftnav-main ul.shiftnav-menu li.menu-item ul.sub-menu .current-menu-item>.shiftnav-target,.shiftnav.shiftnav-shiftnav-main ul.shiftnav-menu>li.shiftnav-sub-accordion.current-menu-ancestor>.shiftnav-target,.shiftnav.shiftnav-shiftnav-main ul.shiftnav-menu>li.shiftnav-sub-shift.current-menu-ancestor>.shiftnav-target{font-family:"NewJuneBold";font-weight:normal}@media only screen and (max-width: 959px){.m-search{position:absolute;top:0;right:61px;display:block}#m-search-toggle{display:block;height:55px;width:55px;text-align:center;line-height:55px;padding:0 20px;border-right:1px solid #ddd;border-left:1px solid #ddd;font-size:16px;color:#57068c;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}#m-search-toggle .open{display:inline-block}#m-search-toggle .close{display:none}#m-search-toggle.active{background:#30044d;color:#fff}#m-search-toggle.active i{color:#fff}#m-search-toggle.active .open{display:none}#m-search-toggle.active .close{display:inline-block}.m-search-menu{background:#30044d;width:100%;position:relative;-moz-box-shadow:0 4px 10px rgba(0,0,0,0.1);-webkit-box-shadow:0 4px 10px rgba(0,0,0,0.1);box-shadow:0 4px 10px rgba(0,0,0,0.1);overflow:visible;z-index:10;opacity:0;height:0;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.m-search-menu form.searchform .searchsubmit{right:5px;top:11px;font-size:16px;opacity:.3;color:inherit}.m-search-menu.active{visibility:visible;opacity:1;height:auto;padding:10px;margin-bottom:-1px}.nav-container{height:52px}span.shiftnav-submenu-activation{border-left:1px solid #eee}body #shiftnav-toggle-main .shiftnav-toggle-burger,body #shiftnav-toggle-main.shiftnav-toggle-main-entire-bar:before{padding:14px 20px}.ubermenu-responsive-toggle,.ubermenu-sticky-toggle-wrapper{float:right}.ubermenu-responsive-default.ubermenu-responsive.ubermenu .ubermenu-nav{border-top:1px solid #eee;background:#fff}.ubermenu-item-level-0>.ubermenu-target{font-size:14px;padding-left:21px !important;padding-top:22px !important}body .ubermenu-item.ubermenu-item-level-0>.ubermenu-target{background:#fff}body .ubermenu-item.ubermenu-item-level-0{border-bottom:1px solid #eee}body .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after{position:absolute;right:20px;top:20%;margin-top:0px;content:"\F107";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;color:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;border:1px solid #eee;padding:8px 12px}.ubermenu-item-normal.ubermenu-item-level-2 a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only{padding-left:10px}.ubermenu-item-normal.ubermenu-item-level-2 a.ubermenu-target.ubermenu-target-with-image.ubermenu-item-layout-image_left{padding-left:5px}body .ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target{padding-left:0}}@media only screen and (max-width: 600px){.ubermenu-item-level-0>.ubermenu-target{font-size:14px;padding-left:21px !important;padding-top:22px !important;border-bottom:1px solid #eee !important}body .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after{position:absolute;right:20px;top:20%;margin-top:0px;content:"\F107";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;color:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;border:1px solid #eee;padding:8px 12px}}#footer{background-color:#f7f7f7;color:#888;overflow:hidden;padding:80px 0 0;font-size:15px;line-height:inherit}#footer .footer-info{margin-top:120px}#footer .footer-info .widget_custom_html.widget-container{margin:0 auto 0}#footer ul{margin:0;padding:0;list-style:none}#footer li{padding-bottom:0}#footer p{margin:0;line-height:1.4em}#footer a{color:#777;text-decoration:none}#footer .widget-container{margin:0px auto 40px}#footer .widget_custom_html.widget-container{margin:0px auto 10px}#footer .menu-item a{text-decoration:none;text-decoration:none;font-size:14px;line-height:2.2em}#footer h2{font-weight:400;padding:17px 0 0}#footer h3.widget-title{font-size:1em;margin-bottom:10px;text-transform:uppercase;color:#333}#footer i{font-size:22px;margin-right:20px}#footer div#text-3{margin-top:20px;margin-bottom:0;font-size:0.9em}.search-results #footer i{font-family:FontAwesome;font-weight:normal}.credits{font-size:0.8em;padding:15px 0;text-align:center;color:#AAA;background-color:#161616;margin-top:40px}@media only screen and (max-width: 900px){#footer .footer-info{margin-bottom:0;margin-top:120px;background:rgba(247,247,247,0.9);padding:2px 25px;margin-left:-20px;margin-right:-20px;line-height:1.3em}}.breadcrumb{color:inherit}#breadcrumbs{list-style:none;margin:5px 0;overflow:hidden;font-size:14px;padding:0;text-transform:uppercase;font-family:"NewJuneBold";font-weight:normal}#breadcrumbs a{text-decoration:none;font-weight:normal}#breadcrumbs .bc-current{color:inherit;opacity:0.8}#breadcrumbs li{float:left;margin:0 8px 0 0;padding:0}#breadcrumbs .separator{color:inherit;opacity:.8}ul#breadcrumbs p{display:inline}.fl-icon br,.fl-module-button br,.fl-callout-button br,.fl-post-feed-date br,.mc-field-group br{display:none}.pp-button-wrap{margin-top:0.5em;margin-bottom:1em}.hero .pp-button-wrap{margin-bottom:0}body .fl-builder-content a.fl-button,body .fl-builder-content a.fl-button:visited{-webkit-transition:all 0.1s linear;-moz-transition:all 0.1s linear;-o-transition:all 0.1s linear;-ms-transition:all 0.1s linear;transition:all 0.1s linear}.wppb-user-forms .submit.button{background:#400566;color:#fff;border:1px solid #400566;padding:12px 30px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;font-size:1em}@media only screen and (max-width: 769px){body .entry-content .pp-button-wrap{text-align:left !important}body .pp-dual-button-content{text-align:left !important}body .fl-module-button .fl-button-left,body .fl-module-button .fl-button-right{text-align:left}}@media only screen and (max-width: 600px){.fl-builder-content a.fl-button,.fl-builder-content a.fl-button:visited{width:100% !important;padding:16px 0 !important;text-align:center;margin-bottom:2px;font-size:14px !important}a.pp-button{width:100%}}h2.fl-callout-title{font-size:1.4em}.fl-callout-text-wrap a.fl-callout-cta-link{text-decoration:none;font-family:"NewJuneBold";font-weight:normal}.fl-callout-text-wrap a.fl-callout-cta-link:after{content:"\F105";font-family:"FontAwesome";margin-left:5px}.fl-callout-photo .fl-photo-content{overflow:hidden}.shorts .fl-callout-text-wrap{max-width:400px}body .icon-callouts .fl-callout-photo-left .fl-callout-photo{width:90px}body .icon-callouts .fl-callout-photo-left .fl-callout-photo img{max-height:95px}body .about-author{padding:0;background:#fcfcfc;margin:40px 0;font-size:16px}body .about-author .fl-callout-content{padding:30px 30px 30px 0}body .about-author .fl-callout-photo{width:30%}body .about-author .fl-callout-title{text-transform:uppercase;font-size:1em}@media only screen and (max-width: 769px){.fl-callout-content{padding-bottom:1.5em}body .fl-module.fl-module-callout{margin-bottom:20px}}@media only screen and (min-width: 769px) and (max-width: 1050px){.numbering h3.fl-callout-title{font-size:1em}}@media only screen and (min-width: 960px){.fl-col-group-equal-height .fl-callout-content{padding-bottom:20px}.fl-col-group-equal-height .fl-callout-button{position:absolute;bottom:0}}.cards .fl-callout-title,.boxed .fl-callout-title{padding:15px 20px 5px !important}.cards .fl-callout-text-wrap,.boxed .fl-callout-text-wrap{padding:10px 20px 30px !important}.cards .fl-col-group-equal-height .fl-col-content,.boxed .fl-col-group-equal-height .fl-col-content{display:flex;flex-direction:column}.cards .fl-col-group-equal-height .fl-col-content .fl-module.fl-module-callout,.boxed .fl-col-group-equal-height .fl-col-content .fl-module.fl-module-callout{flex:1 1 auto;background:#fff;box-shadow:0 1px 1px rgba(0,0,0,0.05)}.cards-downloads .fl-col-group-equal-height .fl-col-content{display:flex;flex-direction:column}.cards-downloads .fl-col-group-equal-height .fl-col-content .fl-module{background:#fff;flex:1 1 auto;align-items:center;padding:1em;-moz-box-shadow:0 2px 10px rgba(0,0,0,0.1);-webkit-box-shadow:0 2px 10px rgba(0,0,0,0.1);box-shadow:0 2px 10px rgba(0,0,0,0.1)}.cards-downloads .fl-col-group-equal-height .fl-col-content .fl-module .fl-rich-text p{margin:0;font-family:NewJuneBold;text-align:center}.cards-downloads .fl-col-group-equal-height .fl-col-content .fl-module .fl-rich-text a{text-decoration:none}.cards-downloads .fl-col-group-equal-height .fl-col-content .fl-module .fl-rich-text a:before{content:"\F019";font-family:FontAwesome;margin-right:5px}.cards-downloads .fl-col-group-equal-height .fl-col-content .fl-module-photo{padding:2em}.cards-downloads .fl-col-group-equal-height .fl-col-content .fl-module-photo .fl-photo{height:105px;display:flex;flex-direction:column;align-items:center}@media screen and (max-width: 769px){.cards-downloads .fl-col-group-equal-height .fl-col-content{margin-bottom:2em}}html,button,input,select,textarea{font-family:inherit}textarea,input[type='text'],input[type='email'],input[type='search'],input[type='number']{text-align:left;margin:0;width:100%;border:1px solid rgba(0,0,0,0.1);-moz-border-radius:0;-webkit-border-radius:0;-khtml-border-radius:0;-webkit-appearance:none;border-radius:0;background:#fff;padding-left:10px}input[type="tel"],input[type="url"],input[type='text'],input[type='email'],input[type='search'],input[type='number'],input[type='password']{line-height:40px;height:40px;padding-left:10px;-moz-border-radius:0;-webkit-border-radius:0;-khtml-border-radius:0;border-radius:0;-webkit-appearance:none}select{padding:11px 4px;border-radius:4px;border:1px solid #ccc}.aligncenter input[type="tel"],.aligncenter input[type="url"],.aligncenter input[type='text'],.aligncenter input[type='email'],.aligncenter input[type='search'],.aligncenter input[type='number'],.aligncenter input[type='password']{text-align:center}body .vfbp-form{margin-left:-2%}body .vfb-col-1,body .vfb-col-2,body .vfb-col-3,body .vfb-col-4,body .vfb-col-5,body .vfb-col-6,body .vfb-col-7,body .vfb-col-8,body .vfb-col-9,body .vfb-col-10,body .vfb-col-11,body .vfb-col-12{padding-left:2%;padding-right:0}body .last .vfb-col-6{padding-right:0}body .vfbp-form input[type="text"],body .vfbp-form input[type="tel"],body .vfbp-form input[type="email"],body .vfbp-form input[type="url"],body .vfbp-form input[type="number"],body .vfbp-form input[type='password']{padding:0;border-radius:0;width:100%;line-height:45px;height:45px}body .vfbp-form textarea{padding:10px 0;border-radius:0;width:100%;height:220px}body .vfbp-form .vfb-form-control{padding:0 12px;font-size:1em;border-radius:0}body .vfbp-form select.vfb-form-control{padding:0 14px;width:100%;height:45px;color:#111 !important}body .vfbp-form select.vfb-form-control *{color:#111 !important}body .vfbp-form input.vfb-large,body .vfbp-form select.vfb-large,body .vfbp-form textarea{width:100%}.entry-content .fl-module-content .visual-form-builder ul{margin:0;padding:0;list-style:none}.visual-form-builder label{margin:3px 0 4px;display:block}.vfb-submit{display:block;background-color:#111;padding:20px 55px;color:#FFF !important;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;font-size:16px;margin-top:5px}body .vfbp-form .btn-primary{display:block;background-color:#400566;padding:20px 55px;color:#FFF !important;border:none;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;font-size:16px;margin-top:10px;height:auto}body .orangebutton .vfbp-form .btn-primary,.orangebutton .vfb-submit{background:#ff6319}body .greybutton .vfbp-form .btn-primary,.greybutton .vfb-submit{background:#eee;color:#333 !important}body .bluebutton .vfbp-form .btn-primary,.bluebutton .vfb-submit{background:#57068c;color:#fff !important}ul.vfb-section{margin-top:0 !important}.aligncenter .vfbp-form .btn-primary,.aligncenter .vfb-submit{margin-left:auto;margin-right:auto}.aligncenter .visual-form-builder ul{text-align:center}.widget .visual-form-builder h4{margin:0}.vfb-fieldType-checkbox>label.vfb-control-label{display:none}.wa_contact{margin-bottom:0;overflow:hidden}.wa_contact .aligncenter{margin-top:0}.wa_contact a.wa_contact_link{text-decoration:none;border:1px solid #f3f3f3;-webkit-border-radius:5px;-moz-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;padding:0px 35px;display:inline-block;margin-top:10px;margin-bottom:0;color:#fff;text-align:center;font-size:16px;line-height:48px;background:#57068c;position:relative;z-index:10;outline:none}.wa_contact a.wa_contact_link i{color:#fff;margin-right:5px;-webkit-transition:all 0.1s;-moz-transition:all 0.1s;-ms-transition:all 0.1s;-o-transition:all 0.1s;transition:transform 0.1s}.wa_contact a.wa_contact_link.active{border-bottom:none}.wa_contact a.wa_contact_link.active i{-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.wa_contact .wa_contact_form{border:1px solid #f3f3f3;padding:35px;display:none;position:relative;margin-top:-1px;height:0;overflow:hidden;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:transform 0.3s}.wa_contact .wa_contact_form.active{height:auto;display:block}body .wa_contact .aligncenter h1,body .wa_contact .aligncenter h2,body .wa_contact .aligncenter h3,body .wa_contact .aligncenter h4,body .wa_contact .aligncenter h5,body .wa_contact .aligncenter p{text-align:center}body .cognito:not(.c-forms-actionBar){max-width:100%}body .cognito{max-width:100%}body .cognito form{font-family:Arial, Helvetica, sans-serif;font-size:1em;line-height:1.8;color:inherit}body .cognito .c-forms-form a{color:inherit !important;font-size:14px !important}body .cognito .c-forms-form .c-forms-form-title h1,body .cognito .c-forms-form .c-forms-form-title h2,body .cognito .c-forms-form .c-forms-form-title h3,body .cognito .c-forms-form .c-forms-form-title h4,body .cognito .c-forms-form .c-forms-form-title h5,body .cognito .c-forms-form .c-forms-form-title h6{font-family:"NewJuneBold";font-weight:normal;color:inherit}body .cognito .c-forms-form .c-forms-form-title h1{font-size:2.32em;margin:0px 0 10px;line-height:1em}body .cognito .c-forms-form .c-forms-form-title h2{font-size:1.8em;line-height:1.3em;margin:0 0 10px}body .cognito .c-forms-form .c-forms-form-title h3{font-size:1.4em;margin:0 0 5px;line-height:1.2em}body .cognito .c-forms-form .c-forms-form-title h4{font-size:1.1em;line-height:1.2em;text-transform:uppercase;margin:0 0 1em}body .cognito .c-forms-form .c-forms-form-title h5{font-size:1em;line-height:1.2em;margin:0 0 1em}body .cognito .c-forms-form .c-forms-form-title h6{font-size:16px;margin:0 0 1em;line-height:1.2em}body .cognito .c-forms-form .c-forms-heading .c-forms-form-title{padding:0 0 10px 0}body .cognito .c-forms-form .c-forms-description{color:inherit;font-family:inherit;font-size:1.1em;padding:0 8px 8px}body .cognito .c-forms-form .c-editor,body .cognito .c-forms-form .c-rating-scale-questions{font-family:inherit;font-weight:normal;font-size:1em;color:inherit}body .cognito .c-forms-form select,body .cognito .c-forms-form input[type=text],body .cognito .c-forms-form input[type=password],body .cognito .c-forms-form textarea{font-family:Arial, Helvetica, sans-serif;font-weight:bold}body .cognito .c-forms-form select{height:40px;line-height:1.6em}body .cognito .c-forms-form select option{color:#111 !important}body .cognito .c-forms-form input[type=tel],body .cognito .c-forms-form input[type=url],body .cognito .c-forms-form input[type=text],body .cognito .c-forms-form input[type=email],body .cognito .c-forms-form input[type=search],body .cognito .c-forms-form input[type=number],body .cognito .c-forms-form input[type=password]{height:40px;line-height:40px;padding:0 0 0 10px}body .cognito .c-forms-form .c-label{font-family:Arial, Helvetica, sans-serif;font-weight:bold;font-size:1em;color:inherit;line-height:1.3em;margin-bottom:5px}body .cognito .c-forms-form button,body .cognito .c-forms-form .c-add-item,body .cognito .c-forms-form input[type=button],body .cognito .c-forms-form .c-fileupload-dropzone .c-upload-button button{font-family:inherit;font-weight:normal;font-size:1em;border-radius:2px;padding:16px 25px !important}body:not(.fl-builder-edit) #cregform{display:flex;visibility:hidden;height:0;opacity:0;margin:0;padding:0}#mc_embed_signup{position:relative}.inlinemc #mc_embed_signup .email{display:block;height:45px;width:57%;border-radius:0;padding:0 10px;line-height:45px;border:1px solid #ddd;min-width:320px}.inlinemc #mc-embedded-subscribe{display:inline-block;height:45px;line-height:45px;padding:0 20px;position:absolute;right:0;top:0;width:40%;border:1px solid #ddd;min-width:320px}.purplebutton #mc-embedded-subscribe{background:#57068c;border:1px solid #57068c;color:#fff}.orangebutton #mc-embedded-subscribe{background:#ff6319;border:1px solid #ff6319;color:#fff}.turquoisebutton #mc-embedded-subscribe{background:#57068c;border:1px solid #57068c;color:#fff}.yellowbutton #mc-embedded-subscribe{background:#fed100;border:1px solid #fed100;color:#fff}.blackbutton #mc-embedded-subscribe{background:#111;border:1px solid #111;color:#fff}.greybutton #mc-embedded-subscribe{background:#f7f7f7;border:1px solid #eee;color:#111}@media only screen and (max-width: 600px){.wa_contact .wa_contact_form{padding:35px 15px}}@media only screen and (min-width: 960px){.fl-module-content input.vfb-text,.fl-module-content input[type="text"].vfb-text,.fl-module-content input[type="tel"].vfb-text,.fl-module-content input[type="email"].vfb-text,.fl-module-content input[type="url"].vfb-text,.fl-module-content input.vfb-large,.fl-module-content input[type="text"].vfb-large,.fl-module-content input[type="tel"].vfb-large,.fl-module-content input[type="email"].vfb-large,.fl-module-content input[type="url"].vfb-large,.fl-module-content select.vfb-large,.fl-module-content textarea.vfb-textarea{width:100%}li.vfb-item.vfb-item-secret{width:170px}textarea#vfb-16{height:285px}}@media only screen and (min-width: 1300px){textarea#vfb-16{height:300px}}body .sidebar h4{font-size:14px}body .sidebar .fl-post-feed-post{padding-bottom:5px}body .sidebar .fl-post-feed-post h2.fl-post-feed-title{font-size:1em;margin-bottom:0.3em}body .fl-module-content-slider .bx-wrapper{margin:0 auto 0}body .fl-module-content-slider .bx-wrapper .fl-slide-content{z-index:3}body .fl-module-content-slider .bx-wrapper h2.fl-slide-title{font-size:3em;line-height:1.2em;margin-bottom:0.1em !important}body .fl-module-content-slider .bx-wrapper .fl-slide-text{font-size:1.1em}body .fl-module-content-slider .bx-wrapper .bx-controls.bx-has-pager{position:relative;max-width:1400px;margin:0 auto}body .fl-module-content-slider .bx-wrapper .bx-controls-auto,body .fl-module-content-slider .bx-wrapper .bx-pager{bottom:20px;text-align:right}body .fl-module-content-slider .bx-wrapper .bx-pager.bx-default-pager a.active,body .fl-module-content-slider .bx-wrapper .bx-pager.bx-default-pager a:focus,body .fl-module-content-slider .bx-wrapper .bx-pager.bx-default-pager a:hover{background:#fff}body .fl-module-content-slider .bx-wrapper .bx-pager.bx-default-pager a{background:rgba(255,255,255,0.6)}body .fl-slideshow-thumbs{display:block !important;opacity:1 !important;background:rgba(0,0,0,0) !important;position:relative !important;bottom:0 !important;left:0 !important}body .fl-slideshow-nav-buttons{display:none !important}body .fl-slideshow-light .fl-slideshow-thumbs .fl-slideshow-image{border:1px solid #ddd;width:80px !important;height:80px !important}body .fl-slideshow-thumbs-clip{padding-left:0 !important;margin-left:0 !important}body .fl-slideshow-thumbs img{width:80px !important;height:80px !important}@media only screen and (max-width: 769px){body .fl-module-content-slider .bx-wrapper .fl-slide-bg-photo{position:absolute}body .fl-module-content-slider .bx-wrapper .fl-slide-content{background-color:transparent;padding:70px 20px !important}body .fl-module-content-slider .bx-wrapper .fl-slide-content-wrap:after{background:#111;content:" ";display:block;position:absolute;left:0;top:0;width:100%;height:100%;opacity:.5;z-index:1}body .fl-module-content-slider .bx-wrapper .fl-slide-foreground,body .fl-module-content-slider .bx-wrapper .bx-controls.bx-has-pager{padding-left:0;padding-right:0}body .fl-module-content-slider .bx-wrapper .fl-slide-mobile-photo{max-height:210px;overflow:hidden}body .fl-module-content-slider .bx-wrapper .bx-pager{bottom:10px;text-align:center}body .fl-module-content-slider .bx-wrapper .fl-slide-cta-button{margin-bottom:15px}body .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-title{font-size:1.8em !important;line-height:1.3em !important;margin-bottom:10px !important}body .fl-builder-content .fl-module-content-slider .fl-slide a.fl-button{padding:15px 20px !important}}.fl-embed-video iframe,.fl-html iframe{display:block;max-width:100%}body #main .fl-post-grid .fl-post-grid-post{background:transparent}body #main .fl-post-grid-image{position:relative;margin-bottom:10px}body #main .fl-post-grid-text,body #main .fl-post-grid-content p{font-size:inherit;line-height:inherit}body #main .fl-post-grid-meta{padding-bottom:10px;padding-top:2px;color:inherit;font-size:12px;opacity:.7}body #main .fl-post-grid-source{font-size:12px;text-transform:none;font-family:"NewJuneBold";font-weight:normal;display:inline-block;margin-right:5px;border-right:1px solid #777;padding-right:5px;line-height:1em}body #main .fl-post-column .fl-post-grid-more{margin-top:40px}body #main .fl-post-grid-more{font-size:.9em;display:inline-block;font-family:"NewJuneBold";font-weight:normal}body #main .fl-post-grid-more:after{content:"\F105";font-family:"FontAwesome";margin-left:5px}body #main .boxed .fl-post-grid{padding-bottom:10px}body #main .boxed .fl-post-grid .fl-post-grid-post{background:#fff;-moz-box-shadow:0 2px 2px rgba(0,0,0,0.05);-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.05);box-shadow:0 2px 2px rgba(0,0,0,0.05);border:none}body #main .boxed .fl-post-grid .fl-post-grid-post .fl-post-grid-text{padding:30px}body .fl-post-feed-post{overflow:hidden}body .fl-post-feed-post .fl-post-feed-header{margin-bottom:15px}body .fl-post-feed-post h2.fl-post-feed-title{margin-top:0;font-size:1.6em;line-height:1.4em}body .fl-post-feed-post .fl-post-feed-content p{margin-top:0}body .fl-post-feed-post .fl-post-feed-meta{font-size:12px;color:inherit}body .fl-post-feed-post a.fl-post-feed-more{display:inline-block;color:#57068c;text-decoration:none;padding:0;font-size:.9em}body .fl-post-feed-post a.fl-post-feed-more:after{content:"\F105";font-family:FontAwesome;margin-left:7px}.fl-post-feed-post.fl-post-feed-image-beside{margin-bottom:2em}.fl-post-feed-post.fl-post-feed-image-beside.fl-post-feed-no-image{padding:2em}.fl-post-feed-post.fl-post-feed-image-beside.fl-post-feed-has-image .fl-post-feed-image.medium{max-width:300px}body .featured .fl-post-feed-post.fl-post-feed-image-beside.fl-post-feed-has-image h2.fl-post-feed-title{font-size:2em}body .featured .fl-post-feed-post.fl-post-feed-image-beside{margin-bottom:0}body .featured .fl-post-feed-image-beside.fl-post-feed-has-image .fl-post-feed-content{clear:none}body .featured h2.fl-post-feed-title{font-size:2.4em;line-height:1.2em}body .featured .fl-post-feed-image{overflow:hidden}body .featured .fl-post-feed-image img{max-width:100%}body .small h2.fl-post-feed-title{font-size:1.2em}body .small .fl-post-feed-content p{font-size:.9em}body .fl-builder-pagination ul.page-numbers{text-align:left}body .fl-builder-pagination li a.page-numbers,body .fl-builder-pagination li span.page-numbers{text-decoration:none}body .fl-builder-pagination ul.page-numbers{list-style:none;margin:0;padding:0;text-align:left}body .aside .fl-module.fl-module-heading{margin-top:1em;margin-bottom:1em}body .aside .fl-module-post-grid .fl-post-feed-post{padding-bottom:10px}body .aside .fl-post-feed-post h2.fl-post-feed-title{font-size:1em;margin-bottom:0}body .aside .fl-module.fl-module-heading h3{font-size:1.4em}body .authorinfo.fl-post-feed-post .fl-post-feed-header{margin-bottom:0}body .authorinfo.fl-post-feed-post .fl-post-feed-content{font-size:14px;margin-bottom:30px}body .authorinfo.fl-post-feed-post .fl-post-feed-content p{margin-top:0.5em;margin-bottom:0.5em}body .authorinfo.fl-post-feed-image-above .fl-post-feed-image,body .fl-post-feed-image-above-title .fl-post-feed-image{margin-bottom:10px}body .authorinfo.fl-post-feed-image-above .fl-post-feed-image img.size-medium,body .authorinfo.fl-post-feed-image-above .fl-post-feed-image img.size-thumbnail,body .fl-post-feed-image-above-title .fl-post-feed-image img.size-medium,body .fl-post-feed-image-above-title .fl-post-feed-image img.size-thumbnail{width:auto !important}body .authorinfo.fl-post-feed-image-above .fl-post-feed-image{margin-top:10px}body .authorinfo.fl-post-feed-image-beside h2.fl-post-feed-title,body .authorinfo.fl-post-feed-image-beside-title h2.fl-post-feed-title,body .authorinfo.fl-post-feed-image-beside-title-circle h2.fl-post-feed-title{font-size:1.1em;line-height:1.2em;margin-bottom:0}body .authorinfo.fl-post-feed-image-beside .fl-post-feed-image,body .authorinfo.fl-post-feed-image-beside-title .fl-post-feed-image,body .authorinfo.fl-post-feed-image-beside-title-circle .fl-post-feed-image{max-width:110px}body .authorinfo.fl-post-feed-image-beside .fl-post-feed-text,body .authorinfo.fl-post-feed-image-beside-title .fl-post-feed-text,body .authorinfo.fl-post-feed-image-beside-title-circle .fl-post-feed-text{margin-left:0}body .authorinfo.fl-post-feed-image-beside .fl-post-feed-text{margin-left:130px}#react-feed .fl-tabs-label{-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px}.fl-module-custom-tabs .fl-post-grid-image:not(.image-placeholder){position:relative;overflow:hidden;max-height:220px;background-size:cover;background-repeat:no-repeat;background-position:center}.fl-module-custom-tabs .fl-post-grid-image:not(.image-placeholder) a{display:block;padding-bottom:60%}@media only screen and (max-width: 1050px){body #main .fl-post-grid-more{min-width:0;width:100%}}@media only screen and (max-width: 900px){.featured.fl-module-advanced-post-grid{padding-bottom:20px}}@media only screen and (max-width: 769px){body .featured-grid .has-post-thumbnail.pp-content-post.pp-content-grid-post{margin-bottom:40px}body .fl-post-feed .fl-post-feed-post.fl-post-feed-image-beside,body .fl-post-feed .fl-post-feed-post.fl-post-feed-image-beside,body .fl-post-feed .fl-post-feed-post.fl-post-feed-image-beside-content,body .fl-post-feed .fl-post-feed-post.fl-post-feed-image-beside-right,body .fl-post-feed .fl-post-feed-post.fl-post-feed-image-beside-content-right{max-width:100%}body .fl-post-feed .fl-post-feed-post.fl-post-feed-image-beside .fl-post-feed-image,body .fl-post-feed .fl-post-feed-post.fl-post-feed-image-beside .fl-post-feed-image,body .fl-post-feed .fl-post-feed-post.fl-post-feed-image-beside-content .fl-post-feed-image,body .fl-post-feed .fl-post-feed-post.fl-post-feed-image-beside-right .fl-post-feed-image,body .fl-post-feed .fl-post-feed-post.fl-post-feed-image-beside-content-right .fl-post-feed-image{margin-bottom:10px}body .fl-post-feed .fl-post-feed-post.fl-post-feed-image-beside .fl-post-feed-image.medium,body .fl-post-feed .fl-post-feed-post.fl-post-feed-image-beside .fl-post-feed-image.medium,body .fl-post-feed .fl-post-feed-post.fl-post-feed-image-beside-content .fl-post-feed-image.medium,body .fl-post-feed .fl-post-feed-post.fl-post-feed-image-beside-right .fl-post-feed-image.medium,body .fl-post-feed .fl-post-feed-post.fl-post-feed-image-beside-content-right .fl-post-feed-image.medium{max-width:100%}.featured .fl-post-feed-image{overflow:hidden;width:100% !important;margin-left:0 !important;margin-right:0 !important}body .authorinfo.fl-post-feed-post .fl-post-feed-content{font-size:.9em}body .authorinfo.fl-post-feed-image-beside{border-top:1px solid #ddd;padding:20px 0}body .authorinfo.fl-post-feed-image-beside .fl-post-feed-image{max-width:140px}}@media only screen and (min-width: 600px) and (max-width: 870px){body .fl-post-feed .fl-post-feed-image-beside .fl-post-feed-text{margin-left:31%}body .fl-post-feed .fl-post-feed-image-beside .fl-post-feed-image{margin-right:3%;margin-bottom:2em;margin-top:5px;width:27%}}@media only screen and (min-width: 769px) and (max-width: 1000px){.new-releases .fl-post-feed-image{display:none}}@media only screen and (min-width: 769px){body .featured .fl-post-feed-image-beside .fl-post-feed-image{width:50%}body .featured .fl-post-feed-image-beside .fl-post-feed-post-container{margin-left:53%}.new-releases .fl-col-content.fl-node-content{border-left:1px solid #e2e2e2;padding-left:10%}body .new-releases .fl-post-feed-image-beside.fl-post-feed-has-image .fl-post-feed-content{clear:none}}@media only screen and (min-width: 960px){body .content-category-list{min-height:80px}}.fl-tabs-panel-content .fl-col-small .fl-callout-photo{max-width:200px;margin-left:auto;margin-right:auto}@media only screen and (max-width: 769px){body .fl-tabs-vertical .fl-tabs-label.fl-tab-active{border:1px solid #57068c !important;padding:12px 18px;background:#57068c !important;color:#fff !important;width:100%}body .fl-tabs-vertical .fl-tabs-panel-content{padding:0 0 15px 0}}@media only screen and (min-width: 769px){body .pp-tabs-panel-content{padding:0 0 30px 50px}body .pp-tabs-vertical .pp-tabs-panels{width:80%}body .pp-tabs-vertical .pp-tabs-labels{width:20%}body .fl-module-tabs{margin-left:-1px;margin-right:-1px}body .fl-tabs-vertical .fl-tabs-labels{width:20%;border-top:1px solid #ddd;font-size:14px;line-height:1.4em}body .fl-tabs-vertical .fl-tabs-panels{width:80%}body .fl-tabs-vertical .fl-tabs-panels .fl-col-group{margin-bottom:20px}body .fl-tabs-vertical .fl-tabs-label>span{display:block;font-size:12px;font-weight:400}body .fl-tabs-vertical .fl-tabs-label{font-weight:700}body .fl-tabs-vertical .fl-tabs-label.fl-tab-active{left:0px !important;top:-1px !important;border-right:1px solid #fff !important;border:1px solid #ddd !important;border-top:none !important;padding:12px 18px;background:#fff !important;color:#57068c !important}body .fl-tabs-vertical .fl-tabs-label:not(.fl-tab-active){border-left:1px solid #ddd;border-bottom:1px solid #30044d;background:#57068c;color:#fff}body .fl-tabs-vertical .fl-tabs-panel-content{padding:0 3% 3% 3%;font-size:14px}body .fl-tabs-vertical h3.fl-callout-title{font-size:15px;padding-bottom:5px}body .fl-tabs-vertical .fl-callout-text p{font-size:13px;text-overflow:ellipsis;overflow:hidden}.pp-tabs-style-7.pp-tabs-vertical .pp-tabs-label.pp-tab-active{background:#f7f7f7 !important}}body #cookie-notice .button.wp-default:hover,body #cookie-notice .button.wp-default:focus,body #cookie-notice .button.wp-default{background:#fff;text-shadow:none;border-color:#fff}img{height:auto;vertical-align:middle}body .fl-photo-content img{display:inline-block;width:100%}.alignnone.size-medium,.aligncenter.size-medium{display:block;margin:20px auto}.alignnone.size-large,.aligncenter.size-large{display:block}.alignnone.size-full{display:block}img.alignleft.size-thumbnail{float:left;margin-right:20px;margin-top:0.6em;margin-bottom:1em}.alignleft .size-medium{display:block}.alignleft.size-large{display:block}.alignright{display:block}.alignright.size-medium{display:block}.alignright.size-large{display:block}p.wp-caption-text,body .fl-photo-caption{font-size:14px;line-height:24px;overflow:hidden;text-align:left;margin-top:10px;white-space:normal}.wp-caption{max-width:100%}@media only screen and (max-width: 600px){.fl-module img{max-width:100%;width:100%;height:auto}.wp-caption.alignleft,.wp-caption.alignright,.wp-caption.aligncenter{width:100% !important}}@media only screen and (min-width: 600px){.aligncenter{display:block;margin:20px auto}.alignleft{float:left;margin-right:20px;margin-top:0.6em;margin-bottom:1em}.wp-caption.alignleft{margin-top:0.5em;margin-right:10px}.alignright{float:right;margin-left:20px;margin-top:0.6em;margin-bottom:1em}.wp-caption.alignright{margin-top:0.5em;margin-left:10px}.gallery-columns-1{width:100%}}table{width:100%;margin-top:1em;margin-bottom:1em}table tr:first-child{font-family:"NewJuneBold";font-weight:normal}table td{font-size:1em;padding:7px 0;border-bottom:1px solid #eee}.datatable table tr td{border-bottom:1px solid #eee;padding:7px}.datatable table td:empty{padding:20px 0}.darkbg table tr:first-child{background:#000;color:#fff}.transparent table tr:first-child{background:transparent;color:inherit}.fl-rich-text table td{font-size:1em;padding:1em 0;vertical-align:top}.hlostotaulu .hlosearch{text-overflow:ellipsis}.hlostotaulu table{font-size:14px;background:#ffffff1a}.hlostotaulu table tr:first-child{background:#fff;color:#111 !important;display:table-row !important}.hlostotaulu table tr td{padding:10px 7px;vertical-align:top}@media only screen and (max-width: 1050px){table td{font-size:1em;padding:7px 0}}@media only screen and (max-width: 959px){.hlostotaulu{overflow:hidden;overflow-x:scroll}}@media only screen and (max-width: 769px){table{overflow-x:scroll}table td{font-size:1em;padding:7px 10px 7px 0}}ul,ol{margin-bottom:0.273em}ol{list-style:decimal}ul{margin-left:0;margin-bottom:1em;list-style:square outside}ul ul{margin:4px 0 5px 25px}ol ol{margin:4px 0 5px 25px}li{padding-bottom:0.273em}ul.large li{line-height:21px}dl dt{font-family:"NewJuneBold";font-weight:normal;font-size:16px;font-size:1em}.meta{font-size:14px;font-style:normal;text-transform:none;margin:0 0 10px;font-weight:400;color:#777}.meta a{text-decoration:none;color:inherit}.meta .event-date{font-weight:700;color:#57068c}.widget.widget_heateor_sss_sharing h2{text-transform:none;font-size:1em;margin-top:1em;margin-bottom:0.8em}body .related-posts .fl-row-content-wrap{padding-top:1em}body .related-posts .pp-content-grid-title.pp-post-title{font-size:1.1em}body .related-posts .fl-post-feed-post.fl-post-feed-image-beside.fl-post-feed-no-image{padding:0}body .related-posts .fl-post-feed-post h2.fl-post-feed-title{margin-top:0;font-size:1.3em}body .related-posts .fl-post-feed-content p{font-size:16px}@media only screen and (max-width: 769px){body #main .news-more-articles h3.fl-heading{font-size:1.2em;margin-bottom:1em !important}body #main .news-more-articles .fl-post-grid-post{margin-bottom:2em}body #main .news-more-articles .fl-post-grid-post h2.fl-post-grid-title{font-size:1.1em}body #main .news-more-articles .fl-post-grid-post .fl-post-grid-more{margin-top:20px}}.post-navigation{font-weight:400;text-transform:none;letter-spacing:0px;margin-top:70px;position:relative;margin:0px auto 30px;overflow:hidden;font-size:14px;line-height:1.2;border-top:1px solid #DDD;padding-top:20px;font-style:normal;max-width:90%}.post-navigation span{margin:0;display:block}.previous-post{display:block;width:45%;float:left;color:#333}.next-post a,.previous-post a{color:#333;text-decoration:none;font-weight:700;text-transform:uppercase;font-size:.9em}.next-post{display:block;width:45%;float:right;color:#333;text-align:right}.form-allowed-tags{font-size:15px;color:#999}#comments-template abbr{color:#999}#comments-template .logged-in-as{font-size:15px;font-style:normal;color:#AAA}.comments-section .fl-row-content-wrap{padding:40px 0;background:#fcfcfc}ol.comment-list{list-style:none;padding:0;margin:30px 0}ol.comment-list ul.children{list-style:none;padding-left:15px}ol.comment-list .comment-body{border-bottom:2px solid #ddd;padding:20px;background:#fff}.comment-author.vcard img{display:none}.comment-meta.commentmetadata{font-size:11px}.comment-author.vcard{font-size:14px}.comment-author.vcard cite.fn{font-style:normal}.comment-meta.commentmetadata a{text-decoration:none;color:#666}a.comment-reply-link{font-size:13px}body #comments-template input[type="submit"]{background:#57068c;border:1px solid #57068c;color:#fff;padding:15px 25px}.comment-form-url{display:none}h2.widgettitle{font-size:1.1em;text-transform:uppercase}form.searchform{position:relative}form.searchform .search-field{line-height:35px;width:100%;text-indent:8px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}form.searchform .searchsubmit{position:absolute;right:8px;top:12px;background:rgba(0,0,0,0);border:none;font-size:15px;opacity:.3;color:inherit}#search-toggle i{color:#fff;font-size:13px;opacity:1;text-transform:none;display:inline-block;background-color:#00a5cd;height:35px;line-height:35px;width:36px;text-align:center;margin-left:10px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}input#searchsubmit{background:rgba(0,0,0,0);color:#333;border:none;padding:13px 36px;width:auto;text-align:center;font-family:inherit}@media only screen and (max-width: 769px){body .ubermenu .ubermenu-hide-desktop .ubermenu-custom-content-padded{background:#fcfcfc}body .ubermenu .ubermenu-searchform{position:relative;background:#fff;width:100%;margin:0;border:1px solid #eee}body .ubermenu .ubermenu-search input.ubermenu-search-input{padding:10px 40px 10px 15px}}@media only screen and (max-width: 769px){body .fl-module-icon{text-align:left !important}}@media only screen and (max-width: 600px){body .fl-module.fl-module-callout .fl-module-content .fl-icon i,body .fl-module.fl-module-callout .fl-module-content .fl-icon i:before{font-size:25px;line-height:55px;height:55px;width:55px}}@media only screen and (max-width: 769px){.fl-module.fl-module-heading{margin-bottom:15px}.fl-module.fl-module-heading h2.fl-heading{margin-bottom:10px !important;font-size:1.6em}.fl-module-heading.section-title h2.fl-heading{font-size:1.4em;line-height:1.3em}}@media only screen and (max-width: 769px){body .menu.fl-menu-horizontal>li>a{padding-left:0}}@media only screen and (max-width: 769px){.fl-embed-video iframe{height:320px}}body .react-search-field{flex:0 0 100%}body .react-search-country-field{display:none}body .lightbox-content-wrap{overflow-y:auto;overflow-x:hidden;margin:.5em .5em 2em .5em;padding:0 1em 3em;height:auto}body .button-lightbox-content h3{margin-bottom:1em}body .fl-button-lightbox-content{max-width:800px !important;max-height:85vh;display:flex;flex-direction:column}.single-events #main{font-size:1.1em}h3.event-date{font-size:1em;margin:4px 0 4px}@media only screen and (min-width: 960px){.single-events .fl-post-feed{max-width:960px}}#main{padding:0;border-top:1px solid #eee}.page-template-plain-info-page #main{border-top:1px solid #eee;padding-top:1.5em}.single-post #main{font-size:1.1em}.single-post header#masthead{border-bottom:1px solid #eee}.single-post .fl-row-fixed-width{max-width:850px}.blog-heading .fl-row-content{padding-top:40px;padding-bottom:10px}@media only screen and (max-width: 959px){.single-post .fl-row-fixed-width{max-width:650px}}@media only screen and (max-width: 769px){.news-entry-title .fl-module.fl-module-heading{margin-bottom:5px}.single-article .fl-col-small.aside{margin-top:2em;margin-left:-20px;margin-right:-20px;max-width:none}.single-article .fl-col-small.aside .fl-module{margin-left:20px;margin-right:20px}.single-article .news-more-articles .fl-row-content-wrap{border-top:0;padding-top:.5em}}@media only screen and (min-width: 960px){.single-post .fl-row-fixed-width{max-width:910px}.single-post .post-container{overflow:hidden;width:100%}.blog-heading .fl-module{max-width:960px}}.news-entry-title .meta{margin-top:5px;font-size:14px}.news-entry-title .meta .date{opacity:.7}.single-reference .fl-row-fixed-width{max-width:1200px}.single-reference #breadcrumbs{margin-bottom:1em}.single-reference h1{font-size:2em}#c-menu .c-menu{border:1px solid #ddd;border-right:none;border-bottom:none}#c-menu .c-menu-item{background:#fff;border:none;outline:none;display:block;width:100%;text-align:left;padding:17px 18px;border-right:0px solid #ddd;border-bottom:1px solid #ddd;font-weight:bold;position:relative;right:0;z-index:10;font-size:14px}#c-menu .c-menu-item.active{border-right:0px solid #57068c;color:#57068c}#c-menu .c-menu-item span{font-size:13px;font-weight:400;display:block;margin-top:5px;width:100%}#c-menu .c-menu-item.sub-item{background:#fbfbfb;font-weight:400}#c-contact-content{border:1px solid #ddd;padding:2%;background:#fff}#c-contact-content p{font-size:14px}#c-contact-content .fl-row.c-contact h3.fl-callout-title{font-size:15px;padding-bottom:5px}#c-contact-content .fl-row.c-contact .fl-callout-text p{font-size:13px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}#c-contact-content .fl-row.c-contact h3{font-size:1.2em}#c-contact-content .fl-row.c-contact .c-section-title h4{border-bottom:1px solid #eee;padding-bottom:7px;margin-bottom:7px;font-size:1.5em;text-transform:none}body:not(.wp-editor) .fl-row.c-contact{display:none}body #c-contact-content .fl-row.c-contact{display:block}.c-menu-mobile-toggle{display:none}@media only screen and (max-width: 1000px){.fl-row.c-contact-container{background:#f7f7f7}.fl-row.c-contact-container .fl-row-content-wrap{margin-top:0}.fl-row.c-contact-container .fl-row.c-contact .fl-col-small{width:50% !important;max-width:none;float:left;clear:none}.fl-row.c-contact-container .fl-row.c-contact .fl-col-small:nth-child(2n+1){clear:left}.fl-row.c-contact-container .c-section-title .fl-module-content{margin-bottom:0}.fl-row.c-contact-container .c-section-title h4{margin-bottom:7px;text-transform:none;font-size:1.4em}.fl-row.c-contact-container .menucol,.fl-row.c-contact-container #c-contact-content{width:98%;float:none;clear:both;padding-left:0;margin-left:2%}.fl-row.c-contact-container .menucol p,.fl-row.c-contact-container #c-contact-content p{font-size:13px}.fl-row.c-contact-container .fl-callout-content{padding-right:15px;padding-bottom:0}.fl-row.c-contact-container .fl-callout-content .fl-photo-content{max-width:30% !important;display:block;float:left;margin-right:15px;border:1px solid #eee;padding:5px}.fl-row.c-contact-container .fl-callout-content .fl-callout-text p{font-size:12px !important;text-overflow:initial;white-space:normal;overflow:visible;word-wrap:break-word}.c-menu-mobile-toggle{display:block;background:#30044d;color:#fff;border:none;width:100%;padding:17px 20px;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;margin:15px 0 0;font-weight:bold;outline:none;font-size:14px;text-transform:none;text-align:center;overflow:visible}.c-menu-mobile-toggle.active{opacity:.9;color:#fff;border:none;-moz-box-shadow:0 4px 10px rgba(0,0,0,0.5);-webkit-box-shadow:0 4px 10px rgba(0,0,0,0.5);box-shadow:0 4px 10px rgba(0,0,0,0.5)}#c-menu .c-menu{border-right:1px solid #ddd;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear;height:auto;visibility:visible;-moz-box-shadow:0 4px 10px rgba(0,0,0,0.2);-webkit-box-shadow:0 4px 10px rgba(0,0,0,0.2);box-shadow:0 4px 10px rgba(0,0,0,0.2)}#c-menu .c-menu.inactive{visibility:hidden;height:1px}#c-menu .c-menu.active{visibility:visible;height:auto}#c-menu .c-menu-item.active{color:#57068c;border-right:none;right:0}#c-contact-content{margin-top:15px;margin-bottom:25px;padding:20px 0}}@media only screen and (max-width: 769px){.fl-row.c-contact-container .menucol,.fl-row.c-contact-container #c-contact-content{width:100%;margin-left:0}}@media only screen and (max-width: 600px){.people .fl-col{width:100% !important;float:none !important;clear:both !important}.people .fl-col:nth-child(2n+1){clear:both !important}body #c-contact-content .fl-row.c-contact .fl-col-small{width:100% !important;max-width:100%;float:none;clear:both}body #c-contact-content .fl-row.c-contact .fl-callout-content{padding-bottom:0}body #c-contact-content .fl-row.c-contact .fl-callout-content .fl-photo-content{max-width:30% !important;display:block;float:left;margin-right:15px;border:1px solid #eee;padding:5px}body #c-contact-content .fl-row.c-contact .fl-callout-content .fl-callout-title{font-size:14px;padding-top:3px;padding-bottom:1px}body #c-contact-content .fl-row.c-contact .fl-callout-content p{font-size:12px}}@media only screen and (min-width: 1000px){#c-menu .c-menu-item.active,#c-menu .c-menu-item.sub-item.active{border-right:0px solid #57068c;color:#fff;background:#57068c}#c-contact-content .fl-row.c-contact .fl-photo-align-center{text-align:left;max-width:150px}}.account-splash .splash-header{max-width:500px;margin:1.5em auto 0;text-align:center}.account-splash .splash-header h2{font-size:1.2em}.account-splash .splash-header p{font-size:14px;color:#777}.account-splash .splash-reg{background:#fbfbfb;padding:.5em 2em 2em;margin-top:2em;max-width:700px;margin-left:auto;margin-right:auto}.account-splash .splash-reg p{margin:0}.account-splash .fl-tabs-panels.fl-clearfix{margin:auto;border-left:none;border-right:none;border-bottom:none}.account-splash .fl-tabs-labels{text-align:center;display:block;font-weight:700;text-transform:uppercase;font-size:.9em;letter-spacing:0.012em}.account-splash .fl-tabs-panel-label{display:none !important}.account-splash .fl-tabs-horizontal .fl-tabs-label{float:none;display:inline-block;min-width:150px}.account-splash #wppb-login-wrap{width:100%;max-width:500px;margin:1em auto;background:#fcfcfc;padding:2em}.account-splash #wppb-login-wrap .login-username label,.account-splash #wppb-login-wrap .login-password label{font-size:14px;display:block !important;float:none !important;width:100% !important;margin-bottom:.5em}.account-splash #wppb-login-wrap .login-username input,.account-splash #wppb-login-wrap .login-password input{width:100% !important;float:none !important;background:#fff !important;padding:0 .5em !important;border:1px solid #ddd !important}.account-splash #wppb-login-wrap .login-remember label{font-size:13px;font-weight:400;color:#777}.account-splash #wppb-login-wrap .login-remember #rememberme{margin-right:.5em}.account-splash #wppb-login-wrap #wppb-submit{background:#400566;color:#fff;border-radius:5px;border:none;padding:14px;width:150px;font-size:14px;font-weight:700;white-space:nowrap;cursor:pointer}.account-splash .forgot-pw{max-width:500px;margin:0 auto 1em;font-size:13px;color:#777;width:100%;text-align:left}.account-splash .forgot-pw a{color:#777;text-decoration:none}@media only screen and (max-width: 768px){.account-splash .fl-tabs-horizontal .fl-tabs-label.fl-tab-active{border-left:1px solid #ddd !important;border-top:1px solid #ddd !important;border-right:1px solid #ddd !important;border-bottom:0px solid #ddd !important;background:#fff;z-index:10;position:relative}.account-splash .fl-tabs-labels{height:46px;white-space:nowrap}}@media only screen and (max-width: 450px){.account-splash{margin-left:-15px;margin-right:-15px}.account-splash #wppb-login-wrap,.account-splash .splash-reg{padding:1em}}.dcenter-menu ul{list-style:none;margin:0;padding:0}.dcenter-menu li{padding:.3em 0;border-bottom:1px solid #ddd}.dcenter-menu a{display:block;text-decoration:none;font-weight:bold}.dcenter-menu a:before{content:"\F105";font-family:FontAwesome;margin-right:1em}body .dcenter-accordion .fl-accordion-item{border:none;border-bottom:1px solid #e5e5e5}body .dcenter-accordion .fl-accordion-item .fl-accordion-button{padding:10px 0px;border:none;font-size:.9em}.select2-container{width:100% !important}.select2-container .select2-selection--single{height:40px !important}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:40px !important}.select2-container--default .select2-selection--single .select2-selection__arrow{height:36px !important}#wppb-recover-password-container{max-width:500px;width:100%;margin:auto}#wppb-recover-password-container #wppb-recover-password{background:#fcfcfc;padding:2em}#wppb-recover-password-container .wppb-form-field label{display:block !important;float:none !important;font-size:14px;margin-bottom:.5em;font-weight:700;width:100% !important}#wppb-recover-password-container .wppb-form-field #username_email{width:100%;float:none !important;border:1px solid #ddd !important;background:#fff !important}#wppb-recover-password-container #wppb-recover-password-button{background:#400566;color:#fff;border-radius:5px;border:none;padding:14px;width:150px;font-size:14px;font-weight:700;white-space:nowrap;cursor:pointer}#wppb-edit-user #edit_profile{background:#400566;color:#fff;border-radius:5px;border:none;padding:14px;width:150px;font-size:14px;font-weight:700;white-space:nowrap;cursor:pointer}#wppb-edit-user .wppb-form-field label{width:auto;float:none;min-height:1px;font-weight:700;font-size:14px;margin:.5em 0 !important;display:inline-block}#wppb-edit-user .wppb-form-field select,#wppb-edit-user .wppb-form-field input{width:100% !important;float:none !important}#wppb-edit-user .wppb-form-field>span,#wppb-edit-user .wppb-form-field #pass-strength-result{margin-left:0 !important}#wppb-edit-user ul li h4{margin-top:1em;margin-bottom:.5em}#wppb-register-user{padding:0;margin:auto}#wppb-register-user .wppb-form-field input,#wppb-register-user .wppb-form-field select,#wppb-register-user .wppb-form-field textarea{width:100%;float:none}#wppb-register-user .wppb-form-field input#send_credentials_via_email{width:15px}#wppb-register-user .wppb-form-field label{width:auto;float:none;min-height:1px;font-weight:bold;font-size:14px}#wppb-register-user .wppb-form-field>span{margin-left:0;margin-top:10px}#wppb-register-user .wppb-select2 span.select2-container{clear:none;width:100% !important;margin-left:0 !important}#wppb-register-user #pass-strength-result{margin-left:0 !important}#wppb_form_success_message,.wppb-success{text-align:center}.loop-header{background:#57068c;color:#fff;padding:40px 0;margin-bottom:40px}.loop-header a{color:#fff}.archive .hentry{clear:both;border-bottom:1px solid #e6e6e6;margin-bottom:2em;padding-bottom:2em;overflow:hidden}.has-thumbnail .blog-feed-image{float:left;width:33%;overflow:hidden}.blog-feed-image img{width:100%;height:auto}.has-thumbnail .blog-post-feed-post-container{margin-left:36%}body .loop-header.vcard h1{font-size:2.2em}.loop-header.vcard{background:#fcfcfc;color:inherit;border-top:1px solid #ddd;border-bottom:1px solid #eee}.archive.author .blog-post-feed-post-container h2{font-size:1.4em}.loop-header.vcard .author-description{display:none}.pagination{width:100%;margin:60px auto 0px;padding-bottom:20px;max-width:900px}.pagination a{display:inline-block;padding:5px 15px;background:#FFF;margin:0 10px 0 0;color:#333;font-size:14px;font-weight:700;font-style:normal;border:1px solid #CCC;line-height:25px;-webkit-transition:all 0.4s linear;-moz-transition:all 0.4s linear;-o-transition:all 0.4s linear;-ms-transition:all 0.4s linear;transition:all 0.4s linear;text-decoration:none}.pagination a:hover{background:#57068c;color:#fff}.pagination span{display:inline-block;padding:5px 15px;background:#57068c;margin:0 10px 0 0;color:#FFF;font-size:14px;font-weight:700;font-style:normal;line-height:25px;border:1px solid #57068c}@media only screen and (max-width: 600px){.has-thumbnail .blog-feed-image{float:none;width:100%;overflow:hidden}.has-thumbnail .blog-post-feed-post-container{margin-left:0;margin-top:1em}}.search-results #main{border-top:1px solid #ddd;margin-bottom:2em}.search-results .loop-header{background:#fff;color:#111;padding:30px 0;margin-bottom:35px;border-bottom:1px solid #ddd}.search-results .loop-header h1.loop-title{font-size:1.8em;margin-bottom:1px}.search-results .loop-header .results_count{font-size:.8em}.search-results .loop-header .pagination{margin:11px 0 0;padding:0}.search-results article{margin:0 auto 2em;padding:0 0 1em;width:100%;border-bottom:1px solid #DDD;background-color:#FFF}.search-results article h1{font-size:1.3em;line-height:1;font-weight:normal}.search-results article h1 a{color:#57068c}.search-results article p{margin-bottom:0;font-size:.9em}.search-results article a.moretag{display:block;margin:1em 0 0;padding:0em 0 0}.search-results article:last-child{border-bottom:none}.search-results .pagination{margin-top:20px;max-width:none}.search-results .pagination span,.search-results .pagination a{padding:3px 11px;margin:0 10px 0 0;font-size:14px;line-height:23px}.search-no-results .page-content{max-width:900px;width:100%;margin:0em auto 4em;text-align:center;font-size:1.2em}.search-no-results .page-content form#searchform{position:relative;width:70%;margin:40px auto}.search-no-results .page-content form#searchform input#s{width:100%;height:50px;margin:0;border:1px solid #CCC;background:#FFF;border-radius:0;text-indent:5%;font-size:0.8em;color:#999}.search-no-results .page-content form#searchform input#searchsubmit{padding:0;background:rgba(0,0,0,0);border:none;font-weight:bold;color:#FFF;display:inline-block;margin-top:12px;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;-webkit-appearance:none;font-size:1em;font-weight:500;height:25px;width:25px;margin-right:10px;opacity:.3}.search-no-results h1.loop-title{text-align:center;margin-top:1em}.search nav .menu .menu-item-object-product{display:none !important}.error404 #main{border-top:1px solid #DDD;padding-top:40px;padding-bottom:40px}.error404 .loop-header{background:#fff;color:inherit;padding:40px 0 0;margin-bottom:0}.error404 .page-content{max-width:900px;width:100%;margin:0em auto 4em;text-align:center;font-size:1.2em}.error404 h1.loop-title{text-align:center}.error404 .page-content form#searchform{position:relative;width:70%;margin:auto}.error404 .page-content input#s{width:100%;height:50px;margin:0;border:1px solid #CCC;background:#FFF;border-radius:0;text-indent:5%;font-size:0.8em;color:#999}.error404 .page-content input#searchsubmit{padding:0;background:#333;border:none;font-weight:bold;color:#FFF;display:inline-block;margin-top:13px;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;-webkit-appearance:none;font-size:1em;font-weight:500;height:25px;width:30px;margin-left:-14px;padding:0;opacity:0.3;background:rgba(0,0,0,0);margin-right:15px}.reverse .fl-row-content-wrap:after{left:50% !important}@media only screen and (max-width: 769px){.fl-row-content-wrap:after,.reverse .fl-row-content-wrap:after{left:0% !important;width:100% !important}}@media only screen and (max-width: 600px){#wpadminbar{top:-46px !important}}



/*Start : 230224 hao 微信浮窗二维码*/
.weixin_ftc_box{
	
}
.weixin_ftc_box .tcbg{
	position: fixed;left:0;top:0;width: 100%;height: 100%;z-index:10009;background-color: rgba(0,0,0,0.6);
}
.weixin_ftc_box .tcinfo{
	position: fixed;left:50%;top:50%;width:300px;height:300px;z-index: 10010;
	transform: translate(-150px,-150px);
	-webkit-transform: translate(-150px,-150px);
}
.weixin_ftc_box .tcinfo img{width: 400px;max-width: 100%;}
@media only screen and (max-width: 767px) {
    .weixin_ftc_box .tcinfo{
    	position: fixed;left:50%;top:50%;width:200px;height:200px;z-index: 10010;
    	transform: translate(-100px,-100px);
    	-webkit-transform: translate(-100px,-100px);
    }
}
/*End : 230224 hao 微信浮窗二维码*/

.hs-cookie-notification-position-bottom{display: none !important;}

.centered-hs-form div.wpforms-container-full .wpforms-form .wpforms-field-description, .centered-hs-form div.wpforms-container-full .wpforms-form .wpforms-field-limit-text{font-size: 0.875em;line-height: 1.3em;}
.centered-hs-form div.wpforms-container-full .wpforms-form .wpforms-field-label{font-size: 0.875em;line-height: 1.3em;}
.centered-hs-form div.wpforms-container-full .wpforms-form a{text-decoration:underline;}
.centered-hs-form div.wpforms-container-full .wpforms-form button[type=submit]{background-color: #fff;color: #002696;font-size: 0.875em;border-radius: 4px;padding: 16px 25px !important;border: 1px solid #fff;}
.centered-hs-form div.wpforms-container .wpforms-form .choices{color:#666;}

.centered-hs-form .wpforms-confirmation-container-full{background: none;border:0;text-align: center;}


.wa_contact{overflow-y: auto;}


.ticsc .wpforms-confirmation-container-full{color:#fff;}

.wa_contact.ticsc .wa_contact_form{padding:15px;color:#fff;}
.wa_contact.ticsc .wa_contact_form .wpforms-required-label{color:#fff;}
.wa_contact.ticsc .wa_contact_form label.wpforms-error{color:#fff;}
.wa_contact.ticsc .wa_contact_form a{color:#fff;}

.mfp-content .fl-button-lightbox-content{background: #232e60;}
.mfp-content .fl-button-lightbox-content .mfp-close, .mfp-content .fl-button-lightbox-content .mfp-close:hover, .mfp-content .fl-button-lightbox-content .mfp-close, .mfp-content .fl-button-lightbox-content .mfp-close:hover{color:#fff;}

.fl-node-content .fl-button.fl-button-lightbox .fl-button-icon{color: inherit;}





/*2023-03*/
.page .truendo_container{display: none !important;}


#premix_index_new .fl-post-slider-post .fl-slide-bg-photo{
	background-size:100% 100%;
	width: 36%;
	right:0;
	left:initial;
}

#premix_index_new .fl-post-slider-feed-content{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
}

#premix_index_new .fl-post-slider-background .fl-post-slider-content{
	padding:33px 50px;
}

.fl-builder-content b{font-weight:bold!important;}