@import url(https://fonts.googleapis.com/css2?family=Merriweather:ital@0;1&family=Poppins:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap);
/*! name: @uvarov.frontend/vanilla-calendar | url: https://github.com/uvarov-frontend/vanilla-calendar */
.vanilla-calendar{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;height:-moz-max-content;height:-webkit-max-content;height:max-content;width:-moz-max-content;width:-webkit-max-content;width:max-content;min-width:275px;flex-direction:column;border-radius:.75rem;padding:1rem}.vanilla-calendar button:focus-visible{border-radius:.5rem;outline-style:solid;outline-width:1px}.vanilla-calendar.vanilla-calendar_multiple .vanilla-calendar-month,.vanilla-calendar.vanilla-calendar_multiple .vanilla-calendar-year{cursor:default}.vanilla-calendar.vanilla-calendar_multiple .vanilla-calendar-month.vanilla-calendar-month_disabled,.vanilla-calendar.vanilla-calendar_multiple .vanilla-calendar-year.vanilla-calendar-year_disabled{pointer-events:auto}.vanilla-calendar.vanilla-calendar_multiple .vanilla-calendar-days{flex-grow:0}.vanilla-calendar_hidden{pointer-events:none;visibility:hidden;opacity:0;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.vanilla-calendar_to-input{position:absolute;left:0;top:100%;margin-top:.25rem}.vanilla-calendar-input-wrapper{position:relative}.vanilla-calendar-controls{pointer-events:none;position:absolute;left:0;right:0;top:0;z-index:20;box-sizing:content-box;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:space-between;padding-left:1rem;padding-right:1rem;padding-top:1.25rem}.vanilla-calendar-arrow{pointer-events:auto;position:relative;display:block;height:1.5rem;width:1.5rem;cursor:pointer;border-width:0px;background-color:transparent}.vanilla-calendar-arrow:before{position:absolute;inset:0;content:var(--tw-content);content:"";-webkit-mask-image:url('data:image/svg+xml, %3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"%3E%3Cpath d="M12 16c-.3 0-.5-.1-.7-.3l-6-6c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l5.3 5.3 5.3-5.3c.4-.4 1-.4 1.4 0s.4 1 0 1.4l-6 6c-.2.2-.4.3-.7.3z"/%3E%3C/svg%3E');mask-image:url('data:image/svg+xml, %3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"%3E%3Cpath d="M12 16c-.3 0-.5-.1-.7-.3l-6-6c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l5.3 5.3 5.3-5.3c.4-.4 1-.4 1.4 0s.4 1 0 1.4l-6 6c-.2.2-.4.3-.7.3z"/%3E%3C/svg%3E');-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:50% 50%;mask-position:50% 50%}.vanilla-calendar-arrow.vanilla-calendar-arrow_prev:before{transform:rotate(90deg)}.vanilla-calendar-arrow.vanilla-calendar-arrow_next:before{transform:rotate(-90deg)}.vanilla-calendar-grid{display:grid;flex-grow:1;grid-auto-flow:column;gap:1.75rem}.vanilla-calendar-column{display:-webkit-box;display:-ms-flexbox;display:flex;min-width:-moz-min-content;min-width:-webkit-min-content;min-width:min-content;flex-direction:column}.vanilla-calendar-header{position:relative;margin-bottom:.75rem;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;padding-left:.25rem;padding-right:.25rem}.vanilla-calendar-header__content{display:grid;flex-grow:1;grid-auto-columns:-webkit-max-content;grid-auto-columns:max-content;grid-auto-flow:column;align-items:center;justify-content:center;white-space:pre-wrap;padding-left:1rem;padding-right:1rem}.vanilla-calendar-month,.vanilla-calendar-year{cursor:pointer;border-radius:.25rem;border-width:0px;background-color:transparent;padding:.25rem;font-size:1rem;line-height:1.5rem;font-weight:700}.vanilla-calendar-month.vanilla-calendar-month_disabled,.vanilla-calendar-year.vanilla-calendar-year_disabled{pointer-events:none}.vanilla-calendar-months{display:grid;flex-grow:1;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;row-gap:1rem;-moz-column-gap:.5rem;column-gap:.5rem}.vanilla-calendar-years{display:grid;flex-grow:1;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;row-gap:1rem;-moz-column-gap:.5rem;column-gap:.5rem}.vanilla-calendar-months_selecting .vanilla-calendar-months__month,.vanilla-calendar-years_selecting .vanilla-calendar-years__year{cursor:pointer}.vanilla-calendar-months_selecting .vanilla-calendar-months__month .vanilla-calendar-months__month_disabled,.vanilla-calendar-years_selecting .vanilla-calendar-years__year .vanilla-calendar-years__year_disabled{cursor:default}.vanilla-calendar-months__month,.vanilla-calendar-years__year{display:-webkit-box;display:-ms-flexbox;display:flex;height:2.5rem;align-items:center;justify-content:center;word-break:break-all;border-radius:.5rem;border-width:0px;padding:.25rem;text-align:center;font-size:.75rem;line-height:1rem;font-weight:600}.vanilla-calendar-months__month.vanilla-calendar-months__month_disabled,.vanilla-calendar-years__year.vanilla-calendar-years__year_disabled{pointer-events:none}.vanilla-calendar-week-numbers{display:-webkit-box;display:-ms-flexbox;display:flex;flex-grow:1;flex-direction:column}.vanilla-calendar-week-numbers__title{margin-bottom:.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;font-size:.75rem;line-height:1rem;font-weight:700}.vanilla-calendar-week-numbers__content{display:grid;grid-auto-flow:row;align-items:center;justify-items:center;row-gap:.25rem}.vanilla-calendar-week-number{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;min-height:1.875rem;width:100%;min-width:1.875rem;cursor:pointer;align-items:center;justify-content:center;font-size:.75rem;line-height:1rem;font-weight:600}.vanilla-calendar-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;flex-grow:1}.vanilla-calendar-content{display:-webkit-box;display:-ms-flexbox;display:flex;flex-grow:1;flex-direction:column}.vanilla-calendar-week{margin-bottom:.5rem;display:grid;grid-template-columns:repeat(7,1fr);justify-items:center}.vanilla-calendar-week__day{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;width:100%;min-width:1.875rem;align-items:center;justify-content:center;font-size:.75rem;line-height:1rem;font-weight:700}.vanilla-calendar-days{display:grid;flex-grow:1;grid-template-columns:repeat(7,1fr);align-items:center;justify-items:center;row-gap:.25rem}.vanilla-calendar-days_selecting .vanilla-calendar-day__btn{cursor:pointer}.vanilla-calendar-days_selecting .vanilla-calendar-day__btn_disabled{cursor:default}.vanilla-calendar-day{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;width:100%;align-items:center;justify-content:center}.vanilla-calendar-day:focus-visible .vanilla-calendar-day__popup,.vanilla-calendar-day:hover .vanilla-calendar-day__popup{pointer-events:auto;opacity:1}.vanilla-calendar-day_selected-first .vanilla-calendar-day__btn_selected{border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.vanilla-calendar-day_selected-last .vanilla-calendar-day__btn_selected{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_intermediate{border-radius:0}.vanilla-calendar-day__btn{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;min-height:1.875rem;width:100%;min-width:1.875rem;cursor:default;align-items:center;justify-content:center;border-radius:.5rem;border-width:0px;font-size:.75rem;line-height:1rem;font-weight:400}.vanilla-calendar-day__btn_today{font-weight:700}.vanilla-calendar-day__btn_disabled{pointer-events:none}.vanilla-calendar-day__popup{transform:translate(-50%);pointer-events:none;position:absolute;left:50%;top:100%;z-index:20;width:8rem;padding:1rem .75rem .5rem;font-size:.75rem;line-height:1rem;font-weight:400;opacity:0}.vanilla-calendar-day__popup:before{content:var(--tw-content);position:absolute}.vanilla-calendar-day__popup:after{content:var(--tw-content);position:absolute}.vanilla-calendar-day__popup:hover{pointer-events:auto;opacity:1}.vanilla-calendar-day__popup:before{content:"";left:0;bottom:0;z-index:-10;display:block;height:calc(100% - 8px);width:100%;border-radius:.5rem}.vanilla-calendar-day__popup:after{content:"";transform:translate(-50%);left:50%;top:1px;z-index:-10;display:block;height:0px;width:0px;border-left-width:8px;border-right-width:8px;border-top-width:0px;border-bottom-width:8px;border-style:solid;border-left-color:transparent;border-right-color:transparent;border-top-color:transparent}.vanilla-calendar-time{margin-top:.75rem;display:grid;grid-template-columns:auto 1fr;gap:.75rem;border-top-width:1px;border-bottom-width:0px;border-left-width:0px;border-right-width:0px;border-style:solid;padding-top:.75rem}.vanilla-calendar-time__content{display:grid;grid-auto-flow:column;align-items:center}.vanilla-calendar-time__hours{position:relative;margin-right:.35rem;width:1.75rem}.vanilla-calendar-time__hours:after{position:absolute;right:-5px;top:50%;margin-top:calc(-50% + 1px);display:block;--tw-content: ":";content:var(--tw-content)}.vanilla-calendar-time__minutes{width:1.75rem}.vanilla-calendar-time__hours input,.vanilla-calendar-time__minutes input{position:relative;margin:0;box-sizing:border-box;display:block;width:100%;border-radius:.25rem;border-width:0px;padding:.125rem;text-align:center;font-size:1.125rem;font-weight:600;line-height:1.125rem}.vanilla-calendar-time__hours input:focus-visible,.vanilla-calendar-time__minutes input:focus-visible{outline-style:solid;outline-width:1px}.vanilla-calendar-time__hours input:disabled,.vanilla-calendar-time__minutes input:disabled{cursor:default}.vanilla-calendar-time__hours input:hover:disabled,.vanilla-calendar-time__minutes input:hover:disabled{background-color:transparent}.vanilla-calendar-time__keeping{margin-left:1px;margin-top:.25rem;width:22px;cursor:pointer;border-radius:.25rem;border-width:0px;background-color:transparent;padding:0;font-size:11px}.vanilla-calendar-time__keeping:focus-visible{outline-style:solid;outline-width:1px}.vanilla-calendar-time__keeping:disabled{cursor:default}.vanilla-calendar-time__keeping:hover:disabled{background-color:transparent}.vanilla-calendar-time__ranges{display:grid;grid-auto-flow:row}.vanilla-calendar-time__range{position:relative;z-index:10;font-size:0}.vanilla-calendar-time__range:before{content:var(--tw-content);left:0}.vanilla-calendar-time__range:after{content:var(--tw-content);right:0}.vanilla-calendar-time__range:before,.vanilla-calendar-time__range:after{content:"";transform:translateY(-50%);pointer-events:none;position:absolute;top:50%;z-index:10;height:.5rem;width:1px}.vanilla-calendar-time__range input{position:relative;margin:0;height:1.25rem;width:100%;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline-width:0px}.vanilla-calendar-time__range input::-webkit-slider-thumb{position:relative;z-index:20;margin-top:-.5rem;box-sizing:border-box;height:1rem;width:.75rem;cursor:pointer;-webkit-appearance:none;appearance:none;border-radius:.25rem;border-width:1px;border-style:solid;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vanilla-calendar-time__range input::-moz-range-thumb{position:relative;z-index:20;box-sizing:border-box;height:1rem;width:.75rem;cursor:pointer;border-radius:.25rem;border-width:1px;border-style:solid;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vanilla-calendar-time__range input::-webkit-slider-runnable-track{margin-top:1px;box-sizing:border-box;height:1px;width:100%;cursor:pointer;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vanilla-calendar-time__range input::-moz-range-track{margin-top:1px;box-sizing:border-box;height:1px;width:100%;cursor:pointer;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}

/*! name: @uvarov.frontend/vanilla-calendar | url: https://github.com/uvarov-frontend/vanilla-calendar */
[data-calendar-theme=light].vanilla-calendar{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}[data-calendar-theme=light].vanilla-calendar button:focus-visible{outline-color:#fdba74}[data-calendar-theme=light].vanilla-calendar.vanilla-calendar_multiple .vanilla-calendar-month,[data-calendar-theme=light].vanilla-calendar.vanilla-calendar_multiple .vanilla-calendar-year,[data-calendar-theme=light].vanilla-calendar.vanilla-calendar_multiple .vanilla-calendar-month:hover,[data-calendar-theme=light].vanilla-calendar.vanilla-calendar_multiple .vanilla-calendar-year:hover,[data-calendar-theme=light].vanilla-calendar.vanilla-calendar_multiple .vanilla-calendar-month.vanilla-calendar-month_disabled,[data-calendar-theme=light].vanilla-calendar.vanilla-calendar_multiple .vanilla-calendar-year.vanilla-calendar-year_disabled{color:#0f172a}[data-calendar-theme=light] .vanilla-calendar-arrow:before{--tw-bg-opacity: 1;background-color:rgb(15 23 42 / var(--tw-bg-opacity))}[data-calendar-theme=light] .vanilla-calendar-arrow:hover:before{--tw-bg-opacity: 1;background-color:rgb(100 116 139 / var(--tw-bg-opacity))}[data-calendar-theme=light] .vanilla-calendar-header__content,[data-calendar-theme=light] .vanilla-calendar-month,[data-calendar-theme=light] .vanilla-calendar-year{color:#0f172a}[data-calendar-theme=light] .vanilla-calendar-month:hover,[data-calendar-theme=light] .vanilla-calendar-year:hover{color:#64748b}[data-calendar-theme=light] .vanilla-calendar-month.vanilla-calendar-month_not-active,[data-calendar-theme=light] .vanilla-calendar-year.vanilla-calendar-year_not-active{color:#94a3b8}[data-calendar-theme=light] .vanilla-calendar-month.vanilla-calendar-month_disabled,[data-calendar-theme=light] .vanilla-calendar-year.vanilla-calendar-year_disabled{color:#cbd5e1}[data-calendar-theme=light] .vanilla-calendar-months__month{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));color:#64748b}[data-calendar-theme=light] .vanilla-calendar-months__month:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}[data-calendar-theme=light] .vanilla-calendar-months__month.vanilla-calendar-months__month_selected,[data-calendar-theme=light] .vanilla-calendar-months__month.vanilla-calendar-months__month_selected:hover{--tw-bg-opacity: 1;background-color:rgb(6 182 212 / var(--tw-bg-opacity));color:#fff}[data-calendar-theme=light] .vanilla-calendar-months__month.vanilla-calendar-months__month_disabled,[data-calendar-theme=light] .vanilla-calendar-months__month.vanilla-calendar-months__month_disabled:hover{color:#cbd5e1}[data-calendar-theme=light] .vanilla-calendar-years__year{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));color:#64748b}[data-calendar-theme=light] .vanilla-calendar-years__year:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}[data-calendar-theme=light] .vanilla-calendar-years__year.vanilla-calendar-years__year_selected,[data-calendar-theme=light] .vanilla-calendar-years__year.vanilla-calendar-years__year_selected:hover{--tw-bg-opacity: 1;background-color:rgb(6 182 212 / var(--tw-bg-opacity));color:#fff}[data-calendar-theme=light] .vanilla-calendar-years__year.vanilla-calendar-years__year_disabled,[data-calendar-theme=light] .vanilla-calendar-years__year.vanilla-calendar-years__year_disabled:hover{color:#cbd5e1}[data-calendar-theme=light] .vanilla-calendar-week-numbers__title,[data-calendar-theme=light] .vanilla-calendar-week-number{color:#64748b}[data-calendar-theme=light] .vanilla-calendar-week-number:hover{color:#475569}[data-calendar-theme=light] .vanilla-calendar-week__day{color:#64748b}[data-calendar-theme=light] .vanilla-calendar-week__day_weekend{color:#f43f5e}[data-calendar-theme=light] .vanilla-calendar-day__btn{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));color:#0f172a}[data-calendar-theme=light] .vanilla-calendar-day__btn:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}[data-calendar-theme=light] .vanilla-calendar-day__btn_today{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity));color:#06b6d4}[data-calendar-theme=light] .vanilla-calendar-day__btn_today:hover{color:#06b6d4}[data-calendar-theme=light] .vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_prev,[data-calendar-theme=light] .vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_next{color:#64748b}[data-calendar-theme=light] .vanilla-calendar-day__btn_prev,[data-calendar-theme=light] .vanilla-calendar-day__btn_next{color:#94a3b8}[data-calendar-theme=light] .vanilla-calendar-day__btn_disabled{color:#cbd5e1}[data-calendar-theme=light] .vanilla-calendar-day__btn_hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday{color:#f43f5e}[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend:hover,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday:hover,[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_hover,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_hover{--tw-bg-opacity: 1;background-color:rgb(255 241 242 / var(--tw-bg-opacity))}[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_disabled,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_disabled{color:#cbd5e1}[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_today,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_today{color:#f43f5e}[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_disabled,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_disabled{color:#cbd5e1}[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev,[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));color:#94a3b8}[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev:hover,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev:hover,[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next:hover,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next:hover,[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_hover,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_hover,[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_hover,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_today,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_today,[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_today,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_today{color:#94a3b8}[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_disabled,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_disabled,[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_disabled,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_disabled{color:#cbd5e1}[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected,[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected:hover,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected:hover{--tw-bg-opacity: 1;background-color:rgb(244 63 94 / var(--tw-bg-opacity));color:#fff}[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate,[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate:hover,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate:hover{background-color:rgb(244 63 94 / var(--tw-bg-opacity));--tw-bg-opacity: .7;color:#fff}[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_selected,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_selected,[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_selected,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_selected,[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_selected:hover,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_selected:hover,[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_selected:hover,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_selected:hover{--tw-bg-opacity: 1;background-color:rgb(203 213 225 / var(--tw-bg-opacity));color:#64748b}[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate,[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate,[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate:hover,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate:hover,[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate:hover,[data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate:hover{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity));color:#64748b}[data-calendar-theme=light] .vanilla-calendar-day__btn_selected,[data-calendar-theme=light] .vanilla-calendar-day__btn_selected:hover{--tw-bg-opacity: 1;background-color:rgb(6 182 212 / var(--tw-bg-opacity));color:#fff}[data-calendar-theme=light] .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate,[data-calendar-theme=light] .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate:hover{background-color:rgb(6 182 212 / var(--tw-bg-opacity));--tw-bg-opacity: .7;color:#fff}[data-calendar-theme=light] .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_prev,[data-calendar-theme=light] .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_next,[data-calendar-theme=light] .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_prev:hover,[data-calendar-theme=light] .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_next:hover{--tw-bg-opacity: 1;background-color:rgb(203 213 225 / var(--tw-bg-opacity));color:#64748b}[data-calendar-theme=light] .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_intermediate,[data-calendar-theme=light] .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_intermediate,[data-calendar-theme=light] .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_intermediate:hover,[data-calendar-theme=light] .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_intermediate:hover{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity));color:#64748b}[data-calendar-theme=light] .vanilla-calendar-day__popup{color:#0f172a}[data-calendar-theme=light] .vanilla-calendar-day__popup:before{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));--tw-shadow: 0 3px 15px rgba(85, 85, 85, .2);--tw-shadow-colored: 0 3px 15px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}[data-calendar-theme=light] .vanilla-calendar-day__popup:after{border-bottom-color:#fff}[data-calendar-theme=light] .vanilla-calendar-time{border-color:#cbd5e1}[data-calendar-theme=light] .vanilla-calendar-time__hours:after{content:var(--tw-content);color:#0f172a}[data-calendar-theme=light] .vanilla-calendar-time__hours input,[data-calendar-theme=light] .vanilla-calendar-time__minutes input{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));color:#0f172a}[data-calendar-theme=light] .vanilla-calendar-time__hours input:hover,[data-calendar-theme=light] .vanilla-calendar-time__minutes input:hover{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity))}[data-calendar-theme=light] .vanilla-calendar-time__hours input:focus-visible,[data-calendar-theme=light] .vanilla-calendar-time__minutes input:focus-visible{outline-color:#fdba74}[data-calendar-theme=light] .vanilla-calendar-time__hours input.vanilla-calendar-is-focus,[data-calendar-theme=light] .vanilla-calendar-time__minutes input.vanilla-calendar-is-focus{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity))}[data-calendar-theme=light] .vanilla-calendar-time__keeping{color:#64748b}[data-calendar-theme=light] .vanilla-calendar-time__keeping:hover{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity))}[data-calendar-theme=light] .vanilla-calendar-time__keeping:focus-visible{outline-color:#fdba74}[data-calendar-theme=light] .vanilla-calendar-time__range input{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}[data-calendar-theme=light] .vanilla-calendar-time__range:before,[data-calendar-theme=light] .vanilla-calendar-time__range:after{--tw-bg-opacity: 1;background-color:rgb(203 213 225 / var(--tw-bg-opacity))}[data-calendar-theme=light] .vanilla-calendar-time__range:hover input::-webkit-slider-thumb{border-color:#94a3b8}[data-calendar-theme=light] .vanilla-calendar-time__range:hover input::-moz-range-thumb{border-color:#94a3b8}[data-calendar-theme=light] .vanilla-calendar-time__range input:focus-visible::-webkit-slider-thumb{border-color:#fdba74}[data-calendar-theme=light] .vanilla-calendar-time__range input:focus-visible::-moz-range-thumb{border-color:#fdba74}[data-calendar-theme=light] .vanilla-calendar-time__range input::-webkit-slider-thumb{border-color:#cbd5e1;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}[data-calendar-theme=light] .vanilla-calendar-time__range input::-moz-range-thumb{border-color:#cbd5e1;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}[data-calendar-theme=light] .vanilla-calendar-time__range input::-webkit-slider-runnable-track{--tw-bg-opacity: 1;background-color:rgb(203 213 225 / var(--tw-bg-opacity))}[data-calendar-theme=light] .vanilla-calendar-time__range input::-moz-range-track{--tw-bg-opacity: 1;background-color:rgb(203 213 225 / var(--tw-bg-opacity))}

@charset "UTF-8";
/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Trumbowyg v2.23.0 - A lightweight WYSIWYG editor
 * Default stylesheet for Trumbowyg editor
 * ------------------------
 * @link http://alex-d.github.io/Trumbowyg
 * @license MIT
 * @author Alexandre Demode (Alex-D)
 *         Twitter : @AlexandreDemode
 *         Website : alex-d.fr
 */
#trumbowyg-icons {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  width: 0;
}

#trumbowyg-icons svg {
  height: 0;
  width: 0;
}

.trumbowyg-box *,
.trumbowyg-box *::before,
.trumbowyg-box *::after,
.trumbowyg-modal *,
.trumbowyg-modal *::before,
.trumbowyg-modal *::after {
  box-sizing: border-box;
}

.trumbowyg-box svg,
.trumbowyg-modal svg {
  width: 17px;
  height: 100%;
  fill: #222;
}

.trumbowyg-box,
.trumbowyg-editor {
  display: block;
  position: relative;
  width: 100%;
  min-height: 300px;
  color: rgb(40, 50, 80);
  border-radius: 5px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(230, 240, 250);
  box-shadow: 0 5px 4px rgba(110, 120, 130, 0.2);
}

.trumbowyg-box .trumbowyg-editor {
  margin: 0 auto;
}

.trumbowyg-box.trumbowyg-fullscreen {
  background: #FEFEFE;
  border: none !important;
}

.trumbowyg-editor,
.trumbowyg-textarea {
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  min-height: 300px;
  width: 100%;
  border-style: none;
  resize: none;
  outline: none;
  overflow: auto;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

.trumbowyg-editor.trumbowyg-autogrow-on-enter,
.trumbowyg-textarea.trumbowyg-autogrow-on-enter {
  transition: height 300ms ease-out;
}

.trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-box-blur .trumbowyg-editor::before {
  color: transparent !important;
  text-shadow: 0 0 7px #333;
}

@media screen and (min-width: 0 \0 ) {
  .trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-box-blur .trumbowyg-editor::before {
    color: rgba(200, 200, 200, 0.6) !important;
  }
}
@supports (-ms-accelerator: true) {
  .trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-box-blur .trumbowyg-editor::before {
    color: rgba(200, 200, 200, 0.6) !important;
  }
}
.trumbowyg-box-blur .trumbowyg-editor img,
.trumbowyg-box-blur .trumbowyg-editor hr {
  opacity: 0.2;
}

.trumbowyg-textarea {
  position: relative;
  display: block;
  overflow: auto;
  border: none;
  font-size: 1em;
  line-height: 1.2rem;
  color: rgb(40, 50, 80);
  font-family: "Poppins", sans-serif;
}
.trumbowyg-textarea h1, .trumbowyg-textarea h2, .trumbowyg-textarea h3 {
  font-family: "Merriweather", serif;
  font-weight: 400;
  color: rgb(40, 50, 80);
  margin: 0;
  padding: 0;
}
.trumbowyg-textarea h1 {
  font-size: 34px;
  line-height: 52px;
  margin: 0 0 40px 0;
}
@media (max-width: 640px) {
  .trumbowyg-textarea h1 {
    font-size: 28px;
    line-height: 40px;
  }
}
.trumbowyg-textarea h2 {
  font-size: 30px;
  line-height: 48px;
  margin: 0 0 30px 0;
  padding: 20px 0 0 0;
}
@media (max-width: 640px) {
  .trumbowyg-textarea h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
.trumbowyg-textarea h3 {
  font-size: 26px;
  line-height: 42px;
  margin: 0 0 20px 0;
  padding: 10px 0 0 0;
}
@media (max-width: 640px) {
  .trumbowyg-textarea h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.trumbowyg-textarea h4 {
  font-size: 24px;
  line-height: 37px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
@media (max-width: 640px) {
  .trumbowyg-textarea h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
.trumbowyg-textarea p {
  margin: 0 0 20px 0;
}
.trumbowyg-textarea ul, .trumbowyg-textarea ol {
  margin: 0 0 20px 20px;
}
.trumbowyg-textarea ul:last-child, .trumbowyg-textarea ol:last-child {
  margin-bottom: 0;
}
.trumbowyg-textarea ul li, .trumbowyg-textarea ol li {
  margin: 0 0 10px;
  padding: 0 0 0 5px;
}
.trumbowyg-textarea ul li:last-child, .trumbowyg-textarea ol li:last-child {
  margin: 0;
}
.trumbowyg-textarea strong, .trumbowyg-textarea b {
  font-weight: 500;
}
@media (hover: hover) {
  .trumbowyg-textarea a:hover {
    text-decoration: underline;
  }
}
.trumbowyg-textarea dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: 20px;
}
.trumbowyg-textarea dl dt {
  width: 40%;
  flex-shrink: 0;
  margin: 0;
  padding: 10px;
  background: rgb(245, 250, 255);
  border-radius: 5px 0 0 5px;
}
.trumbowyg-textarea dl dt:nth-of-type(2n) {
  background: rgb(255, 255, 255);
}
.trumbowyg-textarea dl dd {
  width: 60%;
  flex-shrink: 0;
  margin: 0;
  padding: 10px;
  background: rgb(245, 250, 255);
  border-radius: 0 5px 5px 0;
}
.trumbowyg-textarea dl dd:nth-of-type(2n) {
  background: rgb(255, 255, 255);
}
.trumbowyg-textarea hr {
  border: none;
  border-bottom: 1px solid rgb(230, 240, 250);
}
.trumbowyg-textarea iframe {
  max-width: 100%;
}
.trumbowyg-textarea img {
  max-width: 100%;
  height: auto;
}
.trumbowyg-textarea img.aligncenter {
  margin: 0 auto;
  display: block;
}
.trumbowyg-textarea blockquote {
  margin: 0 0 20px 0;
  padding: 10px 0 10px 20px;
  border-left: 5px solid rgb(40, 50, 80);
}
.trumbowyg-textarea blockquote > p {
  margin: 0;
}

.trumbowyg-box.trumbowyg-editor-visible .trumbowyg-textarea {
  height: 1px !important;
  width: 25%;
  min-height: 0 !important;
  padding: 0 !important;
  background: none;
  opacity: 0 !important;
}

.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-textarea {
  display: block;
  margin-bottom: 1px;
}

.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-editor {
  display: none;
}

.trumbowyg-box.trumbowyg-disabled .trumbowyg-textarea {
  opacity: 0.8;
  background: none;
}

.trumbowyg-editor[contenteditable=true]:empty:not(:focus)::before {
  content: attr(placeholder);
  color: #999;
  pointer-events: none;
  white-space: break-spaces;
}

.trumbowyg-button-pane {
  width: 100%;
  min-height: 36px;
  background: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(230, 240, 250);
  margin: 0;
  padding: 0 5px;
  position: relative;
  list-style-type: none;
  line-height: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 11;
}

.trumbowyg-button-pane::after {
  content: " ";
  display: block;
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #d7e0e2;
}

.trumbowyg-button-pane .trumbowyg-button-group {
  display: inline-block;
}

.trumbowyg-button-pane .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
  color: transparent;
}

.trumbowyg-button-pane .trumbowyg-button-group::after {
  content: " ";
  display: inline-block;
  width: 1px;
  background: #d7e0e2;
  margin: 0 5px;
  height: 35px;
  vertical-align: top;
}

.trumbowyg-button-pane .trumbowyg-button-group:last-child::after {
  content: none;
}

.trumbowyg-button-pane button {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  padding: 1px 6px !important;
  margin-bottom: 1px;
  overflow: hidden;
  border: none;
  cursor: pointer;
  background: none;
  vertical-align: middle;
  transition: background-color 150ms, opacity 150ms;
}

.trumbowyg-button-pane button.trumbowyg-textual-button {
  width: auto;
  line-height: 35px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.trumbowyg-button-pane.trumbowyg-disable button:not(.trumbowyg-not-disable):not(.trumbowyg-active),
.trumbowyg-button-pane button.trumbowyg-disable,
.trumbowyg-disabled .trumbowyg-button-pane button:not(.trumbowyg-not-disable):not(.trumbowyg-viewHTML-button) {
  opacity: 0.2;
  cursor: default;
}

.trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::before,
.trumbowyg-disabled .trumbowyg-button-pane .trumbowyg-button-group::before {
  background: #e3e9eb;
}

.trumbowyg-button-pane button:not(.trumbowyg-disable):hover,
.trumbowyg-button-pane button:not(.trumbowyg-disable):focus,
.trumbowyg-button-pane button.trumbowyg-active {
  background-color: #FFF;
  outline: none;
}

.trumbowyg-button-pane .trumbowyg-open-dropdown::after {
  display: block;
  content: " ";
  position: absolute;
  top: 25px;
  right: 3px;
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-top-color: #555;
}

.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button {
  padding-left: 10px !important;
  padding-right: 18px !important;
}

.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button::after {
  top: 17px;
  right: 7px;
}

.trumbowyg-button-pane .trumbowyg-right {
  float: right;
}

.trumbowyg-dropdown {
  max-width: 300px;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  white-space: nowrap;
  border: 1px solid #ecf0f1;
  padding: 5px 0;
  border-top: none;
  background: #FFF;
  margin-left: -1px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px;
  z-index: 12;
}

.trumbowyg-dropdown button {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  background: #FFF;
  padding: 0 20px 0 10px;
  color: #333 !important;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 15px;
  transition: all 150ms;
}

.trumbowyg-dropdown button:hover, .trumbowyg-dropdown button:focus {
  background: #ecf0f1;
}

.trumbowyg-dropdown button svg {
  float: left;
  margin-right: 14px;
}

/* Modal box */
.trumbowyg-modal {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 520px;
  width: 100%;
  height: 350px;
  z-index: 12;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.trumbowyg-modal-box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 500px;
  width: calc(100% - 20px);
  padding-bottom: 45px;
  z-index: 1;
  background-color: #FFF;
  text-align: center;
  font-size: 14px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.trumbowyg-modal-box .trumbowyg-modal-title {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 15px 0 13px;
  display: block;
  border-bottom: 1px solid #EEE;
  color: #333;
  background: #fbfcfc;
}

.trumbowyg-modal-box .trumbowyg-progress {
  width: 100%;
  height: 3px;
  position: absolute;
  top: 58px;
}

.trumbowyg-modal-box .trumbowyg-progress .trumbowyg-progress-bar {
  background: #2BC06A;
  width: 0;
  height: 100%;
  transition: width 150ms linear;
}

.trumbowyg-modal-box label {
  display: block;
  position: relative;
  margin: 15px 12px;
  height: 29px;
  line-height: 29px;
  overflow: hidden;
}

.trumbowyg-modal-box label .trumbowyg-input-infos {
  display: block;
  text-align: left;
  height: 25px;
  line-height: 25px;
  transition: all 150ms;
}

.trumbowyg-modal-box label .trumbowyg-input-infos span {
  display: block;
  color: #69878f;
  background-color: #fbfcfc;
  border: 1px solid #DEDEDE;
  padding: 0 7px;
  width: 150px;
}

.trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error {
  color: #e74c3c;
}

.trumbowyg-modal-box label.trumbowyg-input-error input,
.trumbowyg-modal-box label.trumbowyg-input-error textarea {
  border: 1px solid #e74c3c;
}

.trumbowyg-modal-box label.trumbowyg-input-error .trumbowyg-input-infos {
  margin-top: -27px;
}

.trumbowyg-modal-box label input {
  position: absolute;
  top: 0;
  right: 0;
  height: 27px;
  line-height: 27px;
  border: 1px solid #DEDEDE;
  background: #fff;
  font-size: 14px;
  max-width: 330px;
  width: 70%;
  padding: 0 7px;
  transition: all 150ms;
}

.trumbowyg-modal-box label input:hover, .trumbowyg-modal-box label input:focus {
  outline: none;
  border: 1px solid #95a5a6;
}

.trumbowyg-modal-box label input:focus {
  background: #fbfcfc;
}

.trumbowyg-modal-box label input[type=checkbox] {
  left: 6px;
  top: 6px;
  right: auto;
  height: 16px;
  width: 16px;
}

.trumbowyg-modal-box label input[type=checkbox] + .trumbowyg-input-infos span {
  width: auto;
  padding-left: 25px;
}

.trumbowyg-modal-box .error {
  margin-top: 25px;
  display: block;
  color: red;
}

.trumbowyg-modal-box .trumbowyg-modal-button {
  position: absolute;
  bottom: 10px;
  right: 0;
  text-decoration: none;
  color: #FFF;
  display: block;
  width: 100px;
  height: 35px;
  line-height: 33px;
  margin: 0 10px;
  background-color: #333;
  border: none;
  cursor: pointer;
  font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
  font-size: 16px;
  transition: all 150ms;
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
  right: 110px;
  background: #2bc06a;
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover, .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus {
  background: #40d47e;
  outline: none;
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active {
  background: #25a25a;
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
  color: #555;
  background: #e6e6e6;
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover, .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus {
  background: #fbfbfb;
  outline: none;
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active {
  background: #d5d5d5;
}

.trumbowyg-overlay {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 100%;
  left: 0;
  display: none;
  top: 0;
  z-index: 10;
}

/**
 * Fullscreen
 */
body.trumbowyg-body-fullscreen {
  overflow: hidden;
}

.trumbowyg-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 99999;
}

.trumbowyg-fullscreen.trumbowyg-box,
.trumbowyg-fullscreen .trumbowyg-editor {
  border: none;
}

.trumbowyg-fullscreen .trumbowyg-editor,
.trumbowyg-fullscreen .trumbowyg-textarea {
  height: calc(100% - 37px) !important;
  overflow: auto;
}

.trumbowyg-fullscreen .trumbowyg-overlay {
  height: 100% !important;
}

.trumbowyg-fullscreen .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
  color: #222;
  fill: transparent;
}

.trumbowyg-editor {
  /*
     * lset for resetCss option
     */
}

.trumbowyg-editor object,
.trumbowyg-editor embed,
.trumbowyg-editor video,
.trumbowyg-editor img {
  max-width: 100%;
}

.trumbowyg-editor video,
.trumbowyg-editor img {
  height: auto;
}

.trumbowyg-editor img {
  cursor: move;
}

.trumbowyg-editor canvas:focus {
  outline: none;
}

.trumbowyg-editor.trumbowyg-reset-css {
  background: #FEFEFE !important;
  font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.45em !important;
  color: #333;
}

.trumbowyg-editor.trumbowyg-reset-css a {
  color: #15c !important;
  text-decoration: underline !important;
}

.trumbowyg-editor.trumbowyg-reset-css div,
.trumbowyg-editor.trumbowyg-reset-css p,
.trumbowyg-editor.trumbowyg-reset-css ul,
.trumbowyg-editor.trumbowyg-reset-css ol,
.trumbowyg-editor.trumbowyg-reset-css blockquote {
  box-shadow: none !important;
  background: none !important;
  margin: 0 !important;
  margin-bottom: 15px !important;
  line-height: 1.4em !important;
  font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif !important;
  font-size: 14px !important;
  border: none;
}

.trumbowyg-editor.trumbowyg-reset-css iframe,
.trumbowyg-editor.trumbowyg-reset-css object,
.trumbowyg-editor.trumbowyg-reset-css hr {
  margin-bottom: 15px !important;
}

.trumbowyg-editor.trumbowyg-reset-css blockquote {
  margin-left: 32px !important;
  font-style: italic !important;
  color: #555;
}

.trumbowyg-editor.trumbowyg-reset-css ul {
  list-style: disc;
}

.trumbowyg-editor.trumbowyg-reset-css ol {
  list-style: decimal;
}

.trumbowyg-editor.trumbowyg-reset-css ul,
.trumbowyg-editor.trumbowyg-reset-css ol {
  padding-left: 20px !important;
}

.trumbowyg-editor.trumbowyg-reset-css ul ul,
.trumbowyg-editor.trumbowyg-reset-css ol ol,
.trumbowyg-editor.trumbowyg-reset-css ul ol,
.trumbowyg-editor.trumbowyg-reset-css ol ul {
  border: none;
  margin: 2px !important;
  padding: 0 !important;
  padding-left: 24px !important;
}

.trumbowyg-editor.trumbowyg-reset-css hr {
  display: block;
  height: 1px;
  border: none;
  border-top: 1px solid #CCC;
}

.trumbowyg-editor.trumbowyg-reset-css h1,
.trumbowyg-editor.trumbowyg-reset-css h2,
.trumbowyg-editor.trumbowyg-reset-css h3,
.trumbowyg-editor.trumbowyg-reset-css h4 {
  color: #111;
  background: none;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: bold;
}

.trumbowyg-editor.trumbowyg-reset-css h1 {
  font-size: 32px !important;
  line-height: 38px !important;
  margin-bottom: 20px !important;
}

.trumbowyg-editor.trumbowyg-reset-css h2 {
  font-size: 26px !important;
  line-height: 34px !important;
  margin-bottom: 15px !important;
}

.trumbowyg-editor.trumbowyg-reset-css h3 {
  font-size: 22px !important;
  line-height: 28px !important;
  margin-bottom: 7px !important;
}

.trumbowyg-editor.trumbowyg-reset-css h4 {
  font-size: 16px !important;
  line-height: 22px !important;
  margin-bottom: 7px !important;
}

/*
 * Dark theme
 */
.trumbowyg-dark .trumbowyg-textarea {
  background: #111;
  color: #ddd;
}

.trumbowyg-dark .trumbowyg-box {
  border: 1px solid #343434;
}

.trumbowyg-dark .trumbowyg-box.trumbowyg-fullscreen {
  background: #111;
}

.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
  text-shadow: 0 0 7px #ccc;
}

@media screen and (min-width: 0 \0 ) {
  .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
    color: rgba(20, 20, 20, 0.6) !important;
  }
}
@supports (-ms-accelerator: true) {
  .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *, .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
    color: rgba(20, 20, 20, 0.6) !important;
  }
}
.trumbowyg-dark .trumbowyg-box svg {
  fill: #ecf0f1;
  color: #ecf0f1;
}

.trumbowyg-dark .trumbowyg-button-pane {
  background-color: #222;
  border-bottom-color: #343434;
}

.trumbowyg-dark .trumbowyg-button-pane::after {
  background: #343434;
}

.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty)::after {
  background-color: #343434;
}

.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty) .trumbowyg-fullscreen-button svg {
  color: transparent;
}

.trumbowyg-dark .trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::after {
  background-color: #2a2a2a;
}

.trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):hover,
.trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):focus,
.trumbowyg-dark .trumbowyg-button-pane button.trumbowyg-active {
  background-color: #333;
}

.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-open-dropdown::after {
  border-top-color: #fff;
}

.trumbowyg-dark .trumbowyg-fullscreen .trumbowyg-button-pane .trumbowyg-button-group:not(:empty) .trumbowyg-fullscreen-button svg {
  color: #ecf0f1;
  fill: transparent;
}

.trumbowyg-dark .trumbowyg-dropdown {
  border-color: #222;
  background: #333;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
}

.trumbowyg-dark .trumbowyg-dropdown button {
  background: #333;
  color: #fff !important;
}

.trumbowyg-dark .trumbowyg-dropdown button:hover, .trumbowyg-dark .trumbowyg-dropdown button:focus {
  background: #222;
}

.trumbowyg-dark .trumbowyg-modal-box {
  background-color: #222;
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-title {
  border-bottom: 1px solid #555;
  color: #fff;
  background: #3c3c3c;
}

.trumbowyg-dark .trumbowyg-modal-box label {
  display: block;
  position: relative;
  margin: 15px 12px;
  height: 27px;
  line-height: 27px;
  overflow: hidden;
}

.trumbowyg-dark .trumbowyg-modal-box label .trumbowyg-input-infos span {
  color: #eee;
  background-color: #2f2f2f;
  border-color: #222;
}

.trumbowyg-dark .trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error {
  color: #e74c3c;
}

.trumbowyg-dark .trumbowyg-modal-box label.trumbowyg-input-error input,
.trumbowyg-dark .trumbowyg-modal-box label.trumbowyg-input-error textarea {
  border-color: #e74c3c;
}

.trumbowyg-dark .trumbowyg-modal-box label input {
  border-color: #222;
  color: #eee;
  background: #333;
}

.trumbowyg-dark .trumbowyg-modal-box label input:hover, .trumbowyg-dark .trumbowyg-modal-box label input:focus {
  border-color: #626262;
}

.trumbowyg-dark .trumbowyg-modal-box label input:focus {
  background-color: #2f2f2f;
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
  background: #1b7943;
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover, .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus {
  background: #25a25a;
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active {
  background: #176437;
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
  background: #333;
  color: #ccc;
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover, .trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus {
  background: #444;
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active {
  background: #111;
}

.trumbowyg-dark .trumbowyg-overlay {
  background-color: rgba(15, 15, 15, 0.6);
}

/**
 * Set up a decent box model on the root element
 */
html {
  padding: 0;
  margin: 0;
  background-color: rgb(255, 255, 255);
  color: rgb(40, 50, 80);
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*, *::before, *::after {
  box-sizing: inherit;
}

/**
 * Removes the tap background color for webkit devices
 */
* {
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

/**
 * Basic styles for links
 */
a {
  text-decoration: none;
  color: rgb(61, 153, 208);
}

input, button, select, textarea {
  font-family: "Merriweather", serif;
  border: none;
  outline: none;
}

.hidden {
  display: none;
}

::-moz-selection {
  color: rgb(255, 255, 255);
  background: rgb(40, 50, 80);
}

::selection {
  color: rgb(255, 255, 255);
  background: rgb(40, 50, 80);
}

@font-face {
  font-family: "IcoFont";
  font-weight: normal;
  font-style: normal;
  src: url("/assets/website/fonts/icofont.eot");
  src: url("/assets/website/fonts/icofont.eot") format("embedded-opentype"), url("/assets/website/fonts/icofont.ttf") format("truetype"), url("/assets/website/fonts/icofont.woff") format("woff"), url("/assets/website/fonts/icofont.svg?") format("svg");
}
/**
 * Basic typography style for copy text
 */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  line-height: 1.2rem;
}

body {
  color: rgb(40, 50, 80);
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0;
  padding: 0;
}

section {
  background: rgb(255, 255, 255);
  border: 0 solid;
}
section.white {
  background: rgb(255, 255, 255);
  border-color: rgb(230, 240, 250);
}
section.lighter-grey {
  background: rgb(245, 250, 255);
  border-color: rgb(230, 240, 250);
}
section.light-grey {
  background: rgb(230, 240, 250);
  border-color: rgba(40, 50, 80, 0.1);
}
section.darker-grey {
  background: rgb(40, 50, 80);
  color: rgb(255, 255, 255);
  border-color: rgba(245, 250, 255, 0.1);
}
section.darker-grey h1, section.darker-grey h2, section.darker-grey h3, section.darker-grey h4, section.darker-grey h5, section.darker-grey h6 {
  color: rgb(255, 255, 255);
}
section.darker-grey .website-form .form-field label {
  color: rgb(255, 255, 255);
}
section.darker-grey .website-form .form-field span {
  color: rgb(255, 213, 0);
}
section.darker-grey .website-form .field-error {
  color: rgb(255, 213, 0);
}
section.darker-grey .website-form .form-submit button {
  color: rgb(40, 50, 80);
  background: rgb(255, 213, 0);
}
section .section-wrapper {
  width: 1110px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1140px) {
  section .section-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 640px) {
  section .section-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
section.full-width .section-wrapper {
  width: 100%;
}
@media (max-width: 1140px) {
  section.full-width .section-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
section.no-spacing .section-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
section.normal-spacing .section-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 640px) {
  section.normal-spacing .section-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
section.large-spacing .section-wrapper {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 640px) {
  section.large-spacing .section-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
section.border-top {
  border-top-width: 1px;
}
section.border-bottom {
  border-bottom-width: 1px;
}
section.border-top-and-bottom {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

body.menu-open {
  overflow-y: hidden;
}
body.menu-open > header .wrapper .menu-trigger:before {
  content: "\eee4";
}
body.menu-open > header .wrapper .header-navigation {
  display: block;
}

.global-success-message {
  width: 100%;
  min-height: 40px;
  line-height: 20px;
  padding: 10px 20px;
  text-align: center;
  background: rgb(80, 200, 160);
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 500;
}

.global-error-message {
  width: 100%;
  min-height: 40px;
  line-height: 20px;
  padding: 10px 20px;
  text-align: center;
  background: rgb(230, 70, 100);
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 500;
}

body > header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 5;
}
body > header .wrapper {
  width: 100%;
  max-width: 1100px;
  height: 100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1140px) {
  body > header .wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 640px) {
  body > header .wrapper {
    padding: 0 10px;
    height: 80px;
  }
}
body > header .wrapper .logo {
  width: 267px;
  height: 82px;
  display: block;
}
@media (max-width: 1140px) {
  body > header .wrapper .logo {
    width: 220px;
    height: 70px;
  }
}
@media (max-width: 640px) {
  body > header .wrapper .logo {
    height: 55px;
    width: 180px;
  }
}
body > header .wrapper .logo img {
  width: 100%;
  height: auto;
}
body > header .wrapper .menu-trigger {
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 35px;
  right: 20px;
  z-index: 20;
  background: transparent;
}
body > header .wrapper .menu-trigger:before {
  content: "\efa2";
  font-family: "IcoFont";
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  display: block;
}
body > header .wrapper .menu-trigger span {
  display: none;
}
@media (max-width: 1024px) {
  body > header .wrapper .menu-trigger {
    display: block;
  }
}
@media (max-width: 640px) {
  body > header .wrapper .menu-trigger {
    top: 25px;
    right: 10px;
  }
}
body > header .wrapper .header-navigation {
  padding-top: 35px;
}
@media (max-width: 1024px) {
  body > header .wrapper .header-navigation {
    position: fixed;
    flex-wrap: wrap;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding: 0 20px 0;
    overflow-y: auto;
    background: rgb(255, 255, 255);
    display: none;
  }
}
@media (max-width: 640px) {
  body > header .wrapper .header-navigation {
    padding: 0 10px;
  }
}
body > header .wrapper .header-navigation > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
@media (max-width: 1024px) {
  body > header .wrapper .header-navigation > ul {
    display: block;
    padding: 120px 0 60px 0;
    background: url("/assets/website/images/aec-logo.png") no-repeat rgb(255, 255, 255);
    background-position: 10px 20px;
    background-size: 220px auto;
  }
}
@media (max-width: 640px) {
  body > header .wrapper .header-navigation > ul {
    padding: 100px 0 0 0;
    background-size: 180px auto;
    background-position: 0 13px;
  }
}
body > header .wrapper .header-navigation > ul li {
  margin-left: 30px;
  position: relative;
}
@media (max-width: 1140px) {
  body > header .wrapper .header-navigation > ul li {
    margin-left: 20px;
  }
}
@media (max-width: 1024px) {
  body > header .wrapper .header-navigation > ul li {
    margin-bottom: 15px;
  }
}
body > header .wrapper .header-navigation > ul li a {
  color: rgb(40, 50, 80);
  text-decoration: none;
}
@media (max-width: 1024px) {
  body > header .wrapper .header-navigation > ul li a {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (hover: hover) {
  body > header .wrapper .header-navigation > ul li a:hover {
    color: rgb(61, 153, 208);
  }
}
body > header .wrapper .header-navigation > ul li.with-children:after {
  font-family: "IcoFont";
  content: "\ea99";
}
@media (max-width: 1024px) {
  body > header .wrapper .header-navigation > ul li.with-children:after {
    display: none;
  }
}
@media (hover: hover) {
  body > header .wrapper .header-navigation > ul li:hover > ul {
    display: block;
  }
  body > header .wrapper .header-navigation > ul li:hover > a {
    color: rgb(61, 153, 208);
  }
}
body > header .wrapper .header-navigation > ul li > ul {
  display: none;
  background: rgb(255, 255, 255);
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 30px;
  left: 0;
  list-style: none;
  margin: 0 0 0 -20px;
  padding: 10px 20px;
  width: 320px;
}
@media (max-width: 1024px) {
  body > header .wrapper .header-navigation > ul li > ul {
    display: block;
    position: relative;
    box-shadow: none;
    padding: 0 0 0 20px;
    margin: 0;
    top: 0;
  }
}
body > header .wrapper .header-navigation > ul li > ul > li {
  margin: 0;
  padding: 0;
}
body > header .wrapper .header-navigation > ul li > ul > li a {
  display: block;
  line-height: 20px;
  padding: 6px 0;
}
@media (max-width: 1024px) {
  body > header .wrapper .header-navigation > ul li > ul > li a {
    font-size: 14px;
  }
}
body > header .wrapper .header-navigation .user-navigation {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  line-height: 30px;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1140px) {
  body > header .wrapper .header-navigation .user-navigation {
    right: 60px;
  }
}
@media (max-width: 1024px) {
  body > header .wrapper .header-navigation .user-navigation {
    flex-wrap: wrap;
    top: 40px;
  }
}
@media (max-width: 640px) {
  body > header .wrapper .header-navigation .user-navigation {
    position: relative;
  }
}
@media (max-width: 640px) {
  body > header .wrapper .header-navigation .user-navigation {
    margin: 20px 20px 100px 20px;
    top: 0;
    right: 0;
  }
}
body > header .wrapper .header-navigation .user-navigation .search {
  height: 30px;
}
@media (max-width: 1024px) {
  body > header .wrapper .header-navigation .user-navigation .search {
    margin-bottom: 20px;
    width: 100%;
  }
}
body > header .wrapper .header-navigation .user-navigation .search .search-trigger {
  background: rgb(230, 240, 250);
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
  font-size: 0;
  cursor: pointer;
}
@media (max-width: 1024px) {
  body > header .wrapper .header-navigation .user-navigation .search .search-trigger {
    display: none;
  }
}
body > header .wrapper .header-navigation .user-navigation .search .search-trigger:before {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "IcoFont";
  content: "\ed1b";
  font-weight: 700;
  font-size: 12px;
}
body > header .wrapper .header-navigation .user-navigation .search.open form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body > header .wrapper .header-navigation .user-navigation .search.open .search-trigger {
  display: none;
}
body > header .wrapper .header-navigation .user-navigation .search form {
  display: none;
}
@media (max-width: 1024px) {
  body > header .wrapper .header-navigation .user-navigation .search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
body > header .wrapper .header-navigation .user-navigation .search form input {
  width: 200px;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  margin: 0;
  background: rgb(245, 250, 255);
}
@media (max-width: 1024px) {
  body > header .wrapper .header-navigation .user-navigation .search form input {
    width: 100%;
  }
}
body > header .wrapper .header-navigation .user-navigation .search form button[type=submit] {
  background: rgb(230, 240, 250);
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
  font-size: 0;
  cursor: pointer;
  flex-shrink: 0;
}
body > header .wrapper .header-navigation .user-navigation .search form button[type=submit]:before {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "IcoFont";
  content: "\ed1b";
  font-weight: 700;
  font-size: 12px;
}
@media (hover: hover) {
  body > header .wrapper .header-navigation .user-navigation a:hover {
    background: rgb(40, 50, 80);
    color: rgb(255, 255, 255);
  }
}
body > header .wrapper .header-navigation .user-navigation .sign-in-button,
body > header .wrapper .header-navigation .user-navigation .sign-out-button {
  background: rgb(245, 250, 255);
  color: rgb(40, 50, 80);
  padding: 0 10px;
  display: block;
}
@media (max-width: 640px) {
  body > header .wrapper .header-navigation .user-navigation .sign-in-button,
  body > header .wrapper .header-navigation .user-navigation .sign-out-button {
    width: 50%;
    text-align: center;
  }
}
body > header .wrapper .header-navigation .user-navigation .sign-in-button:before,
body > header .wrapper .header-navigation .user-navigation .sign-out-button:before {
  font-family: "IcoFont";
  content: "\ecfe";
  margin-right: 5px;
}
body > header .wrapper .header-navigation .user-navigation .become-member-button {
  background: rgb(255, 213, 0);
  color: rgb(40, 50, 80);
  padding: 0 15px;
  display: block;
}
@media (max-width: 640px) {
  body > header .wrapper .header-navigation .user-navigation .become-member-button {
    width: 50%;
    text-align: center;
  }
}
body > header .wrapper .header-navigation .user-navigation .council-area-button {
  background: rgb(40, 52, 138);
  color: rgb(255, 255, 255);
  padding: 0 15px;
  display: block;
}
@media (max-width: 640px) {
  body > header .wrapper .header-navigation .user-navigation .council-area-button {
    width: 50%;
    text-align: center;
  }
}

footer {
  background: rgb(40, 50, 80);
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
footer .wrapper {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0 0 0;
}
@media (max-width: 768px) {
  footer .wrapper {
    padding: 50px 20px;
  }
}
footer .wrapper .footer-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1140px) {
  footer .wrapper .footer-navigation {
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  footer .wrapper .footer-navigation {
    display: block;
  }
}
footer .wrapper .footer-navigation .footer-contacts-wrapper {
  width: 255px;
  flex-shrink: 0;
}
@media (max-width: 1140px) {
  footer .wrapper .footer-navigation .footer-contacts-wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  footer .wrapper .footer-navigation .footer-contacts-wrapper {
    margin: 0 0 40px 70px;
  }
}
@media (max-width: 768px) {
  footer .wrapper .footer-navigation .footer-contacts-wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
footer .wrapper .footer-navigation .footer-contacts-wrapper .footer-contacts {
  font-size: 11px;
  line-height: 1.1rem;
}
footer .wrapper .footer-navigation .footer-contacts-wrapper .footer-contacts strong {
  font-size: 12px;
  line-height: 1.2rem;
  font-weight: 600;
}
footer .wrapper .footer-navigation .footer-contacts-wrapper .footer-contacts p {
  margin: 0 0 20px 0;
}
footer .wrapper .footer-navigation .footer-contacts-wrapper .social-networks ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .wrapper .footer-navigation .footer-contacts-wrapper .social-networks ul li {
  margin: 0 10px 0 0;
}
footer .wrapper .footer-navigation .footer-contacts-wrapper .social-networks ul li a {
  width: 30px;
  height: 30px;
  display: block;
  font-size: 0;
}
footer .wrapper .footer-navigation .footer-contacts-wrapper .social-networks ul li a:before {
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  font-family: "IcoFont";
  color: rgb(255, 255, 255);
}
footer .wrapper .footer-navigation .footer-contacts-wrapper .social-networks ul li.facebook a:before {
  content: "\ed37";
}
footer .wrapper .footer-navigation .footer-contacts-wrapper .social-networks ul li.twitter a:before {
  content: "\ed7a";
}
footer .wrapper .footer-navigation .footer-contacts-wrapper .social-networks ul li.linkedin a:before {
  content: "\ed4d";
}
footer .wrapper .footer-navigation .footer-contacts-wrapper .social-networks ul li.instagram a:before {
  content: "\ed46";
}
footer .wrapper .footer-navigation nav {
  margin-left: 30px;
}
@media (max-width: 768px) {
  footer .wrapper .footer-navigation nav {
    margin: 30px 0 0 0;
  }
}
footer .wrapper .footer-navigation nav > ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 350px;
}
@media (max-width: 1140px) {
  footer .wrapper .footer-navigation nav > ul {
    height: 500px;
  }
}
@media (max-width: 640px) {
  footer .wrapper .footer-navigation nav > ul {
    display: block;
    height: auto;
  }
}
footer .wrapper .footer-navigation nav > ul > li {
  font-size: 12px;
  line-height: 1.2rem;
  width: 220px;
  margin-left: 60px;
  padding: 0 0 10px 0;
}
@media (max-width: 768px) {
  footer .wrapper .footer-navigation nav > ul > li {
    margin-left: 0;
  }
}
footer .wrapper .footer-navigation nav > ul > li > a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-weight: 600;
}
@media (hover: hover) {
  footer .wrapper .footer-navigation nav > ul > li > a:hover {
    color: rgb(255, 213, 0);
  }
}
footer .wrapper .footer-navigation nav > ul > li > ul {
  margin: 0;
  padding: 10px 0 10px 0;
  list-style: none;
}
footer .wrapper .footer-navigation nav > ul > li > ul > li {
  padding: 0 0 3px 0;
}
footer .wrapper .footer-navigation nav > ul > li > ul > li > a {
  color: rgb(245, 250, 255);
  text-decoration: none;
}
@media (hover: hover) {
  footer .wrapper .footer-navigation nav > ul > li > ul > li > a:hover {
    color: rgb(255, 213, 0);
  }
}
footer .wrapper .footer-legal {
  width: 100%;
  flex-shrink: 0;
  border-top: 1px solid rgba(245, 250, 255, 0.2);
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  color: rgb(200, 205, 210);
  padding: 0 15px;
  margin: 50px 0 0 0;
}
@media (max-width: 640px) {
  footer .wrapper .footer-legal {
    display: block;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
  }
}
footer .wrapper .footer-legal a {
  color: rgb(200, 205, 210);
  text-decoration: none;
}
@media (hover: hover) {
  footer .wrapper .footer-legal a:hover {
    color: rgb(255, 255, 255);
  }
}
footer .wrapper .footer-legal ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  footer .wrapper .footer-legal ul {
    display: block;
  }
}
footer .wrapper .footer-legal ul li {
  margin-left: 30px;
}
@media (max-width: 640px) {
  footer .wrapper .footer-legal ul li {
    margin: 0;
    padding: 10px 0 0 0;
  }
}

.footer-logos {
  width: 100%;
  background: rgb(245, 250, 255);
}
.footer-logos .wrapper {
  width: 100%;
  max-width: 1110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 100px;
  margin: 0 auto;
  padding: 0 15px;
}
.footer-logos .wrapper .footer-logo {
  width: 240px;
  height: 80px;
  display: block;
}
@media (max-width: 640px) {
  .footer-logos .wrapper .footer-logo {
    width: 40%;
    height: initial;
  }
}
.footer-logos .wrapper .footer-logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 640px) {
  .footer-logos .wrapper .footer-creative-europe-programme-logo {
    width: 40%;
  }
}
@media (max-width: 640px) {
  .footer-logos .wrapper .footer-creative-europe-programme-logo img {
    width: 100%;
    height: auto;
  }
}

.pagination {
  width: 100%;
  padding: 40px 0;
}
.pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul li {
  margin: 0 10px;
  font-size: 18px;
}
.pagination ul li a {
  line-height: 30px;
  padding: 0 5px;
  color: rgb(40, 50, 80);
}
.pagination ul li.page-numbers a {
  color: rgba(40, 50, 80, 0.7);
}
@media (hover: hover) {
  .pagination ul li.page-numbers a:hover {
    color: rgb(40, 50, 80);
  }
}
.pagination ul li.page-numbers.current-page a {
  font-weight: 600;
  color: rgb(40, 50, 80);
}
.pagination ul li.previous {
  margin-right: auto;
  margin-left: 0;
  font-size: 14px;
}
@media (max-width: 640px) {
  .pagination ul li.previous {
    font-size: 0;
  }
}
.pagination ul li.previous a {
  font-weight: 500;
}
.pagination ul li.previous a:before {
  font-family: "IcoFont";
  content: "\ea9d";
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
}
.pagination ul li.next {
  margin-left: auto;
  margin-right: 0;
  font-size: 14px;
}
@media (max-width: 640px) {
  .pagination ul li.next {
    font-size: 0;
  }
}
.pagination ul li.next a {
  font-weight: 500;
}
.pagination ul li.next a:after {
  font-family: "IcoFont";
  content: "\eaa0";
  display: inline-block;
  margin-left: 5px;
  font-size: 16px;
}

.page-filters,
.page-search {
  width: 100%;
  padding: 40px 0;
  background: rgb(230, 240, 250);
}
.page-filters.narrow .page-filters-wrapper,
.page-search.narrow .page-filters-wrapper {
  max-width: 840px;
  padding: 0 20px;
}
.page-filters .page-filters-wrapper,
.page-search .page-filters-wrapper {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  position: relative;
}
.page-filters .page-filters-wrapper .reset-filters,
.page-search .page-filters-wrapper .reset-filters {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  color: rgb(40, 50, 80);
  top: 0;
  right: 20px;
}
@media (hover: hover) {
  .page-filters .page-filters-wrapper .reset-filters:hover,
  .page-search .page-filters-wrapper .reset-filters:hover {
    color: rgb(61, 153, 208);
  }
}
.page-filters .page-filters-wrapper .category-filter,
.page-search .page-filters-wrapper .category-filter {
  margin-bottom: 30px;
}
.page-filters .page-filters-wrapper .category-filter:last-child,
.page-search .page-filters-wrapper .category-filter:last-child {
  margin-bottom: 0;
}
.page-filters .page-filters-wrapper .category-filter .category-filter-label,
.page-search .page-filters-wrapper .category-filter .category-filter-label {
  width: 100%;
  margin: 0;
  padding: 0 0 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.page-filters .page-filters-wrapper .category-filter ul,
.page-search .page-filters-wrapper .category-filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
}
.page-filters .page-filters-wrapper .category-filter ul li,
.page-search .page-filters-wrapper .category-filter ul li {
  width: 33%;
  flex-shrink: 0;
  padding: 0 0 15px 0;
}
@media (max-width: 768px) {
  .page-filters .page-filters-wrapper .category-filter ul li,
  .page-search .page-filters-wrapper .category-filter ul li {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .page-filters .page-filters-wrapper .category-filter ul li,
  .page-search .page-filters-wrapper .category-filter ul li {
    width: 100%;
  }
}
.page-filters .page-filters-wrapper .category-filter ul li a,
.page-search .page-filters-wrapper .category-filter ul li a {
  font-size: 13px;
  color: rgb(40, 50, 80);
}
.page-filters .page-filters-wrapper .category-filter ul li a:after,
.page-search .page-filters-wrapper .category-filter ul li a:after {
  font-family: "IcoFont";
  content: "\eaa0";
  display: inline-block;
  padding-left: 2px;
}
@media (hover: hover) {
  .page-filters .page-filters-wrapper .category-filter ul li a:hover,
  .page-search .page-filters-wrapper .category-filter ul li a:hover {
    color: rgb(61, 153, 208);
  }
}
.page-filters .page-filters-wrapper .category-filter ul li.active a,
.page-search .page-filters-wrapper .category-filter ul li.active a {
  color: rgb(61, 153, 208);
}
.page-filters .page-filters-wrapper .search-filter form,
.page-search .page-filters-wrapper .search-filter form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .page-filters .page-filters-wrapper .search-filter form,
  .page-search .page-filters-wrapper .search-filter form {
    display: block;
  }
}
.page-filters .page-filters-wrapper .search-filter form input,
.page-search .page-filters-wrapper .search-filter form input {
  width: 100%;
  padding: 10px 20px;
  line-height: 30px;
  font-size: 14px;
  color: rgb(40, 50, 80);
  border-radius: 5px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(230, 240, 250);
  box-shadow: 0 5px 4px rgba(110, 120, 130, 0.2);
  margin-right: 20px;
}
@media (max-width: 640px) {
  .page-filters .page-filters-wrapper .search-filter form input,
  .page-search .page-filters-wrapper .search-filter form input {
    margin: 0 0 20px;
  }
}
.page-filters .page-filters-wrapper .search-filter form button,
.page-search .page-filters-wrapper .search-filter form button {
  display: block;
  padding: 10px 30px;
  font-size: 14px;
  line-height: 30px;
  background: rgb(40, 50, 80);
  border: 1px solid rgb(40, 50, 80);
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-weight: 500;
  border-radius: 5px;
  flex-shrink: 0;
  box-shadow: 0 5px 4px rgba(110, 120, 130, 0.2);
  cursor: pointer;
}
@media (max-width: 640px) {
  .page-filters .page-filters-wrapper .search-filter form button,
  .page-search .page-filters-wrapper .search-filter form button {
    width: 100%;
  }
}
.page-filters .page-filters-wrapper .search-filter form button:after,
.page-search .page-filters-wrapper .search-filter form button:after {
  font-family: "IcoFont";
  content: "\eaa0";
  display: inline-block;
  margin: 0 5px 0 5px;
  transition: all 0.25s ease-out;
}
@media (hover: hover) {
  .page-filters .page-filters-wrapper .search-filter form button:hover:after,
  .page-search .page-filters-wrapper .search-filter form button:hover:after {
    margin: 0 0 0 10px;
  }
}

.page-message {
  width: 100%;
  padding: 10px 0;
  line-height: 30px;
  min-height: 50px;
  background: rgb(230, 240, 250);
  color: rgb(40, 52, 138);
  font-size: 14px;
  font-weight: 500;
}
.page-message.success {
  background: rgb(80, 200, 160);
  color: rgb(255, 255, 255);
}
.page-message.narrow .page-message-wrapper {
  max-width: 800px;
  padding: 0 20px;
}
.page-message .page-message-wrapper {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
}

.cta-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 50px 0;
}
.cta-button:last-child {
  padding: 50px 0 0 0;
}
.cta-button:first-child {
  padding: 0 0 50px 0;
}
.content .cta-button {
  margin: 0 0 20px;
}
.content .cta-button a:after {
  display: none;
}
@media (hover: hover) {
  .content .cta-button a.yellow:hover {
    border-color: rgb(40, 50, 80);
    color: rgb(40, 50, 80);
  }
}
.cta-button a {
  display: block;
  padding: 10px 30px;
  font-size: 14px;
  line-height: 30px;
  border: 1px solid rgb(40, 50, 80);
  background: rgb(40, 50, 80);
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-weight: 500;
  border-radius: 5px;
}
.cta-button a:after {
  font-family: "IcoFont";
  content: "\eaa0";
  display: inline-block;
  margin: 0 0 0 5px;
}
.cta-button a.yellow {
  border-color: rgb(255, 213, 0);
  background: rgb(255, 213, 0);
  color: rgb(40, 50, 80);
}
@media (hover: hover) {
  .cta-button a.yellow:hover {
    color: rgb(255, 213, 0);
  }
}
@media (hover: hover) {
  .cta-button a:hover {
    background: transparent;
    color: rgb(40, 50, 80);
  }
}
.cta-button:last-child {
  margin-bottom: 0;
}

.text-block {
  width: 740px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 640px) {
  .text-block {
    padding: 0 10px;
  }
}
.text-block h1, .text-block h2, .text-block h3 {
  font-family: "Merriweather", serif;
  font-weight: 400;
  color: rgb(40, 50, 80);
  margin: 0;
  padding: 0;
}
.text-block h1 {
  font-size: 34px;
  line-height: 52px;
  margin: 0 0 40px 0;
}
@media (max-width: 640px) {
  .text-block h1 {
    font-size: 28px;
    line-height: 40px;
  }
}
.text-block h2 {
  font-size: 30px;
  line-height: 48px;
  margin: 0 0 30px 0;
  padding: 20px 0 0 0;
}
@media (max-width: 640px) {
  .text-block h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
.text-block h3 {
  font-size: 26px;
  line-height: 42px;
  margin: 0 0 20px 0;
  padding: 10px 0 0 0;
}
@media (max-width: 640px) {
  .text-block h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.text-block h4 {
  font-size: 24px;
  line-height: 37px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
@media (max-width: 640px) {
  .text-block h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
.text-block p {
  margin: 0 0 20px 0;
}
.text-block ul, .text-block ol {
  margin: 0 0 20px 20px;
}
.text-block ul:last-child, .text-block ol:last-child {
  margin-bottom: 0;
}
.text-block ul li, .text-block ol li {
  margin: 0 0 10px;
  padding: 0 0 0 5px;
}
.text-block ul li:last-child, .text-block ol li:last-child {
  margin: 0;
}
.text-block strong, .text-block b {
  font-weight: 500;
}
@media (hover: hover) {
  .text-block a:hover {
    text-decoration: underline;
  }
}
.text-block dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: 20px;
}
.text-block dl dt {
  width: 40%;
  flex-shrink: 0;
  margin: 0;
  padding: 10px;
  background: rgb(245, 250, 255);
  border-radius: 5px 0 0 5px;
}
.text-block dl dt:nth-of-type(2n) {
  background: rgb(255, 255, 255);
}
.text-block dl dd {
  width: 60%;
  flex-shrink: 0;
  margin: 0;
  padding: 10px;
  background: rgb(245, 250, 255);
  border-radius: 0 5px 5px 0;
}
.text-block dl dd:nth-of-type(2n) {
  background: rgb(255, 255, 255);
}
.text-block hr {
  border: none;
  border-bottom: 1px solid rgb(230, 240, 250);
}
.text-block iframe {
  max-width: 100%;
}
.text-block img {
  max-width: 100%;
  height: auto;
}
.text-block img.aligncenter {
  margin: 0 auto;
  display: block;
}
.text-block blockquote {
  margin: 0 0 20px 0;
  padding: 10px 0 10px 20px;
  border-left: 5px solid rgb(40, 50, 80);
}
.text-block blockquote > p {
  margin: 0;
}
.text-block.small {
  font-size: 14px;
}
.text-block.large {
  font-size: 18px;
}
.text-block.text-center {
  text-align: center;
}

.small-boxes {
  width: 1110px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
}
.small-boxes .small-box {
  width: calc(25% - 23px);
  height: 200px;
  background: rgb(40, 50, 80);
  color: rgb(255, 255, 255);
  margin: 0 30px 30px 0;
  flex-shrink: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 5px;
  overflow-y: hidden;
  box-shadow: 0 0 15px rgba(40, 50, 80, 0.15);
}
@media (max-width: 1024px) {
  .small-boxes .small-box {
    margin: 0 20px 20px 0;
    width: calc(25% - 15px);
  }
}
@media (max-width: 768px) {
  .small-boxes .small-box {
    width: calc(50% - 15px);
  }
  .small-boxes .small-box:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  .small-boxes .small-box {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.small-boxes .small-box:last-child, .small-boxes .small-box:nth-child(4n) {
  margin-right: 0;
}
.small-boxes a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 135px 35px 35px 35px;
  font-size: 21px;
  line-height: 30px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), black);
  background: linear-gradient(rgba(0, 0, 0, 0), black);
}
@media (max-width: 1024px) {
  .small-boxes a {
    padding: 150px 20px 20px 20px;
    font-size: 16px;
  }
}
.small-boxes a:after {
  font-family: "IcoFont";
  content: "\eaa0";
  display: inline-block;
  margin: 0 0 0 5px;
  transition: all 0.25s ease-out;
}
@media (hover: hover) {
  .small-boxes a:hover:after {
    margin-left: 10px;
  }
}
.small-boxes:last-child {
  margin-bottom: 0;
}

.newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .newsletter {
    display: block;
  }
}
.newsletter .newsletter-summary {
  width: 50%;
  padding: 0 30px 0 0;
}
@media (max-width: 1140px) {
  .newsletter .newsletter-summary {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .newsletter .newsletter-summary {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .newsletter .newsletter-summary {
    padding: 0;
    text-align: center;
  }
}
.newsletter .newsletter-summary h4 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 20px 0;
  padding: 0;
}
@media (max-width: 640px) {
  .newsletter .newsletter-summary h4 {
    font-size: 22px;
  }
}
.newsletter .newsletter-summary p {
  margin: 0;
  font-size: 14px;
  line-height: 23px;
  color: rgb(110, 120, 130);
}
.newsletter .newsletter-form {
  width: 50%;
  padding: 0 0 0 30px;
}
@media (max-width: 1140px) {
  .newsletter .newsletter-form {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .newsletter .newsletter-form {
    width: 100%;
    padding: 0;
  }
}
.newsletter .newsletter-form form input {
  width: 100%;
  padding: 10px 20px;
  line-height: 30px;
  font-size: 14px;
  color: rgb(40, 50, 80);
  border-radius: 5px 0 0 5px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(230, 240, 250);
  box-shadow: 0 5px 4px rgba(110, 120, 130, 0.2);
  margin: 0 0 15px;
}
.newsletter .newsletter-form form .submit-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .newsletter .newsletter-form form .submit-row {
    display: block;
  }
}
@media (max-width: 768px) {
  .newsletter .newsletter-form form .recaptcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
}
.newsletter .newsletter-form form button {
  display: block;
  padding: 10px 30px;
  height: 72px;
  flex-grow: 1;
  margin-left: 10px;
  font-size: 14px;
  line-height: 30px;
  background: rgb(255, 213, 0);
  border: 1px solid rgb(255, 213, 0);
  color: rgb(40, 50, 80);
  text-decoration: none;
  font-weight: 500;
  border-radius: 0 5px 5px 0;
  flex-shrink: 0;
  box-shadow: 0 5px 4px rgba(110, 120, 130, 0.2);
  cursor: pointer;
}
@media (max-width: 768px) {
  .newsletter .newsletter-form form button {
    height: auto;
    width: 100%;
    margin: 10px 0 0 0;
  }
}
.newsletter .newsletter-form form button:after {
  font-family: "IcoFont";
  content: "\eaa0";
  display: inline-block;
  margin: 0 5px 0 5px;
  transition: all 0.25s ease-out;
}
@media (hover: hover) {
  .newsletter .newsletter-form form button:hover:after {
    margin: 0 0 0 10px;
  }
}
.newsletter .newsletter-form form .field-error {
  color: rgb(230, 70, 100);
  display: block;
  font-size: 12px;
  margin: 10px 0 0 5px;
  padding: 0;
  font-weight: 500;
}
.newsletter .newsletter-form .newsletter-form-legal-info {
  font-size: 10px;
  padding: 10px 0 0 0;
  text-align: center;
  color: rgb(110, 120, 130);
}

.cta-boxes {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cta-boxes {
    display: block;
  }
}
.cta-boxes .cta-box {
  width: calc(50% - 15px);
  min-height: 300px;
  background: rgb(40, 50, 80);
  color: rgb(255, 255, 255);
  margin-right: 30px;
  padding: 50px 80px 0;
  border-radius: 5px;
}
@media (max-width: 1024px) {
  .cta-boxes .cta-box {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cta-boxes .cta-box {
    width: 100%;
    margin: 0 0 30px 0;
    min-height: initial;
  }
}
.cta-boxes .cta-box:nth-child(2n) {
  margin-right: 0;
}
.cta-boxes .cta-box.yellow {
  background: rgb(255, 213, 0);
  color: rgb(40, 50, 80);
}
.cta-boxes .cta-box.yellow a {
  background: rgb(40, 50, 80);
  color: rgb(255, 255, 255);
}
@media (hover: hover) {
  .cta-boxes .cta-box.yellow a:hover {
    border-color: rgb(40, 50, 80);
    background: transparent;
    color: rgb(40, 50, 80);
  }
}
.cta-boxes .cta-box h3 {
  font-size: 34px;
  line-height: 60px;
  font-weight: 400;
  font-family: "Merriweather", serif;
}
@media (max-width: 1024px) {
  .cta-boxes .cta-box h3 {
    line-height: 40px;
    margin: 0 0 10px 0;
  }
}
.cta-boxes .cta-box p {
  font-size: 14px;
  line-height: 23px;
}
.cta-boxes .cta-box a {
  margin-top: 40px;
  display: inline-block;
  padding: 7px 20px;
  font-size: 14px;
  line-height: 30px;
  border: 1px solid rgb(255, 213, 0);
  background: rgb(255, 213, 0);
  color: rgb(40, 50, 80);
  text-decoration: none;
  font-weight: 500;
  border-radius: 5px;
}
.cta-boxes .cta-box a:after {
  font-family: "IcoFont";
  content: "\eaa0";
  display: inline-block;
  margin: 0 0 0 5px;
}
@media (hover: hover) {
  .cta-boxes .cta-box a:hover {
    background: transparent;
    color: rgb(255, 213, 0);
  }
}

.cta-text-box {
  width: 100%;
  padding: 34px 30px;
  margin: 0 0 20px 0;
  border: 1px solid rgb(200, 205, 210);
  border-radius: 5px;
  font-size: 14px;
  line-height: 25px;
  background: rgb(255, 255, 255);
  color: rgb(40, 50, 80);
}
@media (max-width: 640px) {
  .cta-text-box {
    padding: 20px;
  }
}
.cta-text-box.lighter-grey {
  border-color: rgb(245, 250, 255);
  background: rgb(245, 250, 255);
}
.cta-text-box.light-grey {
  border-color: rgb(230, 240, 250);
  background: rgb(230, 240, 250);
}
.cta-text-box.darker-grey {
  border-color: rgb(40, 50, 80);
  background: rgb(40, 50, 80);
  color: rgb(255, 255, 255);
}
.cta-text-box.darker-grey .cta-text-box-button a {
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
@media (hover: hover) {
  .cta-text-box.darker-grey .cta-text-box-button a:hover {
    background: rgb(255, 255, 255);
    color: rgb(40, 50, 80);
  }
}
.cta-text-box.yellow {
  border-color: rgb(255, 213, 0);
  background: rgb(255, 213, 0);
}
.cta-text-box h3 {
  font-size: 24px;
  line-height: 37px;
  font-weight: 500;
  margin: 0 0 20px 0;
}
.cta-text-box p {
  padding: 0;
  margin: 0 0 20px 0;
}
.cta-text-box .cta-text-box-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
}
.cta-text-box .cta-text-box-button a {
  display: inline-block;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 30px;
  border: 1px solid rgb(40, 50, 80);
  color: rgb(40, 50, 80);
  text-decoration: none;
  font-weight: 500;
  border-radius: 5px;
}
.cta-text-box .cta-text-box-button a:after {
  font-family: "IcoFont";
  content: "\eaa0";
  display: inline-block;
  margin: 0 0 0 5px;
}
@media (hover: hover) {
  .cta-text-box .cta-text-box-button a:hover {
    background: rgb(40, 50, 80);
    color: rgb(255, 255, 255);
  }
}

.cover-image {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: rgb(40, 50, 80);
  color: rgb(255, 255, 255);
  position: relative;
}
.cover-image.with-image:before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.cover-image.short {
  height: 350px;
}
.cover-image.shorter {
  height: 200px;
}
.cover-image .cover-image-content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .cover-image .cover-image-content {
    padding: 0 10px;
  }
}
.cover-image .cover-image-content h1 {
  font-size: 34px;
  line-height: 60px;
  font-weight: 400;
  font-family: "Merriweather", serif;
  margin: 0 auto 20px;
  padding: 0;
}
@media (max-width: 640px) {
  .cover-image .cover-image-content h1 {
    font-size: 22px;
    line-height: 32px;
  }
}
.cover-image .cover-image-content p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin: 0 0 20px 0;
  padding: 0;
}
@media (max-width: 640px) {
  .cover-image .cover-image-content p {
    font-size: 14px;
    line-height: 22px;
  }
}

.cover-slider {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.cover-slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  transition-property: transform;
}
.cover-slider .swiper-wrapper .swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  background: no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cover-slider .swiper-wrapper .swiper-slide .slide-content {
  width: 600px;
  margin: 0 auto;
  text-align: center;
}
.cover-slider .swiper-wrapper .swiper-slide .slide-content h1 {
  font-size: 32px;
  line-height: 50px;
  font-weight: 300;
  font-family: "Merriweather", serif;
  margin: 0 0 40px 0;
  padding: 0;
}
@media (max-width: 640px) {
  .cover-slider .swiper-wrapper .swiper-slide .slide-content h1 {
    font-size: 24px;
    line-height: 40px;
  }
}
.cover-slider .swiper-wrapper .swiper-slide .slide-content h1 b {
  font-weight: 700;
}
.cover-slider .swiper-wrapper .swiper-slide .slide-content a {
  display: inline-block;
  padding: 10px 30px;
  font-size: 14px;
  line-height: 30px;
  border: 1px solid rgb(255, 213, 0);
  background: rgb(255, 213, 0);
  color: rgb(40, 50, 80);
  text-decoration: none;
  font-weight: 500;
  border-radius: 5px;
}
.cover-slider .swiper-wrapper .swiper-slide .slide-content a:after {
  font-family: "IcoFont";
  content: "\eaa0";
  display: inline-block;
  margin: 0 0 0 5px;
}
.cover-slider .swiper-wrapper .swiper-slide-invisible-blank {
  visibility: hidden;
}
.cover-slider .swiper-button-prev,
.cover-slider .swiper-button-next {
  width: 60px;
  height: 60px;
  position: absolute;
  top: calc(50% - 30px);
  left: 0;
  display: block;
  cursor: pointer;
  z-index: 3;
  font-weight: 300;
}
@media (max-width: 640px) {
  .cover-slider .swiper-button-prev,
  .cover-slider .swiper-button-next {
    display: none;
  }
}
.cover-slider .swiper-button-prev:before,
.cover-slider .swiper-button-next:before {
  font-family: "IcoFont";
  content: "\eac9";
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  width: 60px;
  height: 60px;
  display: block;
}
.cover-slider .swiper-button-next {
  left: auto;
  right: 0;
}
.cover-slider .swiper-button-next:before {
  content: "\eaca";
}
.cover-slider .swiper-pagination {
  position: absolute;
  bottom: 35px;
  height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  width: 200px;
  left: calc(50% - 100px);
}
.cover-slider .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  display: block;
  margin: 0 3px;
}
.cover-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: rgb(255, 255, 255);
  background: rgb(255, 255, 255);
}

.main-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .main-content {
    display: block;
  }
}
.main-content .content-navbar-trigger {
  display: none;
  width: 100%;
  border: 1px solid rgb(230, 240, 250);
  height: 50px;
  line-height: 30px;
  border-radius: 5px;
  padding: 10px 50px 10px 20px;
  text-align: left;
  background: rgb(255, 255, 255);
  font-size: 12px;
  position: relative;
  margin: 0 0 30px 0;
}
.main-content .content-navbar-trigger:after {
  font-family: "IcoFont";
  content: "\efa2";
  font-size: 14px;
  color: rgb(110, 120, 130);
  right: 20px;
  top: 10px;
  position: absolute;
  display: block;
}
@media (max-width: 768px) {
  .main-content .content-navbar-trigger {
    display: block;
  }
}
.main-content .content-navbar {
  width: 285px;
  padding: 0 30px 0 0;
  margin: 0 25px 0 0;
  flex-shrink: 0;
  border-right: 1px solid rgba(200, 205, 210, 0.5);
}
@media (max-width: 1024px) {
  .main-content .content-navbar {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .main-content .content-navbar {
    width: 100%;
    display: none;
    padding: 0 30px;
    border: none;
    border-bottom: 1px solid rgb(230, 240, 250);
    margin: 0 0 30px 0;
  }
}
@media (max-width: 768px) {
  .main-content .content-navbar.navbar-open {
    display: block;
  }
}
.main-content .content {
  width: 800px;
  padding: 0 30px 20px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 29px;
}
@media (max-width: 1024px) {
  .main-content .content {
    width: 100%;
    padding: 0;
  }
}
.main-content .content .share-on-social-media {
  margin: 20px 0 0 0;
  border-top: 1px solid rgba(200, 205, 210, 0.5);
  border-bottom: 1px solid rgba(200, 205, 210, 0.5);
  padding: 20px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.main-content .content .share-on-social-media .social-share-title {
  font-size: 12px;
  line-height: 20px;
  color: rgb(40, 50, 80);
  margin: 0 auto 0 0;
  padding-top: 10px;
  text-transform: uppercase;
  display: block;
}
.main-content .content .share-on-social-media .facebook-share,
.main-content .content .share-on-social-media .linked-in-share {
  margin-left: 10px;
}

.event-cover {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: rgb(40, 50, 80);
  color: rgb(255, 255, 255);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1140px) {
  .event-cover {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.event-cover.with-image:before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.event-cover .cover-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.event-cover .cover-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.event-cover .cover-image img.on-desktop {
  display: block;
}
@media (max-width: 768px) {
  .event-cover .cover-image img.on-desktop {
    display: none;
  }
}
.event-cover .cover-image img.on-mobile {
  display: none;
}
@media (max-width: 768px) {
  .event-cover .cover-image img.on-mobile {
    display: block;
  }
}
.event-cover .cover-content {
  width: 100%;
  position: relative;
  z-index: 3;
  max-width: 1110px;
  margin: 0 auto 45px;
}
.event-cover .cover-content .category-link {
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
}
.event-cover .cover-content .category-link:after {
  font-family: "IcoFont";
  content: "\eaa0";
  display: inline-block;
  margin-left: 2px;
}
.event-cover .cover-content h1 {
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
  font-family: "Merriweather", serif;
  margin: 0 0 20px 0;
  padding: 0;
  max-width: 630px;
}
@media (max-width: 640px) {
  .event-cover .cover-content h1 {
    font-size: 22px;
    line-height: 32px;
  }
}
.event-cover .cover-content .event-meta {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .event-cover .cover-content .event-meta {
    display: block;
  }
}
.event-cover .cover-content .event-meta .event-dates {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 20px 0 0;
}
@media (max-width: 640px) {
  .event-cover .cover-content .event-meta .event-dates {
    margin: 0 0 10px 0;
  }
}
.event-cover .cover-content .event-meta .event-dates:before {
  font-family: "IcoFont";
  content: "\ec45";
  display: inline-block;
  margin-right: 4px;
  font-weight: 400;
}
.event-cover .cover-content .event-meta .event-location {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 auto 0 0;
}
@media (max-width: 640px) {
  .event-cover .cover-content .event-meta .event-location {
    margin: 0 0 10px 0;
  }
}
.event-cover .cover-content .event-meta .event-location:before {
  font-family: "IcoFont";
  content: "\ef79";
  display: inline-block;
  margin-right: 4px;
  font-weight: 400;
}
.event-cover .cover-content .event-meta .event-location.online:before {
  content: "\ef3e";
  font-size: 14px;
}
.event-cover .cover-content .event-meta .registration-button {
  display: block;
  padding: 10px 30px;
  font-size: 14px;
  line-height: 30px;
  border: 1px solid rgb(255, 213, 0);
  background: rgb(255, 213, 0);
  color: rgb(40, 50, 80);
  text-decoration: none;
  font-weight: 500;
  border-radius: 5px;
}
@media (max-width: 640px) {
  .event-cover .cover-content .event-meta .registration-button {
    display: inline-block;
    padding: 5px 20px;
    margin: 10px 0 0 0;
  }
}

.table .table-wrapper {
  margin: 0 0 30px 0;
}
.table .table-wrapper table {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
  border: 1px solid rgb(230, 240, 250);
  border-top-color: rgb(245, 250, 255);
  border-left: 0;
  border-right: 0;
}
.table .table-wrapper table thead,
.table .table-wrapper table tbody {
  width: 100%;
}
.table .table-wrapper table tr:nth-child(2n) td {
  background: rgb(245, 250, 255);
}
.table .table-wrapper table th, .table .table-wrapper table td {
  min-width: 185px;
  padding: 10px;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid rgb(230, 240, 250);
}
.table .table-wrapper table th:last-child, .table .table-wrapper table td:last-child {
  border-right: 0;
}
.table .table-wrapper table th {
  background: rgb(245, 250, 255);
  border-bottom: 1px solid rgb(230, 240, 250);
}

.logo-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px 0;
}
.logo-grid .grid-logo {
  width: 225px;
  height: 130px;
  display: block;
  border: 1px solid rgb(200, 205, 210);
  border-radius: 5px;
  margin: 0 20px 20px 0;
  position: relative;
}
.logo-grid .grid-logo a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.logo-grid .grid-logo img {
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.logo-carousel {
  width: 1140px;
  max-width: 100%;
  padding: 20px 0 30px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
  background: rgb(255, 255, 255);
}
.logo-carousel .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin: 40px 0;
  position: relative;
  z-index: 1;
  transition-property: transform;
}
.logo-carousel .swiper-wrapper .swiper-slide {
  flex-shrink: 0;
  width: 20%;
  padding: 20px;
  aspect-ratio: 1/1;
  position: relative;
  transition-property: transform;
  background: no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .logo-carousel .swiper-wrapper .swiper-slide {
    width: 33.333%;
  }
}
@media (max-width: 640px) {
  .logo-carousel .swiper-wrapper .swiper-slide {
    width: 50%;
  }
}
@media (max-width: 425px) {
  .logo-carousel .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}
.logo-carousel .swiper-wrapper .swiper-slide .carousel-logo {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.logo-carousel .swiper-wrapper .swiper-slide .carousel-logo a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.logo-carousel .swiper-wrapper .swiper-slide .carousel-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.logo-carousel .swiper-pagination {
  position: absolute;
  width: 200px;
  bottom: 20px;
  height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  left: calc(50% - 100px);
}
.logo-carousel .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: 1px solid rgba(40, 50, 80, 0.6);
  border-radius: 50%;
  display: block;
  margin: 0 3px;
}
.logo-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: rgb(40, 50, 80);
  background: rgb(40, 50, 80);
}

.person-preview {
  margin: 0 0 20px 0;
}
.person-preview .person-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 10px 0;
}
@media (max-width: 640px) {
  .person-preview .person-summary {
    display: block;
  }
}
.person-preview .person-summary .person-image {
  width: 150px;
  margin: 0 20px 0 0;
  flex-shrink: 0;
}
.person-preview .person-summary .person-image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.person-preview .person-summary .person-details {
  width: 100%;
}
.person-preview .person-summary .person-details h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}
.person-preview .person-summary .person-details .position {
  font-size: 14px;
}
.person-preview .person-bio {
  border-left: 5px solid rgb(230, 240, 250);
  padding: 20px 20px 0;
  border-radius: 0 5px 5px 0;
  margin: 0 0 50px 20px;
}
.person-preview .person-bio h1, .person-preview .person-bio h2, .person-preview .person-bio h3 {
  font-family: "Merriweather", serif;
  font-weight: 400;
  color: rgb(40, 50, 80);
  margin: 0;
  padding: 0;
}
.person-preview .person-bio h1 {
  font-size: 34px;
  line-height: 52px;
  margin: 0 0 40px 0;
}
@media (max-width: 640px) {
  .person-preview .person-bio h1 {
    font-size: 28px;
    line-height: 40px;
  }
}
.person-preview .person-bio h2 {
  font-size: 30px;
  line-height: 48px;
  margin: 0 0 30px 0;
  padding: 20px 0 0 0;
}
@media (max-width: 640px) {
  .person-preview .person-bio h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
.person-preview .person-bio h3 {
  font-size: 26px;
  line-height: 42px;
  margin: 0 0 20px 0;
  padding: 10px 0 0 0;
}
@media (max-width: 640px) {
  .person-preview .person-bio h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.person-preview .person-bio h4 {
  font-size: 24px;
  line-height: 37px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
@media (max-width: 640px) {
  .person-preview .person-bio h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
.person-preview .person-bio p {
  margin: 0 0 20px 0;
}
.person-preview .person-bio ul, .person-preview .person-bio ol {
  margin: 0 0 20px 20px;
}
.person-preview .person-bio ul:last-child, .person-preview .person-bio ol:last-child {
  margin-bottom: 0;
}
.person-preview .person-bio ul li, .person-preview .person-bio ol li {
  margin: 0 0 10px;
  padding: 0 0 0 5px;
}
.person-preview .person-bio ul li:last-child, .person-preview .person-bio ol li:last-child {
  margin: 0;
}
.person-preview .person-bio strong, .person-preview .person-bio b {
  font-weight: 500;
}
@media (hover: hover) {
  .person-preview .person-bio a:hover {
    text-decoration: underline;
  }
}
.person-preview .person-bio dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: 20px;
}
.person-preview .person-bio dl dt {
  width: 40%;
  flex-shrink: 0;
  margin: 0;
  padding: 10px;
  background: rgb(245, 250, 255);
  border-radius: 5px 0 0 5px;
}
.person-preview .person-bio dl dt:nth-of-type(2n) {
  background: rgb(255, 255, 255);
}
.person-preview .person-bio dl dd {
  width: 60%;
  flex-shrink: 0;
  margin: 0;
  padding: 10px;
  background: rgb(245, 250, 255);
  border-radius: 0 5px 5px 0;
}
.person-preview .person-bio dl dd:nth-of-type(2n) {
  background: rgb(255, 255, 255);
}
.person-preview .person-bio hr {
  border: none;
  border-bottom: 1px solid rgb(230, 240, 250);
}
.person-preview .person-bio iframe {
  max-width: 100%;
}
.person-preview .person-bio img {
  max-width: 100%;
  height: auto;
}
.person-preview .person-bio img.aligncenter {
  margin: 0 auto;
  display: block;
}
.person-preview .person-bio blockquote {
  margin: 0 0 20px 0;
  padding: 10px 0 10px 20px;
  border-left: 5px solid rgb(40, 50, 80);
}
.person-preview .person-bio blockquote > p {
  margin: 0;
}

.breadcrumbs {
  width: 100%;
  min-height: 50px;
  background: rgb(230, 240, 250);
  font-size: 12px;
}
@media (max-width: 1140px) {
  .breadcrumbs {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.breadcrumbs.narrow ul {
  max-width: 780px;
  padding: 0 20px;
}
.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  max-width: 1110px;
  margin: 0 auto;
  height: 50px;
  list-style: none;
  padding: 0;
}
.breadcrumbs ul li {
  padding: 0 10px 0 0;
  color: rgb(110, 120, 130);
  height: 20px;
  line-height: 20px;
  display: block;
  max-width: 150px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.breadcrumbs ul li:after {
  font-family: "IcoFont";
  content: "\ea7c";
  display: inline-block;
  margin-left: 6px;
}
.breadcrumbs ul li a {
  color: rgb(110, 120, 130);
}
.breadcrumbs ul li:last-child:after {
  display: none;
}
.breadcrumbs ul li:last-child a {
  color: rgb(61, 153, 208);
}

.cover-with-filters {
  width: 100%;
}
.cover-with-filters .cover-with-filters-wrapper {
  width: 100%;
  max-width: 840px;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cover-with-filters .cover-with-filters-wrapper {
    padding: 0;
  }
}
@media (max-width: 640px) {
  .cover-with-filters .cover-with-filters-wrapper {
    padding: 0 10px;
  }
}
.cover-with-filters.full-width .cover-with-filters-wrapper {
  max-width: 1140px;
}
.cover-with-filters h1 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  font-family: "Merriweather", serif;
}
@media (max-width: 640px) {
  .cover-with-filters h1 {
    font-size: 22px;
    line-height: 34px;
  }
}
.cover-with-filters .cover-filters-triggers button {
  background: transparent;
  border: none;
  color: rgb(200, 205, 210);
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin: 0;
  padding: 0 17px 0 15px;
  cursor: pointer;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 640px) {
  .cover-with-filters .cover-filters-triggers button {
    font-size: 0;
  }
}
.cover-with-filters .cover-filters-triggers button:last-child {
  border-right: none;
  padding-right: 0;
}
.cover-with-filters .cover-filters-triggers button.active {
  color: rgb(255, 255, 255);
}
.cover-with-filters .cover-filters-triggers button.search-button:before {
  font-family: "IcoFont";
  content: "\ed1b";
  display: inline-block;
  margin: 0 5px 0 0;
}
@media (max-width: 640px) {
  .cover-with-filters .cover-filters-triggers button.search-button:before {
    font-size: 14px;
  }
}
.cover-with-filters .cover-filters-triggers button.filters-button:before {
  font-family: "IcoFont";
  content: "\ef29";
  display: inline-block;
  margin: 0 5px 0 0;
}
@media (max-width: 640px) {
  .cover-with-filters .cover-filters-triggers button.filters-button:before {
    font-size: 14px;
  }
}

.events-list {
  width: 100%;
}
.events-list .events-list-wrapper {
  width: 100%;
  max-width: 840px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .events-list .events-list-wrapper {
    padding: 0;
  }
}
.events-list .events-list-wrapper h2 {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 25px;
  border-bottom: 1px solid rgb(200, 205, 210);
  color: rgb(110, 120, 130);
  display: block;
}
.events-list .events-list-wrapper .upcoming-events .event-preview:last-child {
  border: none;
}
.events-list .no-results-message {
  padding: 80px 0 40px;
  font-size: 18px;
  text-align: center;
}

.event-preview {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  padding: 40px 0;
  border-bottom: 1px solid rgb(200, 205, 210);
}
@media (max-width: 640px) {
  .event-preview {
    display: block;
  }
}
.event-preview .event-image {
  width: 255px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .event-preview .event-image {
    width: 180px;
  }
}
@media (max-width: 640px) {
  .event-preview .event-image {
    width: 100%;
  }
}
.event-preview .event-image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.event-preview .event-details {
  padding: 0 30px 0 45px;
}
@media (max-width: 768px) {
  .event-preview .event-details {
    padding: 0 15px 0 20px;
  }
}
@media (max-width: 640px) {
  .event-preview .event-details {
    padding: 0 10px;
  }
}
.event-preview .event-details .event-meta {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  .event-preview .event-details .event-meta {
    display: block;
    margin: 10px 0;
  }
}
.event-preview .event-details .event-meta li {
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  color: rgb(110, 120, 130);
}
.event-preview .event-details .event-meta li:before {
  font-family: "IcoFont";
  display: inline-block;
  margin-right: 5px;
  content: "\ea5d";
}
.event-preview .event-details .event-meta li.event-date:before {
  content: "\ec45";
}
.event-preview .event-details .event-meta li.event-location:before {
  content: "\ef79";
}
.event-preview .event-details .event-meta li.event-location.online:before {
  content: "\ef3e";
}
.event-preview .event-details h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.event-preview .event-details h3 a {
  color: rgb(40, 50, 80);
}
.event-preview .event-details a.event-category {
  display: inline-block;
  font-size: 11px;
  background: rgb(61, 153, 208);
  color: rgb(255, 255, 255);
  border-radius: 5px;
  padding: 5px 6px 5px 10px;
  margin: 0 0 10px 0;
  font-weight: 500;
}
.event-preview .event-details a.event-category:after {
  font-family: "IcoFont";
  content: "\eaa0";
  display: inline-block;
  margin: 0 0 0 5px;
}
.event-preview .event-details p {
  font-size: 14px;
  line-height: 25px;
  margin: 0 0 30px 0;
}
.event-preview .event-details a.event-button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid rgb(40, 50, 80);
  background: transparent;
  color: rgb(40, 50, 80);
  text-decoration: none;
  font-weight: 500;
  border-radius: 5px;
}
.event-preview .event-details a.event-button:after {
  font-family: "IcoFont";
  content: "\eaa0";
  display: inline-block;
  margin: 0 0 0 5px;
}
@media (hover: hover) {
  .event-preview .event-details a.event-button:hover {
    background: rgb(40, 50, 80);
    color: rgb(255, 255, 255);
  }
}

.news-list {
  width: 100%;
}
.news-list .news-list-wrapper {
  width: 100%;
  max-width: 840px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .news-list .news-list-wrapper {
    padding: 0;
  }
}
.news-list .news-list-wrapper h2 {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 25px;
  border-bottom: 1px solid rgb(200, 205, 210);
  color: rgb(110, 120, 130);
  display: block;
}
.news-list .no-results-message {
  padding: 80px 0 40px;
  font-size: 18px;
  text-align: center;
}

.news-article-preview {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  padding: 40px 0;
  border-bottom: 1px solid rgb(200, 205, 210);
}
@media (max-width: 640px) {
  .news-article-preview {
    display: block;
  }
}
.news-article-preview .news-article-image {
  width: 255px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .news-article-preview .news-article-image {
    width: 180px;
  }
}
@media (max-width: 640px) {
  .news-article-preview .news-article-image {
    width: 100%;
  }
}
.news-article-preview .news-article-image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.news-article-preview .news-article-details {
  padding: 0 30px 0 45px;
}
@media (max-width: 768px) {
  .news-article-preview .news-article-details {
    padding: 0 15px 0 20px;
  }
}
@media (max-width: 640px) {
  .news-article-preview .news-article-details {
    padding: 0 10px;
  }
}
.news-article-preview .news-article-details .news-article-meta {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  .news-article-preview .news-article-details .news-article-meta {
    display: block;
    margin: 10px 0;
  }
}
.news-article-preview .news-article-details .news-article-meta li {
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  color: rgb(110, 120, 130);
}
.news-article-preview .news-article-details .news-article-meta li:before {
  font-family: "IcoFont";
  display: inline-block;
  margin-right: 5px;
  content: "\ea5d";
}
.news-article-preview .news-article-details .news-article-meta li.news-article-date:before {
  content: "\ec45";
}
.news-article-preview .news-article-details h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.news-article-preview .news-article-details h3 a {
  color: rgb(40, 50, 80);
}
.news-article-preview .news-article-details p {
  font-size: 14px;
  line-height: 25px;
  margin: 0 0 30px 0;
}
.news-article-preview .news-article-details a.news-article-button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid rgb(40, 50, 80);
  background: transparent;
  color: rgb(40, 50, 80);
  text-decoration: none;
  font-weight: 500;
  border-radius: 5px;
}
.news-article-preview .news-article-details a.news-article-button:after {
  font-family: "IcoFont";
  content: "\eaa0";
  display: inline-block;
  margin: 0 0 0 5px;
}
@media (hover: hover) {
  .news-article-preview .news-article-details a.news-article-button:hover {
    background: rgb(40, 50, 80);
    color: rgb(255, 255, 255);
  }
}

.news-article-cover {
  width: 100%;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  background: rgb(40, 50, 80);
  color: rgb(255, 255, 255);
}
.news-article-cover .cover-content {
  width: 100%;
  max-width: 780px;
  padding: 35px 20px;
  margin: 0 auto;
}
.news-article-cover .cover-content .news-article-date {
  display: block;
  color: rgb(255, 255, 255);
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
}
.news-article-cover .cover-content .news-article-date:before {
  font-family: "IcoFont";
  display: inline-block;
  margin-right: 5px;
  content: "\ec45";
}
.news-article-cover .cover-content h1 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  font-family: "Merriweather", serif;
}
@media (max-width: 640px) {
  .news-article-cover .cover-content h1 {
    font-size: 22px;
    line-height: 34px;
  }
}

.publications-list {
  width: 100%;
}
.publications-list .publications-list-wrapper {
  width: 100%;
  max-width: 840px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .publications-list .publications-list-wrapper {
    padding: 0;
  }
}
.publications-list .publications-list-wrapper h2 {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 25px;
  border-bottom: 1px solid rgb(200, 205, 210);
  color: rgb(110, 120, 130);
  display: block;
}
.publications-list .no-results-message {
  padding: 80px 0 40px;
  font-size: 18px;
  text-align: center;
}

.publication-preview {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  padding: 40px 0;
  border-bottom: 1px solid rgb(200, 205, 210);
}
@media (max-width: 640px) {
  .publication-preview {
    display: block;
  }
}
.publication-preview .publication-image {
  width: 255px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .publication-preview .publication-image {
    width: 180px;
  }
}
@media (max-width: 640px) {
  .publication-preview .publication-image {
    width: 100%;
  }
}
.publication-preview .publication-image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.publication-preview .publication-details {
  padding: 0 30px 0 45px;
}
@media (max-width: 768px) {
  .publication-preview .publication-details {
    padding: 0 15px 0 20px;
  }
}
@media (max-width: 640px) {
  .publication-preview .publication-details {
    padding: 0 10px;
  }
}
.publication-preview .publication-details h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.publication-preview .publication-details h3 a {
  color: rgb(40, 50, 80);
}
.publication-preview .publication-details p {
  font-size: 14px;
  line-height: 25px;
  margin: 0 0 30px 0;
}
.publication-preview .publication-details a.publication-button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid rgb(40, 50, 80);
  background: transparent;
  color: rgb(40, 50, 80);
  text-decoration: none;
  font-weight: 500;
  border-radius: 5px;
}
.publication-preview .publication-details a.publication-button:after {
  font-family: "IcoFont";
  content: "\eaa0";
  display: inline-block;
  margin: 0 0 0 5px;
}
@media (hover: hover) {
  .publication-preview .publication-details a.publication-button:hover {
    background: rgb(40, 50, 80);
    color: rgb(255, 255, 255);
  }
}

.publication-cover {
  width: 100%;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  background: rgb(40, 50, 80);
  color: rgb(255, 255, 255);
}
.publication-cover .cover-content {
  width: 100%;
  max-width: 780px;
  padding: 35px 20px;
  margin: 0 auto;
}
.publication-cover .cover-content h1 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  font-family: "Merriweather", serif;
}
@media (max-width: 640px) {
  .publication-cover .cover-content h1 {
    font-size: 22px;
    line-height: 34px;
  }
}

.projects-list {
  width: 100%;
}
.projects-list .projects-list-wrapper {
  width: 100%;
  max-width: 840px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .projects-list .projects-list-wrapper {
    padding: 0;
  }
}
.projects-list .projects-list-wrapper h2 {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 25px;
  border-bottom: 1px solid rgb(200, 205, 210);
  color: rgb(110, 120, 130);
  display: block;
}
.projects-list .projects-list-wrapper .current-projects .project-preview:last-child {
  border: none;
}
.projects-list .no-results-message {
  padding: 80px 0 40px;
  font-size: 18px;
  text-align: center;
}

.project-preview {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  padding: 40px 0;
  border-bottom: 1px solid rgb(200, 205, 210);
}
@media (max-width: 640px) {
  .project-preview {
    display: block;
  }
}
.project-preview .project-image {
  width: 255px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .project-preview .project-image {
    width: 180px;
  }
}
@media (max-width: 640px) {
  .project-preview .project-image {
    width: 100%;
  }
}
.project-preview .project-image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.project-preview .project-details {
  padding: 0 30px 0 45px;
}
@media (max-width: 768px) {
  .project-preview .project-details {
    padding: 0 15px 0 20px;
  }
}
@media (max-width: 640px) {
  .project-preview .project-details {
    padding: 0 10px;
  }
}
.project-preview .project-details h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.project-preview .project-details h3 a {
  color: rgb(40, 50, 80);
}
.project-preview .project-details p {
  font-size: 14px;
  line-height: 25px;
  margin: 0 0 30px 0;
}
.project-preview .project-details a.project-button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid rgb(40, 50, 80);
  background: transparent;
  color: rgb(40, 50, 80);
  text-decoration: none;
  font-weight: 500;
  border-radius: 5px;
}
.project-preview .project-details a.project-button:after {
  font-family: "IcoFont";
  content: "\eaa0";
  display: inline-block;
  margin: 0 0 0 5px;
}
@media (hover: hover) {
  .project-preview .project-details a.project-button:hover {
    background: rgb(40, 50, 80);
    color: rgb(255, 255, 255);
  }
}

.project-cover {
  width: 100%;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  background: rgb(40, 50, 80);
  color: rgb(255, 255, 255);
}
@media (max-width: 640px) {
  .project-cover {
    height: auto;
    min-height: 350px;
  }
}
.project-cover .cover-content {
  width: 100%;
  max-width: 1110px;
  padding: 35px 0;
  margin: 0 auto;
}
@media (max-width: 1140px) {
  .project-cover .cover-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.project-cover .cover-content .project-cover-category {
  color: rgb(255, 255, 255);
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 10px;
  display: inline-block;
}
.project-cover .cover-content h1 {
  max-width: 650px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  font-family: "Merriweather", serif;
  margin: 0 0 15px 0;
}
@media (max-width: 640px) {
  .project-cover .cover-content h1 {
    font-size: 22px;
    line-height: 34px;
  }
}
.project-cover .cover-content .project-cover-summary {
  font-size: 14px;
  line-height: 25px;
  max-width: 650px;
}

.members-cover {
  width: 100%;
  height: 600px;
  position: relative;
}
@media (max-width: 640px) {
  .members-cover {
    height: auto;
    min-height: 400px;
  }
}
.members-cover #members-cover-map {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgb(40, 50, 80);
  position: absolute;
  top: 0;
  left: 0;
}
.members-cover .members-cover-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: calc(50% - 530px);
  width: 300px;
  height: 80px;
  z-index: 2;
}
@media (max-width: 1140px) {
  .members-cover .members-cover-wrapper {
    left: 0;
    width: 100%;
    padding: 0 20px;
  }
}
.members-cover .members-cover-wrapper h1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  font-family: "Merriweather", serif;
  margin: 0 0 10px 0;
  padding: 0;
}
.members-cover .members-cover-wrapper p {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
}
.members-cover .members-cover-wrapper p:after {
  font-family: "IcoFont";
  content: "\eaa0";
  display: inline-block;
  margin: 0 0 0 5px;
}
@media (max-width: 1024px) {
  .members-cover .members-cover-wrapper p {
    display: none;
  }
}

.members-country-cover {
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: rgb(40, 50, 80);
  color: rgb(255, 255, 255);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
}
.members-country-cover:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.members-country-cover .cover-content {
  width: 100%;
  position: relative;
  z-index: 3;
  max-width: 1100px;
  margin: 0 auto 45px;
}
.members-country-cover .cover-content h1 {
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
  font-family: "Merriweather", serif;
  margin: 0 0 10px 0;
  padding: 0;
  max-width: 630px;
}
.members-country-cover #member-cover-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}

.member-filters {
  width: 100%;
  padding: 20px 0;
  background: rgb(230, 240, 250);
}
.member-filters .member-filters-wrapper {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 30px;
  position: relative;
}
@media (max-width: 1140px) {
  .member-filters .member-filters-wrapper {
    padding: 0 20px;
  }
}
.member-filters .member-filters-wrapper .member-filters-text {
  width: 100%;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .member-filters .member-filters-wrapper .member-filters-text .member-filters-string {
    display: none;
  }
}
.member-filters .member-filters-wrapper .member-filters-triggers {
  width: 200px;
  flex-shrink: 0;
  text-align: right;
}
@media (max-width: 1024px) {
  .member-filters .member-filters-wrapper .member-filters-triggers {
    width: 48px;
  }
}
.member-filters .member-filters-wrapper .member-filters-triggers .search-button {
  background: transparent;
  border: none;
  color: rgb(40, 50, 80);
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin: 0;
  padding: 0 17px 0 15px;
  cursor: pointer;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 640px) {
  .member-filters .member-filters-wrapper .member-filters-triggers .search-button {
    font-size: 0;
  }
}
.member-filters .member-filters-wrapper .member-filters-triggers .search-button:before {
  font-family: "IcoFont";
  content: "\ed1b";
  display: inline-block;
  margin: 0 5px 0 0;
}
@media (max-width: 640px) {
  .member-filters .member-filters-wrapper .member-filters-triggers .search-button:before {
    font-size: 14px;
  }
}
.member-filters .inline-filter-dropdown {
  display: block;
  font-weight: 600;
  padding: 0 7px 0 8px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 640px) {
  .member-filters .inline-filter-dropdown {
    position: initial;
  }
}
@media (max-width: 1024px) {
  .member-filters .inline-filter-dropdown::first-letter {
    text-transform: uppercase;
  }
}
.member-filters .inline-filter-dropdown:after {
  font-family: "IcoFont";
  content: "\ea99";
}
.member-filters .inline-filter-dropdown:hover ul {
  display: block;
}
.member-filters .inline-filter-dropdown ul {
  list-style: none;
  padding: 15px;
  margin: 0;
  width: 240px;
  position: absolute;
  top: 30px;
  left: 0;
  background: rgb(255, 255, 255);
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
  font-weight: 400;
  display: none;
  max-height: 300px;
  overflow-y: auto;
}
@media (max-width: 640px) {
  .member-filters .inline-filter-dropdown ul {
    width: calc(100% - 40px);
    left: 20px;
  }
}
.member-filters .inline-filter-dropdown ul li.active a {
  font-weight: 600;
  color: rgb(61, 153, 208);
}
.member-filters .inline-filter-dropdown ul li a {
  line-height: 20px;
  color: rgb(40, 50, 80);
}
@media (hover: hover) {
  .member-filters .inline-filter-dropdown ul li a:hover {
    color: rgb(61, 153, 208);
  }
}

.member-cover {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: rgb(40, 50, 80);
  color: rgb(255, 255, 255);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 640px) {
  .member-cover {
    height: auto;
    min-height: 500px;
  }
}
.member-cover:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.member-cover .cover-content {
  width: 100%;
  position: relative;
  z-index: 3;
  max-width: 1110px;
  margin: 0 auto 45px;
}
@media (max-width: 1140px) {
  .member-cover .cover-content {
    padding: 0 20px;
  }
}
.member-cover .cover-content .member-location {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.member-cover .cover-content .member-location:before {
  font-family: "IcoFont";
  content: "\ef79";
  display: inline-block;
  margin-right: 4px;
  font-weight: 400;
}
.member-cover .cover-content h1 {
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
  font-family: "Merriweather", serif;
  margin: 0 0 10px 0;
  padding: 0;
  max-width: 630px;
}
@media (max-width: 640px) {
  .member-cover .cover-content h1 {
    font-size: 22px;
    line-height: 32px;
  }
}
.member-cover .cover-content .member-short-description {
  width: 100%;
  max-width: 500px;
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: 25px;
}
.member-cover .cover-content .member-edit-button {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  padding: 5px 15px;
  font-size: 12px;
  line-height: 30px;
  border: 1px solid rgb(255, 213, 0);
  background: rgb(255, 213, 0);
  color: rgb(40, 50, 80);
  text-decoration: none;
  font-weight: 500;
  border-radius: 5px;
}
@media (max-width: 1024px) {
  .member-cover .cover-content .member-edit-button {
    display: inline-block;
    position: relative;
    text-align: center;
  }
}
.member-cover #member-cover-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}

.members-list {
  width: 100%;
}
.members-list .members-list-wrapper {
  width: 100%;
  max-width: 840px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .members-list .members-list-wrapper {
    padding: 0;
  }
}
.members-list .members-list-wrapper h2 {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 25px;
  color: rgb(110, 120, 130);
  display: block;
}
.members-list .no-results-message {
  padding: 80px 0 40px;
  font-size: 18px;
  text-align: center;
}

.member-preview {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  padding: 40px 0;
  border-top: 1px solid rgb(200, 205, 210);
}
.member-preview:last-child {
  border-bottom: 1px solid rgb(200, 205, 210);
}
@media (max-width: 640px) {
  .member-preview {
    display: block;
  }
}
.member-preview .member-image {
  width: 255px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .member-preview .member-image {
    width: 180px;
  }
}
@media (max-width: 640px) {
  .member-preview .member-image {
    width: 100%;
  }
}
.member-preview .member-image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.member-preview .member-details {
  padding: 0 30px 0 45px;
}
@media (max-width: 768px) {
  .member-preview .member-details {
    padding: 0 15px 0 20px;
  }
}
@media (max-width: 640px) {
  .member-preview .member-details {
    padding: 0 10px;
  }
}
.member-preview .member-details .member-meta {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  .member-preview .member-details .member-meta {
    display: block;
    margin: 10px 0;
  }
}
.member-preview .member-details .member-meta li {
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  color: rgb(110, 120, 130);
}
.member-preview .member-details .member-meta li:before {
  font-family: "IcoFont";
  display: inline-block;
  margin-right: 5px;
  content: "\ea5d";
}
.member-preview .member-details .member-meta li.member-location:before {
  content: "\ef79";
}
.member-preview .member-details h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.member-preview .member-details h3 a {
  color: rgb(40, 50, 80);
}
.member-preview .member-details a.member-category {
  display: inline-block;
  font-size: 11px;
  background: rgb(61, 153, 208);
  color: rgb(255, 255, 255);
  border-radius: 5px;
  padding: 5px 6px 5px 10px;
  margin: 0 0 10px 0;
  font-weight: 500;
}
.member-preview .member-details a.member-category:after {
  font-family: "IcoFont";
  content: "\eaa0";
  display: inline-block;
  margin: 0 0 0 5px;
}
.member-preview .member-details p {
  font-size: 14px;
  line-height: 25px;
  margin: 0 0 30px 0;
}
.member-preview .member-details a.member-button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid rgb(40, 50, 80);
  background: transparent;
  color: rgb(40, 50, 80);
  text-decoration: none;
  font-weight: 500;
  border-radius: 5px;
}
.member-preview .member-details a.member-button:after {
  font-family: "IcoFont";
  content: "\eaa0";
  display: inline-block;
  margin: 0 0 0 5px;
}
@media (hover: hover) {
  .member-preview .member-details a.member-button:hover {
    background: rgb(40, 50, 80);
    color: rgb(255, 255, 255);
  }
}

.membership-request-form {
  width: 400px;
  padding: 0 10px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .membership-request-form {
    width: 100%;
    max-width: 400px;
  }
}
.membership-request-form .form-field {
  width: 100%;
  margin: 0 0 20px;
}
.membership-request-form .form-field.recaptcha {
  text-align: center;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.membership-request-form .form-field label {
  width: 100%;
  padding: 0 10px;
  line-height: 28px;
  font-size: 14px;
  color: rgb(40, 52, 138);
  font-weight: 500;
}
.membership-request-form .form-field textarea,
.membership-request-form .form-field input,
.membership-request-form .form-field .select-field-wrapper {
  width: 100%;
  padding: 10px 20px;
  line-height: 30px;
  font-size: 14px;
  color: rgb(40, 50, 80);
  border-radius: 5px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(230, 240, 250);
  box-shadow: 0 5px 4px rgba(110, 120, 130, 0.2);
}
.membership-request-form .form-field textarea {
  resize: none;
  min-height: 100px;
}
.membership-request-form .form-field .field-error {
  width: 100%;
  padding: 10px 20px 0;
  color: rgb(230, 70, 100);
  font-size: 12px;
  display: block;
  font-weight: 500;
}
.membership-request-form .form-field .select-field-wrapper {
  position: relative;
  padding-right: 40px;
}
.membership-request-form .form-field .select-field-wrapper:after {
  content: "\ea99";
  font-family: "IcoFont";
  position: absolute;
  right: 20px;
  top: 11px;
}
.membership-request-form .form-field .select-field-wrapper select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 2;
  line-height: 30px;
  font-size: 14px;
  color: rgb(40, 50, 80);
  background: transparent;
}
.membership-request-form button {
  margin: 50px 0 0;
  display: block;
  padding: 10px 30px;
  font-size: 14px;
  line-height: 30px;
  background: rgb(40, 52, 138);
  border: 1px solid rgb(40, 52, 138);
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-weight: 500;
  border-radius: 5px;
  flex-shrink: 0;
  cursor: pointer;
  text-align: center;
  width: 100%;
}
.membership-request-form button:after {
  font-family: "IcoFont";
  content: "\eaa0";
  display: inline-block;
  margin: 0 5px 0 5px;
  transition: all 0.25s ease-out;
}
@media (hover: hover) {
  .membership-request-form button:hover:after {
    margin: 0 0 0 10px;
  }
}

.member-summary-trigger {
  display: none;
  width: 100%;
  border: 1px solid rgb(230, 240, 250);
  height: 50px;
  line-height: 30px;
  border-radius: 5px;
  padding: 10px 50px 10px 20px;
  text-align: left;
  background: rgb(255, 255, 255);
  font-size: 12px;
  position: relative;
}
.member-summary-trigger:after {
  font-family: "IcoFont";
  content: "\efa2";
  font-size: 14px;
  color: rgb(110, 120, 130);
  right: 20px;
  top: 10px;
  position: absolute;
  display: block;
}
@media (max-width: 768px) {
  .member-summary-trigger {
    display: block;
  }
}

.member-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 240px;
}
@media (max-width: 768px) {
  .member-summary {
    height: 0;
    overflow: hidden;
  }
}
@media (max-width: 640px) {
  .member-summary {
    display: block;
  }
}
@media (max-width: 768px) {
  .member-summary.open {
    padding-top: 30px;
    height: auto;
  }
}
.member-summary .member-logo {
  width: 240px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 130px;
}
@media (max-width: 1024px) {
  .member-summary .member-logo {
    margin-right: 50px;
  }
}
@media (max-width: 640px) {
  .member-summary .member-logo {
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
  }
}
.member-summary .member-logo img {
  max-width: 100%;
  max-height: 240px;
}
.member-summary .member-details {
  width: 100%;
  padding: 0 10px;
}
.member-summary .member-details p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.member-summary .member-details .information-disclaimer {
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 400;
}
.member-summary .member-details ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
}
.member-summary .member-details ul li {
  width: 33%;
  flex-shrink: 0;
  margin: 0 0 10px 0;
  padding: 0 10px 0 0;
  line-break: anywhere;
  line-height: 15px;
}
@media (max-width: 1024px) {
  .member-summary .member-details ul li {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .member-summary .member-details ul li {
    width: 100%;
  }
}
.member-summary .member-details ul li span {
  color: rgb(110, 120, 130);
  display: block;
  line-height: 20px;
  margin: 5px 0 0 0;
}
.member-summary .member-details ul li a {
  color: rgb(40, 50, 80);
}
@media (hover: hover) {
  .member-summary .member-details ul li a:hover {
    color: rgb(61, 153, 208);
  }
}

.page-form {
  width: 100%;
}
.page-form .form-section {
  width: 100%;
  border-radius: 5px;
  padding: 20px;
  border: 1px solid rgb(230, 240, 250);
  margin: 0 0 30px 0;
}
.page-form .form-section:nth-child(2n) {
  background: rgb(245, 250, 255);
  border: 1px solid rgb(245, 250, 255);
}
.page-form .form-section h4 {
  font-size: 18px;
  padding: 0 10px;
  border-bottom: 1px solid rgb(230, 240, 250);
  color: rgb(40, 52, 138);
}
.page-form .form-row {
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-form .form-row .form-field + .form-field {
  margin-left: 30px;
}
.page-form .form-field {
  width: 100%;
}
.page-form .form-field label {
  width: 100%;
  padding: 0 10px;
  line-height: 28px;
  font-size: 14px;
  color: rgb(40, 52, 138);
  font-weight: 500;
}
.page-form .form-field input,
.page-form .form-field textarea,
.page-form .form-field .select-field-wrapper {
  width: 100%;
  padding: 10px 20px;
  line-height: 30px;
  font-size: 14px;
  color: rgb(40, 50, 80);
  border-radius: 5px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(230, 240, 250);
  box-shadow: 0 5px 4px rgba(110, 120, 130, 0.2);
}
.page-form .form-field textarea {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  min-height: 150px;
}
.page-form .form-field .select-field-wrapper {
  position: relative;
  padding-right: 40px;
}
.page-form .form-field .select-field-wrapper:after {
  content: "\ea99";
  font-family: "IcoFont";
  position: absolute;
  right: 20px;
  top: 11px;
}
.page-form .form-field .select-field-wrapper select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 2;
  line-height: 30px;
  font-size: 14px;
  color: rgb(40, 50, 80);
  background: transparent;
}
.page-form .form-field .field-error {
  width: 100%;
  padding: 10px 20px 0;
  color: rgb(230, 70, 100);
  font-size: 12px;
  display: block;
  font-weight: 500;
}
.page-form .sticky-form-submit {
  position: sticky;
  bottom: 0;
  padding: 20px;
  background: rgb(255, 255, 255);
  border-radius: 5px;
  border: 1px solid rgb(230, 240, 250);
}
.page-form .sticky-form-submit button {
  display: block;
  padding: 10px 30px;
  font-size: 14px;
  line-height: 30px;
  background: rgb(40, 52, 138);
  border: 1px solid rgb(40, 52, 138);
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-weight: 500;
  border-radius: 5px;
  flex-shrink: 0;
  cursor: pointer;
  text-align: center;
  width: 100%;
}
.page-form .sticky-form-submit button:after {
  font-family: "IcoFont";
  content: "\eaa0";
  display: inline-block;
  margin: 0 5px 0 5px;
  transition: all 0.25s ease-out;
}
@media (hover: hover) {
  .page-form .sticky-form-submit button:hover:after {
    margin: 0 0 0 10px;
  }
}
.page-form .form-submit button {
  display: block;
  padding: 10px 30px;
  font-size: 14px;
  line-height: 30px;
  background: rgb(40, 52, 138);
  border: 1px solid rgb(40, 52, 138);
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-weight: 500;
  border-radius: 5px;
  flex-shrink: 0;
  cursor: pointer;
  text-align: center;
  width: 100%;
}
.page-form .form-submit button:after {
  font-family: "IcoFont";
  content: "\eaa0";
  display: inline-block;
  margin: 0 5px 0 5px;
  transition: all 0.25s ease-out;
}
@media (hover: hover) {
  .page-form .form-submit button:hover:after {
    margin: 0 0 0 10px;
  }
}

.login-form {
  width: 400px;
  padding: 0 10px;
  margin: 0 auto;
}
.login-form .success-message {
  width: 100%;
  margin: 0 0 30px 0;
  border-radius: 5px;
  background: rgb(80, 200, 160);
  color: rgb(255, 255, 255);
  font-size: 14px;
  line-height: 20px;
  padding: 10px 20px;
  font-weight: 500;
}
.login-form .form-field {
  width: 100%;
  margin: 0 0 20px;
}
.login-form .form-field label {
  width: 100%;
  padding: 0 10px;
  line-height: 28px;
  font-size: 14px;
  color: rgb(40, 52, 138);
  font-weight: 500;
}
.login-form .form-field input {
  width: 100%;
  padding: 10px 20px;
  line-height: 30px;
  font-size: 14px;
  color: rgb(40, 50, 80);
  border-radius: 5px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(230, 240, 250);
  box-shadow: 0 5px 4px rgba(110, 120, 130, 0.2);
}
.login-form .form-field .field-error {
  width: 100%;
  padding: 10px 20px 0;
  color: rgb(230, 70, 100);
  font-size: 12px;
  display: block;
  font-weight: 500;
}
.login-form button {
  margin: 50px 0 0;
  display: block;
  padding: 10px 30px;
  font-size: 14px;
  line-height: 30px;
  background: rgb(40, 52, 138);
  border: 1px solid rgb(40, 52, 138);
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-weight: 500;
  border-radius: 5px;
  flex-shrink: 0;
  cursor: pointer;
  text-align: center;
  width: 100%;
}
.login-form button:after {
  font-family: "IcoFont";
  content: "\eaa0";
  display: inline-block;
  margin: 0 5px 0 5px;
  transition: all 0.25s ease-out;
}
@media (hover: hover) {
  .login-form button:hover:after {
    margin: 0 0 0 10px;
  }
}

.form-alternative-actions {
  margin: 50px 0;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.latest-news .latest-news-wrapper {
  margin: 0 auto;
  max-width: 1110px;
  padding: 0 0 30px 0;
  text-align: center;
  width: 100%;
}
.latest-news .latest-news-wrapper h2 {
  color: rgb(40, 50, 80);
  font-family: "Merriweather", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 48px;
  margin: 0 0 30px 0;
  padding: 20px 0 0 0;
  text-align: center;
}
.latest-news .latest-news-wrapper .latest-news-articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0;
}
@media (max-width: 768px) {
  .latest-news .latest-news-wrapper .latest-news-articles {
    display: block;
  }
}
.latest-news .latest-news-wrapper .latest-news-articles .latest-news-article {
  background: rgb(255, 255, 255);
  border-radius: 5px;
  flex-shrink: 0;
  text-align: left;
  width: 350px;
}
@media (max-width: 1280px) {
  .latest-news .latest-news-wrapper .latest-news-articles .latest-news-article {
    width: 32%;
  }
}
@media (max-width: 1024px) {
  .latest-news .latest-news-wrapper .latest-news-articles .latest-news-article {
    margin: 0 auto 30px;
    width: 45%;
  }
}
@media (max-width: 768px) {
  .latest-news .latest-news-wrapper .latest-news-articles .latest-news-article {
    width: 450px;
  }
}
@media (max-width: 640px) {
  .latest-news .latest-news-wrapper .latest-news-articles .latest-news-article {
    width: 100%;
  }
}
.latest-news .latest-news-wrapper .latest-news-articles .latest-news-article:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .latest-news .latest-news-wrapper .latest-news-articles .latest-news-article:last-child {
    margin: 0 auto 30px;
  }
}
.latest-news .latest-news-wrapper .latest-news-articles .latest-news-article .latest-news-article-image {
  background-position: center center;
  background-size: cover;
  border-radius: 5px 5px 0 0;
  display: block;
  height: 220px;
  position: relative;
  width: 100%;
}
.latest-news .latest-news-wrapper .latest-news-articles .latest-news-article .latest-news-article-image a {
  cursor: pointer;
  display: block;
  height: 100%;
  width: 100%;
}
.latest-news .latest-news-wrapper .latest-news-articles .latest-news-article .latest-news-article-description {
  color: rgb(40, 50, 80);
  font-size: 12px;
  height: 270px;
  line-height: 20px;
  padding: 20px 15px;
}
@media (max-width: 640px) {
  .latest-news .latest-news-wrapper .latest-news-articles .latest-news-article .latest-news-article-description {
    height: auto;
  }
}
.latest-news .latest-news-wrapper .latest-news-articles .latest-news-article .latest-news-article-description .latest-news-article-date {
  font-size: rgb(110, 120, 130);
  margin: 0 0 10px 0;
}
.latest-news .latest-news-wrapper .latest-news-articles .latest-news-article .latest-news-article-description h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin: 0 0 10px 0;
}
.latest-news .latest-news-wrapper .latest-news-articles .latest-news-article .latest-news-article-description h3 a {
  color: rgb(40, 50, 80);
}
.latest-news .latest-news-wrapper .latest-news-articles .latest-news-article .latest-news-article-description p {
  font-size: 12px;
  line-height: 20px;
}
.latest-news .latest-news-wrapper .more-news-button {
  background: rgb(40, 50, 80);
  border: 1px solid rgb(40, 50, 80);
  border-radius: 5px;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  padding: 10px 30px;
  text-decoration: none;
}
.latest-news .latest-news-wrapper .more-news-button:after {
  content: "\eaa0";
  display: inline-block;
  font-family: "IcoFont";
  margin: 0 0 0 5px;
}
@media (hover: hover) {
  .latest-news .latest-news-wrapper .more-news-button:hover {
    background: transparent;
    color: rgb(40, 50, 80);
  }
}

.upcoming-events .upcoming-events-wrapper {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .upcoming-events .upcoming-events-wrapper {
    display: block;
  }
}
.upcoming-events .upcoming-events-wrapper .upcoming-events-sidebar {
  width: 255px;
  margin: 40px 30px 0 0;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .upcoming-events .upcoming-events-wrapper .upcoming-events-sidebar {
    width: 100%;
    text-align: center;
  }
}
.upcoming-events .upcoming-events-wrapper .upcoming-events-sidebar h2 {
  font-size: 26px;
  line-height: 40px;
  margin: 0;
  padding: 10px 0 0;
  font-family: "Merriweather", serif;
  font-weight: 400;
  color: rgb(40, 50, 80);
  border-top: 4px solid rgb(230, 240, 250);
}
@media (max-width: 1024px) {
  .upcoming-events .upcoming-events-wrapper .upcoming-events-sidebar h2 {
    border: none;
    text-align: center;
  }
}
.upcoming-events .upcoming-events-wrapper .upcoming-events-sidebar .upcoming-events-button {
  font-size: 14px;
  line-height: 20px;
  color: rgb(110, 120, 130);
}
.upcoming-events .upcoming-events-wrapper .upcoming-events-sidebar .upcoming-events-button:after {
  font-family: "IcoFont";
  content: "\eaa0";
  display: inline-block;
  margin: 0 0 0 5px;
}
.upcoming-events .upcoming-events-wrapper .upcoming-events-list {
  width: 100%;
}
.upcoming-events .upcoming-events-wrapper .upcoming-events-list .event-preview:last-child {
  border-bottom: none;
}

.select2-container .select2-dropdown {
  border: 1px solid rgb(230, 240, 250);
  border-top: none;
  box-shadow: 0 5px 4px rgba(110, 120, 130, 0.2);
}

.website-form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.website-form .global-form-error {
  padding: 15px;
  background: rgb(230, 70, 100);
  border-radius: 5px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 30px 0;
}
.website-form .form-content {
  width: 100%;
}
.website-form .form-content h1, .website-form .form-content h2, .website-form .form-content h3 {
  font-family: "Merriweather", serif;
  font-weight: 400;
  color: rgb(40, 50, 80);
  margin: 0;
  padding: 0;
}
.website-form .form-content h1 {
  font-size: 34px;
  line-height: 52px;
  margin: 0 0 40px 0;
}
@media (max-width: 640px) {
  .website-form .form-content h1 {
    font-size: 28px;
    line-height: 40px;
  }
}
.website-form .form-content h2 {
  font-size: 30px;
  line-height: 48px;
  margin: 0 0 30px 0;
  padding: 20px 0 0 0;
}
@media (max-width: 640px) {
  .website-form .form-content h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
.website-form .form-content h3 {
  font-size: 26px;
  line-height: 42px;
  margin: 0 0 20px 0;
  padding: 10px 0 0 0;
}
@media (max-width: 640px) {
  .website-form .form-content h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.website-form .form-content h4 {
  font-size: 24px;
  line-height: 37px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
@media (max-width: 640px) {
  .website-form .form-content h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
.website-form .form-content p {
  margin: 0 0 20px 0;
}
.website-form .form-content ul, .website-form .form-content ol {
  margin: 0 0 20px 20px;
}
.website-form .form-content ul:last-child, .website-form .form-content ol:last-child {
  margin-bottom: 0;
}
.website-form .form-content ul li, .website-form .form-content ol li {
  margin: 0 0 10px;
  padding: 0 0 0 5px;
}
.website-form .form-content ul li:last-child, .website-form .form-content ol li:last-child {
  margin: 0;
}
.website-form .form-content strong, .website-form .form-content b {
  font-weight: 500;
}
@media (hover: hover) {
  .website-form .form-content a:hover {
    text-decoration: underline;
  }
}
.website-form .form-content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: 20px;
}
.website-form .form-content dl dt {
  width: 40%;
  flex-shrink: 0;
  margin: 0;
  padding: 10px;
  background: rgb(245, 250, 255);
  border-radius: 5px 0 0 5px;
}
.website-form .form-content dl dt:nth-of-type(2n) {
  background: rgb(255, 255, 255);
}
.website-form .form-content dl dd {
  width: 60%;
  flex-shrink: 0;
  margin: 0;
  padding: 10px;
  background: rgb(245, 250, 255);
  border-radius: 0 5px 5px 0;
}
.website-form .form-content dl dd:nth-of-type(2n) {
  background: rgb(255, 255, 255);
}
.website-form .form-content hr {
  border: none;
  border-bottom: 1px solid rgb(230, 240, 250);
}
.website-form .form-content iframe {
  max-width: 100%;
}
.website-form .form-content img {
  max-width: 100%;
  height: auto;
}
.website-form .form-content img.aligncenter {
  margin: 0 auto;
  display: block;
}
.website-form .form-content blockquote {
  margin: 0 0 20px 0;
  padding: 10px 0 10px 20px;
  border-left: 5px solid rgb(40, 50, 80);
}
.website-form .form-content blockquote > p {
  margin: 0;
}
.website-form .form-content h2, .website-form .form-content h3, .website-form .form-content h4, .website-form .form-content h5, .website-form .form-content h6 {
  margin-bottom: 10px;
}
.website-form .form-title {
  width: 100%;
  border-bottom: 1px solid rgb(230, 240, 250);
  margin: 40px 0 20px 0;
}
.website-form .form-title h4 {
  font-size: 20px;
  line-height: 22px;
  padding-left: 5px;
}
.website-form .form-section {
  width: 100%;
  border-radius: 5px;
  padding: 20px;
  border: 1px solid rgb(230, 240, 250);
  margin: 0 0 30px 0;
}
.website-form .form-section:nth-child(2n) {
  background: rgb(245, 250, 255);
  border: 1px solid rgb(245, 250, 255);
}
.website-form .form-section h4 {
  font-size: 18px;
  padding: 0 10px;
  border-bottom: 1px solid rgb(230, 240, 250);
  color: rgb(40, 52, 138);
}
.website-form .form-row {
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.website-form .form-row .form-field + .form-field {
  margin-left: 30px;
}
.website-form .form-radio {
  width: 100%;
}
.website-form .form-radio > label {
  width: 100%;
  padding: 0 10px;
  line-height: 28px;
  font-size: 14px;
  color: rgb(40, 52, 138);
  font-weight: 500;
}
.website-form .form-radio .radio-buttons-wrapper {
  padding: 0 0 0 20px;
}
.website-form .form-radio .radio-buttons-wrapper.horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.website-form .form-radio .radio-buttons-wrapper.horizontal .radio-button {
  margin-right: 20px;
}
.website-form .form-radio .radio-buttons-wrapper .radio-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  margin: 10px 0 0;
}
.website-form .form-radio .radio-buttons-wrapper .radio-button input {
  margin-top: 7px;
}
.website-form .form-radio .radio-buttons-wrapper .radio-button label {
  padding-left: 10px;
  font-size: 14px;
  cursor: pointer;
}
.website-form .form-radio .radio-buttons-wrapper .radio-button label b {
  font-weight: 500;
  color: rgb(40, 52, 138);
}
.website-form .form-checkbox {
  width: 100%;
}
.website-form .form-checkbox > label {
  width: 100%;
  padding: 0 10px;
  line-height: 28px;
  font-size: 14px;
  color: rgb(40, 52, 138);
  font-weight: 500;
}
.website-form .form-checkbox .checkbox-wrapper {
  padding: 0 0 0 20px;
}
.website-form .form-checkbox .checkbox-wrapper .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  margin: 10px 0 0;
}
.website-form .form-checkbox .checkbox-wrapper .checkbox input {
  margin-top: 7px;
}
.website-form .form-checkbox .checkbox-wrapper .checkbox label {
  padding-left: 10px;
  font-size: 14px;
  cursor: pointer;
}
.website-form .field-instructions {
  padding: 0 10px 5px;
  line-height: 20px;
  font-size: 13px;
  color: rgb(110, 120, 130);
}
.website-form .hidden {
  display: none;
}
.website-form .form-field {
  width: 100%;
}
.website-form .form-field label {
  width: 100%;
  padding: 0 10px;
  line-height: 28px;
  font-size: 14px;
  color: rgb(40, 52, 138);
  font-weight: 500;
}
.website-form .form-field label span {
  color: rgb(230, 70, 100);
}
.website-form .form-field.institution-select .select-field-wrapper, .website-form .form-field.dynamic-select .select-field-wrapper {
  padding: 0;
  min-height: 52px;
}
.website-form .form-field.institution-select .select-field-wrapper textarea, .website-form .form-field.dynamic-select .select-field-wrapper textarea {
  min-height: initial;
  min-width: initial;
  height: 30px;
  line-height: 30px;
}
.website-form .form-field.institution-select .select-field-wrapper .select2-container .select2-selection--single, .website-form .form-field.dynamic-select .select-field-wrapper .select2-container .select2-selection--single {
  border: none;
  height: 50px;
}
.website-form .form-field.institution-select .select-field-wrapper .select2-container .select2-selection--single .select2-selection__rendered, .website-form .form-field.dynamic-select .select-field-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
  height: 50px;
  line-height: 50px;
  padding-right: 40px;
  padding-left: 20px;
}
.website-form .form-field.institution-select .select-field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow, .website-form .form-field.dynamic-select .select-field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.website-form .form-field.institution-select .select-field-wrapper .select2-container--default .select2-selection--multiple, .website-form .form-field.dynamic-select .select-field-wrapper .select2-container--default .select2-selection--multiple {
  min-height: 52px;
  padding: 5px;
  border: 1px solid rgb(245, 250, 255);
}
.website-form .form-field.institution-select .select-field-wrapper .select2-container--default .select2-selection--multiple .select2-selection__rendered, .website-form .form-field.dynamic-select .select-field-wrapper .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  margin: 0;
  padding: 0;
}
.website-form .form-field.institution-select .select-field-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice, .website-form .form-field.dynamic-select .select-field-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: 1px solid rgb(200, 205, 210);
  background: rgb(255, 255, 255);
  margin: 5px;
  height: 30px;
  padding-left: 40px;
  padding-right: 5px;
}
.website-form .form-field.institution-select .select-field-wrapper .select2-container--default .select2-selection--multiple .select2-search--inline, .website-form .form-field.dynamic-select .select-field-wrapper .select2-container--default .select2-selection--multiple .select2-search--inline {
  display: inline-block;
  margin: 5px 0 0 0;
  height: 30px;
  vertical-align: text-bottom;
}
.website-form .form-field.institution-select .select-field-wrapper .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field, .website-form .form-field.dynamic-select .select-field-wrapper .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin: 0 0 0 5px;
}
.website-form .form-field.institution-select .select-field-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice__remove, .website-form .form-field.dynamic-select .select-field-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  height: 100%;
  width: 30px;
}
.website-form .form-field.recaptcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.website-form .form-field.recaptcha .field-error {
  text-align: center;
}
.website-form .form-field input,
.website-form .form-field textarea,
.website-form .form-field .select-field-wrapper {
  width: 100%;
  padding: 10px 20px;
  line-height: 30px;
  font-size: 14px;
  color: rgb(40, 50, 80);
  border-radius: 5px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(230, 240, 250);
  box-shadow: 0 5px 4px rgba(110, 120, 130, 0.2);
}
.website-form .form-field textarea {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  min-height: 150px;
}
.website-form .form-field .select-field-wrapper {
  position: relative;
  padding-right: 40px;
}
.website-form .form-field .select-field-wrapper:after {
  content: "\ea99";
  font-family: "IcoFont";
  position: absolute;
  right: 20px;
  top: 11px;
}
.website-form .form-field .select-field-wrapper select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 2;
  line-height: 30px;
  font-size: 14px;
  color: rgb(40, 50, 80);
  background: transparent;
}
.website-form .field-error {
  width: 100%;
  padding: 10px 20px 0;
  color: rgb(230, 70, 100);
  font-size: 12px;
  display: block;
  font-weight: 500;
}
.website-form .form-payment-method {
  width: 100%;
}
.website-form .form-payment-method > label {
  width: 100%;
  padding: 0 10px;
  line-height: 28px;
  font-size: 14px;
  color: rgb(40, 52, 138);
  font-weight: 500;
}
.website-form .form-payment-method .payment-methods .payment-method {
  margin: 10px 0;
}
.website-form .form-payment-method .payment-methods .payment-method label {
  width: 100%;
  display: block;
  cursor: pointer;
}
.website-form .form-payment-method .payment-methods .payment-method label input {
  display: none;
}
.website-form .form-payment-method .payment-methods .payment-method label .payment-method-description {
  border: 1px solid rgb(200, 205, 210);
  background: rgb(255, 255, 255);
  border-radius: 5px;
  padding: 20px 100px 20px 20px;
  position: relative;
}
.website-form .form-payment-method .payment-methods .payment-method label .payment-method-description:after {
  display: none;
  content: "\eed6";
  font-family: "IcoFont";
  font-size: 30px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 40px;
}
.website-form .form-payment-method .payment-methods .payment-method label .payment-method-description h4 {
  font-weight: 600;
}
.website-form .form-payment-method .payment-methods .payment-method label .payment-method-description p {
  font-size: 14px;
  line-height: 20px;
}
.website-form .form-payment-method .payment-methods .payment-method label input:checked + .payment-method-description {
  background: rgb(80, 200, 160);
  border-color: rgb(80, 200, 160);
}
.website-form .form-payment-method .payment-methods .payment-method label input:checked + .payment-method-description:after {
  display: block;
}
.website-form .form-submit {
  padding: 30px 0 0 0;
}
.website-form .form-submit button {
  display: block;
  padding: 10px 30px;
  font-size: 14px;
  line-height: 30px;
  background: rgb(40, 52, 138);
  border: 1px solid rgb(40, 52, 138);
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-weight: 500;
  border-radius: 5px;
  flex-shrink: 0;
  cursor: pointer;
  text-align: center;
  width: 100%;
}
.website-form .form-submit button:after {
  font-family: "IcoFont";
  content: "\eaa0";
  display: inline-block;
  margin: 0 5px 0 5px;
  transition: all 0.25s ease-out;
}
@media (hover: hover) {
  .website-form .form-submit button:hover:after {
    margin: 0 0 0 10px;
  }
}
.website-form .logo-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.website-form .logo-upload .logo-preview {
  width: 240px;
  flex-shrink: 0;
}
.website-form .logo-upload .logo-preview img {
  width: 100%;
  height: auto;
}
.website-form .logo-upload .logo-input {
  width: 100%;
  padding: 0 0 0 40px;
}

.select-2-member {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border-bottom: 1px solid rgb(230, 240, 250);
  cursor: pointer;
}
@media (hover: hover) {
  .select-2-member:hover {
    background: rgb(245, 250, 255);
  }
}
.select-2-member .select-2-member-image {
  width: 50px;
  height: auto;
  flex-shrink: 0;
}
.select-2-member .select-2-member-image img {
  width: 100%;
  height: auto;
}
.select-2-member .select-2-member-text {
  padding: 0 0 0 20px;
}
.select-2-member .select-2-member-text .select-2-member-meta {
  font-size: 10px;
  text-transform: uppercase;
  color: rgb(110, 120, 130);
  display: block;
  margin: 0 0 5px;
}
.select-2-member .select-2-member-text .select-2-member-name {
  font-size: 16px;
  font-weight: 500;
  color: rgb(40, 52, 138);
}

.article-featured-image {
  width: 100%;
  max-width: 800px;
  padding: 40px 30px 0;
  margin: 0 auto;
  font-size: 16px;
  line-height: 29px;
  text-align: center;
}
@media (max-width: 768px) {
  .article-featured-image {
    padding: 40px 20px 0;
  }
}
.article-featured-image img {
  max-width: 100%;
  max-height: 480px;
}

.profile-cover {
  width: 100%;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  background: rgb(40, 50, 80);
  color: rgb(255, 255, 255);
}
.profile-cover .cover-content {
  width: 100%;
  max-width: 1140px;
  padding: 35px 20px;
  margin: 0 auto;
}
.profile-cover .cover-content .profile-relations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .profile-cover .cover-content .profile-relations {
    display: block;
  }
}
.profile-cover .cover-content .profile-member {
  margin: 5px 0 0;
}
.profile-cover .cover-content .profile-member a {
  color: rgba(255, 255, 255, 0.7);
}
@media (hover: hover) {
  .profile-cover .cover-content .profile-member a:hover {
    color: rgb(61, 153, 208);
  }
}
.profile-cover .cover-content .profile-member + .profile-council-area {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.7);
}
@media (max-width: 1024px) {
  .profile-cover .cover-content .profile-member + .profile-council-area {
    margin: 0;
    padding: 0;
    border: none;
  }
}
.profile-cover .cover-content .profile-council-area {
  margin: 5px 0 0;
}
.profile-cover .cover-content .profile-council-area a {
  color: rgba(255, 255, 255, 0.7);
}
@media (hover: hover) {
  .profile-cover .cover-content .profile-council-area a:hover {
    color: rgb(61, 153, 208);
  }
}
.profile-cover .cover-content .profile-email {
  display: block;
  margin: 5px 20px 0 0;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
}
.profile-cover .cover-content .profile-email:before {
  font-family: "IcoFont";
  display: inline-block;
  margin-right: 5px;
  content: "\ef12";
}
.profile-cover .cover-content h1 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  font-family: "Merriweather", serif;
  margin: 0;
}
@media (max-width: 640px) {
  .profile-cover .cover-content h1 {
    font-size: 22px;
    line-height: 34px;
  }
}

