﻿html,body,*{box-sizing:border-box}body{background:white}#main{display:flex;flex-direction:column}.logo{background:url("../img/mgma-logo.svg") no-repeat;width:115px;height:75px}.logo--home{display:block;position:relative;width:100%;float:left;text-align:center;background-position:center}@media screen and (max-width: 768px){.logo--home .logo--home{display:block;position:absolute;background-position:center;bottom:50px;left:50%;transform:translatex(-50%)}}.header{position:fixed;background:white;width:100%;z-index:100;top:0}.header.container{padding:20px 120px}@media screen and (max-width: 1300px){.header.container{padding:20px}}.header--register{position:fixed;top:100px;left:0;width:100%;background:white;z-index:100;padding:20px 140px 20px 240px;display:flex}@media screen and (max-width: 1300px){.header--register{padding:20px}}@media screen and (max-width: 768px){.header--register{padding:40px 0px 0px 0px}}.header--project{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:20px}@media screen and (max-width: 768px){.header--project{display:block;margin-bottom:0}}.header--project-left{width:50%;padding-right:20px}@media screen and (max-width: 768px){.header--project-left{width:100%;padding:0px;margin-bottom:30px}}.header--project-left .slick-slide img{width:50%;float:right}@media screen and (max-width: 768px){.header--project-left .slick-slide img{width:100%}}.header--project-right{width:50%;padding-left:20px}@media screen and (max-width: 768px){.header--project-right{width:100%;padding:0px;margin-bottom:30px}}.header--project-right .slick-slide img{width:70%}@media screen and (max-width: 768px){.header--project-right .slick-slide img{width:100%}}a{text-decoration:none;color:black;text-decoration:none;font-weight:bold}a p{color:black;text-decoration:none;font-weight:bold}html,body,*{font-family:sans-serif}h1{font-size:48px;margin-bottom:84px}@media screen and (max-width: 768px){h1{font-size:30px;margin-bottom:30px}}h2{margin-bottom:20px}@media screen and (max-width: 768px){h2{font-size:20px}}li{line-height:1.4}p{line-height:1.4}p.content{font-size:24px}@media screen and (max-width: 768px){p.content{font-size:18px;margin:30px 0 60px 0}}@media screen and (max-width: 768px){.intro p{font-size:20px}}.nav{list-style:none;margin:0;position:absolute;right:260px;top:25px}@media screen and (max-width: 1300px){.nav{right:150px}}@media screen and (max-width: 1080px){.nav{right:40px}}.nav li{display:inline-block;margin-left:20px}.nav--project{display:block;float:left;text-align:center;width:100%;margin-top:50px}.nav--project a{padding:50px 10px}.carousel--home{margin:0 auto;position:relative;width:50%;max-width:600px;height:calc(90vh - 115px)}.carousel--home .slick-slide>div{text-align:center}.carousel--home .slick-slide img{width:auto;display:block;margin:0 auto}@media screen and (max-width: 768px){.carousel--home{width:100%}}.carousel-slide{width:100%;background-size:cover;background-position:center}.carousel.width-small{width:70%}.carousel.width-medium{width:85%}.carousel.width-large{width:100%}@media screen and (max-width: 768px){.carousel.width-small{width:100%}.carousel.width-medium{width:100%}}.carousel.align-left{float:left}.carousel.align-center{margin-left:auto;margin-right:auto}.carousel.align-right{float:right}ul.practice{list-style:none;padding:0;margin-bottom:50px}.intro{margin-bottom:200px;width:85%}@media screen and (max-width: 768px){.intro{margin-bottom:30px}}.intro p{font-size:36px;line-height:1.2}@media screen and (max-width: 768px){.intro p{font-size:16px;line-height:1.5}}.practice-row{display:flex}@media screen and (max-width: 768px){.practice-row{display:block}}.riba{position:absolute;bottom:50px}@media screen and (max-width: 768px){.riba{position:relative;bottom:0;margin-bottom:20px}}.grid{margin:0 -10px}.col-4{width:33%;float:left}@media screen and (max-width: 768px){.col-4{width:100%}}.text-block{clear:both;display:inline-block;margin-top:40px;margin-bottom:40px}@media screen and (max-width: 768px){.text-block{margin:0}}.text-block.width-small{width:60%}.text-block.width-medium{width:80%}.text-block.width-large{width:100%}@media screen and (max-width: 768px){.text-block.width-small{width:100%}.text-block.width-medium{width:100%}}.text-block.align-center{margin:0 auto}.project-register.container{padding:0 0 0 140px}.project-register h1{margin:100px 0 0px 0;width:40%}.project-register--item.featured{cursor:pointer}.project-register--row{display:flex}.project-register--meta{width:40%;display:flex}.project-register--meta span{padding:10px 0;font-weight:bold}.project-register--meta span.featured{position:absolute;left:-10px}.project-register--meta span.title{width:40%}.project-register--meta span.year{width:100px;position:relative}.project-register--meta span.featured-2{position:absolute;left:-10px;top:0}.project-register--meta span.location{width:200px}.project-register--cat{width:59%;display:flex;flex-direction:row}.project-register--cat span{width:11.5%;display:flex;flex-direction:row;text-align:left;padding-left:35px}.project-register--accordion-content{width:100%;display:none;margin:20px 0}.project-register--accordion-image{width:auto;height:150px;display:inline-block;margin-right:10px}@media screen and (max-width: 768px){.project-register--accordion-image{height:70px}}.mobile-filter-toggle{display:none}@media screen and (max-width: 768px){.mobile-filter-toggle{display:block;padding:20px 0;font-weight:bold;position:relative}.mobile-filter-toggle:after{content:'';border-bottom:2px solid black;border-left:2px solid black;width:15px;height:15px;right:20px;top:15px;position:absolute;transform:rotate(-45deg)}.mobile-filter-toggle.open:after{transform:rotate(135deg);top:20px}.project-register--meta{width:100%}.project-register--cat{display:none}.header--register{display:block;position:relative;top:0}.header--register h1{width:100%}.project-register h1{margin-top:0}}.sub-menu{display:none;position:absolute;left:0}@media screen and (max-width: 768px){.sub-menu{display:block;padding-top:15px}}.menu-item-has-children:hover .sub-menu{display:block;padding-top:15px}@media screen and (max-width: 768px){.menu-item-has-children:hover .sub-menu{display:block}}.category-filter{width:60%;position:relative;top:75px;left:0px}.category-filter--item{font-weight:bold;transform:translateX(-30px) rotate(-45deg);display:inline-block;width:185px;height:30px;position:absolute}.category-filter--item:nth-child(1n){left:0%}.category-filter--item:nth-child(2n){left:10%}.category-filter--item:nth-child(3n){left:20%}.category-filter--item:nth-child(4n){left:30%}.category-filter--item:nth-child(5n){left:40%}.category-filter--item:nth-child(6n){left:50%}.category-filter--item:nth-child(7n){left:60%}.category-filter--item:nth-child(8n){left:70%}.category-filter--item:nth-child(9n){left:80%}.js-filter{position:relative;top:200px}@media screen and (max-width: 768px){.js-filter{top:0}}@media screen and (max-width: 768px){.category-filter{display:none;width:100%;top:0;border-bottom:1px solid grey;background:#F7F7F7;padding:10px;margin-bottom:20px}.category-filter--item{transform:translateX(0px) rotate(0deg);position:relative;width:100%}.category-filter--item:nth-child(1n),.category-filter--item:nth-child(2n),.category-filter--item:nth-child(3n),.category-filter--item:nth-child(4n),.category-filter--item:nth-child(5n),.category-filter--item:nth-child(6n),.category-filter--item:nth-child(7n),.category-filter--item:nth-child(8n){left:0}}#main{position:relative;top:100px;padding:0 240px 0 240px}@media screen and (max-width: 1300px){#main{padding:0 140px}}@media screen and (max-width: 1080px){#main{padding:0 20px}}.row--project{display:flex;flex-direction:row;justify-content:center;margin-top:20px;margin-bottom:20px}@media screen and (max-width: 768px){.row--project{display:block;margin-bottom:0;margin-top:0}}.row--project .large{width:80%}.row--project .large img{width:100%}@media screen and (max-width: 768px){.row--project .large{width:100%}}.row--project .medium{width:65%}.row--project .medium img{width:100%}@media screen and (max-width: 768px){.row--project .medium{width:100%}}.row--project .small{width:30%}@media screen and (max-width: 768px){.row--project .small{width:100%}}.row--project .small.Portrait{width:23%}@media screen and (max-width: 768px){.row--project .small.Portrait{width:100%}}.row--project .small img{width:100%}.row--project__image{display:flex;align-items:flex-end;margin:0 20px}@media screen and (max-width: 768px){.row--project__image{display:block;margin:0 0 30px 0}}.row--project__twocol{display:flex}@media screen and (max-width: 768px){.row--project__twocol{display:block}}.row--project__twocol.align--center{justify-content:center}.row--project .column1.medium{width:65%}@media screen and (max-width: 768px){.row--project .column1.medium{width:100%}}.row--project .column1.medium img{width:100%}.row--project .column1.small{width:23%}@media screen and (max-width: 768px){.row--project .column1.small{width:100%}}.row--project .column1.small img{width:100%}.row--project .column2.medium{width:65%}@media screen and (max-width: 768px){.row--project .column2.medium{width:100%}}.row--project .column2.medium img{width:100%}.row--project .column2.small{width:22%}@media screen and (max-width: 768px){.row--project .column2.small{width:100%}}.row--project .column2.small img{width:100%}.row_padding_double{padding-top:40px;padding-bottom:40px}.row_padding_double .slick-dots{bottom:15px}.row--project.align--center .row--project__twocol.align--center{justify-content:center}.row--project.width--large .column1.small,.row--project.width--large .column2.small{width:30%}@media screen and (max-width: 768px){.row--project.width--large .column1.small,.row--project.width--large .column2.small{width:100%}}.row--project .column2.small{width:26%}@media screen and (max-width: 768px){.row--project .column2.small{width:100%}}@media screen and (max-width: 768px){.row--project.carousel{margin-bottom:30px}}.align--vertical-top{align-items:flex-start}.align--vertical-center{align-items:center}.align--vertical-bottom{align-items:flex-end}.align--left{align-self:start}.align--center{margin-left:auto;margin-right:auto}.align--right{align-self:end}.width--small{width:60%}@media screen and (max-width: 768px){.width--small{width:100%}}.width--medium{width:80%}@media screen and (max-width: 768px){.width--medium{width:100%}}.width--large{width:100%}@media screen and (max-width: 768px){.width--large{width:100%}}.width--100{width:100%}.width--90{width:90%}.width--80{width:80%}.width--70{width:70%}.width--60{width:60%}.width--50{width:50%}.width--40{width:40%}@media screen and (max-width: 768px){.mobile-width-Medium{width:80% !important;margin:0 auto}.mobile-width-Large{width:100% !important}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir="rtl"] .slick-slide{float:right}.slick-slide img{display:block;width:100%}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}button.slick-next{left:0;width:100%;height:100%;position:absolute}button.slick-next:before{content:""}.slick-loading .slick-list{background:#fff url("./ajax-loader.gif") center center no-repeat}@font-face{font-family:"slick";src:url("./fonts/slick.eot");src:url("./fonts/slick.eot?#iefix") format("embedded-opentype"),url("./fonts/slick.woff") format("woff"),url("./fonts/slick.ttf") format("truetype"),url("./fonts/slick.svg#slick") format("svg");font-weight:normal;font-style:normal}.slick-prev,.slick-next{position:absolute;display:block;height:20px;width:20px;line-height:0px;font-size:0px;cursor:pointer;background:transparent;color:transparent;top:50%;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%);padding:0;border:none;outline:none}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{outline:none;background:transparent;color:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:"slick";font-size:20px;line-height:1;color:#fff;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir="rtl"] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir="rtl"] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir="rtl"] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir="rtl"] .slick-next:before{content:"←"}@media screen and (max-width: 768px){.slick-dotted.slick-slider{margin-bottom:30px}}.slick-dots{position:absolute;bottom:-15px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.slick-dots li{position:relative;display:inline-block;height:10px;width:10px;margin:0px;padding:0;cursor:pointer}.slick-dots li button{border:0;background:transparent;display:block;height:10px;width:10px;outline:none;line-height:0px;font-size:0px;color:transparent;padding:0px;cursor:pointer}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:10px;height:10px;font-family:"slick";font-size:20px;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.slick-list{margin:0 auto}.project{width:33.333%}.project img{padding:20px 20px 0}.project p{padding-left:20px;padding-right:20px;margin-top:5px}@media screen and (max-width: 768px){.project{width:100%}}.project img{width:100%;height:auto}.container{margin:0 auto;padding:0 0 0 120px}@media screen and (max-width: 768px){.container{padding:0 10px}}.home-wrap{position:relative;float:left;width:100%;height:600px;margin-bottom:50px}@media screen and (max-width: 1024px){.home-wrap{height:auto}}.mobile-only{display:none}.desktop-only{display:block}@media screen and (max-width: 768px){.mobile-only{display:block}.desktop-only{display:none}}
