@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%; 
  }
}

/* Keyframes for the fade-in */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fader {
  opacity:0;
  opacity: 1 \9; /*just in case ie*/
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
} 

	
.fader.one {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.fader.two {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

.fader.three {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
}



@media screen and (max-width: 39.9375em) {
    
/* --------- mobile register btn ---------*/ 
    
    .fixed_reg_row{
    position: fixed;
    bottom: -60px;
    left: 0;
    z-index: 99;
    width: 100%;
    background: #222;
    background-image: url(../img/binding-dark.png);
    margin-right: 0 !important;
    margin-left: 0 !important;
    text-align: center;
    height: 50px;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    transition-delay: 2s;
}
    
    .scrolled .fixed_reg_row{
    bottom: 0;
}
    
    .fixed_reg_row h5{
    width: 100%;
    text-align: center;
}
    
    .fixed_reg_row a{
    padding: 10px;
    margin: 20px 0 30px;
    font-family: "Louize_Medium";
    font-weight: 400;
    letter-spacing: 0.15em;
    line-height: 145%;
    font-size: 1.1em;
    color: #fff !important;
}
    
    
/* --------- global ---------*/ 
a{
    color: inherit;
    outline: none;
}

a:hover, a:focus, a:visited, a:active{
    color: inherit;
}

body{
    /* font-size: 14px; */
    background: #fbf6ec;
    overflow-x: hidden;
}

.grid-container{
    padding-right: 0;
    padding-left: 0;
    max-width: 100vw;
    overflow-x: hidden;
}

#Form_Modal .grid-x{margin: 0 auto;max-width: 100%;}

.unscrolled{}

.scrolled{}

.mb{
    margin-bottom: 50px !important;
}

.mt{}

.pb{
    padding-bottom: 80px;
}

.pt{
    padding-top: 60px;
}

.fullwidth { max-width: inherit; min-width: 100%;}

 .fullwidth img{min-width: 100%;max-width: 100%;}

.narrow_row{max-width: 95rem;margin: 0 auto;}

.intro_block_row{
    min-height: calc(100vh - 160px);
    margin: 80px auto 80px;
    /* max-height: 90vw; */
}

.white_wrap{background: rgba(255,255,255,0.5);}

.dark_overlay{
    background: rgba(20,20,20,0.8);
    background-image: url(../img/classy-fabric.png);
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    min-height: 100vh;
    }


/* --------- menu modal ---------*/ 

.reveal{
    font-size: 10px;
    border: none;
    padding: 0;
    background: transparent;
    max-width: 100%;
    margin: 0px auto;
    padding: 0 10%;
}

#Menu_Modal{
    text-align: center;
    color: #fff;
    z-index: 10;
    padding: 0;
    /* background: rebeccapurple; */
}

.menu_overlay{}

.menu_row{
    z-index: 2;
    position: relative;
    height: 100%;
    background: transparent;
    padding: 0 !important;
}

#main_nav{
    list-style: none;
    margin-left: 0;
    text-align: center;
    font-size: 2.5em;
    color: #444;
    font-family: "Louize";
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    margin: 80px 0 0;
}

#main_nav li {
    min-height: 12vh;
}

#main_nav:hover li { opacity:0.5; }

#main_nav li:hover { opacity:1; }

#main_nav li a{}

#main_nav li a:hover{}

#main_nav:focus li a{}

#background_images{z-index: 1;background-size: cover;}

#background_images {}

#background_images div{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.disjointed{
    background-color: #222;
    min-height: 100vh;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    background-size: cover;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


.close-button{
    width: 30px;
    z-index: 20;
    left: calc(100vw - 50px);
    top: 20px;
    z-index: 999;
    position: fixed;
    font-size: 2em;
    right: 0;
}

.close-button .cls-1{
    fill: #fff;
}

.menu_register{
    list-style: none;
    text-align: center;
    font-size: 1.25em;
    color: #444;
    font-family: "Louize_Italic";
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.07em;
    margin: 5vh 0 0;
    display: none;
}

.menu_register_btn{
    padding: 0.6em 1.4em;
    border: 1px solid #444;
    background: transparent;
}

#background_images #arch_link, #background_images #video_link, #background_images #life_link, #background_images #location_link, #background_images #team_link{   background-size: cover !important; background-position: center bottom !important;}


#no_link{
    background: url("../img/linen.png") !important;
    background-size: initial !important;
}

.is-reveal-open .overlay_image_visible .menu_row{background: rgba(20,20,20,0.2); background-image: url("../img/classy-fabric.png");}

.is-reveal-open .overlay_image_visible #main_nav{
    color: #fff;
}

.is-reveal-open #fixed_nav {
    border-bottom: 1px solid rgba(20,20,20,.2);
    background: transparent !important;
}

.is-reveal-open .overlay_image_visible #fixed_nav {
    border-bottom: 1px solid rgba(255,255,255,.0);
    background: transparent;
}