.search-preview {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  padding: 40px 0;
  border-bottom: 1px solid rgb(200, 205, 210);
}
@media (max-width: 640px) {
  .search-preview {
    display: block;
  }
}
.search-preview .search-image {
  width: 255px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .search-preview .search-image {
    width: 180px;
  }
}
@media (max-width: 640px) {
  .search-preview .search-image {
    width: 100%;
  }
}
.search-preview .search-image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.search-preview .search-details {
  padding: 0 30px 0 45px;
}
@media (max-width: 768px) {
  .search-preview .search-details {
    padding: 0 15px 0 20px;
  }
}
@media (max-width: 640px) {
  .search-preview .search-details {
    padding: 0 10px;
  }
}
.search-preview .search-details h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.search-preview .search-details p {
  font-size: 14px;
  line-height: 25px;
  margin: 0 0 30px 0;
}
.search-preview .search-details a.search-button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid rgb(40, 50, 80);
  background: transparent;
  color: rgb(40, 50, 80);
  text-decoration: none;
  font-weight: 500;
  border-radius: 5px;
}
.search-preview .search-details a.search-button:after {
  font-family: "IcoFont";
  content: "\eaa0";
  display: inline-block;
  margin: 0 0 0 5px;
}
@media (hover: hover) {
  .search-preview .search-details a.search-button:hover {
    background: rgb(40, 50, 80);
    color: rgb(255, 255, 255);
  }
}

