.course-search{background:rgb(var(--c_white));display:flex;justify-content:space-between;padding:32px 48px;border-radius:12px}.course-search:not(:first-of-type){margin-top:32px}.course-search__title-container{width:240px;display:flex;flex-direction:column;justify-content:center}.course-search__title{font-size:20px;font-size:1.25rem;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.course-search__tags{margin-top:12px}.course-search__info-container{flex-grow:1;display:flex;align-items:center;justify-content:space-between;padding-top:4px}.course-search__info{font-size:16px;font-size:1rem;font-weight:600;color:rgb(var(--c_prim))}.course-search__info .tagline{margin-bottom:8px}.course-search__button-container{display:flex;align-items:center;flex-shrink:0}.course-search__separator{margin:0 32px;flex-shrink:0;width:1px;background:rgba(var(--c_prim),.2)}.search-page{background:rgb(var(--c_lightgrey));padding:88px 0 128px;overflow:hidden}@media screen and (max-width:1280px){.search-page{padding:80px 0}}@media screen and (max-width:580px){.search-page{padding:56px 0;border-radius:0!important}}.search-page__inner{position:relative}.search-page__bg-svg{background-image:url(../../assets/images/svg/half-circles-bg.svg);background-repeat:no-repeat;background-size:698px 466px;background-position:50%;height:466px;width:698px;position:absolute;top:0;right:-160px;opacity:.5}@media only screen and (max-width:1700px){.search-page__bg-svg{right:-80px}}@media screen and (max-width:1280px){.search-page__bg-svg{background-size:479px 320px;height:320px;width:479px;right:-24px;top:40px}}@media only screen and (max-width:800px){.search-page__bg-svg{right:-160px}}@media screen and (max-width:580px){.search-page__bg-svg{right:-224px}}@media only screen and (max-width:450px){.search-page__bg-svg{right:-304px}}.search-page__title-container{margin-bottom:56px;position:relative;z-index:2}@media screen and (max-width:1160px){.search-page__title-container{margin-bottom:40px}}@media screen and (max-width:580px){.search-page__title-container{margin-bottom:24px}}.search-page__tagline{margin-bottom:16px}.search-page__title{margin-right:16px;margin-bottom:8px}.search-page__content-wrap{display:flex;justify-content:space-between;align-items:flex-start}@media screen and (max-width:1160px){.search-page__content-wrap{display:block}}.search-page__sidebar{width:304px;background:rgb(var(--c_white));padding:24px 32px;border-radius:12px;position:relative;z-index:2}@media only screen and (max-width:1400px){.search-page__sidebar{width:280px;padding:24px}}@media screen and (max-width:1160px){.search-page__sidebar{width:100%;position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;border-radius:0;padding:0;display:flex;justify-content:flex-end;opacity:0;visibility:hidden;transition:visibility 0s ease .5s,opacity 0s ease .5s;background:transparent}body.admin-bar .search-page__sidebar{top:32px}.search-page__sidebar--open{opacity:1;visibility:visible;transition:visibility 0s ease,opacity 0s ease}.search-page__sidebar--open .search-page__sidebar-overlay{opacity:1}.search-page__sidebar--open .search-page__sidebar-inner{transform:translateZ(0)}}@media only screen and (max-width:782px){body.admin-bar .search-page__sidebar{top:46px}}.search-page__sidebar-overlay{opacity:0;display:none}@media screen and (max-width:1160px){.search-page__sidebar-overlay{display:block;background:rgba(var(--c_black),.5);position:absolute;transition:opacity .5s ease;top:0;left:0;right:0;bottom:0;z-index:1}}.search-page__sidebar-inner{display:flex;flex-direction:column}@media screen and (max-width:1160px){.search-page__sidebar-inner{overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain;z-index:2;background:rgb(var(--c_white));padding:0 5%;max-width:504px;width:100%;transform:translate3d(100%,0,0);transition:transform .5s cubic-bezier(.77,0,.38,.86)}}.search-page__sidebar-header{margin-top:17px;display:flex;justify-content:space-between;align-items:center}@media screen and (min-width:1161px){.search-page__sidebar-header{display:none!important}}@media screen and (max-width:1160px){.search-page__sidebar-input{margin-top:49px}}.search-page__sidebar-reset-button{text-decoration:underline;font-size:14px;font-size:.875rem;position:relative;margin-left:16px;cursor:pointer}.search-page__sidebar-reset-button--after-search{align-self:flex-start;margin-top:16px}@media screen and (max-width:1160px){.search-page__sidebar-reset-button--after-search{display:none}}.search-page__sidebar-reset-button:before{content:"\2715";text-decoration:none;position:absolute;top:0;left:-16px}.search-page__sidebar-filters{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1}.search-page__filter-search-button{margin-top:48px;padding:16px 0;background:rgb(var(--c_white));position:-webkit-sticky;position:sticky;bottom:0}@media screen and (min-width:1161px){.search-page__filter-search-button{display:none}}.search-page__filter-search-button:after{content:"";position:absolute;top:-32px;left:0;right:0;height:32px;background:linear-gradient(180deg,transparent,rgb(var(--c_white)))}.search-page__filter.open .search-page__filter-title:after{background-image:url(../../assets/images/icons/minus.svg)}.search-page__filter:not(:first-of-type){border-top:1px solid rgba(var(--c_prim),.2);margin-top:8px}.search-page__filter-title{position:relative;padding:24px 0 14px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.search-page__filter-title:after{content:"";position:absolute;right:0;top:26px;background-image:url(../../assets/images/icons/plus.svg);background-size:10px;background-position:50%;background-repeat:no-repeat;width:10px;height:10px}.search-page__filter-content{display:none}.search-page__filter-list{list-style-type:none;padding-bottom:16px}.search-page__filter-item:not(:first-of-type){margin-top:12px}.search-page__content{position:relative;z-index:2;width:calc(100% - 336px)}@media only screen and (max-width:1400px){.search-page__content{width:calc(100% - 312px)}}@media screen and (max-width:1280px){.search-page__content{width:calc(100% - 296px)}}@media screen and (max-width:1160px){.search-page__content{width:100%}}.search-page__results-header{border-bottom:1px solid rgba(var(--c_border2),.1);margin-bottom:16px;padding-bottom:8px;margin-top:-2px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.search-page__filter-button,.search-page__results-header .tagline{margin-bottom:8px}@media only screen and (min-width:1161px){.search-page__filter-button{display:none!important}}.search-page__results{display:flex;justify-content:space-between;flex-wrap:wrap}.search-page__results-footer{margin-top:40px}@media only screen and (max-width:800px){.search-page__results-footer{margin-top:32px}}.widget_mtt-text-image+.widget_mtt-contact-section{padding-top:152px;margin-top:-104px}@media screen and (max-width:1280px){.widget_mtt-text-image+.widget_mtt-contact-section{margin-top:-80px}}@media screen and (max-width:1160px){.widget_mtt-text-image+.widget_mtt-contact-section{padding-top:0;margin-top:0}}