.is-reveal-open .overlay_image_visible .register_btn{
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
}
.is-reveal-open .overlay_image_visible .menu_register{
    color: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.is-reveal-open .overlay_image_visible .menu_register_btn{
    border: 1px solid #fff;
}

.is-reveal-open .overlay_image_visible .menu_icon{
   fill:#fff;
}

.loaded .menu_icon {
       fill: #333;
}


.scrolled .menu_icon{
   fill: #444;
}

.homepage .menu_icon{
   fill:#fff;
}

.hero_logo .cls-1{fill:#333;  -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;}

.is-reveal-open .overlay_image_visible .hero_logo .cls-1{fill:#fff;}


/* --------- video modal ---------*/ 

.video_overlay{
    background-color: rgba(10, 10, 10, 0.95);
}

#Video_Modal{
    max-width: inherit;
    margin: 100px 0 0;
}

#Video_Modal .close-button{}

#Video_Modal .close-button .cls-1{}

.video_row{}

.video_column{}

         .responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 0px; overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* ------ Form Modal ------*/ 

.register_overlay{
    background: transparent;
    background-image: url(../img/render3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#Form_Modal{}

.modal_text_row{
    z-index: 20;
    position: relative;
    /* max-width: 80%; */
}

.modal_text_row h3{
    font-family: "Louize_Italic";
    max-width: 90%;
    margin: 70px auto 0px 0;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 145%;
    font-size: 1.6em;
    color: #fbf6ec;
    text-align: left;
    text-shadow: 0px 2px 2px rgba(20, 20, 20, 0.5);
}

.modal_text_row h4{
    font-family: "Louize_Medium";
    max-width: 90%;
    margin: 10px auto 20px 0;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 145%;
    font-size: 2.1em;
    color: #fbf6ec;
    text-align: left;
    text-shadow: 0px 2px 2px rgba(20, 20, 20, 0.5);
}

.form_row{
    z-index: 20;
    position: relative;
    max-width: 85%;
}

.form_col{}

.copyright_row{
    z-index: 20;
    position: relative;
}

.copyright_text{}

.copyright_text h3{
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 110%;
    font-size: 1.5em;
    color: #fff;
    text-align: left;
    margin: 20px auto 0px;
    text-shadow: 0px 2px 2px rgba(20, 20, 20, 0.5);
}

.copyright_text h4{
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-family: "Louize_Italic";
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 110%;
    font-size: 1.1em;
    color: #fff;
    text-align: left;
    margin: 10px auto 20px;
    text-shadow: 0px 2px 2px rgba(20, 20, 20, 0.5);
}

#Form_Modal .close-button{}

#Form_Modal .close-button .cls-1{}


/* ------ navigation ------*/ 

#fixed_nav{
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    background: transparent;
    z-index: 20;
    border-bottom: 1px solid rgba(255,255,255,.3);
    min-height: 70px;
    font-size: 12px;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.loaded #fixed_nav{
    background: #fbf6ec;
    border-bottom: none;
}

.homepage #fixed_nav{
    border-bottom: none;
}

.scrolled #fixed_nav{
    background: #fbf6ec;
    border-bottom: 1px solid rgba(20,20,20,.2);
    min-height: 65px;
}

.fixed_nav_row{}

.menu_btn{
    position: absolute;
    left: inherit;
    right: 25px;
    top: 20px;
    width: 30px;
    height: 30px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.menu_icon{
    max-width: 45px;
    fill: #fff;
}

.hero_logo{
    max-width: 180px;
    margin: 25px auto 10px;
    display: block;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.register_btn{
    list-style: none;
    text-align: center;
    font-size: 1.0em;
    color: #fff;
    font-family: "Louize_Medium";
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    margin: 0px 0 0;
    padding: 0.6em 1.4em;
    border: 1px solid #fff;
    background: rgba(20,20,20,0.1);
    position: absolute;
    top: 17px;
    right: inherit;
    left: 20px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.homepage .register_btn{
    color: #fff;
    border: 1px solid #fff;
    background: rgba(20,20,20,0.08);
}



.scrolled .fixed_nav_row{}

.scrolled .menu_btn{
    top: 22px;
}

.scrolled .menu_icon{}

.scrolled .hero_logo{
    max-width: 150px;
    margin: 23px auto 10px;
}

.loaded .register_btn{color: #333;border: 1px solid #333;background: transparent;}


.scrolled .register_btn{
    top: 15px;
    color: #fbf6ec;
    border: 1px solid #333;
    background: #333;
}

.menu_text{
    list-style: none;
    text-align: center;
    font-size: 1.0em;
    color: #fff;
    font-family: "Louize_Medium";
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    margin: 0px 0 0;
    padding: 0.6em 1.1em;
    background: transparent;
    position: absolute;
    left: 25px;
    top: -3px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    margin: 0 0 0 0;
}

.is-reveal-open .overlay_image_visible .menu_text{
    color: #fff;
}


.loaded .menu_text{
    color: #333;
}

.scrolled .menu_text{
    color: #333;
}

/* --------- homepage ---------*/ 

#homepage{
    min-height: 100vh;
    max-width: 100vw;
    background: #cfc8c1;
    background-image: none;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    background-image: url(../img/render2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    max-height: 100vh;
    max-width: 100vw;
    background-attachment: fixed;
}

.loaded #homepage{background: transparent;background-image: url('../img/render2.jpg');background-size: cover;background-repeat: no-repeat;background-position: center center;max-height: 100vh;max-width: 100vw;background-attachment: fixed;}

.colour_block{-webkit-transition: all 1s ease-out;-moz-transition: all 1s ease-out;-o-transition: all 1s ease-out;transition: all 1s ease-out;opacity: 1;background: #cfc8c1;position: absolute;width:100vw;height: 100vh;left:0;top:0;}

.loaded .colour_block{ opacity: 0;}

.homepage_logo_row{
    /* min-height: calc(100vh - 330px); */
}

.home_logo{
    width: 280px;
    margin: 5vh auto 0px;
    display: block;
}

.loaded .home_logo{}

.homepage_logo_row{width: 100%;height: 45vh;}

.loaded .homepage_logo_row{
}

.homepage_text_row{width: 100%;height: 55vh;-webkit-transition: all 1s ease-out;-moz-transition: all 1s ease-out;-o-transition: all 1s ease-out;transition: all 1s ease-out;opacity: 0;}

.loaded .homepage_text_row{opacity: 1;transition-delay: .5s;}

.homepage_text_row h1{
    margin: 0px auto;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    max-width: 280px;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 120%;
    font-size: 1.8em;
    color: #fff;
    text-align: center;
    text-shadow: 0px 2px 2px rgba(20, 20, 20, 0.5);
}

.homepage_text_row h6{
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-family: "Louize_Italic";
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 110%;
    font-size: 1.0em;
    color: #fff;
    text-align: center;
    margin: 10px auto 20px;
    text-shadow: 0px 2px 2px rgba(20, 20, 20, 0.5);
}

.scrolled .homepage_text_row{
    opacity: 0;
    transition-delay: 0s;
}

.pattern_row{}

.loaded .pattern_row{}

.double_pattern_row{
    width: 100%;
    height: auto;
    padding: 0 0px;
    position: absolute;
    bottom: 30px;
    z-index: 0;
    }

.loaded .double_pattern_row{
    position: absolute;
    opacity: 0;
}

.doube_repeat{
    margin: 0 -5px 0px 0;
    width: calc(50vw - 0px);
    }

.block1{
    display: inline-block;
}

.block2{
    display: inline-block;
}

.block3{
    display: none;
}

.block4{margin-left: -1px;display: none;}

.ie_pattern{}

.homepage .hero_logo{
    opacity: 0;
}

.fixed_colour_block{}

.loaded .fixed_colour_block{}

#home .hero_logo{ display: none;}

.homepage_wrap{
    min-height: 100vh;
    max-height: 100vh;
    background-color: rgba(0,0,0,0);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    border: none;
    border: solid transparent;
    border-width: 70px 0px 0px 0px;
    /* padding: 90px 40px 40px 40px; */
}

.loaded .homepage_wrap{
    background: rgba(20,20,20,0.4);
    background-image: none;
    border: solid #fbf6ec;
    border-width: 70px 0px 0px 0px;
    max-height: 100vh;
    padding: 0;
}


/* carousel */

.carousel_row .slick-slide img {
       display: block;
       max-height: 250px;
       min-height: 250px;
       opacity: 0.5;
       -webkit-transition: opacity .5s ease-out;
       -moz-transition: opacity .5s ease-out;
       -o-transition: opacity .5s ease-out;
       transition: opacity .5s ease-out;
       -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
       filter: grayscale(100%);
}

.carousel_row .slick-current img{ opacity: 1; -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: none;
}



.carousel_row .slick-slide {
    padding: 0px 5px 0 5px;
    outline: none;
}

.carousel_row{
    z-index: 12;
    position: relative;
}

.carousel_columns{}

.gallery_wrap{}

.slider-for{
    background: #fbf6ec;
}

.slider-nav{
    font-size: 12px;
    max-width: 650px;
    margin: 0 auto;
}

.caption_wrap{
    margin-bottom: 80px;
    /* max-width: 80vw; */
    /* margin: 0 auto; */
}

.caption_wrap h4{font-family: "Graphik-Regular";
    font-weight: 400;
    font-style: normal;
    color: #444;
    line-height: 135%;
    font-size: 0.85em;
    margin: 7px 0 30px 0;
    letter-spacing: 0.1em;
    border-bottom: 1px dotted;
    border-color: rgba(0,0,0,0.4);
    padding: 0px 0 10px;
    text-transform: uppercase;
    max-width: 95%;}

.caption_wrap h3{
    font-style: normal;
    padding: 0px 0 0px;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 130%;
    font-size: 2.0em;
    color: #444;
    text-align: center;
    margin: 30px auto 0px auto;
    max-width: 50vw;
    /* margin: 0 auto; */
}

.caption_wrap p{
    max-width: 75%;
    margin: 20px auto 0px;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 145%;
    font-size: 1.2em;
    color: #444;
    text-align: center;
}

.carousel_row{}


.carousel_row .slick-prev {
    left: 0px !important;
}

.carousel_row  .slick-next {
    right: 5px !important;
    /* width: auto; */
}

.carousel_row .slick-prev, .carousel_row .slick-next {
	z-index: 99 !important;
	width: 50px;
	height: 100%;
	}

.carousel_row  .slick-prev:before, .carousel_row  .slick-next:before {font-size: 50px;line-height: 95%;opacity: 1;color: #333;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.slick-prev, .slick-next {
    z-index: 99 !important;
    background: tra !important;
}

.slick-prev:before
{
    content: "4" !important;
    margin-left: -5px !important;
}

.slick-next:before
{
    content: "5" !important;
    margin-left: -5px !important;
}

.slick-prev:before, .slick-next:before {
    font-family: 'ElegantIcons' !important;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li button:before {
    font-family: 'ElegantIcons' !important;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '^';
    text-align: center;
    opacity: .25;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.carousel_row{}

/* --------- body ---------*/ 

.page_section{
    background: #fbf6ec;
    font-size: 14px;
}

#architecture{}

#location{}

#lifestyle{}

#project_team{}

#footer{
    background: #222;
    background-image: url(../img/binding-dark.png);
    margin: 100px auto 0;
    padding: 80px 0 100px;
}

.intro_block{
    /* min-height: 60vh; */
    /* margin: 100px auto 0; */
    text-align: center;
    max-width: 93vw;
    margin: 0 auto;
}

.intro_holder{ height: 100%;}

.architecture_intro{}

.location_intro{}

.life_intro{}

.team_intro{}

.intro_image{
    /* background: url('../img/render1.jpg'); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.arch_intro_img{
    background: url(../img/render1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.location_intro_img{
    background: url(../img/life12.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.life_intro_img{
    background: url(../img/life1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.team_intro_img{
    background: url(../img/team_hero.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.intro_text{
    padding: 30px 0;
}

.arch_intro_text{
    background: #462922;
    background-image: url(../img/binding-dark.png);
    color: #f0d6b5;
}

.location_intro_text{
    background: #462922;
    background-image: url(../img/binding-dark.png);
    color: #f0d6b5;
}

.life_intro_text{
    background: #19401c;
    background-image: url(../img/binding-dark.png);
    color: #d69daa;
}

.team_intro_text{
    background: #19401c;
    background-image: url(../img/binding-dark.png);
    color: #d69daa;
}

.intro_text h1{
    width: 100%;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 130%;
    font-size: 1.7em;
    margin: 0px auto;
}

.top_intro_row{}

.top_intro_row h1{
}

.bottom_intro_row{}

.bottom_intro_row h1{}

.middle_intro_row{}

.script{
    margin: 0 auto;
    height: auto;
    width: 80%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.arch_script{}

.life_script{}

.location_script{}

.team_script{
    width: 90%;
}

.guide_script{
    width: 300px !important;
}

.ormond_script{
    width: 300px !important;
}

.neighbour_script, .tenn_script, .ormond_script, .guide_script{
    width: 300px;
    margin: 0px auto 20px;
    transform: none;
    top: auto;
    display: block;
}

.tenn_script{
}

.split_row{
    /* max-width: 95rem; */
    margin: 0 auto;
}

.arch_split{}

.life_split{
    text-align: center;
}

.split_row h1{
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 110%;
    font-size: 2.1em;
    color: #444;
    text-align: center;
    margin: 30px auto 20px;
    max-width: 350px;
}

.split_row h6{
    max-width: 85%;
    margin: 0 auto 0px;
    font-family: "Louize_Italic";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.1em;
    color: #444;
    text-align: center;
}

.split_row p{
    max-width: 80%;
    margin: 30px auto 50px;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 145%;
    font-size: 1.1em;
    color: #444;
    text-align: center;
}

.split_image{}

.sketch{}

.gallery_wrap{}

.image_split{}

.padded_img{
    /* padding: 10%; */
}

.padded_img img{
    max-width: 66%;
    margin: 0 auto;
    display: block;
}

.body_copy{}

.body_copy p{
    max-width: 90%;
    margin: 20px 0 30px;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 145%;
    font-size: 1.1em;
    color: #444;
    text-align: left;
}


.lifestyle_text_block{}

.ill{
    max-width: 100px;
    margin: 20px auto;
}

.ill1{}

.ill2{}

.ill3{}

.ill4{}

.ill5{}

.life_copy{}

.life_copy h4{
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 110%;
    font-size: 1.9em;
    color: #19401c;
    text-align: center;
    margin: 30px auto 10px;
}

.life_copy p{
    max-width: 80%;
    margin: 15px auto 40px;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 145%;
    font-size: 1.2em;
    color: #19401c;
    text-align: left;
}

.life_copy h2{
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 110%;
    font-size: 1.6em;
    color: #19401c;
    text-align: center;
    margin: 30px auto 20px;
    border: dotted #19401c;
    border-width: 1px 0;
    padding: 13px 0px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    max-width: 80%;
}

a[aria-expanded="true"] h2{
 opacity: 0;
 /* height: 0; */
 margin: 0 auto 0px;
}

.life_copy h2 a{}

.large_intro{
    font-size: 12px;
}

.green_wrap{background:  #19401c;background-image: url("../img/binding-dark.png"); /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */}


.large_intro h1{
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 130%;
    font-size: 1.7em;
    color: #fbf6ec;
    text-align: left;
    margin: 0px auto 20px;
    max-width: 95%;
}

.down_arrow{
    max-width: 15px;
}

.icon_wrap{
    min-height: 70px;
    position: relative;
    margin: 0 auto 20px;
}

.icon{
    max-height: 65px;
    margin: 0 auto;
    /* position: absolute; */
}

.icon{
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translateX(-50%);
}

.icon1{
    max-height: 30px;
}

.icon2{}

.icon3{}

.icon4{
    max-height: 30px;
}

.icon5{
    max-height: 40px;
}

.icon6{
    max-height: 40px;
}

.icon7{}

.icon8{}

.icon9{}

.icon10{
    max-height: 40px;
}

.icon11{
    max-height: 40px;
}

.icon12{
    max-height: 65px;
}

.icon13{
    max-height: 45px;
}

.icon14{
    max-height: 30px;
}

.icon15{}

.icon16{
    max-height: 60px;
}

.icon17{
    max-height: 60px;
}

.icon18{
    max-height: 75px;
}

.map_row{}

.map_holder{
    background: transparent;
}

.map_legend{
    padding: 10vh 0 0 0;
}

.map_legend h5{
    font-style: normal;
    padding: 0px 0 0px;
    font-weight: 400;
    font-family: "Louize_Medium";
    letter-spacing: 0.01em;
    line-height: 110%;
    font-size: 1.5em;
    color: #19401c;
    text-align: left;
    margin: 0px 0 15px 0;
}

.map_legend ol{
    max-width: 90%;
    margin: 0px auto 30px 30px;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 160%;
    font-size: 1.2em;
    color: #19401c;
    text-align: left;
    list-style: decimal-leading-zero;
}

.hs-tooltip h3, .hs-tooltip p {
    margin: 0;
    font-family: "Louize" !important;
    font-size: 15px !important;
    color: #fbf6ec !important;
}

.map_legend li{}

.large_quote{}

.large_quote h1{
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 110%;
    font-size: 1.8em;
    color: #444;
    text-align: center;
    margin: 0 auto 30px;
    max-width: 330px;
    text-indent: -20px;
}

.large_quote h3{
    max-width: 85%;
    margin: 0 auto 0px;
    font-family: "Louize_Italic";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.0em;
    color: #444;
    text-align: center;
}

.profile{
    max-width: 150px;
    margin: 0 auto 30px;
    display: block;
}

.signature{
    max-width: 180px;
    margin: 0 auto;
    display: block;
}

.interview_text_block{}

.interview_text_block p{}

.interview_text_block p strong{
    font-weight: 400;
    font-family: "Louize_Medium";
}

.team_row{
    padding-bottom: 0;
}

.team_text{}

.team_text h3{
    font-family: "Louize_Medium";
    max-width: 80%;
    margin: 20px auto 0 10%;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 145%;
    font-size: 1.6em;
    color: #19401c;
    text-align: left;
    border-bottom: none;
}

.team_text p{
    max-width: 80%;
    margin: 15px auto 40px;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 145%;
    font-size: 1.2em;
    color: #19401c;
    text-align: left;
}

.footer_row{}

.footer_row h2{
    max-width: inherit;
    margin: 0 auto 0px;
    font-family: "Louize_Italic";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.1em;
    color: #fbf6ec;
    text-align: left;
}

.footer_row h3{
    font-family: "Louize_Medium";
    max-width: 90%;
    margin: 20px auto 30px 0;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 145%;
    font-size: 1.5em;
    color: #fbf6ec;
    text-align: left;
}

.footer_row h4 a{
    list-style: none;
    text-align: center;
    font-size: 0.9em;
    color: #222;
    font-family: "Louize_Medium";
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin: 0;
    padding: 0.6em 1.4em;
    border: 1px solid #fbf6ec;
    background: #fbf6ec;
    top: 25px;
    right: 40px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.client_row{
    text-align: left;
    margin: 40px 0 20px 0;
}

.cl{
    max-width: 85px;
    display: inline-block;
    margin: 0 10px 0 0px;
}

.cl1{
    margin-top: 9px;
}

.cl2{
    margin-top: 17px;
}

.cl3{
    max-width: 45px;
}

.cl4{
    max-width: 72px;
    margin-top: 0px;
}

.footer_text_row{
    text-align: right;
}

.footer_text_row h5{
    max-width: inherit;
    margin: 0;
    font-family: "Louize_Italic";
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 150%;
    font-size: 0.9em;
    color: #fbf6ec;
    text-align: left;
}
    
}
@media screen and (min-width: 40em) {
    
/* --------- global ---------*/ 
a{
    color: inherit;
    outline: none;
}

a:hover, a:focus, a:visited, a:active{
    color: inherit;
}

body{
    /* font-size: 14px; */
    background: #fbf6ec;
}

.grid-container{
    padding-right: 0;
    padding-left: 0;
    max-width: 100vw;
    overflow-x: hidden;
}

#Form_Modal .grid-x{margin: 0 auto;max-width: 100%;}

.unscrolled{}

.scrolled{}

.mb{
    margin-bottom: 90px !important;
}

.mt{}

.pb{
    padding-bottom: 80px;
}

.pt{
    padding-top: 80px;
}

.fullwidth { max-width: inherit; min-width: 100%;}

 .fullwidth img{min-width: 100%;max-width: 100%;}

.narrow_row{max-width: 95rem;margin: 0 auto;}

.intro_block_row{
    min-height: 550px;
    margin: 120px auto 100px;
    max-width: 90vw;
}

.white_wrap{background: rgba(255,255,255,0.5);}

.dark_overlay{
    background: rgba(20,20,20,0.6);
    background-image: url(../img/classy-fabric.png);
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    min-height: 100vh;
    }


/* --------- menu modal ---------*/ 

.reveal{
    font-size: 14px;
    border: none;
    padding: 0;
    background: transparent;
}

#Menu_Modal{
    text-align: center;
    color: #fff;
    z-index: 10;
    padding: 0;
    /* background: rebeccapurple; */
}

.menu_overlay{}

.menu_row{
    z-index: 2;
    position: relative;
    height: 100%;
    background: transparent;
    padding: 0 !important;
}

#main_nav{
    list-style: none;
    margin-left: 0;
    text-align: center;
    font-size: 2.8em;
    color: #444;
    font-family: "Louize";
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

#main_nav li {
    min-height: 9vh;
}

#main_nav:hover li { opacity:0.5; }

#main_nav li:hover { opacity:1; }

#main_nav li a{}

#main_nav li a:hover{}

#main_nav:focus li a{}

#background_images{z-index: 1;background-size: cover;}

#background_images {}

#background_images div{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.disjointed{
    background-color: #222;
    min-height: 100vh;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    background-size: cover;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


.close-button{
    width: 35px;
    z-index: 20;
    left: 26px;
    top: 28px;
    z-index: 999;
    position: fixed;
}

.close-button .cls-1{
    fill: #fff;
}

.menu_register{
    list-style: none;
    text-align: center;
    font-size: 1.25em;
    color: #444;
    font-family: "Louize_Italic";
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.07em;
    margin: 5vh 0 0;
}

.menu_register_btn{
    padding: 0.6em 1.4em;
    border: 1px solid #444;
    background: transparent;
}

#background_images #arch_link, #background_images #video_link, #background_images #life_link, #background_images #location_link, #background_images #team_link{   background-size: cover !important; background-position: center bottom !important;}


#no_link{
    background: url("../img/linen.png") !important;
    background-size: initial !important;
}

.is-reveal-open .overlay_image_visible .menu_row{background: rgba(20,20,20,0.2); background-image: url("../img/classy-fabric.png");}

.is-reveal-open .overlay_image_visible #main_nav{
    color: #fff;
}

.is-reveal-open #fixed_nav {
    border-bottom: 1px solid rgba(20,20,20,.2);
    background: transparent !important;
}

.is-reveal-open .overlay_image_visible #fixed_nav {
    border-bottom: 1px solid rgba(255,255,255,.2);
    background: transparent;
}

.is-reveal-open .overlay_image_visible .register_btn{
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
}
.is-reveal-open .overlay_image_visible .menu_register{
    color: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.is-reveal-open .overlay_image_visible .menu_register_btn{
    border: 1px solid #fff;
}

.is-reveal-open .overlay_image_visible .menu_icon{
   fill:#fff;
}

.loaded .menu_icon {
       fill: #333;
}


.scrolled .menu_icon{
   fill: #444;
}

.homepage .menu_icon{
   fill:#fff;
}

.hero_logo .cls-1{fill:#333;  -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;}

.is-reveal-open .overlay_image_visible .hero_logo .cls-1{fill:#fff;}


/* --------- video modal ---------*/ 

.video_overlay{
    background-color: rgba(10, 10, 10, 0.95);
}

#Video_Modal{
    max-width: 95%;
    width: inherit;
    margin: 50px auto 50px;
}

#Video_Modal .close-button{}

#Video_Modal .close-button .cls-1{}

.video_row{}

.video_column{}

         .responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 0px; overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* ------ Form Modal ------*/ 

.register_overlay{
    background: transparent;
    background-image: url(../img/render3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#Form_Modal{
    max-width: 100%;
    width: 100%;
    overflow-y: scroll;
    height: 100%;
    padding: 80px 25% 100px;
}

.modal_text_row{
    z-index: 20;
    position: relative;
}

.modal_text_row h3{
    font-family: "Louize_Italic";
    max-width: 90%;
    margin: 20px auto 0px 0;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 145%;
    font-size: 1.6em;
    color: #fbf6ec;
    text-align: left;
    text-shadow: 0px 2px 2px rgba(20, 20, 20, 0.5);
}

.modal_text_row h4{
    font-family: "Louize_Medium";
    max-width: 90%;
    margin: 10px auto 20px 0;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 145%;
    font-size: 2.1em;
    color: #fbf6ec;
    text-align: left;
    text-shadow: 0px 2px 2px rgba(20, 20, 20, 0.5);
}

.form_row{
    z-index: 20;
    position: relative;
}

.form_col{}

.copyright_row{
    z-index: 20;
    position: relative;
}

.copyright_text{}

.copyright_text h3{
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 110%;
    font-size: 1.5em;
    color: #fff;
    text-align: left;
    margin: 20px auto 10px;
    text-shadow: 0px 2px 2px rgba(20, 20, 20, 0.5);
}

.copyright_text h4{
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-family: "Louize_Italic";
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 110%;
    font-size: 1.05em;
    color: #fff;
    text-align: left;
    margin: 0px auto 20px;
    text-shadow: 0px 2px 2px rgba(20, 20, 20, 0.5);
}

#Form_Modal .close-button{}

#Form_Modal .close-button .cls-1{}


/* ------ navigation ------*/ 

#fixed_nav{
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    background: transparent;
    z-index: 20;
    border-bottom: 1px solid rgba(255,255,255,.9);
    min-height: 90px;
    font-size: 12px;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.loaded #fixed_nav{
    background: #fbf6ec;
    border-bottom: none;
}

.homepage #fixed_nav{
    border-bottom: none;
}

.scrolled #fixed_nav{
    background: #fbf6ec;
    border-bottom: 1px solid rgba(20,20,20,.2);
    min-height: 75px;
}

.fixed_nav_row{}

.menu_btn{
    position: absolute;
    left: 25px;
    top: 30px;
    width: 30px;
    height: 30px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.menu_icon{
    max-width: 45px;
    fill: #fff;
}

.hero_logo{
    max-width: 280px;
    margin: 30px auto 10px;
    display: block;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.register_btn{
    list-style: none;
    text-align: center;
    font-size: 1.0em;
    color: #fff;
    font-family: "Louize_Medium";
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin: 0px 0 0;
    padding: 0.6em 1.4em;
    border: 1px solid #fff;
    background: rgba(20,20,20,0.1);
    position: absolute;
    top: 30px;
    right: 25px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.homepage .register_btn{
    color: #fff;
    border: 1px solid #fff;
    background: rgba(20,20,20,0.08);
}



.scrolled .fixed_nav_row{}

.scrolled .menu_btn{
    top: 22px;
}

.scrolled .menu_icon{}

.scrolled .hero_logo{
    max-width: 180px;
    margin: 25px auto 10px;
}

.loaded .register_btn{color: #333;border: 1px solid #333;background: transparent;}


.scrolled .register_btn{
    top: 20px;
    color: #fbf6ec;
    border: 1px solid #333;
    background: #333;
}

.menu_text{
    list-style: none;
    text-align: center;
    font-size: 1.0em;
    color: #fff;
    font-family: "Louize_Medium";
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin: 0px 0 0;
    padding: 0.6em 1.1em;
    background: transparent;
    position: absolute;
    left: 25px;
    top: 1px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    margin: 0 0 0 0;
}

.is-reveal-open .overlay_image_visible .menu_text{
    color: #fff;
}


.loaded .menu_text{
    color: #333;
}

.scrolled .menu_text{
    color: #333;
}

/* --------- homepage ---------*/ 

#homepage{
    min-height: 100vh;
    max-width: 100vw;
    background: #cfc8c1;
    background-image: none;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    background-image: url(../img/render2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    max-height: 100vh;
    max-width: 100vw;
    background-attachment: fixed;
}

.loaded #homepage{background: transparent;background-image: url('../img/render2.jpg');background-size: cover;background-repeat: no-repeat;background-position: center center;max-height: 100vh;max-width: 100vw;background-attachment: fixed;}

.colour_block{-webkit-transition: opacity 1s ease-out;-moz-transition: opacity 1s ease-out;-o-transition: opacity 1s ease-out;transition: opacity 1s ease-out;opacity: 1;background: #cfc8c1;position: absolute;width:100vw;height: 100vh;left:0;top:0;}

.loaded .colour_block{ opacity: 0;}

.homepage_logo_row{
    /* min-height: calc(100vh - 330px); */
}

.home_logo{
    width: 480px;
    margin: 5vh auto 0px;
    display: block;
}

.loaded .home_logo{}

.homepage_logo_row{width: 100%;height: calc(100vh - 400px);}

.loaded .homepage_logo_row{
}

.homepage_text_row{width: 100%;height: 300px;-webkit-transition: all 1s ease-out;-moz-transition: all 1s ease-out;-o-transition: all 1s ease-out;transition: all 1s ease-out;opacity: 0;}

.loaded .homepage_text_row{opacity: 1;transition-delay: .5s;}

.homepage_text_row h1{
    margin: 0px auto;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    max-width: 350px;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 110%;
    font-size: 2.5em;
    color: #fff;
    text-align: center;
    text-shadow: 0px 2px 2px rgba(20, 20, 20, 0.5);
}

.homepage_text_row h6{
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-family: "Louize_Italic";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 110%;
    font-size: 1.3em;
    color: #fff;
    text-align: center;
    margin: 20px auto 20px;
    text-shadow: 0px 2px 2px rgba(20, 20, 20, 0.5);
}

.scrolled .homepage_text_row{
    opacity: 0;
    transition-delay: 0s;
}

.pattern_row{}

.loaded .pattern_row{}

.double_pattern_row{
    width: 100%;
    height: auto;
    padding: 0 30px;
    position: absolute;
    bottom: 30px;
    z-index: 0;
    }

.loaded .double_pattern_row{
    position: absolute;
    opacity: 0;
}

.doube_repeat{
    margin: 0 -5px 0px 0;
    width: calc(50vw - 32px);
    }

.block1{
    display: inline-block;
}

.block2{
    display: inline-block;
}

.block3{
    display: none;
}

.block4{margin-left: -1px;display: none;}

.ie_pattern{}

.homepage .hero_logo{
    opacity: 0;
}

.fixed_colour_block{}

.loaded .fixed_colour_block{}

#home .hero_logo{ display: none;}

.homepage_wrap{
    min-height: 100vh;
    max-height: 100vh;
    background-color: rgba(0,0,0,0);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    border: none;
    border: solid transparent;
    border-width: 90px 0px 0px 0px;
    /* padding: 90px 40px 40px 40px; */
}

.loaded .homepage_wrap{
    background: rgba(20,20,20,0.3);
    background-image: none;
    border: solid #fbf6ec;
    border-width: 90px 30px 30px 30px;
    max-height: 100vh;
    padding: 0;
}


/* carousel */

.carousel_row .slick-slide img {
       display: block;
       max-height: 33vh;
       min-height: 33vh;
       opacity: 0.2;
       -webkit-transition: opacity .5s ease-out;
       -moz-transition: opacity .5s ease-out;
       -o-transition: opacity .5s ease-out;
       transition: opacity .5s ease-out;
       -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
       filter: grayscale(100%);
}

.carousel_row .slick-current img{ opacity: 1; -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: none;
}



.carousel_row .slick-slide {
    padding: 0px 20px 0 20px;
    outline: none;
}

.carousel_row{
    z-index: 12;
    position: relative;
}

.carousel_columns{}

.gallery_wrap{}

.slider-for{
    background: #fbf6ec;
}

.slider-nav{
    font-size: 13px;
    max-width: 650px;
    margin: 0 auto;
}

.caption_wrap{
    margin-bottom: 100px;
}

.caption_wrap h4{font-family: "Graphik-Regular";
    font-weight: 400;
    font-style: normal;
    color: #444;
    line-height: 135%;
    font-size: 0.85em;
    margin: 7px 0 30px 0;
    letter-spacing: 0.1em;
    border-bottom: 1px dotted;
    border-color: rgba(0,0,0,0.4);
    padding: 0px 0 10px;
    text-transform: uppercase;
    max-width: 95%;}

.caption_wrap h3{
    font-style: normal;
    padding: 0px 0 0px;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 130%;
    font-size: 2.1em;
    color: #444;
    text-align: center;
    margin: 70px auto 0;
    max-width: 300px;
}

.caption_wrap p{
    max-width: 90%;
    margin: 30px auto 50px;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 145%;
    font-size: 1.2em;
    color: #444;
    text-align: center;
    margin: 20px auto 0;
    max-width: 450px;
}

.carousel_row{}


.carousel_row .slick-prev {
    left: 0px !important;
}

.carousel_row  .slick-next {
    right: 0px !important;
    /* width: auto; */
}

.carousel_row .slick-prev, .carousel_row .slick-next {
	z-index: 99 !important;
	width: 90px;
	height: 100%;
	}

.carousel_row  .slick-prev:before, .carousel_row  .slick-next:before {font-size: 50px;line-height: 95%;opacity: 1;color: #333;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.slick-prev, .slick-next {
    z-index: 99 !important;
    background: tra !important;
}

.slick-prev:before
{
    content: "4" !important;
    margin-left: -5px !important;
}

.slick-next:before
{
    content: "5" !important;
    margin-left: -5px !important;
}

.slick-prev:before, .slick-next:before {
    font-family: 'ElegantIcons' !important;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li button:before {
    font-family: 'ElegantIcons' !important;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '^';
    text-align: center;
    opacity: .25;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.carousel_row{}

/* --------- body ---------*/ 

.page_section{
    background: #fbf6ec;
    font-size: 13px;
}

#architecture{}

#location{}

#lifestyle{}

#project_team{}

#footer{
    background: #222;
    background-image: url(../img/binding-dark.png);
    margin: 100px auto 0;
    padding: 80px 0 100px;
}

.intro_block{
    /* min-height: 60vh; */
    /* margin: 100px auto 0; */
    text-align: center;
}

.intro_holder{ height: 100%;}

.architecture_intro{}

.location_intro{}

.life_intro{}

.team_intro{}

.intro_image{
    /* background: url('../img/render1.jpg'); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.arch_intro_img{
    background: url(../img/render1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.location_intro_img{
    background: url(../img/life12.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.life_intro_img{
    background: url(../img/life1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.team_intro_img{
    background: url(../img/team_hero.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.intro_text{
    padding: 40px 0;
}

.arch_intro_text{
    background: #462922;
    background-image: url(../img/binding-dark.png);
    color: #f0d6b5;
}

.location_intro_text{
    background: #462922;
    background-image: url(../img/binding-dark.png);
    color: #f0d6b5;
}

.life_intro_text{
    background: #19401c;
    background-image: url(../img/binding-dark.png);
    color: #d69daa;
}

.team_intro_text{
    background: #19401c;
    background-image: url(../img/binding-dark.png);
    color: #d69daa;
}

.intro_text h1{
    width: 100%;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 130%;
    font-size: 2.3em;
    margin: 0px auto;
}

.top_intro_row{}

.top_intro_row h1{
}

.bottom_intro_row{}

.bottom_intro_row h1{}

.middle_intro_row{}

.script{
    margin: 0 auto;
    height: auto;
    width: 80%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.arch_script{}

.life_script{}

.location_script{}

.team_script{
    width: 90%;
}

.guide_script{
    width: 400px !important;
}

.ormond_script{
    width: 350px !important;
    margin: 40px auto 40px !important;
}

.neighbour_script, .tenn_script, .ormond_script, .guide_script{
    width: 350px;
    margin: 0 auto 40px;
    transform: none;
    top: auto;
    display: block;
}

.tenn_script{
}

.split_row{
    /* max-width: 95rem; */
    margin: 0 auto;
}

.arch_split{}

.life_split{
    text-align: center;
}

.split_row h1{
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 110%;
    font-size: 2.2em;
    color: #444;
    text-align: center;
    margin: 0 auto 30px;
    max-width: 650px;
}

.split_row h6{
    max-width: 85%;
    margin: 0 auto 0px;
    font-family: "Louize_Italic";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.1em;
    color: #444;
    text-align: center;
}

.split_row p{
    max-width: 90%;
    margin: 20px auto 50px;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 145%;
    font-size: 1.2em;
    color: #444;
    text-align: center;
}

.split_image{}

.sketch{}

.gallery_wrap{}

.image_split{}

.padded_img{
    /* padding: 10%; */
}

.padded_img img{
    max-width: 66%;
    margin: 0 auto;
    display: block;
}

.body_copy{}

.body_copy p{
    max-width: 90%;
    margin: 50px 0 0;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 145%;
    font-size: 1.2em;
    color: #444;
    text-align: left;
}


.lifestyle_text_block{}

.ill{
    max-width: 90px;
    margin: 0px auto 20px;
}

.ill1{}

.ill2{}

.ill3{}

.ill4{}

.ill5{}

.life_copy{}

.life_copy h4{
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 110%;
    font-size: 1.7em;
    color: #19401c;
    text-align: center;
    margin: 30px auto 20px;
}

.life_copy p{
    max-width: 95%;
    margin: 20px auto 0;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 145%;
    font-size: 1.2em;
    color: #19401c;
    text-align: left;
}

.life_copy h2{
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 110%;
    font-size: 1.6em;
    color: #19401c;
    text-align: center;
    margin: 60px auto 40px;
    border: dotted #19401c;
    border-width: 1px 0;
    padding: 13px 0px;
        -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

a[aria-expanded="true"] h2{
 opacity: 0;
 /* height: 0; */
 margin: 0 0 20px;
}

.life_copy h2 a{}

.large_intro{}

.green_wrap{background:  #19401c;background-image: url("../img/binding-dark.png"); /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */font-size: 12px;}


.large_intro h1{
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 130%;
    font-size: 1.5em;
    color: #fbf6ec;
    text-align: left;
    margin: 0px auto 20px;
    max-width: 95%;
}

.down_arrow{
    max-width: 15px;
}

.icon_wrap{
    min-height: 90px;
    position: relative;
    margin: 0 auto 40px;
}

.icon{
    max-height: 70px;
    margin: 0 auto;
    /* position: absolute; */
}

.icon{
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translateX(-50%);
}

.icon1{
    max-height: 35px;
}

.icon2{}

.icon3{}

.icon4{
    max-height: 35px;
}

.icon5{
    max-height: 40px;
}

.icon6{
    max-height: 50px;
}

.icon7{}

.icon8{}

.icon9{}

.icon10{
    max-height: 40px;
}

.icon11{
    max-height: 40px;
}

.icon12{
    max-height: 80px;
}

.icon13{
    max-height: 55px;
}

.icon14{
    max-height: 35px;
}

.icon15{}

.icon16{
    max-height: 50px;
}

.icon17{
    max-height: 50px;
}

.icon18{
    max-height: 75px;
}

.map_row{
    margin: 0 auto 100px;
}

.map_holder{
    background: transparent;
}

.map_legend{
    padding: 10vh 0 0 0;
}

.map_legend h5{
    font-style: normal;
    padding: 0px 0 0px;
    font-weight: 400;
    font-family: "Louize_Medium";
    letter-spacing: 0.01em;
    line-height: 110%;
    font-size: 1.5em;
    color: #19401c;
    text-align: left;
    margin: 0px 0 15px 0;
}

.map_legend ol{
    max-width: 90%;
    margin: 0px auto 30px 30px;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 160%;
    font-size: 1.2em;
    color: #19401c;
    text-align: left;
    list-style: decimal-leading-zero;
}

.hs-tooltip h3, .hs-tooltip p {
    margin: 0;
    font-family: "Louize" !important;
    font-size: 15px !important;
    color: #fbf6ec !important;
}

.map_legend li{}

.large_quote{}

.large_quote h1{
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 110%;
    font-size: 2.5em;
    color: #444;
    text-align: center;
    margin: 0 auto 60px;
    max-width: 500px;
    text-indent: -20px;
}

.large_quote h3{
    max-width: 85%;
    margin: 0 auto 0px;
    font-family: "Louize_Italic";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.2em;
    color: #444;
    text-align: center;
}

.profile{
    max-width: 150px;
    margin: 0 auto 20px;
    display: block;
}

.signature{
    max-width: 190px;
    margin: 0 auto;
    display: block;
}

.interview_text_block{}

.interview_text_block p{}

.interview_text_block p strong{
    font-weight: 400;
    font-family: "Louize_Medium";
}

.team_row{
    padding-bottom: 0;
}

.team_text{}

.team_text h3{
    font-family: "Louize_Medium";
    max-width: 90%;
    margin: 20px auto 0 10%;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 145%;
    font-size: 1.6em;
    color: #19401c;
    text-align: left;
    border-bottom: none;
}

.team_text p{
    max-width: 90%;
    margin: 26px auto 40px;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 145%;
    font-size: 1.2em;
    color: #19401c;
    text-align: left;
}

.footer_row{}

.footer_row h2{
    max-width: inherit;
    margin: 0 auto 0px;
    font-family: "Louize_Italic";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.1em;
    color: #fbf6ec;
    text-align: left;
}

.footer_row h3{
    font-family: "Louize_Medium";
    max-width: 100%;
    margin: 20px auto 20px 0;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 145%;
    font-size: 1.4em;
    color: #fbf6ec;
    text-align: left;
}

.footer_row h4 a{
    list-style: none;
    text-align: center;
    font-size: 0.6em;
    color: #222;
    font-family: "Louize_Medium";
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin: 0;
    padding: 0.6em 1.4em;
    border: 1px solid #fbf6ec;
    background: #fbf6ec;
    top: 25px;
    right: 40px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.client_row{
    text-align: right;
    margin: 0 0 20px 0;
}

.cl{
    max-width: 75px;
    display: inline-block;
    margin: 0 0px 0 9px;
}

.cl1{
    margin-top: 9px;
}

.cl2{
    margin-top: 17px;
}

.cl3{
    max-width: 45px;
}

.cl4{
    max-width: 70px;
    margin-top: 0px;
}

.footer_text_row{
    text-align: right;
}

.footer_text_row h5{
    max-width: inherit;
    margin: 0;
    font-family: "Louize_Italic";
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 150%;
    font-size: 0.9em;
    color: #fbf6ec;
    text-align: right;
}
    
}
@media screen and (min-width: 64em) {
    
/* --------- global ---------*/ 
a{
    color: inherit;
    outline: none;
}

a:hover, a:focus, a:visited, a:active{
    color: inherit;
}

body{
    /* font-size: 14px; */
    background: #fbf6ec;
}

.grid-container{
    padding-right: 0;
    padding-left: 0;
    max-width: 100vw;
    overflow-x: hidden;
}

#Form_Modal .grid-x{margin: 0 auto;max-width: 75%;max-width: 500px;}

.unscrolled{}

.scrolled{}

.mb{
    margin-bottom: 10vh !important;
}

.mt{}

.pb{
    padding-bottom: 100px;
}

.pt{
    padding-top: 100px;
}

.fullwidth { max-width: inherit; min-width: 100%;}

 .fullwidth img{min-width: 100%;max-width: 100%;}

.narrow_row{max-width: 60rem;margin: 0 auto;}

.intro_block_row{
    min-height: 70vh;
    margin: 15vh auto 15vh;
    max-width: 95vw;
}

.white_wrap{background: rgba(255,255,255,0.5);}

.dark_overlay{
    background: rgba(20,20,20,0.7);
    background-image: url(../img/classy-fabric.png);
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    min-height: 100vh;
    }


/* --------- menu modal ---------*/ 

.reveal{
    font-size: 15px;
    border: none;
    padding: 0;
    background: transparent;
}

#Menu_Modal{
    text-align: center;
    color: #fff;
    z-index: 10;
    padding: 0;
    /* background: rebeccapurple; */
}

.menu_overlay{}

.menu_row{
    z-index: 2;
    position: relative;
    height: 100%;
    background: transparent;
    padding: 0 !important;
}

#main_nav{
    list-style: none;
    margin-left: 0;
    text-align: center;
    font-size: 2.8em;
    color: #444;
    font-family: "Louize";
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

#main_nav li {
    min-height: 9vh;
}

#main_nav:hover li { opacity:0.5; }

#main_nav li:hover { opacity:1; }

#main_nav li a{}

#main_nav li a:hover{}

#main_nav:focus li a{}

#background_images{z-index: 1;background-size: cover;}

#background_images {}

#background_images div{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.disjointed{
    background-color: #222;
    min-height: 100vh;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    background-size: cover;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


.close-button{
    width: 35px;
    z-index: 20;
    left: 26px;
    top: 28px;
    z-index: 999;
    position: fixed;
}

.close-button .cls-1{
    fill: #fff;
}

.menu_register{
    list-style: none;
    text-align: center;
    font-size: 1.25em;
    color: #444;
    font-family: "Louize_Italic";
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.07em;
    margin: 5vh 0 0;
}

.menu_register_btn{
    padding: 0.6em 1.4em;
    border: 1px solid #444;
    background: transparent;
}

#background_images #arch_link, #background_images #video_link, #background_images #life_link, #background_images #location_link, #background_images #team_link{   background-size: cover !important; background-position: center bottom !important;}


#no_link{
    background: url("../img/linen.png") !important;
    background-size: initial !important;
}

.is-reveal-open .overlay_image_visible .menu_row{background: rgba(20,20,20,0.2); background-image: url("../img/classy-fabric.png");}

.is-reveal-open .overlay_image_visible #main_nav{
    color: #fff;
}

.is-reveal-open #fixed_nav {
    border-bottom: 1px solid rgba(20,20,20,.2);
    background: transparent !important;
}

.is-reveal-open .overlay_image_visible #fixed_nav {
    border-bottom: 1px solid rgba(255,255,255,.2);
    background: transparent;
}

.is-reveal-open .overlay_image_visible .register_btn{
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
}
.is-reveal-open .overlay_image_visible .menu_register{
    color: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.is-reveal-open .overlay_image_visible .menu_register_btn{
    border: 1px solid #fff;
}

.is-reveal-open .overlay_image_visible .menu_icon{
   fill:#fff;
}

.loaded .menu_icon {
       fill: #333;
}


.scrolled .menu_icon{
   fill: #444;
}

.homepage .menu_icon{
   fill:#fff;
}

.hero_logo .cls-1{fill:#333;  -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;}

.is-reveal-open .overlay_image_visible .hero_logo .cls-1{fill:#fff;}


/* --------- video modal ---------*/ 

.video_overlay{}

#Video_Modal{
    max-width: 90%;
    width: inherit;
    margin: 50px auto 50px;
}

#Video_Modal .close-button{}

#Video_Modal .close-button .cls-1{}

.video_row{}

.video_column{}

         .responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 0px; overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* ------ Form Modal ------*/ 

.register_overlay{
    background: transparent;
    background-image: url(../img/render3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#Form_Modal{
    max-width: inherit;
}

.modal_text_row{
    z-index: 20;
    position: relative;
}

.modal_text_row h3{
    font-family: "Louize_Italic";
    max-width: 90%;
    margin: 20px auto 0px 0;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 145%;
    font-size: 1.6em;
    color: #fbf6ec;
    text-align: left;
    text-shadow: 0px 2px 2px rgba(20, 20, 20, 0.5);
}

.modal_text_row h4{
    font-family: "Louize_Medium";
    max-width: 90%;
    margin: 10px auto 20px 0;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 145%;
    font-size: 2.1em;
    color: #fbf6ec;
    text-align: left;
    text-shadow: 0px 2px 2px rgba(20, 20, 20, 0.5);
}

.form_row{
    z-index: 20;
    position: relative;
}

.form_col{}

.copyright_row{
    z-index: 20;
    position: relative;
}

.copyright_text{}

.copyright_text h3{
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 110%;
    font-size: 1.5em;
    color: #fff;
    text-align: left;
    margin: 20px auto 0px;
    text-shadow: 0px 2px 2px rgba(20, 20, 20, 0.5);
}

.copyright_text h4{
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-family: "Louize_Italic";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 110%;
    font-size: 1.1em;
    color: #fff;
    text-align: left;
    margin: 10px auto 20px;
    text-shadow: 0px 2px 2px rgba(20, 20, 20, 0.5);
}

#Form_Modal .close-button{}

#Form_Modal .close-button .cls-1{}


/* ------ navigation ------*/ 

#fixed_nav{
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    background: transparent;
    z-index: 20;
    border-bottom: 1px solid rgba(255,255,255,.9);
    min-height: 90px;
    font-size: 13px;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.loaded #fixed_nav{
    background: #fbf6ec;
    border-bottom: none;
}

.homepage #fixed_nav{
    border-bottom: none;
}

.scrolled #fixed_nav{
    background: #fbf6ec;
    border-bottom: 1px solid rgba(20,20,20,.2);
    min-height: 75px;
}

.fixed_nav_row{}

.menu_btn{
    position: absolute;
    left: 40px;
    top: 28px;
    width: 30px;
    height: 30px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.menu_icon{
    max-width: 45px;
    fill: #fff;
}

.hero_logo{
    max-width: 270px;
    margin: 30px auto 10px;
    display: block;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.register_btn{
    list-style: none;
    text-align: center;
    font-size: 1.0em;
    color: #fff;
    font-family: "Louize_Medium";
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    margin: 0px 0 0;
    padding: 0.6em 1.4em;
    border: 1px solid #fff;
    background: rgba(20,20,20,0.1);
    position: absolute;
    top: 25px;
    right: 40px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.homepage .register_btn{
    color: #fff;
    border: 1px solid #fff;
    background: rgba(20,20,20,0.08);
}



.scrolled .fixed_nav_row{}

.scrolled .menu_btn{
    top: 22px;
}

.scrolled .menu_icon{}

.scrolled .hero_logo{
    max-width: 200px;
    margin: 20px auto 10px;
}

.loaded .register_btn{color: #333;border: 1px solid #333;background: transparent;}


.scrolled .register_btn{
    top: 15px;
    color: #fbf6ec;
    border: 1px solid #333;
    background: #333;
}

.menu_text{
    list-style: none;
    text-align: center;
    font-size: 1.0em;
    color: #fff;
    font-family: "Louize_Medium";
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    margin: 0px 0 0;
    padding: 0.6em 1.1em;
    background: transparent;
    position: absolute;
    left: 25px;
    top: 0px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    margin: 0 0 0 0;
}

.is-reveal-open .overlay_image_visible .menu_text{
    color: #fff;
}


.loaded .menu_text{
    color: #333;
}

.scrolled .menu_text{
    color: #333;
}

/* --------- homepage ---------*/ 

#homepage{
    min-height: 100vh;
    max-width: 100vw;
    background: #cfc8c1;
    background-image: none;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    background-image: url(../img/render2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    max-height: 100vh;
    max-width: 100vw;
    background-attachment: fixed;
}

.loaded #homepage{background: transparent;background-image: url('../img/render2.jpg');background-size: cover;background-repeat: no-repeat;background-position: center center;max-height: 100vh;max-width: 100vw;background-attachment: fixed;}

.colour_block{-webkit-transition: opacity 1s ease-out;-moz-transition: opacity 1s ease-out;-o-transition: opacity 1s ease-out;transition: opacity 1s ease-out;opacity: 1;background: #cfc8c1;position: absolute;width:100vw;height: 100vh;left:0;top:0;}

.loaded .colour_block{ opacity: 0;}

.homepage_logo_row{
    /* min-height: calc(100vh - 330px); */
}

.home_logo{
    width: 540px;
    margin: 5vh auto 0px;
    display: block;
}

.loaded .home_logo{}

.homepage_logo_row{width: 100%;height: calc(100vh - 400px);}

.loaded .homepage_logo_row{
}

.homepage_text_row{width: 100%;height: 300px;-webkit-transition: all 1s ease-out;-moz-transition: all 1s ease-out;-o-transition: all 1s ease-out;transition: all 1s ease-out;opacity: 0;}

.loaded .homepage_text_row{opacity: 1;transition-delay: .5s;}

.homepage_text_row h1{
    margin: 0px auto;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    max-width: 450px;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 110%;
    font-size: 2.8em;
    color: #fff;
    text-align: center;
    text-shadow: 0px 2px 2px rgba(20, 20, 20, 0.5);
}

.homepage_text_row h6{
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-family: "Louize_Italic";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 110%;
    font-size: 1.3em;
    color: #fff;
    text-align: center;
    margin: 20px auto 20px;
    text-shadow: 0px 2px 2px rgba(20, 20, 20, 0.5);
}

.scrolled .homepage_text_row{
    opacity: 0;
    transition-delay: 0s;
}

.pattern_row{}

.loaded .pattern_row{}

.double_pattern_row{
    width: 100%;
    height: auto;
    padding: 0 30px;
    position: absolute;
    bottom: 30px;
    z-index: 0;
    }

.loaded .double_pattern_row{
    position: absolute;
    opacity: 0;
}

.doube_repeat{
    margin: 0 -5px 0px 0;
    width: calc(33vw - 17px);
    }

.block1{
    display: inline-block;
}

.block2{
    display: inline-block;
}

.block3{
    display: inline-block;
}

.block4{margin-left: -1px;display: none;}

.ie_pattern{}

.homepage .hero_logo{
    opacity: 0;
}

.fixed_colour_block{}

.loaded .fixed_colour_block{}

#home .hero_logo{ display: none;}

.homepage_wrap{
    min-height: 100vh;
    max-height: 100vh;
    background-color: rgba(0,0,0,0);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    border: none;
    border: solid transparent;
    border-width: 90px 30px 30px 30px;
    /* padding: 90px 40px 40px 40px; */
}

.loaded .homepage_wrap{
    background: rgba(20,20,20,0.2);
    background-image: url(../img/classy-fabric.png);
    border: solid #fbf6ec;
    border-width: 90px 40px 40px 40px;
    max-height: 100vh;
    padding: 0;
}


/* carousel */

.carousel_row .slick-slide img {
       display: block;
       max-height: 55vh;
       min-height: 55vh;
       opacity: 0.2;
       -webkit-transition: opacity .5s ease-out;
       -moz-transition: opacity .5s ease-out;
       -o-transition: opacity .5s ease-out;
       transition: opacity .5s ease-out;
       -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
       filter: grayscale(100%);
}

.carousel_row .slick-current img{ opacity: 1; -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: none;
}



.carousel_row .slick-slide {
    padding: 0px 50px 0 50px;
    outline: none;
}

.carousel_row{
    z-index: 12;
    position: relative;
}

.carousel_columns{}

.gallery_wrap{}

.slider-for{
    background: #fbf6ec;
}

.slider-nav{
    font-size: 16px;
    max-width: 650px;
    margin: 0 auto;
}

.caption_wrap{
    margin-bottom: 150px;
}

.caption_wrap h4{font-family: "Graphik-Regular";
    font-weight: 400;
    font-style: normal;
    color: #444;
    line-height: 135%;
    font-size: 0.85em;
    margin: 7px 0 30px 0;
    letter-spacing: 0.1em;
    border-bottom: 1px dotted;
    border-color: rgba(0,0,0,0.4);
    padding: 0px 0 10px;
    text-transform: uppercase;
    max-width: 95%;}

.caption_wrap h3{
    font-style: normal;
    padding: 0px 0 0px;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 130%;
    font-size: 2.0em;
    color: #444;
    text-align: center;
    margin: 50px auto 0;
}

.caption_wrap p{
    max-width: 90%;
    margin: 30px auto 50px;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 145%;
    font-size: 1.2em;
    color: #444;
    text-align: center;
}

.carousel_row{}


.carousel_row .slick-prev {
    left: 0px !important;
}

.carousel_row  .slick-next {
    right: 0px !important;
    /* width: auto; */
}

.carousel_row .slick-prev, .carousel_row .slick-next {
	z-index: 99 !important;
	width: 90px;
	height: 100%;
	}

.carousel_row  .slick-prev:before, .carousel_row  .slick-next:before {

    font-size: 60px;
    line-height: 95%;
    opacity: 1;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev, .slick-next {
    z-index: 99 !important;
    background: #fbf6ec !important;
}

.slick-prev:before
{
    content: "4" !important;
    margin-left: -5px !important;
}

.slick-next:before
{
    content: "5" !important;
    margin-left: -5px !important;
}

.slick-prev:before, .slick-next:before {
    font-family: 'ElegantIcons' !important;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li button:before {
    font-family: 'ElegantIcons' !important;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '^';
    text-align: center;
    opacity: .25;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.carousel_row{}

/* --------- body ---------*/ 

.page_section{
    background: #fbf6ec;
    font-size: 14px;
}

#architecture{}

#location{}

#lifestyle{}

#project_team{}

#footer{
    background: #222;
    background-image: url(../img/binding-dark.png);
    margin: 100px auto 0;
    padding: 80px 0 100px;
}

.intro_block{
    /* min-height: 60vh; */
    /* margin: 100px auto 0; */
    text-align: center;
}

.intro_holder{ height: 100%;}

.architecture_intro{}

.location_intro{}

.life_intro{}

.team_intro{}

.intro_image{
    /* background: url('../img/render1.jpg'); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.arch_intro_img{
    background: url(../img/render1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.location_intro_img{
    background: url(../img/life12.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.life_intro_img{
    background: url(../img/life1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.team_intro_img{
    background: url(../img/team_hero.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.intro_text{
    padding: 60px 0;
}

.arch_intro_text{
    background: #462922;
    background-image: url(../img/binding-dark.png);
    color: #f0d6b5;
}

.location_intro_text{
    background: #462922;
    background-image: url(../img/binding-dark.png);
    color: #f0d6b5;
}

.life_intro_text{
    background: #19401c;
    background-image: url(../img/binding-dark.png);
    color: #d69daa;
}

.team_intro_text{
    background: #19401c;
    background-image: url(../img/binding-dark.png);
    color: #d69daa;
}

.intro_text h1{
    width: 100%;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 110%;
    font-size: 3.2em;
    margin: 0px auto;
}

.top_intro_row{}

.top_intro_row h1{
}

.bottom_intro_row{}

.bottom_intro_row h1{}

.middle_intro_row{}

.script{
    margin: 0 auto;
    height: auto;
    width: 80%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.arch_script{}

.life_script{}

.location_script{}

.team_script{
    width: 90%;
}

.guide_script{
    width: 500px !important;
}

.ormond_script{
    width: 500px !important;
}

.neighbour_script, .tenn_script, .ormond_script, .guide_script{
    width: 500px;
    margin: 0 auto 80px;
    transform: none;
    top: auto;
    display: block;
}

.tenn_script{
}

.split_row{
    /* max-width: 95rem; */
    margin: 0 auto;
}

.arch_split{}

.life_split{
    text-align: center;
}

.split_row h1{
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 110%;
    font-size: 2.9em;
    color: #444;
    text-align: center;
    margin: 0 auto 20px;
    max-width: 450px;
}

.split_row h6{
    max-width: 85%;
    margin: 0 auto 0px;
    font-family: "Louize_Italic";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.2em;
    color: #444;
    text-align: center;
}

.split_row p{
    max-width: 90%;
    margin: 30px auto 50px;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 145%;
    font-size: 1.2em;
    color: #444;
    text-align: center;
}

.split_image{}

.sketch{}

.gallery_wrap{}

.image_split{}

.padded_img{
    /* padding: 10%; */
}

.padded_img img{
    max-width: 66%;
    margin: 0 auto;
    display: block;
}

.body_copy{}

.body_copy p{
    max-width: 90%;
    margin: 50px 0 0;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 145%;
    font-size: 1.2em;
    color: #444;
    text-align: left;
}


.lifestyle_text_block{}

.ill{
    max-width: 100px;
    margin: 20px auto;
}

.ill1{}

.ill2{}

.ill3{}

.ill4{}

.ill5{}

.life_copy{}

.life_copy h4{
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 110%;
    font-size: 1.8em;
    color: #19401c;
    text-align: center;
    margin: 30px auto 20px;
}

.life_copy p{
    max-width: 90%;
    margin: 20px auto 0;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 145%;
    font-size: 1.2em;
    color: #19401c;
    text-align: left;
}

.life_copy h2{
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 110%;
    font-size: 1.6em;
    color: #19401c;
    text-align: center;
    margin: 60px auto 40px;
    border: dotted #19401c;
    border-width: 1px 0;
    padding: 13px 0px;
        -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

a[aria-expanded="true"] h2{
 opacity: 0;
 /* height: 0; */
 margin: 0 0 20px;
}

.life_copy h2 a{}

.large_intro{}

.green_wrap{background:  #19401c;background-image: url("../img/binding-dark.png"); /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */}


.large_intro h1{
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 130%;
    font-size: 2.1em;
    color: #fbf6ec;
    text-align: left;
    margin: 0px auto 20px;
    max-width: 95%;
}

.down_arrow{
    max-width: 20px;
}

.icon_wrap{
    min-height: 90px;
    position: relative;
    margin: 0 auto 40px;
}

.icon{
    max-height: 90px;
    margin: 0 auto;
    /* position: absolute; */
}

.icon{
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translateX(-50%);
}

.icon1{
    max-height: 45px;
}

.icon2{}

.icon3{}

.icon4{
    max-height: 45px;
}

.icon5{
    max-height: 50px;
}

.icon6{
    max-height: 50px;
}

.icon7{}

.icon8{}

.icon9{}

.icon10{
    max-height: 50px;
}

.icon11{
    max-height: 50px;
}

.icon12{
    max-height: 80px;
}

.icon13{
    max-height: 65px;
}

.icon14{
    max-height: 45px;
}

.icon15{}

.icon16{
    max-height: 60px;
}

.icon17{
    max-height: 60px;
}

.icon18{
    max-height: 75px;
}

.map_row{}

.map_holder{
    background: transparent;
}

.map_legend{
    padding: 10vh 0 0 0;
}

.map_legend h5{
    font-style: normal;
    padding: 0px 0 0px;
    font-weight: 400;
    font-family: "Louize_Medium";
    letter-spacing: 0.01em;
    line-height: 110%;
    font-size: 1.2em;
    color: #19401c;
    text-align: left;
    margin: 0px 0 15px 0;
}

.map_legend ol{
    max-width: 90%;
    margin: 0px auto 30px 25px;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 160%;
    font-size: 1.0em;
    color: #19401c;
    text-align: left;
    list-style: decimal-leading-zero;
}

.hs-tooltip h3, .hs-tooltip p {
    margin: 0;
    font-family: "Louize" !important;
    font-size: 15px !important;
    color: #fbf6ec !important;
}

.map_legend li{}

.large_quote{}

.large_quote h1{
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 110%;
    font-size: 3.2em;
    color: #444;
    text-align: center;
    margin: 0 auto 60px;
    max-width: 600px;
    text-indent: -20px;
}

.large_quote h3{
    max-width: 85%;
    margin: 0 auto 0px;
    font-family: "Louize_Italic";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.2em;
    color: #444;
    text-align: center;
}

.profile{
    max-width: 200px;
    margin: 0 auto 30px;
    display: block;
}

.signature{
    max-width: 280px;
    margin: 0 auto;
    display: block;
}

.interview_text_block{}

.interview_text_block p{}

.interview_text_block p strong{
    font-weight: 400;
    font-family: "Louize_Medium";
}

.team_row{}

.team_text{}

.team_text h3{
    font-family: "Louize_Medium";
    max-width: 90%;
    margin: 20px auto 0 10%;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 145%;
    font-size: 1.6em;
    color: #19401c;
    text-align: left;
    border-bottom: none;
}

.team_text p{
    max-width: 90%;
    margin: 26px auto 0;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 145%;
    font-size: 1.2em;
    color: #19401c;
    text-align: left;
}

.footer_row{}

.footer_row h2{
    max-width: inherit;
    margin: 0 auto 0px;
    font-family: "Louize_Italic";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.2em;
    color: #fbf6ec;
    text-align: left;
}

.footer_row h3{
    font-family: "Louize_Medium";
    max-width: 90%;
    margin: 20px auto 20px 0;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 145%;
    font-size: 2.0em;
    color: #fbf6ec;
    text-align: left;
}

.footer_row h4 a{
    list-style: none;
    text-align: center;
    font-size: 0.7em;
    color: #222;
    font-family: "Louize_Medium";
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin: 0;
    padding: 0.6em 1.4em;
    border: 1px solid #fbf6ec;
    background: #fbf6ec;
    top: 25px;
    right: 40px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.client_row{
    text-align: right;
    margin: 0 0 20px 0;
}

.cl{
    max-width: 100px;
    display: inline-block;
    margin: 0 0px 0 15px;
}

.cl1{
    margin-top: 9px;
}

.cl2{
    margin-top: 17px;
}

.cl3{
    max-width: 55px;
}

.cl4{
    max-width: 90px;
    margin-top: 0px;
}

.footer_text_row{
    text-align: right;
}

.footer_text_row h5{
    max-width: inherit;
    margin: 0;
    font-family: "Louize_Italic";
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 150%;
    font-size: 0.9em;
    color: #fbf6ec;
    text-align: right;
}
    
}
@media screen and (min-width: 90em) {
    
/* --------- global ---------*/ 
a{
    color: inherit;
    outline: none;
}

a:hover, a:focus, a:visited, a:active{
    color: inherit;
}

body{
    /* font-size: 14px; */
    background: #fbf6ec;
}

.grid-container{
    padding-right: 0;
    padding-left: 0;
    max-width: 100vw;
    overflow-x: hidden;
}

#Form_Modal .grid-x{margin: 0 auto;max-width: 75%;max-width: 600px;}

.unscrolled{}

.scrolled{}

.mb{
    margin-bottom: 15vh !important;
}

.mt{}

.pb{
    padding-bottom: 150px;
}

.pt{
    padding-top: 150px;
}

.fullwidth { max-width: inherit; min-width: 100%;}

 .fullwidth img{min-width: 100%;max-width: 100%;}

.narrow_row{max-width: 80rem;margin: 0 auto;}

.intro_block_row{
    min-height: calc(100vh - 200px);
    margin: 130px auto 70px;
    max-width: 88rem;
}

.white_wrap{background: rgba(255,255,255,0.5);}

.dark_overlay{
    background: rgba(20,20,20,0.6);
    background-image: url(../img/classy-fabric.png);
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    min-height: 100vh;
    }


/* --------- menu modal ---------*/ 

.reveal{
    font-size: 16px;
    border: none;
    padding: 0;
    background: transparent;
}

#Menu_Modal{
    text-align: center;
    color: #fff;
    z-index: 10;
    padding: 0;
    /* background: rebeccapurple; */
}

.menu_overlay{}

.menu_row{
    z-index: 2;
    position: relative;
    height: 100%;
    background: transparent;
    padding: 0 !important;
}

#main_nav{
    list-style: none;
    margin-left: 0;
    text-align: center;
    font-size: 2.8em;
    color: #444;
    font-family: "Louize";
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

#main_nav li {
    min-height: 9vh;
}

#main_nav:hover li { opacity:0.5; }

#main_nav li:hover { opacity:1; }

#main_nav li a{}

#main_nav li a:hover{}

#main_nav:focus li a{}

#background_images{z-index: 1;background-size: cover;}

#background_images {}

#background_images div{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.disjointed{
    background-color: #222;
    min-height: 100vh;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    background-size: cover;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


.close-button{
    width: 35px;
    z-index: 20;
    left: 26px;
    top: 28px;
    z-index: 999;
    position: fixed;
}

.close-button .cls-1{
    fill: #fff;
}

.menu_register{
    list-style: none;
    text-align: center;
    font-size: 1.25em;
    color: #444;
    font-family: "Louize_Italic";
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.07em;
    margin: 5vh 0 0;
}

.menu_register_btn{
    padding: 0.6em 1.4em;
    border: 1px solid #444;
    background: transparent;
}

#background_images #arch_link, #background_images #video_link, #background_images #life_link, #background_images #location_link, #background_images #team_link{   background-size: cover !important; background-position: center bottom !important;}


#no_link{
    background: url("../img/linen.png") !important;
    background-size: initial !important;
}

.is-reveal-open .overlay_image_visible .menu_row{background: rgba(20,20,20,0.2); background-image: url("../img/classy-fabric.png");}

.is-reveal-open .overlay_image_visible #main_nav{
    color: #fff;
}

.is-reveal-open #fixed_nav {
    border-bottom: 1px solid rgba(20,20,20,.2);
    background: transparent !important;
}

.is-reveal-open .overlay_image_visible #fixed_nav {
    border-bottom: 1px solid rgba(255,255,255,.2);
    background: transparent;
}

.is-reveal-open .overlay_image_visible .register_btn{
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
}
.is-reveal-open .overlay_image_visible .menu_register{
    color: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.is-reveal-open .overlay_image_visible .menu_register_btn{
    border: 1px solid #fff;
}

.is-reveal-open .overlay_image_visible .menu_icon{
   fill:#fff;
}

.loaded .menu_icon {
       fill: #333;
}


.scrolled .menu_icon{
   fill: #444;
}

.homepage .menu_icon{
   fill:#fff;
}

.hero_logo .cls-1{fill:#333;  -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;}

.is-reveal-open .overlay_image_visible .hero_logo .cls-1{fill:#fff;}


/* --------- video modal ---------*/ 

.video_overlay{}

#Video_Modal{}

#Video_Modal .close-button{}

#Video_Modal .close-button .cls-1{}

.video_row{}

.video_column{}

         .responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 0px; overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* ------ Form Modal ------*/ 

.register_overlay{
    background: transparent;
    background-image: url(../img/render3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#Form_Modal{}

.modal_text_row{
    z-index: 20;
    position: relative;
}

.modal_text_row h3{
    font-family: "Louize_Italic";
    max-width: 90%;
    margin: 20px auto 0px 0;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 145%;
    font-size: 1.6em;
    color: #fbf6ec;
    text-align: left;
    text-shadow: 0px 2px 2px rgba(20, 20, 20, 0.5);
}

.modal_text_row h4{
    font-family: "Louize_Medium";
    max-width: 90%;
    margin: 10px auto 20px 0;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 145%;
    font-size: 2.1em;
    color: #fbf6ec;
    text-align: left;
    text-shadow: 0px 2px 2px rgba(20, 20, 20, 0.5);
}

.form_row{
    z-index: 20;
    position: relative;
}

.form_col{}

.copyright_row{
    z-index: 20;
    position: relative;
}

.copyright_text{}

.copyright_text h3{
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 110%;
    font-size: 1.5em;
    color: #fff;
    text-align: left;
    margin: 20px auto 0px;
    text-shadow: 0px 2px 2px rgba(20, 20, 20, 0.5);
}

.copyright_text h4{
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-family: "Louize_Italic";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 110%;
    font-size: 1.0em;
    color: #fff;
    text-align: left;
    margin: 10px auto 20px;
    text-shadow: 0px 2px 2px rgba(20, 20, 20, 0.5);
}

#Form_Modal .close-button{}

#Form_Modal .close-button .cls-1{}


/* ------ navigation ------*/ 

#fixed_nav{
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    background: transparent;
    z-index: 20;
    border-bottom: 1px solid rgba(255,255,255,.9);
    min-height: 90px;
    font-size: 13px;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.loaded #fixed_nav{
    background: #fbf6ec;
    border-bottom: none;
}

.homepage #fixed_nav{
    border-bottom: none;
}

.scrolled #fixed_nav{
    background: #fbf6ec;
    border-bottom: 1px solid rgba(20,20,20,.2);
    min-height: 75px;
}

.fixed_nav_row{}

.menu_btn{
    position: absolute;
    left: 40px;
    top: 30px;
    width: 30px;
    height: 30px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.menu_icon{
    max-width: 45px;
    fill: #fff;
}

.hero_logo{
    max-width: 290px;
    margin: 30px auto 10px;
    display: block;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.register_btn{
    list-style: none;
    text-align: center;
    font-size: 1.0em;
    color: #fff;
    font-family: "Louize_Medium";
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    margin: 0px 0 0;
    padding: 0.6em 1.4em;
    border: 1px solid #fff;
    background: rgba(20,20,20,0.1);
    position: absolute;
    top: 25px;
    right: 40px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.homepage .register_btn{
    color: #fff;
    border: 1px solid #fff;
    background: rgba(20,20,20,0.08);
}



.scrolled .fixed_nav_row{}

.scrolled .menu_btn{
    top: 22px;
}

.scrolled .menu_icon{}

.scrolled .hero_logo{
    max-width: 200px;
    margin: 20px auto 10px;
}

.loaded .register_btn{color: #333;border: 1px solid #333;background: transparent;}


.scrolled .register_btn{
    top: 15px;
    color: #fbf6ec;
    border: 1px solid #333;
    background: #333;
}

.menu_text{
    list-style: none;
    text-align: center;
    font-size: 1.0em;
    color: #fff;
    font-family: "Louize_Medium";
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    margin: 0px 0 0;
    padding: 0.6em 1.1em;
    background: transparent;
    position: absolute;
    left: 25px;
    top: 0px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    margin: 0 0 0 0;
}

.is-reveal-open .overlay_image_visible .menu_text{
    color: #fff;
}


.loaded .menu_text{
    color: #333;
}

.scrolled .menu_text{
    color: #333;
}

/* --------- homepage ---------*/ 

#homepage{
    min-height: 100vh;
    max-width: 100vw;
    background: #cfc8c1;
    background-image: none;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    background-image: url(../img/render2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    max-height: 100vh;
    max-width: 100vw;
    background-attachment: fixed;
}

.loaded #homepage{background: transparent;background-image: url('../img/render2.jpg');background-size: cover;background-repeat: no-repeat;background-position: center center;max-height: 100vh;max-width: 100vw;background-attachment: fixed;}

.colour_block{-webkit-transition: opacity 1s ease-out;-moz-transition: opacity 1s ease-out;-o-transition: opacity 1s ease-out;transition: opacity 1s ease-out;opacity: 1;background: #cfc8c1;position: absolute;width:100vw;height: 100vh;left:0;top:0;}

.loaded .colour_block{ opacity: 0;}

.homepage_logo_row{
    /* min-height: calc(100vh - 330px); */
}

.home_logo{
    width: 650px;
    margin: 5vh auto 0px;
    display: block;
}

.loaded .home_logo{}

.homepage_logo_row{width: 100%;height: calc(100vh - 400px);}

.loaded .homepage_logo_row{
}

.homepage_text_row{width: 100%;height: 300px;-webkit-transition: all 1s ease-out;-moz-transition: all 1s ease-out;-o-transition: all 1s ease-out;transition: all 1s ease-out;opacity: 0;}

.loaded .homepage_text_row{opacity: 1;transition-delay: .5s;}

.homepage_text_row h1{
    margin: 0px auto;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    max-width: 450px;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 120%;
    font-size: 2.6em;
    color: #fff;
    text-align: center;
    text-shadow: 0px 2px 2px rgba(20, 20, 20, 0.5);
}

.homepage_text_row h6{
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-family: "Louize_Italic";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 110%;
    font-size: 1.3em;
    color: #fff;
    text-align: center;
    margin: 10px auto 20px;
    text-shadow: 0px 2px 2px rgba(20, 20, 20, 0.5);
}

.scrolled .homepage_text_row{
    opacity: 0;
    transition-delay: 0s;
}

.pattern_row{}

.loaded .pattern_row{}

.double_pattern_row{
    width: 100%;
    height: auto;
    padding: 0 30px;
    position: absolute;
    bottom: 30px;
    z-index: 0;
    }

.loaded .double_pattern_row{
    position: absolute;
    opacity: 0;
}

.doube_repeat{
    margin: 0 -5px 0px 0;
    width: calc(25vw - 14px);}

.block1{
    display: inline-block;
}

.block2{
    display: inline-block;
}

.block3{
    display: inline-block;
}

.block4{margin-left: -1px;display: inline-block;}

.ie_pattern{}

.homepage .hero_logo{
    opacity: 0;
}

.fixed_colour_block{}

.loaded .fixed_colour_block{}

#home .hero_logo{ display: none;}

.homepage_wrap{
    min-height: 100vh;
    max-height: 100vh;
    background-color: rgba(0,0,0,0);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    border: none;
    border: solid transparent;
    border-width: 90px 40px 40px 40px;
    /* padding: 90px 40px 40px 40px; */
}

.loaded .homepage_wrap{
    background: rgba(20,20,20,0.2);
    background-image: url(../img/classy-fabric.png);
    border: solid #fbf6ec;
    border-width: 90px 40px 40px 40px;
    max-height: 100vh;
    padding: 0;
}


/* carousel */

.carousel_row .slick-slide img {
       display: block;
       max-height: 55vh;
       min-height: 55vh;
       opacity: 0.2;
       -webkit-transition: opacity .5s ease-out;
       -moz-transition: opacity .5s ease-out;
       -o-transition: opacity .5s ease-out;
       transition: opacity .5s ease-out;
       -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
       filter: grayscale(100%);
}

.carousel_row .slick-current img{ opacity: 1; -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: none;
}



.carousel_row .slick-slide {
    padding: 0px 50px 0 50px;
    outline: none;
}

.carousel_row{
    z-index: 12;
    position: relative;
}

.carousel_columns{}

.gallery_wrap{}

.slider-for{
    background: #fbf6ec;
}

.slider-nav{
    font-size: 16px;
    max-width: 650px;
    margin: 0 auto;
}

.caption_wrap{
    margin-bottom: 150px;
}

.caption_wrap h4{font-family: "Graphik-Regular";
    font-weight: 400;
    font-style: normal;
    color: #444;
    line-height: 135%;
    font-size: 0.85em;
    margin: 7px 0 30px 0;
    letter-spacing: 0.1em;
    border-bottom: 1px dotted;
    border-color: rgba(0,0,0,0.4);
    padding: 0px 0 10px;
    text-transform: uppercase;
    max-width: 95%;}

.caption_wrap h3{
    font-style: normal;
    padding: 0px 0 0px;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 130%;
    font-size: 2.0em;
    color: #444;
    text-align: center;
    margin: 70px auto 0;
}

.caption_wrap p{
    max-width: 90%;
    margin: 30px auto 50px;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 145%;
    font-size: 1.2em;
    color: #444;
    text-align: center;
}

.carousel_row{}


.carousel_row .slick-prev {
    left: 0px !important;
}

.carousel_row  .slick-next {
    right: 0px !important;
    /* width: auto; */
}

.carousel_row .slick-prev, .carousel_row .slick-next {
	z-index: 99 !important;
	width: 90px;
	height: 100%;
	}

.carousel_row  .slick-prev:before, .carousel_row  .slick-next:before {

    font-size: 60px;
    line-height: 95%;
    opacity: 1;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev, .slick-next {
    z-index: 99 !important;
    background: #fbf6ec !important;
}

.slick-prev:before
{
    content: "4" !important;
    margin-left: -5px !important;
}

.slick-next:before
{
    content: "5" !important;
    margin-left: -5px !important;
}

.slick-prev:before, .slick-next:before {
    font-family: 'ElegantIcons' !important;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li button:before {
    font-family: 'ElegantIcons' !important;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '^';
    text-align: center;
    opacity: .25;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.carousel_row{}

/* --------- body ---------*/ 

.page_section{
    background: #fbf6ec;
    font-size: 15px;
}

#architecture{}

#location{}

#lifestyle{}

#project_team{}

#footer{
    background: #222;
    background-image: url(../img/binding-dark.png);
    margin: 100px auto 0;
    padding: 80px 0 100px;
}

.intro_block{
    /* min-height: 60vh; */
    /* margin: 100px auto 0; */
    text-align: center;
}

.intro_holder{ height: 100%;}

.architecture_intro{}

.location_intro{}

.life_intro{}

.team_intro{}

.intro_image{
    /* background: url('../img/render1.jpg'); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.arch_intro_img{
    background: url(../img/render1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.location_intro_img{
    background: url(../img/life12.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.life_intro_img{
    background: url(../img/life1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.team_intro_img{
    background: url(../img/team_hero.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.intro_text{
    padding: 60px 0;
}

.arch_intro_text{
    background: #462922;
    background-image: url(../img/binding-dark.png);
    color: #f0d6b5;
}

.location_intro_text{
    background: #462922;
    background-image: url(../img/binding-dark.png);
    color: #f0d6b5;
}

.life_intro_text{
    background: #19401c;
    background-image: url(../img/binding-dark.png);
    color: #d69daa;
}

.team_intro_text{
    background: #19401c;
    background-image: url(../img/binding-dark.png);
    color: #d69daa;
}

.intro_text h1{
    width: 100%;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 110%;
    font-size: 3.2em;
    margin: 0px auto;
}

.top_intro_row{}

.top_intro_row h1{
}

.bottom_intro_row{}

.bottom_intro_row h1{}

.middle_intro_row{}

.script{
    margin: 0 auto;
    height: auto;
    width: 480px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.arch_script{}

.life_script{}

.location_script{}

.team_script{
    width: 80%;
}

.guide_script{
    width: 550px !important;
}

.ormond_script{
    width: 550px !important;
}

.neighbour_script, .tenn_script, .ormond_script, .guide_script{
    width: 550px;
    margin: 0 auto 80px;
    transform: none;
    top: auto;
    display: block;
}

.tenn_script{
}

.split_row{
    /* max-width: 95rem; */
    margin: 0 auto;
}

.arch_split{}

.life_split{
    text-align: center;
}

.split_row h1{
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 110%;
    font-size: 3.0em;
    color: #444;
    text-align: center;
    margin: 0 auto 40px;
    max-width: 550px;
}

.split_row h6{
    max-width: 85%;
    margin: 0 auto 0px;
    font-family: "Louize_Italic";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.2em;
    color: #444;
    text-align: center;
}

.split_row p{
    max-width: 80%;
    margin: 30px auto 50px;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 145%;
    font-size: 1.2em;
    color: #444;
    text-align: center;
}

.split_image{}

.sketch{}

.gallery_wrap{}

.image_split{}

.padded_img{
    /* padding: 10%; */
}

.padded_img img{
    max-width: 66%;
    margin: 0 auto;
    display: block;
}

.body_copy{}

.body_copy p{
    max-width: 90%;
    margin: 50px 0 0;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 145%;
    font-size: 1.2em;
    color: #444;
    text-align: left;
}


.lifestyle_text_block{}

.ill{
    max-width: 140px;
    margin: 20px auto 40px;
}

.ill1{}

.ill2{}

.ill3{}

.ill4{}

.ill5{}

.life_copy{}

.life_copy h4{
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 110%;
    font-size: 2.2em;
    color: #19401c;
    text-align: center;
    margin: 30px auto 20px;
}

.life_copy p{
    max-width: 90%;
    margin: 20px auto 0;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 145%;
    font-size: 1.1em;
    color: #19401c;
    text-align: left;
}

.life_copy h2{
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 110%;
    font-size: 1.6em;
    color: #19401c;
    text-align: center;
    margin: 60px auto 40px;
    border: dotted #19401c;
    border-width: 1px 0;
    padding: 13px 0px;
        -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

a[aria-expanded="true"] h2{
 opacity: 0;
 /* height: 0; */
 margin: 0 0 20px;
}

.life_copy h2 a{}

.large_intro{}

.green_wrap{background:  #19401c;background-image: url("../img/binding-dark.png"); /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */font-size: 15px;}


.large_intro h1{
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 130%;
    font-size: 2.1em;
    color: #fbf6ec;
    text-align: left;
    margin: 0px auto 20px;
    max-width: 95%;
}

.down_arrow{
    max-width: 20px;
}

.icon_wrap{
    min-height: 90px;
    position: relative;
    margin: 0 auto 40px;
}

.icon{
    max-height: 90px;
    margin: 0 auto;
    /* position: absolute; */
}

.icon{
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translateX(-50%);
}

.icon1{
    max-height: 45px;
}

.icon2{}

.icon3{}

.icon4{
    max-height: 45px;
}

.icon5{
    max-height: 50px;
}

.icon6{
    max-height: 50px;
}

.icon7{}

.icon8{}

.icon9{}

.icon10{
    max-height: 50px;
}

.icon11{
    max-height: 50px;
}

.icon12{
    max-height: 80px;
}

.icon13{
    max-height: 65px;
}

.icon14{
    max-height: 45px;
}

.icon15{}

.icon16{
    max-height: 60px;
}

.icon17{
    max-height: 60px;
}

.icon18{
    max-height: 75px;
}

.map_row{}

.map_holder{
    background: transparent;
}

.map_legend{
    padding: 10vh 0 0 0;
}

.map_legend h5{
    font-style: normal;
    padding: 0px 0 0px;
    font-weight: 400;
    font-family: "Louize_Medium";
    letter-spacing: 0.01em;
    line-height: 110%;
    font-size: 1.5em;
    color: #19401c;
    text-align: left;
    margin: 0px 0 15px 0;
}

.map_legend ol{
    max-width: 90%;
    margin: 0px auto 30px 25px;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 160%;
    font-size: 1.1em;
    color: #19401c;
    text-align: left;
    list-style: decimal-leading-zero;
}

.hs-tooltip h3, .hs-tooltip p {
    margin: 0;
    font-family: "Louize" !important;
    font-size: 15px !important;
    color: #fbf6ec !important;
}

.map_legend li{}

.large_quote{}

.large_quote h1{
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 110%;
    font-size: 3.4em;
    color: #444;
    text-align: center;
    margin: 0 auto 60px;
    max-width: 800px;
    text-indent: -20px;
}

.large_quote h3{
    max-width: 85%;
    margin: 0 auto 0px;
    font-family: "Louize_Italic";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.2em;
    color: #444;
    text-align: center;
}

.profile{
    max-width: 200px;
    margin: 0 auto 30px;
    display: block;
}

.signature{
    max-width: 280px;
    margin: 0 auto;
    display: block;
}

.interview_text_block{}

.interview_text_block p{}

.interview_text_block p strong{
    font-weight: 400;
    font-family: "Louize_Medium";
}

.team_row{}

.team_text{}

.team_text h3{
    font-family: "Louize_Medium";
    max-width: 90%;
    margin: 20px auto 0 10%;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 145%;
    font-size: 1.6em;
    color: #19401c;
    text-align: left;
    border-bottom: none;
}

.team_text p{
    max-width: 90%;
    margin: 26px auto 0;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 145%;
    font-size: 1.2em;
    color: #19401c;
    text-align: left;
}

.footer_row{}

.footer_row h2{
    max-width: inherit;
    margin: 0 auto 0px;
    font-family: "Louize_Italic";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.2em;
    color: #fbf6ec;
    text-align: left;
}

.footer_row h3{
    font-family: "Louize_Medium";
    max-width: 90%;
    margin: 10px auto 30px 0;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 145%;
    font-size: 2.1em;
    color: #fbf6ec;
    text-align: left;
}

.footer_row h4 a{
    list-style: none;
    text-align: center;
    font-size: 0.7em;
    color: #222;
    font-family: "Louize_Medium";
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin: 0;
    padding: 0.6em 1.4em;
    border: 1px solid #fbf6ec;
    background: #fbf6ec;
    top: 25px;
    right: 40px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.client_row{
    text-align: right;
    margin: 0 0 20px 0;
}

.cl{
    max-width: 120px;
    display: inline-block;
    margin: 0 0px 0 20px;
}

.cl1{
    margin-top: 9px;
}

.cl2{
    margin-top: 17px;
}

.cl3{
    max-width: 60px;
}

.cl4{
    max-width: 100px;
    margin-top: 0px;
}

.footer_text_row{
    text-align: right;
}

.footer_text_row h5{
    max-width: inherit;
    margin: 0;
    font-family: "Louize_Italic";
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 150%;
    font-size: 1.0em;
    color: #fbf6ec;
    text-align: right;
}
    
}
@media screen and (min-width: 120em) {
    
/* --------- global ---------*/ 
a{
    color: inherit;
    outline: none;
}

a:hover, a:focus, a:visited, a:active{
    color: inherit;
}

body{
    /* font-size: 14px; */
    background: #fbf6ec;
}

.grid-container{
    padding-right: 0;
    padding-left: 0;
    max-width: 100vw;
    overflow-x: hidden;
    overflow-y: scroll;
}

#Form_Modal .grid-x{margin: 0 auto;max-width: 600px;}

.unscrolled{}

.scrolled{}

.mb{
    margin-bottom: 15vh !important;
}

.mt{}

.pb{
    padding-bottom: 150px;
}

.pt{
    padding-top: 150px;
}

.fullwidth { max-width: inherit; min-width: 100%;}

 .fullwidth img{min-width: 100%;max-width: 100%;}

.narrow_row{max-width: 90rem;margin: 0 auto;}

.intro_block_row{
    min-height: 70vh;
    margin: 15vh auto 15vh;
    min-height: calc(100vh - 260px);
    margin: 170px auto 90px;
}

.white_wrap{background: rgba(255,255,255,0.5);}

.dark_overlay{
    background: rgba(20,20,20,0.6);
    background-image: url(../img/classy-fabric.png);
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    min-height: 100vh;
    }


/* --------- menu modal ---------*/ 

.reveal{
    font-size: 18px;
    border: none;
    padding: 0;
    background: transparent;
}

#Menu_Modal{
    text-align: center;
    color: #fff;
    z-index: 10;
    padding: 0;
    /* background: rebeccapurple; */
}

.menu_overlay{}

.menu_row{
    z-index: 2;
    position: relative;
    height: 100%;
    background: transparent;
    padding: 0 !important;
}

#main_nav{
    list-style: none;
    margin-left: 0;
    text-align: center;
    font-size: 2.8em;
    color: #444;
    font-family: "Louize";
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

#main_nav li {
    min-height: 9vh;
}

#main_nav:hover li { opacity:0.5; }

#main_nav li:hover { opacity:1; }

#main_nav li a{}

#main_nav li a:hover{}

#main_nav:focus li a{}

#background_images{z-index: 1;background-size: cover;}

#background_images {}

#background_images div{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.disjointed{
    background-color: #222;
    min-height: 100vh;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    background-size: cover;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


.close-button{
    width: 35px;
    z-index: 20;
    left: 26px;
    top: 28px;
    z-index: 999;
    position: fixed;
}

.close-button .cls-1{
    fill: #fff;
}

.menu_register{
    list-style: none;
    text-align: center;
    font-size: 1.25em;
    color: #444;
    font-family: "Louize_Italic";
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.07em;
    margin: 5vh 0 0;
}

.menu_register_btn{
    padding: 0.6em 1.4em;
    border: 1px solid #444;
    background: transparent;
}

#background_images #arch_link, #background_images #video_link, #background_images #life_link, #background_images #location_link, #background_images #team_link{   background-size: cover !important; background-position: center bottom !important;}


#no_link{
    background: url("../img/linen.png") !important;
    background-size: initial !important;
}

.is-reveal-open .overlay_image_visible .menu_row{background: rgba(20,20,20,0.2); background-image: url("../img/classy-fabric.png");}

.is-reveal-open .overlay_image_visible #main_nav{
    color: #fff;
}

.is-reveal-open #fixed_nav {
    border-bottom: 1px solid rgba(20,20,20,.2);
    background: transparent !important;
}

.is-reveal-open .overlay_image_visible #fixed_nav {
    border-bottom: 1px solid rgba(255,255,255,.2);
    background: transparent;
}

.is-reveal-open .overlay_image_visible .register_btn{
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
}
.is-reveal-open .overlay_image_visible .menu_register{
    color: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.is-reveal-open .overlay_image_visible .menu_register_btn{
    border: 1px solid #fff;
}

.is-reveal-open .overlay_image_visible .menu_icon{
   fill:#fff;
}

.loaded .menu_icon {
       fill: #333;
}


.scrolled .menu_icon{
   fill: #444;
}

.homepage .menu_icon{
   fill:#fff;
}

.hero_logo .cls-1{fill:#333;  -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;}

.is-reveal-open .overlay_image_visible .hero_logo .cls-1{fill:#fff;}


/* --------- video modal ---------*/ 

.video_overlay{}

#Video_Modal{}

#Video_Modal .close-button{}

#Video_Modal .close-button .cls-1{}

.video_row{}

.video_column{}

         .responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 0px; overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* ------ Form Modal ------*/ 

.register_overlay{
    background: transparent;
    background-image: url(../img/render3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* overflow-y: scroll; */
}

#Form_Modal{}

.modal_text_row{
    z-index: 20;
    position: relative;
}

.modal_text_row h3{
    font-family: "Louize_Italic";
    max-width: 90%;
    margin: 20px auto 0px 0;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 145%;
    font-size: 1.6em;
    color: #fbf6ec;
    text-align: left;
    text-shadow: 0px 2px 2px rgba(20, 20, 20, 0.5);
}

.modal_text_row h4{
    font-family: "Louize_Medium";
    max-width: 90%;
    margin: 10px auto 20px 0;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 145%;
    font-size: 2.1em;
    color: #fbf6ec;
    text-align: left;
    text-shadow: 0px 2px 2px rgba(20, 20, 20, 0.5);
}

.form_row{
    z-index: 20;
    position: relative;
}

.form_col{}

.copyright_row{
    z-index: 20;
    position: relative;
}

.copyright_text{}

.copyright_text h3{
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 110%;
    font-size: 1.5em;
    color: #fff;
    text-align: left;
    margin: 20px auto 20px;
    text-shadow: 0px 2px 2px rgba(20, 20, 20, 0.5);
}

.copyright_text h4{
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-family: "Louize_Italic";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 110%;
    font-size: 1.0em;
    color: #fff;
    text-align: left;
    margin: 20px auto 120px;
    text-shadow: 0px 2px 2px rgba(20, 20, 20, 0.5);
}

#Form_Modal .close-button{}

#Form_Modal .close-button .cls-1{}


/* ------ navigation ------*/ 

#fixed_nav{
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    background: transparent;
    z-index: 20;
    border-bottom: 1px solid rgba(255,255,255,.9);
    min-height: 90px;
    font-size: 14px;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.loaded #fixed_nav{
    background: #fbf6ec;
    border-bottom: none;
}

.homepage #fixed_nav{
    border-bottom: none;
}

.scrolled #fixed_nav{
    background: #fbf6ec;
    border-bottom: 1px solid rgba(20,20,20,.2);
    min-height: 75px;
}

.fixed_nav_row{}

.menu_btn{
    position: absolute;
    left: 40px;
    top: 30px;
    width: 30px;
    height: 30px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.menu_icon{
    max-width: 45px;
    fill: #fff;
}

.hero_logo{
    max-width: 300px;
    margin: 30px auto 10px;
    display: block;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.register_btn{
    list-style: none;
    text-align: center;
    font-size: 1.0em;
    color: #fff;
    font-family: "Louize_Medium";
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    margin: 0px 0 0;
    padding: 0.6em 1.4em;
    border: 1px solid #fff;
    background: rgba(20,20,20,0.1);
    position: absolute;
    top: 25px;
    right: 40px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.homepage .register_btn{
    color: #fff;
    border: 1px solid #fff;
    background: rgba(20,20,20,0.08);
}



.scrolled .fixed_nav_row{}

.scrolled .menu_btn{
    top: 22px;
}

.scrolled .menu_icon{}

.scrolled .hero_logo{
    max-width: 200px;
    margin: 20px auto 10px;
}

.loaded .register_btn{color: #333;border: 1px solid #333;background: transparent;}


.scrolled .register_btn{
    top: 15px;
    color: #fbf6ec;
    border: 1px solid #333;
    background: #333;
}

.menu_text{
    list-style: none;
    text-align: center;
    font-size: 1.0em;
    color: #fff;
    font-family: "Louize_Medium";
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    margin: 0px 0 0;
    padding: 0.6em 1.1em;
    background: transparent;
    position: absolute;
    left: 25px;
    top: -3px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    margin: 0 0 0 0;
}

.is-reveal-open .overlay_image_visible .menu_text{
    color: #fff;
}


.loaded .menu_text{
    color: #333;
}

.scrolled .menu_text{
    color: #333;
}

/* --------- homepage ---------*/ 

#homepage{
    min-height: 100vh;
    max-width: 100vw;
    background: #cfc8c1;
    background-image: none;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    background-image: url(../img/render2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    max-height: 100vh;
    max-width: 100vw;
    background-attachment: fixed;
}

.loaded #homepage{background: transparent;background-image: url('../img/render2.jpg');background-size: cover;background-repeat: no-repeat;background-position: center center;max-height: 100vh;max-width: 100vw;background-attachment: fixed;}

.colour_block{-webkit-transition: opacity 1s ease-out;-moz-transition: opacity 1s ease-out;-o-transition: opacity 1s ease-out;transition: opacity 1s ease-out;opacity: 1;background: #cfc8c1;position: absolute;width:100vw;height: 100vh;left:0;top:0;}

.loaded .colour_block{ opacity: 0;}

.homepage_logo_row{
    /* min-height: calc(100vh - 330px); */
}

.home_logo{
    width: 700px;
    margin: 5vh auto 0px;
    display: block;
}

.loaded .home_logo{}

.homepage_logo_row{width: 100%;height: calc(100vh - 400px);}

.loaded .homepage_logo_row{
}

.homepage_text_row{width: 100%;height: 300px;-webkit-transition: all 1s ease-out;-moz-transition: all 1s ease-out;-o-transition: all 1s ease-out;transition: all 1s ease-out;opacity: 0;}

.loaded .homepage_text_row{opacity: 1;transition-delay: .5s;}

.homepage_text_row h1{
    margin: 0px auto;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    max-width: 550px;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 110%;
    font-size: 3.2em;
    color: #fff;
    text-align: center;
    text-shadow: 0px 2px 2px rgba(20, 20, 20, 0.5);
}

.homepage_text_row h6{
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-family: "Louize_Italic";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 110%;
    font-size: 1.4em;
    color: #fff;
    text-align: center;
    margin: 20px auto 20px;
    text-shadow: 0px 2px 2px rgba(20, 20, 20, 0.5);
}

.scrolled .homepage_text_row{
    opacity: 0;
    transition-delay: 0s;
}

.pattern_row{}

.loaded .pattern_row{}

.double_pattern_row{
    width: 100%;
    height: auto;
    padding: 0 30px;
    position: absolute;
    bottom: 30px;
    z-index: 0;
    }

.loaded .double_pattern_row{
    position: absolute;
    opacity: 0;
}

.doube_repeat{
    margin: 0 -5px 0px 0;
    width: calc(25vw - 14px);}

.block1{
    display: inline-block;
}

.block2{
    display: inline-block;
}

.block3{
    display: inline-block;
}

.block4{margin-left: -1px;display: inline-block;}

.ie_pattern{}

.homepage .hero_logo{
    opacity: 0;
}

.fixed_colour_block{}

.loaded .fixed_colour_block{}

#home .hero_logo{ display: none;}

.homepage_wrap{
    min-height: 100vh;
    max-height: 100vh;
    background-color: rgba(0,0,0,0);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    border: none;
    border: solid transparent;
    border-width: 90px 40px 40px 40px;
    /* padding: 90px 40px 40px 40px; */
}

.loaded .homepage_wrap{
    background: rgba(20,20,20,0.2);
    background-image: url(../img/classy-fabric.png);
    border: solid #fbf6ec;
    border-width: 90px 40px 40px 40px;
    max-height: 100vh;
    padding: 0;
}


/* carousel */

.carousel_row .slick-slide img {
       display: block;
       max-height: 55vh;
       min-height: 55vh;
       opacity: 0.2;
       -webkit-transition: opacity .5s ease-out;
       -moz-transition: opacity .5s ease-out;
       -o-transition: opacity .5s ease-out;
       transition: opacity .5s ease-out;
       -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
       filter: grayscale(100%);
}

.carousel_row .slick-current img{ opacity: 1; -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: none;
}



.carousel_row .slick-slide {
    padding: 0px 50px 0 50px;
    outline: none;
}

.carousel_row{
    z-index: 12;
    position: relative;
}

.carousel_columns{}

.gallery_wrap{}

.slider-for{
    background: #fbf6ec;
}

.slider-nav{
    font-size: 16px;
    max-width: 650px;
    margin: 0 auto;
}

.caption_wrap{
    margin-bottom: 150px;
}

.caption_wrap h4{font-family: "Graphik-Regular";
    font-weight: 400;
    font-style: normal;
    color: #444;
    line-height: 135%;
    font-size: 0.85em;
    margin: 7px 0 30px 0;
    letter-spacing: 0.1em;
    border-bottom: 1px dotted;
    border-color: rgba(0,0,0,0.4);
    padding: 0px 0 10px;
    text-transform: uppercase;
    max-width: 95%;}

.caption_wrap h3{
    font-style: normal;
    padding: 0px 0 0px;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 130%;
    font-size: 2.0em;
    color: #444;
    text-align: center;
    margin: 70px auto 0;
}

.caption_wrap p{
    max-width: 90%;
    margin: 30px auto 50px;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 145%;
    font-size: 1.2em;
    color: #444;
    text-align: center;
}

.carousel_row{}


.carousel_row .slick-prev {
    left: 0px !important;
}

.carousel_row  .slick-next {
    right: 0px !important;
    /* width: auto; */
}

.carousel_row .slick-prev, .carousel_row .slick-next {
	z-index: 99 !important;
	width: 90px;
	height: 100%;
	}

.carousel_row  .slick-prev:before, .carousel_row  .slick-next:before {

    font-size: 60px;
    line-height: 95%;
    opacity: 1;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev, .slick-next {
    z-index: 99 !important;
    background: #fbf6ec !important;
}

.slick-prev:before
{
    content: "4" !important;
    margin-left: -5px !important;
}

.slick-next:before
{
    content: "5" !important;
    margin-left: -5px !important;
}

.slick-prev:before, .slick-next:before {
    font-family: 'ElegantIcons' !important;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li button:before {
    font-family: 'ElegantIcons' !important;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '^';
    text-align: center;
    opacity: .25;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.carousel_row{}

/* --------- body ---------*/ 

.page_section{
    background: #fbf6ec;
    font-size: 16px;
}

#architecture{}

#location{}

#lifestyle{}

#project_team{}

#footer{
    background: #222;
    background-image: url(../img/binding-dark.png);
    margin: 100px auto 0;
    padding: 80px 0 100px;
}

.intro_block{
    /* min-height: 60vh; */
    /* margin: 100px auto 0; */
    text-align: center;
}

.intro_holder{ height: 100%;}

.architecture_intro{}

.location_intro{}

.life_intro{}

.team_intro{}

.intro_image{
    /* background: url('../img/render1.jpg'); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.arch_intro_img{
    background: url(../img/render1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.location_intro_img{
    background: url(../img/life12.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.life_intro_img{
    background: url(../img/life1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.team_intro_img{
    background: url(../img/team_hero.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.intro_text{
    padding: 60px 0;
}

.arch_intro_text{
    background: #462922;
    background-image: url(../img/binding-dark.png);
    color: #f0d6b5;
}

.location_intro_text{
    background: #462922;
    background-image: url(../img/binding-dark.png);
    color: #f0d6b5;
}

.life_intro_text{
    background: #19401c;
    background-image: url(../img/binding-dark.png);
    color: #d69daa;
}

.team_intro_text{
    background: #19401c;
    background-image: url(../img/binding-dark.png);
    color: #d69daa;
}

.intro_text h1{
    width: 100%;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 110%;
    font-size: 3.7em;
    margin: 0px auto;
}

.top_intro_row{}

.top_intro_row h1{
}

.bottom_intro_row{}

.bottom_intro_row h1{}

.middle_intro_row{}

.script{
    margin: 0 auto;
    height: auto;
    width: 500px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.arch_script{}

.life_script{}

.location_script{}

.team_script{
    width: 90%;
}

.guide_script{
    width: 600px !important;
}

.ormond_script{
    width: 600px !important;
}

.neighbour_script, .tenn_script, .ormond_script, .guide_script{
    width: 700px;
    margin: 0 auto 80px;
    transform: none;
    top: auto;
    display: block;
}

.tenn_script{
}

.split_row{
    /* max-width: 95rem; */
    margin: 0 auto;
}

.arch_split{}

.life_split{
    text-align: center;
}

.split_row h1{
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 110%;
    font-size: 3.1em;
    color: #444;
    text-align: center;
    margin: 0 auto 60px;
    max-width: 650px;
}

.split_row h6{
    max-width: 85%;
    margin: 0 auto 0px;
    font-family: "Louize_Italic";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.2em;
    color: #444;
    text-align: center;
}

.split_row p{
    max-width: 80%;
    margin: 30px auto 50px;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 145%;
    font-size: 1.2em;
    color: #444;
    text-align: center;
}

.split_image{}

.sketch{}

.gallery_wrap{}

.image_split{}

.padded_img{
    /* padding: 10%; */
}

.padded_img img{
    max-width: 66%;
    margin: 0 auto;
    display: block;
}

.body_copy{}

.body_copy p{
    max-width: 90%;
    margin: 50px 0 0;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 145%;
    font-size: 1.2em;
    color: #444;
    text-align: left;
}


.lifestyle_text_block{}

.ill{
    max-width: 160px;
    margin: 20px auto 70px;
}

.ill1{}

.ill2{}

.ill3{}

.ill4{}

.ill5{}

.life_copy{}

.life_copy h4{
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 110%;
    font-size: 2.2em;
    color: #19401c;
    text-align: center;
    margin: 30px auto 20px;
}

.life_copy p{
    max-width: 90%;
    margin: 20px auto 0;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 145%;
    font-size: 1.2em;
    color: #19401c;
    text-align: left;
}

.life_copy h2{
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 110%;
    font-size: 1.6em;
    color: #19401c;
    text-align: center;
    margin: 60px auto 40px;
    border: dotted #19401c;
    border-width: 1px 0;
    padding: 13px 0px;
        -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

a[aria-expanded="true"] h2{
 opacity: 0;
 /* height: 0; */
 margin: 0 0 20px;
}

.life_copy h2 a{}

.large_intro{}

.green_wrap{background:  #19401c;background-image: url("../img/binding-dark.png"); /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */font-size: 15px;}


.large_intro h1{
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 130%;
    font-size: 2.1em;
    color: #fbf6ec;
    text-align: left;
    margin: 0px auto 20px;
    max-width: 95%;
}

.down_arrow{
    max-width: 20px;
}

.icon_wrap{
    min-height: 90px;
    position: relative;
    margin: 0 auto 40px;
}

.icon{
    max-height: 90px;
    margin: 0 auto;
    /* position: absolute; */
}

.icon{
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translateX(-50%);
}

.icon1{
    max-height: 45px;
}

.icon2{}

.icon3{}

.icon4{
    max-height: 45px;
}

.icon5{
    max-height: 50px;
}

.icon6{
    max-height: 50px;
}

.icon7{}

.icon8{}

.icon9{}

.icon10{
    max-height: 50px;
}

.icon11{
    max-height: 50px;
}

.icon12{
    max-height: 80px;
}

.icon13{
    max-height: 65px;
}

.icon14{
    max-height: 45px;
}

.icon15{}

.icon16{
    max-height: 60px;
}

.icon17{
    max-height: 60px;
}

.icon18{
    max-height: 75px;
}

.map_row{}

.map_holder{
    background: transparent;
}

.map_legend{
    padding: 10vh 0 0 0;
}

.map_legend h5{
    font-style: normal;
    padding: 0px 0 0px;
    font-weight: 400;
    font-family: "Louize_Medium";
    letter-spacing: 0.01em;
    line-height: 110%;
    font-size: 1.5em;
    color: #19401c;
    text-align: left;
    margin: 0px 0 15px 0;
}

.map_legend ol{
    max-width: 90%;
    margin: 0px auto 30px 30px;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 160%;
    font-size: 1.2em;
    color: #19401c;
    text-align: left;
    list-style: decimal-leading-zero;
}

.hs-tooltip h3, .hs-tooltip p {
    margin: 0;
    font-family: "Louize" !important;
    font-size: 15px !important;
    color: #fbf6ec !important;
}

.map_legend li{}

.large_quote{}

.large_quote h1{
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 110%;
    font-size: 3.4em;
    color: #444;
    text-align: center;
    margin: 0 auto 60px;
    max-width: 800px;
    text-indent: -20px;
}

.large_quote h3{
    max-width: 85%;
    margin: 0 auto 0px;
    font-family: "Louize_Italic";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.2em;
    color: #444;
    text-align: center;
}

.profile{
    max-width: 200px;
    margin: 0 auto 30px;
    display: block;
}

.signature{
    max-width: 280px;
    margin: 0 auto;
    display: block;
}

.interview_text_block{}

.interview_text_block p{}

.interview_text_block p strong{
    font-weight: 400;
    font-family: "Louize_Medium";
}

.team_row{}

.team_text{}

.team_text h3{
    font-family: "Louize_Medium";
    max-width: 100%;
    margin: 20px auto 0 10%;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 145%;
    font-size: 1.5em;
    color: #19401c;
    text-align: left;
    border-bottom: none;
}

.team_text p{
    max-width: 90%;
    margin: 26px auto 0;
    font-family: "Louize";
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 145%;
    font-size: 1.2em;
    color: #19401c;
    text-align: left;
}

.footer_row{}

.footer_row h2{
    max-width: inherit;
    margin: 0 auto 0px;
    font-family: "Louize_Italic";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-size: 1.2em;
    color: #fbf6ec;
    text-align: left;
}

.footer_row h3{
    font-family: "Louize_Medium";
    max-width: 90%;
    margin: 10px auto 40px 0;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 145%;
    font-size: 1.9em;
    color: #fbf6ec;
    text-align: left;
}

.footer_row h4 a{
    list-style: none;
    text-align: center;
    font-size: 0.7em;
    color: #222;
    font-family: "Louize_Medium";
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin: 0;
    padding: 0.6em 1.4em;
    border: 1px solid #fbf6ec;
    background: #fbf6ec;
    top: 25px;
    right: 40px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.client_row{
    text-align: right;
    margin: 0 0 20px 0;
}

.cl{
    max-width: 110px;
    display: inline-block;
    margin: 0 0px 0 30px;
}

.cl1{
    margin-top: 6px;
}

.cl2{
    margin-top: 12px;
}

.cl3{
    max-width: 55px;
}

.cl4{
    max-width: 90px;
    margin-top: 0px;
}

.footer_text_row{
    text-align: right;
}

.footer_text_row h5{
    max-width: inherit;
    margin: 0;
    font-family: "Louize_Italic";
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 150%;
    font-size: 1.0em;
    color: #fbf6ec;
    text-align: right;
}
    
}



