.vacancy-preview {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  padding: 40px 0;
  border-top: 1px solid rgb(200, 205, 210);
}
.vacancy-preview:last-child {
  border-bottom: 1px solid rgb(200, 205, 210);
}
@media (max-width: 640px) {
  .vacancy-preview {
    display: block;
  }
}
.vacancy-preview .vacancy-image {
  width: 255px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .vacancy-preview .vacancy-image {
    width: 180px;
  }
}
@media (max-width: 640px) {
  .vacancy-preview .vacancy-image {
    width: 100%;
  }
}
.vacancy-preview .vacancy-image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.vacancy-preview .vacancy-details {
  padding: 0 30px 0 45px;
}
@media (max-width: 768px) {
  .vacancy-preview .vacancy-details {
    padding: 0 15px 0 20px;
  }
}
@media (max-width: 640px) {
  .vacancy-preview .vacancy-details {
    padding: 0 10px;
  }
}
.vacancy-preview .vacancy-details .vacancy-meta {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  .vacancy-preview .vacancy-details .vacancy-meta {
    display: block;
    margin: 10px 0;
  }
}
.vacancy-preview .vacancy-details .vacancy-meta li {
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  color: rgb(110, 120, 130);
}
.vacancy-preview .vacancy-details .vacancy-meta li:before {
  font-family: "IcoFont";
  display: inline-block;
  margin-right: 5px;
  content: "\ea5d";
}
.vacancy-preview .vacancy-details .vacancy-meta li.vacancy-location:before {
  content: "\ef79";
}
.vacancy-preview .vacancy-details .vacancy-meta li.vacancy-deadline:before {
  content: "\ec45";
}
.vacancy-preview .vacancy-details h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.vacancy-preview .vacancy-details h3 a {
  color: rgb(40, 50, 80);
}
.vacancy-preview .vacancy-details a.vacancy-category {
  display: inline-block;
  font-size: 11px;
  background: rgb(61, 153, 208);
  color: rgb(255, 255, 255);
  border-radius: 5px;
  padding: 5px 6px 5px 10px;
  margin: 0 0 10px 0;
  font-weight: 500;
}
.vacancy-preview .vacancy-details a.vacancy-category:after {
  font-family: "IcoFont";
  content: "\eaa0";
  display: inline-block;
  margin: 0 0 0 5px;
}
.vacancy-preview .vacancy-details p {
  font-size: 14px;
  line-height: 25px;
  margin: 0 0 30px 0;
}
.vacancy-preview .vacancy-details a.vacancy-button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid rgb(40, 50, 80);
  background: transparent;
  color: rgb(40, 50, 80);
  text-decoration: none;
  font-weight: 500;
  border-radius: 5px;
}
.vacancy-preview .vacancy-details a.vacancy-button:after {
  font-family: "IcoFont";
  content: "\eaa0";
  display: inline-block;
  margin: 0 0 0 5px;
}
@media (hover: hover) {
  .vacancy-preview .vacancy-details a.vacancy-button:hover {
    background: rgb(40, 50, 80);
    color: rgb(255, 255, 255);
  }
}

.free-text {
  margin-bottom: 20px;
}
.free-text h1, .free-text h2, .free-text h3 {
  font-family: "Merriweather", serif;
  font-weight: 400;
  color: rgb(40, 50, 80);
  margin: 0;
  padding: 0;
}
.free-text h1 {
  font-size: 34px;
  line-height: 52px;
  margin: 0 0 40px 0;
}
@media (max-width: 640px) {
  .free-text h1 {
    font-size: 28px;
    line-height: 40px;
  }
}
.free-text h2 {
  font-size: 30px;
  line-height: 48px;
  margin: 0 0 30px 0;
  padding: 20px 0 0 0;
}
@media (max-width: 640px) {
  .free-text h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
.free-text h3 {
  font-size: 26px;
  line-height: 42px;
  margin: 0 0 20px 0;
  padding: 10px 0 0 0;
}
@media (max-width: 640px) {
  .free-text h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.free-text h4 {
  font-size: 24px;
  line-height: 37px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
@media (max-width: 640px) {
  .free-text h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
.free-text p {
  margin: 0 0 20px 0;
}
.free-text ul, .free-text ol {
  margin: 0 0 20px 20px;
}
.free-text ul:last-child, .free-text ol:last-child {
  margin-bottom: 0;
}
.free-text ul li, .free-text ol li {
  margin: 0 0 10px;
  padding: 0 0 0 5px;
}
.free-text ul li:last-child, .free-text ol li:last-child {
  margin: 0;
}
.free-text strong, .free-text b {
  font-weight: 500;
}
@media (hover: hover) {
  .free-text a:hover {
    text-decoration: underline;
  }
}
.free-text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: 20px;
}
.free-text dl dt {
  width: 40%;
  flex-shrink: 0;
  margin: 0;
  padding: 10px;
  background: rgb(245, 250, 255);
  border-radius: 5px 0 0 5px;
}
.free-text dl dt:nth-of-type(2n) {
  background: rgb(255, 255, 255);
}
.free-text dl dd {
  width: 60%;
  flex-shrink: 0;
  margin: 0;
  padding: 10px;
  background: rgb(245, 250, 255);
  border-radius: 0 5px 5px 0;
}
.free-text dl dd:nth-of-type(2n) {
  background: rgb(255, 255, 255);
}
.free-text hr {
  border: none;
  border-bottom: 1px solid rgb(230, 240, 250);
}
.free-text iframe {
  max-width: 100%;
}
.free-text img {
  max-width: 100%;
  height: auto;
}
.free-text img.aligncenter {
  margin: 0 auto;
  display: block;
}
.free-text blockquote {
  margin: 0 0 20px 0;
  padding: 10px 0 10px 20px;
  border-left: 5px solid rgb(40, 50, 80);
}
.free-text blockquote > p {
  margin: 0;
}
@media (max-width: 640px) {
  .free-text {
    padding: 0 10px;
  }
}
.free-text table {
  width: 100% !important;
  height: auto !important;
  border: none;
  font-size: 14px;
  border-collapse: collapse;
  display: block;
  overflow-y: auto;
}
.free-text table thead tr th {
  background: rgb(230, 240, 250);
}
.free-text table th, .free-text table td {
  border: none;
  padding: 10px;
  min-width: 200px;
  vertical-align: top;
  text-align: left;
}
.free-text table tr th, .free-text table tr td {
  background: rgb(245, 250, 255);
}
.free-text table tr:nth-child(2n) th, .free-text table tr:nth-child(2n) td {
  background: transparent;
}

.downloadable-file {
  border: 1px solid rgb(200, 205, 210);
  padding: 10px 10px 10px 20px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0;
}
.downloadable-file:not(:last-child) {
  margin-bottom: 20px;
}
.downloadable-file .file-name {
  width: 100%;
}
@media (max-width: 640px) {
  .downloadable-file .file-name {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.downloadable-file a {
  flex-shrink: 0;
  height: 50px;
  line-height: 50px;
  border: 1px solid rgb(255, 213, 0);
  padding: 0 30px;
  background: rgb(255, 213, 0);
  border-radius: 5px;
  display: block;
  cursor: pointer;
  color: rgb(40, 50, 80);
}
@media (max-width: 640px) {
  .downloadable-file a {
    font-size: 0;
    padding: 0 20px;
  }
}
.downloadable-file a:after {
  font-family: "IcoFont";
  content: "\ef08";
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 640px) {
  .downloadable-file a:after {
    font-size: 14px;
    margin: 0;
  }
}

.youtube-video {
  width: 100%;
  height: 400px;
  margin: 0 0 20px 0;
  border: 1px solid rgb(200, 205, 210);
  padding: 10px;
  border-radius: 5px;
}
.youtube-video iframe {
  width: 100%;
  height: 100%;
}

.timeline {
  margin: 0 0 20px 0;
}
.timeline > h4 {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 20px 0;
  font-weight: 500;
}
.timeline > p {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 20px 0;
}
.timeline .time-period {
  width: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
  box-shadow: 0 0 15px rgba(40, 50, 80, 0.1);
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
}
.timeline .time-period .period-hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 70px;
  flex-shrink: 0;
  padding-right: 20px;
  border-right: 1px solid rgb(230, 240, 250);
  color: rgb(110, 120, 130);
}
.timeline .time-period .period-hours span {
  display: block;
  width: 50px;
  text-align: center;
}
.timeline .time-period .period-content {
  padding-left: 20px;
}
.timeline .time-period .period-content h1, .timeline .time-period .period-content h2, .timeline .time-period .period-content h3 {
  font-family: "Merriweather", serif;
  font-weight: 400;
  color: rgb(40, 50, 80);
  margin: 0;
  padding: 0;
}
.timeline .time-period .period-content h1 {
  font-size: 34px;
  line-height: 52px;
  margin: 0 0 40px 0;
}
@media (max-width: 640px) {
  .timeline .time-period .period-content h1 {
    font-size: 28px;
    line-height: 40px;
  }
}
.timeline .time-period .period-content h2 {
  font-size: 30px;
  line-height: 48px;
  margin: 0 0 30px 0;
  padding: 20px 0 0 0;
}
@media (max-width: 640px) {
  .timeline .time-period .period-content h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
.timeline .time-period .period-content h3 {
  font-size: 26px;
  line-height: 42px;
  margin: 0 0 20px 0;
  padding: 10px 0 0 0;
}
@media (max-width: 640px) {
  .timeline .time-period .period-content h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.timeline .time-period .period-content h4 {
  font-size: 24px;
  line-height: 37px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
@media (max-width: 640px) {
  .timeline .time-period .period-content h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
.timeline .time-period .period-content p {
  margin: 0 0 20px 0;
}
.timeline .time-period .period-content ul, .timeline .time-period .period-content ol {
  margin: 0 0 20px 20px;
}
.timeline .time-period .period-content ul:last-child, .timeline .time-period .period-content ol:last-child {
  margin-bottom: 0;
}
.timeline .time-period .period-content ul li, .timeline .time-period .period-content ol li {
  margin: 0 0 10px;
  padding: 0 0 0 5px;
}
.timeline .time-period .period-content ul li:last-child, .timeline .time-period .period-content ol li:last-child {
  margin: 0;
}
.timeline .time-period .period-content strong, .timeline .time-period .period-content b {
  font-weight: 500;
}
@media (hover: hover) {
  .timeline .time-period .period-content a:hover {
    text-decoration: underline;
  }
}
.timeline .time-period .period-content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: 20px;
}
.timeline .time-period .period-content dl dt {
  width: 40%;
  flex-shrink: 0;
  margin: 0;
  padding: 10px;
  background: rgb(245, 250, 255);
  border-radius: 5px 0 0 5px;
}
.timeline .time-period .period-content dl dt:nth-of-type(2n) {
  background: rgb(255, 255, 255);
}
.timeline .time-period .period-content dl dd {
  width: 60%;
  flex-shrink: 0;
  margin: 0;
  padding: 10px;
  background: rgb(245, 250, 255);
  border-radius: 0 5px 5px 0;
}
.timeline .time-period .period-content dl dd:nth-of-type(2n) {
  background: rgb(255, 255, 255);
}
.timeline .time-period .period-content hr {
  border: none;
  border-bottom: 1px solid rgb(230, 240, 250);
}
.timeline .time-period .period-content iframe {
  max-width: 100%;
}
.timeline .time-period .period-content img {
  max-width: 100%;
  height: auto;
}
.timeline .time-period .period-content img.aligncenter {
  margin: 0 auto;
  display: block;
}
.timeline .time-period .period-content blockquote {
  margin: 0 0 20px 0;
  padding: 10px 0 10px 20px;
  border-left: 5px solid rgb(40, 50, 80);
}
.timeline .time-period .period-content blockquote > p {
  margin: 0;
}
.timeline .time-period .period-content h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding: 0 0 20px 0;
  margin: 0;
  position: relative;
}
.timeline .time-period .period-content h5:before {
  content: "";
  width: 30px;
  height: 1px;
  display: block;
  background: rgb(200, 205, 210);
  position: absolute;
  left: 0;
  bottom: 10px;
}
.timeline .time-period .period-content ul li, .timeline .time-period .period-content ol li {
  margin: 0;
  padding: 0;
}
.timeline .time-period .period-content *:last-child {
  margin-bottom: 0;
}

.newsletter-list .newsletter-row {
  border: 1px solid rgb(200, 205, 210);
  padding: 10px 10px 10px 20px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0;
}
.newsletter-list .newsletter-row:not(:last-child) {
  margin-bottom: 20px;
}
.newsletter-list .newsletter-row .newsletter-name {
  width: 100%;
}
@media (max-width: 640px) {
  .newsletter-list .newsletter-row .newsletter-name {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.newsletter-list .newsletter-row a {
  flex-shrink: 0;
  height: 50px;
  line-height: 50px;
  border: 1px solid rgb(255, 213, 0);
  padding: 0 30px;
  background: rgb(255, 213, 0);
  border-radius: 5px;
  display: block;
  cursor: pointer;
  color: rgb(40, 50, 80);
}
@media (max-width: 640px) {
  .newsletter-list .newsletter-row a {
    font-size: 0;
    padding: 0 20px;
  }
}
.newsletter-list .newsletter-row a:after {
  font-family: "IcoFont";
  content: "\ea5d";
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 640px) {
  .newsletter-list .newsletter-row a:after {
    font-size: 14px;
    margin: 0;
  }
}

.quote {
  width: 100%;
  padding: 60px 30px 60px 60px;
  margin: 0 0 20px;
  border-left: 10px solid rgb(230, 240, 250);
  border-radius: 5px;
  font-size: 14px;
  line-height: 25px;
  background: rgb(255, 255, 255);
  color: rgb(40, 50, 80);
}
@media (max-width: 640px) {
  .quote {
    padding: 20px;
  }
}
.quote.lighter-grey {
  border-left: 10px solid rgba(0, 0, 0, 0.1);
  background: rgb(245, 250, 255);
}
.quote.light-grey {
  border-left: 10px solid rgba(0, 0, 0, 0.1);
  background: rgb(230, 240, 250);
}
.quote.darker-grey {
  border-left: 10px solid rgba(255, 255, 255, 0.4);
  background: rgb(40, 50, 80);
  color: rgb(255, 255, 255);
}
.quote.yellow {
  border-left: 10px solid rgba(0, 0, 0, 0.1);
  background: rgb(255, 213, 0);
}
.quote figure {
  margin: 0;
  padding: 0;
}
.quote figcaption {
  opacity: 0.7;
}
.quote blockquote {
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
  font-size: 24px;
  font-style: italic;
  line-height: 1.2em;
}
@media (max-width: 768px) {
  .quote blockquote {
    font-size: 18px;
    line-height: 1.3em;
  }
}

.speakers {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
}
.speakers .speaker-wrapper {
  width: calc(33.3333333333% - 25px);
  margin: 0 25px 20px 0;
  background: rgb(245, 250, 255);
}
@media (max-width: 768px) {
  .speakers .speaker-wrapper {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .speakers .speaker-wrapper:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 360px) {
  .speakers .speaker-wrapper {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.speakers .speaker-wrapper .speaker-preview {
  width: 100%;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
}
.speakers .speaker-wrapper .speaker-preview .speaker-image {
  width: 100%;
  aspect-ratio: 6/7;
  position: relative;
  line-height: 0;
}
.speakers .speaker-wrapper .speaker-preview .speaker-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.speakers .speaker-wrapper .speaker-preview .speaker-image:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: rgb(40, 50, 80);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: all 0.25s ease-out;
}
.speakers .speaker-wrapper .speaker-preview .speaker-image:after {
  content: "\eaa0";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  font-family: "IcoFont";
  color: rgb(255, 255, 255);
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  transition: all 0.25s ease-out;
}
@media (hover: hover) {
  .speakers .speaker-wrapper .speaker-preview:hover .speaker-image:before {
    background: rgb(255, 213, 0);
  }
  .speakers .speaker-wrapper .speaker-preview:hover .speaker-image:after {
    color: rgb(40, 50, 80);
  }
}
.speakers .speaker-wrapper .speaker-preview .speaker-details {
  padding: 20px 10px 10px 20px;
}
.speakers .speaker-wrapper .speaker-preview .speaker-details h3 {
  font-size: 1rem;
  line-height: 1em;
  margin: 0 0 10px;
  font-weight: 500;
  color: rgb(40, 50, 80);
}
.speakers .speaker-wrapper .speaker-preview .speaker-details p {
  font-size: 0.75rem;
  line-height: 1.4em;
  margin: 0;
  color: rgb(40, 50, 80);
}
.speakers .speaker-popup {
  background: rgb(245, 250, 255);
  width: 840px;
  max-width: 100%;
  height: 500px;
  max-height: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  justify-content: flex-start;
  align-items: flex-start;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 40px;
  border-radius: 5px;
  display: none;
}
@media (max-width: 768px) {
  .speakers .speaker-popup {
    width: 100vw;
    height: 100vh;
    padding: 40px 20px;
  }
}
.speakers .speaker-popup.open {
  box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.speakers .speaker-popup .closes-speaker-popup {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  font-size: 0;
  cursor: pointer;
}
.speakers .speaker-popup .closes-speaker-popup:before {
  content: "";
  width: 30px;
  height: 1px;
  background: rgb(40, 50, 80);
  display: block;
  transform: rotate(45deg);
  position: absolute;
  top: 20px;
  left: 5px;
}
.speakers .speaker-popup .closes-speaker-popup:after {
  content: "";
  width: 30px;
  height: 1px;
  background: rgb(40, 50, 80);
  display: block;
  transform: rotate(-45deg);
  position: absolute;
  top: 20px;
  left: 5px;
}
.speakers .speaker-popup .speaker-popup-image {
  width: 260px;
  flex-shrink: 0;
  aspect-ratio: 6/7;
  margin: 0 40px 0 0;
}
@media (max-width: 768px) {
  .speakers .speaker-popup .speaker-popup-image {
    width: 100px;
  }
}
@media (max-width: 640px) {
  .speakers .speaker-popup .speaker-popup-image {
    display: none;
  }
}
.speakers .speaker-popup .speaker-popup-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.speakers .speaker-popup .speaker-popup-details .speaker-name {
  font-size: 1.25rem;
  line-height: 1em;
  font-weight: 500;
  margin: 0 0 5px;
  color: rgb(40, 50, 80);
}
.speakers .speaker-popup .speaker-popup-details .speaker-title {
  margin: 0 0 20px;
  font-size: 0.8rem;
  line-height: 1.5em;
  color: rgb(110, 120, 130);
}
.speakers .speaker-popup .speaker-popup-details .speaker-bio {
  font-size: 0.8rem;
  line-height: 1.5em;
  color: rgb(40, 50, 80);
  padding: 20px 0 0 0;
  position: relative;
}
.speakers .speaker-popup .speaker-popup-details .speaker-bio:before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: rgb(40, 50, 80);
  top: 0;
  left: 0;
  position: absolute;
}
.speakers .speaker-popup .speaker-popup-details .speaker-bio p {
  margin: 0 0 15px;
}

.navbar-menu {
  margin: 0 0 20px 0;
}
.navbar-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar-menu ul li {
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 5px;
}
.navbar-menu ul li.with-children > a {
  padding-right: 20px;
  position: relative;
}
.navbar-menu ul li.with-children > a:after {
  font-family: "IcoFont";
  content: "\ea99";
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
}
.navbar-menu ul li.active > a {
  color: rgb(61, 153, 208);
}
.navbar-menu ul li a {
  display: block;
  color: rgb(40, 50, 80);
}
@media (hover: hover) {
  .navbar-menu ul li a:hover {
    color: rgb(61, 153, 208);
  }
}
.navbar-menu ul li ul {
  padding: 5px 0 0 10px;
}
.navbar-menu ul li ul li {
  font-size: 14px;
  line-height: 25px;
}
.navbar-menu ul li ul li.active > a {
  color: rgb(61, 153, 208);
}
.navbar-menu ul li ul li a {
  color: rgb(110, 120, 130);
}

.navbar-title {
  border-bottom: 1px solid rgba(200, 205, 210, 0.5);
  margin: 0 0 20px 0;
}
.navbar-title.small p {
  font-size: 16px;
  line-height: 40px;
}
.navbar-title p {
  font-family: "Merriweather", serif;
  font-size: 22px;
  line-height: 44px;
  color: rgb(40, 50, 80);
  padding: 0;
  margin: 0 0 10px 0;
}
@media (max-width: 640px) {
  .navbar-title:first-child {
    display: none;
  }
}

.navbar-logo {
  width: 100%;
  padding: 10px 0 20px;
}
.navbar-logo a {
  display: block;
  width: 100%;
  text-align: center;
}
.navbar-logo img {
  max-width: 100%;
  margin: 0 auto;
}

.related-news .related-news-article {
  background: rgb(255, 255, 255);
  width: 100%;
  flex-shrink: 0;
  text-align: left;
  margin: 0 0 20px 0;
  border-bottom: 1px solid rgb(230, 240, 250);
}
.related-news .related-news-article .news-article-image {
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
  position: relative;
  margin-bottom: 10px;
}
.related-news .related-news-article .news-article-image a {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
.related-news .related-news-article .news-article-image a img {
  border-radius: 5px;
  width: 100%;
  height: auto;
}
.related-news .related-news-article .news-article-details {
  color: rgb(40, 50, 80);
}
.related-news .related-news-article .news-article-details h3 {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 10px 0;
  font-weight: 500;
}
.related-news .related-news-article .news-article-details h3 a {
  color: rgb(40, 50, 80);
}

.related-members .related-member {
  background: rgb(255, 255, 255);
  width: 100%;
  flex-shrink: 0;
  text-align: left;
  margin: 0 0 20px 0;
  border-bottom: 1px solid rgb(230, 240, 250);
}
.related-members .related-member .related-member-image {
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
  position: relative;
  margin-bottom: 10px;
}
.related-members .related-member .related-member-image a {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  text-align: center;
}
.related-members .related-member .related-member-image a img {
  border-radius: 5px;
  width: 100%;
  height: auto;
}
.related-members .related-member .related-member-details {
  color: rgb(40, 50, 80);
}
.related-members .related-member .related-member-details h3 {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 10px 0;
  font-weight: 500;
}
.related-members .related-member .related-member-details h3 a {
  color: rgb(40, 50, 80);
}

.member-contacts h3 {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 25px;
  color: rgb(110, 120, 130);
  display: block;
  border-bottom: 1px solid rgb(230, 240, 250);
}
.member-contacts .user-name {
  font-family: "Merriweather", serif;
  font-size: 22px;
  padding: 0 0 10px 0;
}
.member-contacts .edit-user-button {
  height: 40px;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  display: inline-block;
  margin: 5px 0;
}
.member-contacts .edit-user-button:before {
  font-family: "IcoFont";
  content: "\eded";
  display: inline-block;
  margin-right: 5px;
}
.member-contacts .user-additional-details {
  margin: 0 0 30px 5px;
}
.member-contacts .user-additional-details dl {
  border-left: 5px solid rgb(230, 240, 250);
}
@media (max-width: 768px) {
  .member-contacts .user-additional-details dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.member-contacts .user-additional-details dl dt, .member-contacts .user-additional-details dl dd {
  background: transparent;
  padding: 5px 10px;
}

.contact-form {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  padding: 0 10px;
}
.contact-form.full-width {
  max-width: unset;
}

.quotes {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
@media (max-width: 768px) {
  .quotes {
    height: auto;
  }
}
.quotes .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  transition-property: transform;
}
.quotes .swiper-wrapper .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  background: no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0 60px;
}
@media (max-width: 768px) {
  .quotes .swiper-wrapper .swiper-slide {
    padding: 0 0 20px;
  }
}
.quotes .swiper-wrapper .swiper-slide .quote-slide-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .quotes .swiper-wrapper .swiper-slide .quote-slide-content {
    display: block;
    align-self: center;
  }
}
.quotes .swiper-wrapper .swiper-slide .quote-image {
  width: 40%;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .quotes .swiper-wrapper .swiper-slide .quote-image {
    width: 60%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.quotes .swiper-wrapper .swiper-slide .quote-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .quotes .swiper-wrapper .swiper-slide .quote-image img {
    border-radius: 50%;
    overflow: hidden;
  }
}
.quotes .swiper-wrapper .swiper-slide figure {
  margin: 0;
  padding: 70px 20px 40px 80px;
  position: relative;
}
@media (max-width: 768px) {
  .quotes .swiper-wrapper .swiper-slide figure {
    padding: 50px 20px 40px 30px;
  }
}
.quotes .swiper-wrapper .swiper-slide figure:before {
  content: "\efcd";
  font-family: "IcoFont";
  color: rgb(255, 213, 0);
  font-size: 60px;
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  left: 60px;
  top: 30px;
}
@media (max-width: 768px) {
  .quotes .swiper-wrapper .swiper-slide figure:before {
    top: 10px;
    left: 10px;
  }
}
.quotes .swiper-wrapper .swiper-slide figure figcaption {
  opacity: 0.7;
}
.quotes .swiper-wrapper .swiper-slide figure blockquote {
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
  font-size: 24px;
  font-style: italic;
  line-height: 1.2em;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .quotes .swiper-wrapper .swiper-slide figure blockquote {
    font-size: 18px;
    line-height: 1.3em;
  }
}
.quotes .swiper-button-prev,
.quotes .swiper-button-next {
  width: 60px;
  height: 60px;
  position: absolute;
  top: calc(50% - 30px);
  left: 0;
  display: block;
  cursor: pointer;
  z-index: 3;
  font-weight: 300;
}
@media (max-width: 640px) {
  .quotes .swiper-button-prev,
  .quotes .swiper-button-next {
    display: none;
  }
}
.quotes .swiper-button-prev:before,
.quotes .swiper-button-next:before {
  font-family: "IcoFont";
  content: "\eac9";
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  width: 60px;
  height: 60px;
  display: block;
}
.quotes .swiper-button-prev.swiper-button-disabled,
.quotes .swiper-button-next.swiper-button-disabled {
  opacity: 0.2;
}
.quotes .swiper-button-next {
  left: auto;
  right: 0;
}
.quotes .swiper-button-next:before {
  content: "\eaca";
}
.quotes .swiper-pagination {
  position: absolute;
  bottom: 35px;
  height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  width: 200px;
  left: calc(50% - 100px);
}
.quotes .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: 1px solid rgba(40, 50, 80, 0.6);
  border-radius: 50%;
  display: block;
  margin: 0 3px;
}
.quotes .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: rgb(40, 50, 80);
  background: rgb(40, 50, 80);
}

.program .program-tabs {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid rgb(230, 240, 250);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}
.program .program-tabs .tab-button {
  width: 110px;
  height: 100px;
  box-shadow: 0 0 15px rgba(110, 120, 130, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px;
  background: rgb(255, 255, 255);
  border: none;
  color: rgb(110, 120, 130);
  cursor: pointer;
  margin-right: 15px;
}
.program .program-tabs .tab-button .day {
  font-size: 10px;
  line-height: 10px;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
  display: block;
}
.program .program-tabs .tab-button .date {
  font-size: 40px;
  line-height: 40px;
  width: 100%;
  display: block;
}
.program .program-tabs .tab-button .month {
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  width: 100%;
  display: block;
  text-transform: uppercase;
}
.program .program-tabs .tab-button.selected {
  background: rgb(40, 52, 138);
  color: rgb(255, 255, 255);
}
.program .program-tab {
  display: none;
}
.program .program-tab.selected {
  display: block;
}
.program .program-tab h2 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 20px;
  font-weight: 500;
  padding: 0 0 0 10px;
}
.program .program-tab > .description {
  margin: 0 0 20px;
  padding: 0 0 0 10px;
}
@media (max-width: 768px) {
  .program .program-tab .accordion {
    margin: 30px 0 0 0;
  }
}

.accordion-item {
  box-shadow: 0 0 15px rgba(110, 120, 130, 0.1);
  margin: 0 0 20px;
  padding: 10px 20px;
  width: 100%;
}
.accordion-item.open .accordion-title:after {
  content: "\ea99";
}
.accordion-item.open .accordion-content {
  display: block;
}
.accordion-item.with-time .accordion-title .time {
  color: rgb(110, 120, 130);
  flex-shrink: 0;
  font-size: 14px;
  padding-right: 20px;
  text-align: center;
  width: 115px;
}
@media (max-width: 768px) {
  .accordion-item.with-time .accordion-title .time {
    line-height: 15px;
    padding: 0;
    text-align: left;
    width: 100%;
  }
}
.accordion-item.with-time .accordion-title .title {
  border-left: 1px solid rgb(230, 240, 250);
  padding: 0 0 0 15px;
}
@media (max-width: 768px) {
  .accordion-item.with-time .accordion-title .title {
    border: none;
    padding: 5px 0 0 0;
  }
}
.accordion-item.with-time .accordion-content {
  border-left: 1px solid rgb(230, 240, 250);
  margin-left: 110px;
  padding: 15px;
}
@media (max-width: 768px) {
  .accordion-item.with-time .accordion-content {
    border: none;
    margin: 0;
    padding: 10px 0;
  }
}
.accordion-item .accordion-title {
  align-items: flex-start;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 30px;
}
@media (max-width: 768px) {
  .accordion-item .accordion-title {
    display: block;
  }
}
.accordion-item .accordion-title .title {
  flex-grow: 1;
}
.accordion-item .accordion-title .title .pre-title {
  color: rgb(61, 153, 208);
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
.accordion-item .accordion-title .title h3 {
  flex-grow: 1;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .accordion-item .accordion-title .title h3 {
    line-height: 20px;
  }
  .accordion-item .accordion-title .title h3:after {
    color: rgb(61, 153, 208);
    content: "\eaa0";
    display: inline-block;
    flex-shrink: 0;
    font-family: "IcoFont";
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    width: 30px;
  }
}
.accordion-item .accordion-title:after {
  color: rgb(61, 153, 208);
  content: "\eaa0";
  display: block;
  flex-shrink: 0;
  font-family: "IcoFont";
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
@media (max-width: 768px) {
  .accordion-item .accordion-title:after {
    display: none;
  }
}
.accordion-item .accordion-content {
  display: none;
  font-size: 14px;
  line-height: 24px;
  padding: 15px 0;
}
@media (max-width: 768px) {
  .accordion-item .accordion-content {
    padding: 10px 0;
  }
}
.accordion-item .accordion-content ul, .accordion-item .accordion-content ol {
  margin-left: 20px;
}
.accordion-item .accordion-content:before {
  background: rgb(200, 205, 210);
  content: "";
  display: block;
  height: 1px;
  margin: 0 0 15px;
  width: 40px;
}
.accordion-item .accordion-content img.aligncenter {
  display: block;
  margin: 5px auto 10px;
}
.accordion-item .accordion-content img.alignleft {
  float: left;
  margin: 5px 15px 10px 0;
}
@media (max-width: 640px) {
  .accordion-item .accordion-content img.alignleft {
    display: block;
    float: none;
    margin: 10px 0;
  }
}
.accordion-item .accordion-content img.alignright {
  float: right;
  margin: 5px 0 10px 15px;
}
@media (max-width: 640px) {
  .accordion-item .accordion-content img.alignright {
    display: block;
    float: none;
    margin: 10px 0;
  }
}
.accordion-item .accordion-content .parallel-session {
  border-bottom: 1px solid rgb(230, 240, 250);
  margin: 0 0 20px;
}
.accordion-item .accordion-content .parallel-session.open .description {
  display: block;
}
.accordion-item .accordion-content .parallel-session.open .title:after {
  content: "\ea99";
}
.accordion-item .accordion-content .parallel-session:last-child {
  border-bottom: 0;
  margin: 0;
}
.accordion-item .accordion-content .parallel-session .location {
  color: rgb(61, 153, 208);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  margin: 0 0 5px;
}
.accordion-item .accordion-content .parallel-session .title {
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin: 0 0 10px;
}
.accordion-item .accordion-content .parallel-session .title:after {
  content: "\eaa0";
  display: inline-block;
  font-family: "IcoFont";
}
.accordion-item .accordion-content .parallel-session .description {
  display: none;
}

.council-area-search-bar {
  width: 100%;
  padding: 20px 0;
  background: rgb(230, 240, 250);
}
.council-area-search-bar .council-area-search-bar-wrapper {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 30px;
  position: relative;
}
@media (max-width: 1140px) {
  .council-area-search-bar .council-area-search-bar-wrapper {
    padding: 0 20px;
  }
}
.council-area-search-bar .council-area-search-bar-wrapper .council-area-search-bar-text {
  width: 100%;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.council-area-search-bar .council-area-search-bar-wrapper .council-area-search-bar-triggers {
  width: 200px;
  flex-shrink: 0;
  text-align: right;
}
@media (max-width: 1024px) {
  .council-area-search-bar .council-area-search-bar-wrapper .council-area-search-bar-triggers {
    width: 48px;
  }
}
.council-area-search-bar .council-area-search-bar-wrapper .council-area-search-bar-triggers .search-button {
  background: transparent;
  border: none;
  color: rgb(40, 50, 80);
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin: 0;
  padding: 0 17px 0 15px;
  cursor: pointer;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 640px) {
  .council-area-search-bar .council-area-search-bar-wrapper .council-area-search-bar-triggers .search-button {
    font-size: 0;
  }
}
.council-area-search-bar .council-area-search-bar-wrapper .council-area-search-bar-triggers .search-button:before {
  font-family: "IcoFont";
  content: "\ed1b";
  display: inline-block;
  margin: 0 5px 0 0;
}
@media (max-width: 640px) {
  .council-area-search-bar .council-area-search-bar-wrapper .council-area-search-bar-triggers .search-button:before {
    font-size: 14px;
  }
}

.embed {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 40px;
}
.embed.content-width {
  padding: 0 30px;
  width: 800px;
}

.profile-page h4 {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
.profile-page p {
  font-size: 14px;
  line-height: 18px;
}
.profile-page .event-name {
  width: 100%;
  margin: 0 0 20px 0;
}
.profile-page .event-details {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.profile-page .event-details .event-details-box {
  width: 33.33%;
  flex-shrink: 0;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  .profile-page .event-details .event-details-box {
    width: 100%;
    padding: 0;
  }
}
.profile-page .event-subscription-details {
  width: 100%;
}
.profile-page .event-subscription-summary {
  width: 100%;
  padding: 34px 30px;
  margin: 0 0 20px 0;
  border: 1px solid rgb(200, 205, 210);
  border-radius: 5px;
  font-size: 14px;
  line-height: 25px;
  background: rgb(255, 255, 255);
  color: rgb(40, 50, 80);
}
@media (max-width: 640px) {
  .profile-page .event-subscription-summary {
    padding: 20px;
  }
}
.profile-page .event-subscription-summary .event-details-box {
  padding: 0;
}
.profile-page .event-subscription-summary a {
  display: inline-block;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 30px;
  border: 1px solid rgb(40, 50, 80);
  color: rgb(40, 50, 80);
  text-decoration: none;
  font-weight: 500;
  border-radius: 5px;
}
.profile-page .event-subscription-summary a:after {
  font-family: "IcoFont";
  content: "\eaa0";
  display: inline-block;
  margin: 0 0 0 5px;
}
@media (hover: hover) {
  .profile-page .event-subscription-summary a:hover {
    background: rgb(40, 50, 80);
    color: rgb(255, 255, 255);
  }
}
.profile-page .empty-state {
  margin: 0 0 40px 0;
  padding: 30px;
  border-radius: 5px;
  border-left: 5px solid rgb(230, 240, 250);
  background: rgb(245, 250, 255);
}
.profile-page .form-results .form-results-row {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid rgb(230, 240, 250);
}
.profile-page .form-results .form-results-row h4 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  padding: 0 0 10px 10px;
}
.profile-page .form-results .form-results-row p {
  font-size: 13px;
  line-height: 17px;
  padding: 20px;
  border-radius: 5px;
  border-left: 5px solid rgb(230, 240, 250);
  background: rgb(245, 250, 255);
}

.members-list-page .page-search {
  border-top: 1px solid rgb(200, 205, 210);
}

.council-area-page .council-area {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(245, 250, 255)), color-stop(49.99%, rgb(245, 250, 255)), color-stop(50%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: -o-linear-gradient(left, rgb(245, 250, 255) 0%, rgb(245, 250, 255) 49.99%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to right, rgb(245, 250, 255) 0%, rgb(245, 250, 255) 49.99%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
}
@media (max-width: 1024px) {
  .council-area-page .council-area {
    background: transparent;
  }
}
.council-area-page .council-area .vanilla-calendar-day_selected button {
  cursor: pointer;
}
.council-area-page .council-area .council-area-wrapper {
  width: 1110px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1140px) {
  .council-area-page .council-area .council-area-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  .council-area-page .council-area .council-area-wrapper {
    display: block;
    padding: 0;
  }
}
.council-area-page .council-area .council-area-wrapper .council-area-sidebar {
  width: 280px;
  flex-shrink: 0;
  align-self: stretch;
  background: rgb(245, 250, 255);
}
@media (max-width: 1024px) {
  .council-area-page .council-area .council-area-wrapper .council-area-sidebar {
    width: 100%;
  }
}
.council-area-page .council-area .council-area-wrapper .council-area-sidebar .council-area-menu ul {
  list-style: none;
  margin: 0;
  padding: 40px 0;
}
@media (max-width: 1024px) {
  .council-area-page .council-area .council-area-wrapper .council-area-sidebar .council-area-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .council-area-page .council-area .council-area-wrapper .council-area-sidebar .council-area-menu ul {
    justify-content: space-between;
    padding: 10px 20px;
  }
}
.council-area-page .council-area .council-area-wrapper .council-area-sidebar .council-area-menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  font-size: 14px;
  color: rgb(110, 120, 130);
  text-decoration: none;
  font-weight: 500;
}
@media (hover: hover) {
  .council-area-page .council-area .council-area-wrapper .council-area-sidebar .council-area-menu ul li a:hover {
    color: rgb(40, 50, 80);
  }
}
@media (max-width: 640px) {
  .council-area-page .council-area .council-area-wrapper .council-area-sidebar .council-area-menu ul li a {
    display: block;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 10px 0;
  }
}
.council-area-page .council-area .council-area-wrapper .council-area-sidebar .council-area-menu ul li a:before {
  content: "";
  font-family: "IcoFont";
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  flex-shrink: 0;
  margin: 0 15px 0 0;
}
@media (max-width: 640px) {
  .council-area-page .council-area .council-area-wrapper .council-area-sidebar .council-area-menu ul li a:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    margin: 0 auto 5px;
  }
}
.council-area-page .council-area .council-area-wrapper .council-area-sidebar .council-area-menu ul li.selected a {
  color: rgb(40, 50, 80);
  font-weight: 600;
}
.council-area-page .council-area .council-area-wrapper .council-area-sidebar .council-area-menu ul li.documents a:before {
  content: "\eb0e";
}
.council-area-page .council-area .council-area-wrapper .council-area-sidebar .council-area-menu ul li.surveys a:before {
  content: "\eed9";
}
.council-area-page .council-area .council-area-wrapper .council-area-sidebar .council-area-menu ul li.events a:before {
  content: "\eecd";
}
.council-area-page .council-area .council-area-wrapper .council-area-sidebar .council-area-menu ul li.members a:before {
  content: "\ed0d";
}
.council-area-page .council-area .council-area-wrapper .council-area-content {
  width: 100%;
  background: rgb(255, 255, 255);
  min-height: 200px;
  align-self: stretch;
}
@media (max-width: 1024px) {
  .council-area-page .council-area .council-area-wrapper .council-area-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 640px) {
  .council-area-page .council-area .council-area-wrapper .council-area-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.council-area-page .council-area .council-area-wrapper .council-area-content .content-wrapper {
  width: 800px;
  padding: 20px 30px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 29px;
}
@media (max-width: 1024px) {
  .council-area-page .council-area .council-area-wrapper .council-area-content .content-wrapper {
    width: 100%;
    padding: 0;
  }
}
.council-area-page .council-area .council-area-wrapper .council-area-content .content-wrapper .content-back-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: rgb(40, 52, 138);
  font-size: 14px;
  line-height: 30px;
}
.council-area-page .council-area .council-area-wrapper .council-area-content .content-wrapper .content-back-button:before {
  font-family: "IcoFont";
  content: "\ea93";
  font-size: 24px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  text-align: center;
  display: block;
}
.council-area-page .council-events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .council-area-page .council-events {
    display: block;
  }
}
.council-area-page .council-events .calendar-wrapper .vanilla-calendar {
  margin: 0 auto;
}
.council-area-page .council-event-preview {
  margin: 0 0 20px;
  padding: 20px 0;
  border-bottom: 1px solid rgb(230, 240, 250);
}
.council-area-page .council-event-preview .event-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
.council-area-page .council-event-preview .event-summary .event-summary-date {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  border: 1px solid rgb(40, 52, 138);
  padding: 15px 0;
  margin: 0 20px 0 0;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .council-area-page .council-event-preview .event-summary .event-summary-date {
    width: 40px;
    height: 40px;
    padding: 7px 0;
  }
}
.council-area-page .council-event-preview .event-summary .event-summary-date .event-day {
  display: block;
  font-size: 30px;
  line-height: 30px;
  width: 100%;
  text-align: center;
}
@media (max-width: 1024px) {
  .council-area-page .council-event-preview .event-summary .event-summary-date .event-day {
    font-size: 15px;
    line-height: 15px;
  }
}
.council-area-page .council-event-preview .event-summary .event-summary-date .event-month {
  display: block;
  font-size: 12px;
  width: 100%;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .council-area-page .council-event-preview .event-summary .event-summary-date .event-month {
    font-size: 10px;
    line-height: 10px;
  }
}
.council-area-page .council-event-preview .event-summary .event-summary-details h3 {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 500;
}
.council-area-page .council-event-preview .event-summary .event-summary-details .council-event-documents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
}
.council-area-page .council-event-preview .event-summary .event-summary-details .council-event-documents:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  font-family: "IcoFont";
  content: "\eb08";
}
.council-area-page .council-event-preview .event-summary .event-summary-details .view-event-details {
  margin: 10px 0 0 0;
  padding: 0;
  display: block;
  font-size: 14px;
  line-height: 20px;
  background: rgb(255, 255, 255);
  color: rgb(40, 50, 80);
  text-decoration: none;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
}
.council-area-page .council-event-preview .event-summary .event-summary-details .view-event-details:after {
  font-family: "IcoFont";
  content: "\eaa0";
  display: inline-block;
  margin: 0 0 0 5px;
}
.council-area-page .council-event-preview .event-description {
  margin: 20px 0 0 0;
  padding: 0 0 0 100px;
  color: rgb(40, 50, 80);
}
@media (max-width: 1024px) {
  .council-area-page .council-event-preview .event-description {
    padding: 0 0 0 60px;
  }
}

.document-groups {
  width: 100%;
}
.document-groups .document-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  padding: 40px 0;
  border-bottom: 1px solid rgb(200, 205, 210);
}
@media (max-width: 640px) {
  .document-groups .document-group {
    display: block;
  }
}
.document-groups .document-group .document-group-image {
  width: 255px;
  height: 180px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .document-groups .document-group .document-group-image {
    width: 180px;
    height: 120px;
  }
}
@media (max-width: 640px) {
  .document-groups .document-group .document-group-image {
    width: 100%;
    height: 50vw;
  }
}
.document-groups .document-group .document-group-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}
.document-groups .document-group .document-group-details {
  width: 100%;
  padding: 0 30px 0 45px;
}
@media (max-width: 768px) {
  .document-groups .document-group .document-group-details {
    padding: 0 15px 0 20px;
  }
}
@media (max-width: 640px) {
  .document-groups .document-group .document-group-details {
    padding: 0 10px;
  }
}
.document-groups .document-group .document-group-details .document-group-meta {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  .document-groups .document-group .document-group-details .document-group-meta {
    display: block;
    margin: 10px 0;
  }
}
.document-groups .document-group .document-group-details .document-group-meta li {
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  color: rgb(110, 120, 130);
}
.document-groups .document-group .document-group-details .document-group-meta li:before {
  font-family: "IcoFont";
  display: inline-block;
  margin-right: 5px;
  content: "\ea5d";
}
.document-groups .document-group .document-group-details .document-group-meta li.document-group-date:before {
  content: "\ec45";
}
.document-groups .document-group .document-group-details .document-group-meta li.document-group-document-count:before {
  content: "\eb0e";
}
.document-groups .document-group .document-group-details h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.document-groups .document-group .document-group-details h3 a {
  color: rgb(40, 50, 80);
}
.document-groups .document-group .document-group-details p {
  font-size: 14px;
  line-height: 25px;
  margin: 0 0 30px 0;
}
.document-groups .document-group .document-group-details .view-document-button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid rgb(40, 50, 80);
  background: transparent;
  color: rgb(40, 50, 80);
  text-decoration: none;
  font-weight: 500;
  border-radius: 5px;
  margin-top: 20px;
}
.document-groups .document-group .document-group-details .view-document-button:after {
  font-family: "IcoFont";
  content: "\eaa0";
  display: inline-block;
  margin: 0 0 0 5px;
}
@media (hover: hover) {
  .document-groups .document-group .document-group-details .view-document-button:hover {
    background: rgb(40, 50, 80);
    color: rgb(255, 255, 255);
  }
}

.documents-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.documents-list ul li {
  width: 100%;
  border-radius: 5px;
  margin: 0 0 2px;
  font-size: 12px;
  line-height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (hover: hover) {
  .documents-list ul li:hover {
    background: rgba(230, 240, 250, 0.5);
  }
}
.documents-list ul li.back a:before {
  content: "\ea93";
}
.documents-list ul li.back a:after {
  display: none;
}
.documents-list ul li.file a:before {
  content: "\eb08";
}
.documents-list ul li.file a:after {
  display: none;
}
.documents-list ul li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: rgb(40, 52, 138);
  padding: 5px 15px;
}
@media (hover: hover) {
  .documents-list ul li a:hover {
    color: rgb(61, 153, 208);
  }
}
.documents-list ul li a .name {
  line-height: 15px;
  margin: 3px 0 0 0;
  display: block;
  width: 100%;
  font-weight: 600;
}
.documents-list ul li a .survey,
.documents-list ul li a .files-count {
  font-size: 10px;
  line-height: 15px;
  color: rgb(40, 52, 138);
  margin: 3px 10px 0 0;
  white-space: nowrap;
  display: block;
}
.documents-list ul li a .star {
  width: 30px;
  height: 30px;
  display: block;
}
.documents-list ul li a .star:before {
  width: 30px;
  height: 30px;
  display: block;
  line-height: 30px;
  font-family: "IcoFont";
  content: "\f000";
  color: rgba(40, 52, 138, 0.2);
  text-align: center;
  font-size: 16px;
}
.documents-list ul li a .star.filled:before {
  color: rgb(255, 213, 0);
}
.documents-list ul li a:before {
  font-family: "IcoFont";
  content: "\ef36";
  color: rgb(61, 153, 208);
  font-size: 24px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  text-align: center;
  display: block;
  margin: 0 10px 0 0;
}
.documents-list ul li a:after {
  font-family: "IcoFont";
  content: "\ea94";
  font-size: 20px;
  color: rgb(40, 52, 138);
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
}

.documents-empty-state {
  background: rgba(230, 240, 250, 0.5);
  padding: 15px;
  line-height: 15px;
  margin: 3px 0 2px 0;
  display: block;
  width: 100%;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
}

.survey-answers ul {
  list-style: none;
  margin: 0;
  padding: 20px 0 0;
  border-top: 1px solid rgb(230, 240, 250);
}
.survey-answers ul li {
  margin: 0 0 20px;
  padding: 10px 20px;
  border-bottom: 1px solid rgb(230, 240, 250);
}
@media (max-width: 640px) {
  .survey-answers ul li {
    padding: 10px;
  }
}
.survey-answers ul li p {
  margin: 0 0 10px;
}
.survey-answers ul li p .pre-title {
  display: block;
  font-size: 11px;
  line-height: 1em;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(40, 50, 80);
}

.council-members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.council-members .council-member-preview {
  border: 1px solid rgb(230, 240, 250);
  border-radius: 10px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 20px);
  flex-shrink: 0;
  margin: 0 20px 20px 0;
}
@media (max-width: 1024px) {
  .council-members .council-member-preview {
    width: 100%;
    margin: 0 0 10px;
  }
}
.council-members .council-member-preview .avatar {
  background-color: rgb(40, 52, 138);
  border-radius: 50%;
  height: 60px;
  width: 60px;
  text-transform: uppercase;
  line-height: 60px;
  text-align: center;
  font-size: 23px;
  color: rgb(255, 255, 255);
  flex-shrink: 0;
  margin: 0 20px 0 0;
  letter-spacing: -0.05em;
}
.council-members .council-member-preview .details {
  line-height: 1.2em;
}
.council-members .council-member-preview .details .name {
  display: block;
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 5px;
}
.council-members .council-member-preview .details .meta {
  display: block;
  font-size: 12px;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: rgb(40, 50, 80);
  background: rgb(255, 255, 255);
  border: 1px solid rgb(230, 240, 250);
  border-radius: 5px;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 4px rgba(110, 120, 130, 0.2);
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-label {
  display: inline-block;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  opacity: 0;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-select {
  display: inline-block;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
  height: initial;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-today .pika-button {
  color: rgb(61, 153, 208);
  font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
  color: #fff;
  font-weight: bold;
  background: rgb(61, 153, 208);
  box-shadow: inset 0 1px 3px rgb(61, 153, 208);
  border-radius: 3px;
}

.has-event .pika-button {
  background: rgb(61, 153, 208);
  box-shadow: inset 0 1px 3px rgb(61, 153, 208);
}

.is-disabled .pika-button,
.is-inrange .pika-button {
  background: rgb(230, 240, 250);
}

.is-startrange .pika-button {
  color: #fff;
  background: rgb(80, 200, 160);
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: rgb(61, 153, 208);
  box-shadow: none;
  border-radius: 3px;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: rgb(200, 205, 210);
  opacity: 0.3;
}

.is-outside-current-month .pika-button {
  color: rgb(200, 205, 210);
  opacity: 0.3;
}

.is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: rgb(40, 52, 138);
  background: rgb(255, 213, 0);
  box-shadow: none;
  border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}
