/* 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; } }

.fade-in {
  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;
}


.fade-in.one {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}

.fade-in.two {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.fade-in.three {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  animation-delay: 2.5s;
}



.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%;
}


.homepage #myModal2 .close-reveal-modal {
    color: #f7e7dc !important;}

@media only screen {

    
      .home_text_mobile{
    position: relative;
    z-index: 99;
    width: 100vw;
    max-width: 100vw;
    margin: 0 auto;
    position: absolute;
    left: 0%;
    top: 45vh;
    padding: 0 5%;
    background: #f7e7dc;
}
    
         .home_text_mobile h1{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.01em;
    font-size: 19px;
    text-align: left;
    margin: 20px auto 20px;
    z-index: 22;
    line-height: 125%;
    text-shadow: none;
    }
    
         .home_text_mobile h5{}
    
        .mobile_reg{}
    
        .mobile_reg_btn{
    background: #004023;
    display: block;
    padding: 10px 0 10px 15px;
    color: #fff !important;
    font-family: "Akkurat-Bold";
    font-weight: 400;
    letter-spacing: 0.10em;
    line-height: 165%;
    max-width: inherit;
    font-size: 14px;
    width: 260px;
    margin: 0 0 120px 0;
    }
    
    
    
    #video_holder {
    z-index: 0;
    position: absolute;
    border: 0;
    padding: 0;
    z-index: 1;
    /* overflow: hidden; */
    max-width: 100vw;
}
    
    .light_overlay {
    position: fixed;
    z-index: 20;
    border: solid #ebe2d9;
    border-width: 0vh 0vw;
    background: rgba(0,0,0,0.0);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
}
    
    video#bgvid {
    position: fixed;
    top: 60px;
    left: 0%;
    min-width: 100%;
    min-height: 45vh;
    width: auto;
    height: 45vh;
    z-index: -100;
    -ms-transform: translateX(-0%) translateY(-0%);
    -moz-transform: translateX(-0%) translateY(-0%);
    -webkit-transform: translateX(-0%) translateY(-0%);
    transform: translateX(-0%) translateY(-0%);
    background: url(../img/hero.jpg) no-repeat;
    background-size: cover;
}
    
    
    
        #myModal2 {
    background: transparent;
    max-width: 100vw;
    padding: 100px 0;
    width: 100%;
    border: none;
}

#myModal2 .close-reveal-modal {
    color: #004023 !important;
    cursor: pointer;
    font-size: 2.5rem;
    line-height: 1;
    position: fixed;
    top: 0.625rem;
    right: 1.375rem;
}

    
/* Global */

    .accordion .accordion-navigation > a, .accordion dd > a {
    background: #004023;
    display: block;
    padding: 10px 0 10px 15px;
    color: #fff;
    font-family: "Akkurat-Bold";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 165%;
    max-width: inherit;
    font-size: 13px;
    margin: 0 auto 30px 0;
}
   
.accordion .accordion-navigation.active > a, .accordion dd.active > a {
 
    display: none;
}    
    
 .accordion .accordion-navigation > .content, .accordion dd > .content {

    padding: 0px 0;
}   
    
body{}

.row{
    max-width: 112.5rem;
}

.row .row{
    margin: 0 0;
}

.mb{
    margin-bottom: 30px;
}

.mt{
    margin-top: 100px !important;
}

.pb{
    padding-bottom: 100px;
}

.pt{
    padding-top: 40px;
}

.fullWidth{
    max-width: calc(100vw - 0px);
}

.fullWidth img{ min-width: 100%;}

.fullWidth .columns{
    padding-left: 0;
    padding-right: 0;
}

.flex-caption{
    color: #fff;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.09em;
    line-height: 155%;
    max-width: inherit;
    font-size: 7px;
    margin: 0px auto 0px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    }

.external_caption{
     color: #004023;
     position: relative;
     bottom: inherit;
     left: inherit;
     font-size: 11px;
     letter-spacing: 0.04em;
     margin: 8px auto 10px;
}

.padded_col{
    padding: 150px 0;
}

.padded_col2{
    padding: 50px 100px 0;
}

.homepage{background-color: #f7e7dc;overflow-x: hidden;}

.box {
	min-height: calc(100vh - 60px);
	margin: 0 auto;
	padding: 0px;
	background-repeat: no-repeat;
	background-repeat: no-repeat !important;
	background-position: bottom !important;
	background-size: cover !important;
	overflow: hidden;
}

/* Modal Popup */

.reveal-modal-bg{
    background: #F2E6DA;
    background: rgba(242, 230, 216, 0.8);
}

.reveal-modal{
    background: #004227;
    max-width: 45rem;
    outline: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 70px 10px 35px;
}

.reveal-modal .close-reveal-modal{
    color: #F2E6DA;
    font-weight: lighter;
    font-size: 3rem;
}

img.register_logo{
    max-width: 150px;
    height: 38px;
    margin: 0 auto;
    display: block;
}

.reveal-modal h4{
    text-align: center;
    margin: 30px auto 20px;
}

.reveal-modal hr{
    border: dotted #F2E6DA;
    border-width: 1px 0 0 0;
    max-width: 141px;
    margin: 30px auto 20px;
}

.reveal-modal h5{
    color: #F2E6DA;
    font-family: "Akkurat_Light";
    font-size: 10px;
    letter-spacing: 0.06em;
    margin: 15px auto 20px;
    line-height: 150%;
    text-align: center;
}

.reveal-modal h5 a{
    color: #F2E6DA !important;
}

.reveal-modal .two{
    /* display: none; */
    margin: 0 auto;
    border: none;
}

.form_row{}

.contact_details{
    color: #F2E6DA;
    font-family: "Akkurat_Light";
    font-size: 13px;
    letter-spacing: 0.06em;
    margin: 0px auto 30px;
    line-height: 150%;
    text-align: center;
    }

.contact_details a{ color: inherit;}

.reveal-modal .contact_details{   margin: 20px auto 0px;}

.reveal-modal .contact_details a{ color: #F2E6DA;}

.reveal-modal h4 {
    color: #F2E6DA;
    font-family: "Akkurat_Light";
    font-size: 1.0em;
    letter-spacing: 0.06em;
    line-height: 150%;
    text-align: center;
    margin: 30px auto 20px;
}


/* desktop navigation */


.desktop_nav_row{
    position: fixed;
    z-index: 999;
    width: 100vw;
    background-color: #f7e7dc;
    max-width: inherit;
    left: 0vw;
    top: 0px;
}

.scrolled .desktop_nav_row {top: inherit;position: fixed;bottom: 0;background-color: #fff;}

.homepage .desktop_nav_row{/* top:inherit; *//* bottom:-100px; */background-color: #004023;}

.homepage.loaded .desktop_nav_row{top:inherit;bottom: 0px;-webkit-transition: bottom 1.5s ease-out;-moz-transition: bottom 1.5s ease-out;-o-transition: bottom 1.5s ease-out;transition: bottom 1.5s ease-out;transition-delay: 1s;}

.desktop_logo{
    max-width: 55%;
    margin: 5vh auto 0;
    text-align: center;
    display: block;
    max-height:  12vh;
}

.desktop_nav{
    margin-left:  0;
    margin: 50px auto 45px;
    text-align: right;
}

.scrolled .desktop_nav{
    margin: 15px auto 20px;
    min-height:  auto;
}

.address{top: -120px;bottom:inherit;-webkit-transition: top 1.5s ease-out;-moz-transition: top 1.5s ease-out;-o-transition: top 1.5s ease-out;transition: top 1.5s ease-out;transition-delay: 1s;position: absolute;z-index: 20;text-align: center;width: 100%;left: 0;}

.loaded .address{
    top: 20px;
}

.address h3{text-align: center;font-family: "Ogg";font-size: 14px;letter-spacing: 0.3em;color: #fff;margin: 2px auto 5px;}

.desktop_nav li{
    display: inline-block;
    width: auto;
}

.desktop_nav li a{text-transform: none;margin: 0 30px;-webkit-font-smoothing: antialiased;-moz-font-smoothing: antialiased;-o-font-smoothing: antialiased;color: #004023;font-family: "Akkurat";font-weight: 400;letter-spacing: 0.05em;line-height: 155%;font-size: 16px;}


.homepage .desktop_nav{
    /* text-align: center; */
    /* margin-left: 0; */
    /* margin: 20px auto 38px; */
    /* min-height:  auto; */
}

.homepage .desktop_nav li{
    list-style: none;
    display: inline-block;
    width: auto;
}

.homepage .desktop_nav li a{
    color: #f7e7dc;
    font-family: "Akkurat";
}

.register_desk{
    border-bottom: 1px solid;
    margin-right: inherit !important;
}

.scrolled .register_desk{margin-right: inherit !important;}


.homepage .desktop_nav_column{
  /* background: #5d5c5e; */
}

.logo_row{
    padding: 0px 0 0px;
    background-color: #fff;
    max-width: none;
    min-height: 100vh;
    margin-bottom:  80px;
}

.nav_row{
    transition-delay: 0s;
    }

.scrolled .nav_row{
    width: 100vw !important;
    z-index: 20;
    background: #a0aeae;
    max-width: none;
}

.desk_logo_col{
    padding-left: 0;
}

.scrolled .desk_logo_col{
    display: none;
}

.desktop_logo_small{
    max-width: 160px;
    height: 38px;
    margin: 50px 0 0 70px;
}

.scrolled .desktop_logo_small{
    max-width: 110px;
    height: 26px;
    margin: 15px 0 0 65px;
}


/* mobile navigation */


.mobile_nav_icon {
    font-family: 'ElegantIcons';
    color: #004023 !important;
    font-size: 40px;
    position: fixed;
    right: 15px;
    top: 6px;
    z-index: 30;
    padding: 4px 3px 1px;
    line-height: 100%;
    background: transparent;
    border-radius: 2px;
    -webkit-transition: background 1.5s ease-out;
    -moz-transition: background 1.5s ease-out;
    -o-transition: background 1.5s ease-out;
    transition: background 1.5s ease-out;
}

	.register_fixed {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    background-color: #111;
    color: #fff;
    margin: 0 !important;
    padding: 15px 25px 25px !important;
    text-align: center;
    font-family: "nimbus-sans";
    font-size: 16px;
    letter-spacing: 0.08em;
    width: 100%;
    display: block;
}
	.register_fixed:hover{
		color: #fff;
	}
	
.overlay .overlay-close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 15px;
	overflow: hidden;
	border: none;
	background: url(../img/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	background-size: 25px;
	z-index: 200;
}

.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	font-size: 54px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 20;
}
.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}
.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 7);
	min-height: 40px;
	text-align: center;
}
.overlay ul li a {
	font-weight: 400;
	display: block;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	color: #f7e7dc;
	text-transform: none;
	text-align: center;
	font-family: "Akkurat";
	font-size: 22px;
	letter-spacing: 0.08em;
	margin: 0 auto 5px;
	line-height: 140%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

.mobile_nav_row{
    background: #f7e7dc;
    width: 100%;
    height: 60px;
    position: fixed;
    z-index: 50;
    top: 0;
}

.mobile_logo{
    display: block;
    max-width: 120px;
    height: 29px;
    margin: 14px 0 0;
}

.scrolled .mobile_nav_icon{
    background: #f7e7dc;
}

.mobile_nav_icon a{}

.fixed_register{
    position: fixed;
    bottom: -50px;
    z-index: 10;
    background: #004023;
    text-align: center;
    padding: 5px 0 8px;
    -webkit-transition: bottom 1s ease-out;
    -moz-transition: bottom 1s ease-out;
    -o-transition: bottom 1s ease-out;
    transition: bottom 1s ease-out;
}
    .scrolled .fixed_register{bottom:0px;}
    
    .homepage .fixed_register {
    bottom: -50px;
    background: #5d5c5e;
    z-index: 50;
}
    .homepage .fixed_register h5 a{color: #fff;}
    
    .scrolled .fixed_register, .loaded .fixed_register{bottom: 0px;}

.fixed_register h5{}

.fixed_register h5 a{
    text-transform: uppercase;
    letter-spacing: 0.3em;
    margin: 20px 40px;
    font-family: "Akkurat";
    font-size: 13px;
    color: #fff;
}


/* homepage */

.home{
    overflow-x: hidden;
    max-width: 100vw;
}

.home_row{
    max-width: 100vw;
}

.home_left_col{
    min-height: 100vh;
    padding-left: 0;
    padding-right: 0;
    width: 20%;
    display: none;
}

.phone_number{
    position: absolute;
    bottom: 75px;
    left: 0px;
}

.phone_number p{
    /* position: absolute; */
    /* bottom: 75px; */
    /* left: 0px; */
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.05em;
    font-size: 18px;
    text-align: left;
    margin: 0 auto;
    display: block;
    line-height: 125%;
}

.phone_number p a{
    color: #004023;
}

.homepage .phone_number p a, .homepage .phone_number p{
    color: #f7e7dc;
}


.home_img_col{
    min-height: 350px;
    /* background: url(../img/render1.jpg); */
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    padding-left: 0;
    padding-right: 0;
    margin: 60px 0 0;
    width: 100%;
    height: auto;
}

.home_hero_text{
    position: absolute;
    bottom: 35px;
    left: 30px;
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.01em;
    font-size: 19px;
    text-align: left;
    margin: 0px auto 120px;
    display: none;
    z-index: 22;
    line-height: 125%;
    text-shadow: none;
}

    .homepage .home_hero_text{bottom: inherit;top: 380px;display: none;position: fixed;}
        
        
/* pages & typography */

#scroll-down{}

#scroll-down .smooth-scroll{}

.down_arrow_img{
    width: 50px;
    margin: 0 0 60px -20px;
}

#introduction{
    padding: 30px 0 0;
}

.subpage_hero{
    min-height: 350px;
    background: #f7e7dc;
    margin: 0 auto 0px;
}

.subpage_row{
    max-width: 100vw;
    min-height: 350px;
}

.arch_hero{
    background-color: #004023;
    background: url(../img/render2.jpg);
    /* background-size: 100% !important; */
    background-repeat: no-repeat;
    background-position: center !important;
    background-size: cover;
}

.int_hero{
    background: url(../img/render10.jpg);
    background-position: center !important;
}

.history_hero{
    background: url(../img/history_hero.jpg);
    background-position: center !important;
}

.location_hero{
    background: url(../img/view.jpg);
}

.life_hero{
    background: url(../img/life_hero.jpg);
}

.subhead{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.03em;
    max-width: 300px;
    font-size: 17px;
    text-align: center;
    margin: 0 auto 40px;
    line-height: 155%;
}

.green_wrap .subhead, .green_wrap .body_copy, .green_wrap .body_copy strong{
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    color: #f7e7dc;
    max-width: 90%;
    margin: 0 auto;
    }


.body_copy{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 165%;
    max-width: 90%;
    font-size: 12px;
    margin: 0 auto 30px 0;
}

.body_copy strong{
    font-family: "Akkurat-Bold";
    font-weight: 400;
}

.green_wrap{
    background: #004023;
    padding: 100px 0 150px;
    margin-bottom: 100px;
}

.space_white_column{}

.small_subhead{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.03em;
    max-width: inherit;
    font-size: 19px;
    text-align: center;
    margin: 20px auto 15px;
    line-height: 155%;
    max-width: 390px;
}

.material_subhead{
    margin: 0 auto;
    text-align: left;
    max-width: inherit;
}

.materials_row{}

.materials_row .body_copy{margin: 0 0 30px 0;}

.space_white_column .body_copy{
    max-width: 80%;
    margin: 0 auto 40px;
}

.text_divider{
    max-width: 100%;
    margin: 10px auto 10px;
    border: solid #004023;
    border-width: 1px 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;
    transition-delay: .5s;
}

.team_page_heading{
    margin-bottom: 0;
    margin: 100px auto 0;
}

.team_page_heading h3{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.03em;
    max-width: inherit;
    font-size: 24px;
    text-align: center;
    margin: 0px auto 30px;
    line-height: 155%;
}

.team_row{
    margin-bottom: 20px;
}

.team_slider{
    /* max-width: 90%; */
    padding-right: 0px;
}

.team_subhead{
    text-align: left;
    margin: 30px auto 10px;
}

.team_divider{
    margin: 10px 0 10px;
    max-width: calc(100% - 20px);
}

.team_strap{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 165%;
    max-width: 770px;
    font-size: 14px;
    margin: 0 0 30px 0;
}

.team_copy{
    max-width: calc(100% - 20px);
}

.tl{
    max-width: 300px;
    height: 44px;
    margin: 40px 0 0;
}

.tl1{}

.tl2{}

.tl3{}

.tl4{}

.tl5, .tl6, .tl7, .tl8{
    max-width: 170px;
    height: 25px;
}

.tl6{}

.aerial_row{}

.aerial_row img{}

.aerial_mobile_row{}

.map_row{}

.map_legend{}

.map_legend h5{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.03em;
    max-width: inherit;
    font-size: 20px;
    text-align: left;
    line-height: 155%;
}

.location_spacer{
    max-width: 90%;
    margin: 10px 0 20px;
    border: solid #004023;
    border-width: 1px 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;
    transition-delay: .5s;
}

.map_legend ol{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 165%;
    font-size: 15px;
    margin: 0 0 30px 0;
    list-style-position: inside;
    list-style-type: decimal-leading-zero;
}

.map_legend li{}

.view_row{}

.location_text_row{}

.location_strap{
    margin: 0 0 20px 0;
}

.life_row{
    margin: 0 auto 40px;
}

.life_row .columns{}

.life_offset{}

.life_subhead{
    max-width: inherit;
    margin: 40px 0 0 0;
    text-align: left;
}

.life_strap{}

.life_bottom_margin{}

.pink_wrap{
    background: #f7e7dc;
    padding: 100px 0;
    margin: 0 auto 100px;
}

.footer_wrap{
    padding: 40px 0 150px;
}

.location_text_row {}

.location_text_row .text_divider{
    max-width: 90%;
    margin: 10px 0 20px;
}

.location_text_row .body_copy{
    max-width: 90%;
    margin: 0 0 50px 0;
}

.creators{background-color: #f7e7dc;}

.footer_row{}

.footer_row h5{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 140%;
    max-width: 90%;
    font-size: 20px;
}

.footer_row h5 a{
    color: #004023;
}

.footer_row h6{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 155%;
    max-width: inherit;
    font-size: 9px;
    margin: 10px auto 10px;
}

.footer_row h6 a{
    color: #004023;
}

.footer_register{
    text-decoration: underline;
}

.life_row .mt{ margin-top: 50px !important;}

.life_row .mb{ margin-bottom: 50px !important;}
    
    .fixed_floorplan{
    animation-delay: .5s;
    background: #003316;
    padding: 5px 0 9px;
}
    
    .scrolled .fixed_floorplan{bottom: 45px;}
    
     .fixed_floorplan h5 a{}
} 
@media only screen and (min-width: 40.063em) {

    .video_hero_holder {
    z-index: 1;
}
    
    video#bgvid {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../img/hero.jpg) no-repeat;
    background-size: cover;
}
    
    #video_holder {
    z-index: 0;
    position: absolute;
    border: 0;
    padding: 0;
    z-index: 1;
}
    
    .light_overlay {
    position: fixed;
    z-index: 20;
    border: solid #ebe2d9;
    border-width: 0;
    background: rgba(0,0,0,0.15);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
    border-style: solid !important;
    border-color: #004023 !important;
    border-width: 0 0 0 0vw !important;
}
    
    #myModal2 {
    background: transparent;
    max-width: 100vw;
    padding: 100px 25px;
    width: 100%;
}

#myModal2 .close-reveal-modal {
    color: #004023 !important;
    cursor: pointer;
    font-size: 2.5rem;
    line-height: 1;
    position: fixed;
    top: 0.625rem;
    right: 1.375rem;
}
    
/* Global */

body{}

.row{
    max-width: 112.5rem;
}

.row .row{}

.mb{
    margin-bottom: 80px;
}

.mt{
    margin-top: 50px !important;
}

.pb{
    padding-bottom: 50px;
}

.pt{
    padding-top: 80px;
}

.fullWidth{
    max-width: calc(100vw - 50px);
}

.fullWidth img{ min-width: 100%;}

.fullWidth .columns{
    padding-left: 10px;
    padding-right: 10px;
}

.flex-caption{
    color: #fff;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.09em;
    line-height: 155%;
    max-width: inherit;
    font-size: 9px;
    margin: 0px auto 0px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    }

.external_caption{
     color: #004023;
     position: relative;
     bottom: inherit;
     left: inherit;
     font-size: 10px;
     letter-spacing: 0.04em;
     margin: 8px auto 10px;
}

.padded_col{
    padding: 0px 0;
}

.padded_col2{
    padding: 50px 40px 0;
}

.homepage{background-color: #004023;}

.box {
	min-height: calc(100vh - 120px);
	margin: 0 auto;
	padding: 0px;
    background-repeat: no-repeat;
        background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    overflow: hidden;
}

/* Modal Popup */

.reveal-modal-bg{
    background: #F2E6DA;
    background: rgba(242, 230, 216, 0.8);
}

.reveal-modal{
    background: #004227;
    max-width: 45rem;
    outline: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 70px 40px 35px;
}

.reveal-modal .close-reveal-modal{
    color: #F2E6DA;
    font-weight: lighter;
    font-size: 3rem;
}

img.register_logo{
    max-width: 150px;
    height: 38px;
    margin: 0 auto;
    display: block;
}

.reveal-modal h4{
    text-align: center;
    margin: 30px auto 20px;
}

.reveal-modal hr{
    border: dotted #F2E6DA;
    border-width: 1px 0 0 0;
    max-width: 121px;
    margin: 25px auto 20px;
}

.reveal-modal h5{
    color: #F2E6DA;
    font-family: "Akkurat_Light";
    font-size: 10px;
    letter-spacing: 0.06em;
    margin: 15px auto 20px;
    line-height: 150%;
    text-align: center;
}

.reveal-modal h5 a{
    color: #F2E6DA !important;
}

.reveal-modal .two{
    /* display: none; */
    margin: 0 auto;
    border: none;
}

.form_row{}

.contact_details{
    color: #F2E6DA;
    font-family: "Akkurat_Light";
    font-size: 1.0em;
    letter-spacing: 0.06em;
    margin: 0px auto 30px;
    line-height: 150%;
    text-align: center;
    }

.contact_details a{ color: inherit;}

.reveal-modal .contact_details{   margin: 20px auto 0px;}

.reveal-modal .contact_details a{ color: #F2E6DA;}

.reveal-modal h4 {
    color: #F2E6DA;
    font-family: "Akkurat_Light";
    font-size: 1.1em;
    letter-spacing: 0.06em;
    line-height: 150%;
    text-align: center;
    margin: 30px auto 20px;
}


/* desktop navigation */


.desktop_nav_row{
    position: fixed;
    z-index: 999;
    width: 100vw;
    background-color: #f7e7dc;
    max-width: inherit;
    left: 0vw;
    top: 0px;
}

.scrolled .desktop_nav_row {top: inherit;position: fixed;bottom: 0;background-color: #fff;text-align: center;}

.homepage .desktop_nav_row{/* top:inherit; *//* bottom:-100px; */background-color: #004023;}

.homepage.loaded .desktop_nav_row{top:inherit;bottom: 0px;-webkit-transition: bottom 1.5s ease-out;-moz-transition: bottom 1.5s ease-out;-o-transition: bottom 1.5s ease-out;transition: bottom 1.5s ease-out;transition-delay: 1s;}

.desktop_logo{
    max-width: 55%;
    margin: 5vh auto 0;
    text-align: center;
    display: block;
    max-height:  12vh;
}

.desktop_nav{
    margin-left: auto;
    margin: 30px auto 25px;
    text-align: center;
}

.scrolled .desktop_nav{
    margin: 15px auto 20px;
    min-height:  auto;
    display: block;
}

.address{top: -120px;bottom:inherit;-webkit-transition: top 1.5s ease-out;-moz-transition: top 1.5s ease-out;-o-transition: top 1.5s ease-out;transition: top 1.5s ease-out;transition-delay: 1s;position: absolute;z-index: 20;text-align: center;width: 100%;left: 0;}

.loaded .address{
    top: 20px;
}

.address h3{text-align: center;font-family: "Ogg";font-size: 14px;letter-spacing: 0.3em;color: #fff;margin: 2px auto 5px;}

.desktop_nav li{
    display: inline-block;
    width: auto;
}

.desktop_nav li a{text-transform: none;margin: 0 6px;-webkit-font-smoothing: antialiased;-moz-font-smoothing: antialiased;-o-font-smoothing: antialiased;color: #004023;font-family: "Akkurat";font-weight: 400;letter-spacing: 0.01em;line-height: 155%;font-size: 14px;}


.homepage .desktop_nav{
    /* text-align: center; */
    /* margin-left: 0; */
    /* margin: 20px auto 38px; */
    /* min-height:  auto; */
}

.homepage .desktop_nav li{
    list-style: none;
    display: inline-block;
    width: auto;
}

.homepage .desktop_nav li a{
    color: #f7e7dc;
    font-family: "Akkurat";
}

.register_desk{
    border-bottom: 1px solid;
    margin-right: 5px !important;
}

.scrolled .register_desk{margin-right: 6px !important;}


.homepage .desktop_nav_column{
  /* background: #5d5c5e; */
}

.logo_row{
    padding: 0px 0 0px;
    background-color: #fff;
    max-width: none;
    min-height: 100vh;
    margin-bottom:  80px;
}

.nav_row{
    transition-delay: 0s;
    }

.scrolled .nav_row{
    width: 100vw !important;
    z-index: 20;
    background: #a0aeae;
    max-width: none;
}

.desk_logo_col{
    padding-left: 0;
    padding-right: 0;
}

.scrolled .desk_logo_col{
    display: none;
}

.desktop_logo_small{
    max-width: 125px;
    height: 30px;
    margin: 40px auto 0 auto;
    display: block;
}

.scrolled .desktop_logo_small{
    max-width: 110px;
    height: 26px;
    margin: 15px 0 0 65px;
}


/* mobile navigation */


.mobile_nav_icon {
    font-family: 'ElegantIcons';
    color: #5d5c5e;
    font-size: 40px;
    position: fixed;
    right: 15px;
    top: 10px;
    z-index: 30;
    padding: 4px 3px 1px;
    line-height: 100%;
    background: transparent;
    border-radius: 2px;
    -webkit-transition: background 1.5s ease-out;
    -moz-transition: background 1.5s ease-out;
    -o-transition: background 1.5s ease-out;
    transition: background 1.5s ease-out;
}

	.register_fixed {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    background-color: #111;
    color: #fff;
    margin: 0 !important;
    padding: 15px 25px 25px !important;
    text-align: center;
    font-family: "nimbus-sans";
    font-size: 16px;
    letter-spacing: 0.08em;
    width: 100%;
    display: block;
}
	.register_fixed:hover{
		color: #fff;
	}
	
.overlay .overlay-close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 15px;
	overflow: hidden;
	border: none;
	background: url(../img/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	background-size: 30px;
	z-index: 200;
}

.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	font-size: 54px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 20;
}
.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}
.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 8);
	min-height: 40px;
	text-align: center;
}
.overlay ul li a {
	font-weight: 400;
	display: block;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	color: #fff;
	text-transform: none;
	text-align: center;
	font-family: "Relative Book";
	font-size: 22px;
	letter-spacing: 0.08em;
	margin: 0 auto 5px;
	line-height: 140%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

.mobile_nav_row{
    background: transparent;
    width: 100%;
    height: 60px;
    position: fixed;
    z-index: 50;
    top: 0;
}

.mobile_logo{
    display: none;
}

.scrolled .mobile_nav_icon{
    background: #f7f5f4;
}

.mobile_nav_icon a{}

.fixed_register{
    position: fixed;
    bottom: -50px;
    z-index: 10;
    background: #a0aeae;
    text-align: center;
    padding: 5px 0 8px;
    -webkit-transition: bottom 1s ease-out;
    -moz-transition: bottom 1s ease-out;
    -o-transition: bottom 1s ease-out;
    transition: bottom 1s ease-out;
}
    
    .homepage .fixed_register {
    bottom: -50px;
    background: #5d5c5e;
    z-index: 50;
}
    .homepage .fixed_register h5 a{color: #fff;}
    
    .scrolled .fixed_register, .loaded .fixed_register{bottom: 0px;}

.fixed_register h5{}

.fixed_register h5 a{
    text-transform: uppercase;
    letter-spacing: 0.3em;
    margin: 20px 40px;
    font-family: "Relative Book";
    font-size: 13px;
    color: #fff;
}


/* homepage */

.home{overflow: inherit;}

.home_row{
    max-width: 100vw;
}

.home_left_col{
    min-height: 100vh;
    padding-left: 0;
    padding-right: 0;
    width: 20%;
    display: none;
}

.phone_number{
    position: absolute;
    bottom: 75px;
    left: 0px;
}

.phone_number p{
    /* position: absolute; */
    /* bottom: 75px; */
    /* left: 0px; */
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.05em;
    font-size: 18px;
    text-align: left;
    margin: 0 auto;
    display: block;
    line-height: 125%;
}

.phone_number p a{
    color: #004023;
}

.homepage .phone_number p a, .homepage .phone_number p{
    color: #f7e7dc;
}


.home_img_col{
    min-height: calc(100vh - 150px);
    /* background: url(../img/render1.jpg); */
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    padding-left: 0;
    padding-right: 0;
    margin: 150px auto 0;
    width: 100%;
    height: auto;
}

.home_hero_text{
    position: absolute;
    bottom: 155px;
    left: 50px;
    color: #f7e7dc;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.01em;
    font-size: 26px;
    text-align: left;
    margin: 0 auto;
    display: block;
    line-height: 125%;
    z-index: 99;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}

    .homepage .home_hero_text{bottom: 190px;top: inherit;position: absolute;display: block;}

/* pages & typography */

#scroll-down{}

#scroll-down .smooth-scroll{}

.down_arrow_img{
    width: 50px;
    margin: 0 0 60px -20px;
}

#introduction{
    padding: 100px 20px 0;
}

.subpage_hero{
    min-height: 100vh;
    background: #f7e7dc;
    margin: 0 auto 0px;
}

.subpage_row{
    max-width: 100vw;
    min-height: 100vh;
}

.arch_hero{
    background-color: #004023;
    background: url(../img/render2.jpg);
    /* background-size: 100% !important; */
    background-repeat: no-repeat;
    background-position: center !important;
    background-size: cover;
}

.int_hero{
    background: url(../img/render10.jpg);
    background-position: center !important;
}

.history_hero{
    background: url(../img/history_hero.jpg);
    background-position: center !important;
}

.location_hero{
    background: url(../img/view.jpg);
}

.life_hero{
    background: url(../img/life_hero.jpg);
}

.subhead{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.03em;
    max-width: 450px;
    font-size: 23px;
    text-align: center;
    margin: 0 auto;
    line-height: 155%;
}

.green_wrap .subhead, .green_wrap .body_copy, .green_wrap .body_copy strong{
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    color: #f7e7dc;
    max-width: 90%;
    margin: 0 auto;
    }


.body_copy{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 165%;
    max-width: 770px;
    font-size: 13px;
    margin: 0 0 20px 0;
}

.body_copy strong{
    font-family: "Akkurat-Bold";
    font-weight: 400;
}

.green_wrap{
    background: #004023;
    padding: 100px 0 150px;
    margin-bottom: 100px;
}

.space_white_column{}

.small_subhead{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.03em;
    max-width: inherit;
    font-size: 19px;
    text-align: left;
    margin: 15px auto 15px;
    line-height: 155%;
    max-width: 390px;
}

.material_subhead{
    margin: 0 auto;
    text-align: left;
    max-width: inherit;
}

.materials_row{}

.materials_row .body_copy{     margin: 0 0 50px 0; }

.space_white_column .body_copy{
    max-width: 410px;
    margin: 0 auto 50px;
}

.text_divider{
    max-width: 100%;
    margin: 8px auto 12px;
    border: solid #004023;
    border-width: 1px 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;
    transition-delay: .5s;
}

.team_page_heading{
    margin-bottom: 0;
    margin: 190px auto 0;
}

.team_page_heading h3{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.03em;
    max-width: inherit;
    font-size: 27px;
    text-align: center;
    margin: 0px auto 40px;
    line-height: 155%;
}

.team_row{
    margin-bottom: 40px;
}

.team_slider{
    /* max-width: 90%; */
    padding-right: 5px;
    padding-left: 15px;
}

.team_subhead{
    text-align: left;
    margin: 25px 0 10px;
}

.team_divider{
    margin: 10px 0 10px;
    max-width: calc(100% - 0px);
}

.team_strap{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 165%;
    max-width: 770px;
    font-size: 11px;
    margin: 0 0 30px 0;
}

.team_copy{
    max-width: calc(100% - 10px);
}

.tl{
    max-width: 291px;
    height: 42px;
    margin: 30px 0 0;
}

.tl1{}

.tl2{}

.tl3{}

.tl4{}

.tl5, .tl6, .tl7, .tl8{
    max-width: 120px;
    height: 17px;
}

.tl6{}

.aerial_row{}

.aerial_row img{}

.aerial_mobile_row{}

.map_row{}

.map_legend{}

.map_legend h5{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.03em;
    max-width: inherit;
    font-size: 20px;
    text-align: left;
    line-height: 155%;
}

.location_spacer{
    max-width: 90%;
    margin: 10px 0 20px;
    border: solid #004023;
    border-width: 1px 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;
    transition-delay: .5s;
}

.map_legend ol{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 165%;
    font-size: 15px;
    margin: 0 0 30px 0;
    list-style-position: inside;
    list-style-type: decimal-leading-zero;
}

.map_legend li{}

.view_row{}

.location_text_row{}

.location_strap{
    margin: 0 0 20px 0;
}

.life_row{
    margin: 0 auto 80px;
}

.life_row .columns{}

.life_offset{}

.life_subhead{
    max-width: inherit;
    margin: 20px 0 0 0;
    text-align: left;
}

.life_strap{}

.life_bottom_margin{}

.pink_wrap{
    background: #f7e7dc;
    padding: 100px 0;
    margin: 0 auto 100px;
}

.footer_wrap{
    padding: 40px 0 120px;
}

.location_text_row {}

.location_text_row .text_divider{
    max-width: 90%;
    margin: 10px 0 20px;
}

.location_text_row .body_copy{
    max-width: 100%;
    margin: 0 0 50px 0;
}

.creators{background-color: #f7e7dc;}

.footer_row{}

.footer_row h5{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 140%;
    max-width: 100%;
    font-size: 23px;
}

.footer_row h5 a{
    color: #004023;
}

.footer_row h6{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 155%;
    max-width: inherit;
    font-size: 10px;
    margin: 10px auto 10px;
}

.footer_row h6 a{
    color: #004023;
}

.footer_register{
    text-decoration: underline;
}

.life_row .mt{ margin-top: 50px !important;}

.life_row .mb{ margin-bottom: 50px !important;}
} 
@media only screen and (min-width: 64.063em) {

    .light_overlay {
    position: fixed;
    z-index: 20;
    border: solid #ebe2d9;
    border-width: 0;
    background: rgba(0,0,0,0.15);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
    border-style: solid !important;
    border-color: #004023 !important;
    border-width: 0 0 0 20vw !important;
}
    
        #myModal2 {
    background: transparent;
    max-width: 90vw;
    padding: 100px 25px;
}

#myModal2 .close-reveal-modal {
    color: #004023 !important;
    cursor: pointer;
    font-size: 2.5rem;
    line-height: 1;
    position: fixed;
    top: 0.625rem;
    right: 1.375rem;
}
    
/* Global */

body{}

.row{
    max-width: 112.5rem;
}

.row .row{}

.mb{
    margin-bottom: 100px;
}

.mt{
    margin-top: 100px !important;
}

.pb{
    padding-bottom: 50px;
}

.pt{
    padding-top: 80px;
}

.fullWidth{
    max-width: calc(100vw - 40px);
}

.fullWidth img{ min-width: 100%;}

.fullWidth .columns{
    padding-left: 10px;
    padding-right: 10px;
}

.flex-caption{
    color: #fff;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.09em;
    line-height: 155%;
    max-width: inherit;
    font-size: 9px;
    margin: 0px auto 0px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    }

.external_caption{
     color: #004023;
     position: relative;
     bottom: inherit;
     left: inherit;
     font-size: 11px;
     letter-spacing: 0.04em;
     margin: 8px auto 10px;
}

.padded_col{
    padding: 100px 0;
}

.padded_col2{
    padding: 250px 150px 0;
}

.homepage{background-color: #004023;}

.box {
	min-height: calc(100vh - 120px);
	margin: 0 auto;
	padding: 0px;
    background-repeat: no-repeat;
        background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    overflow: hidden;
}

/* Modal Popup */

.reveal-modal-bg{
    background: #F2E6DA;
    background: rgba(242, 230, 216, 0.8);
}

.reveal-modal{
    background: #004227;
    max-width: 45rem;
    outline: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 70px 40px 35px;
}

.reveal-modal .close-reveal-modal{
    color: #F2E6DA;
    font-weight: lighter;
    font-size: 3rem;
}

img.register_logo{
    max-width: 180px;
    height: 45px;
    margin: 0 auto;
    display: block;
}

.reveal-modal h4{
    text-align: center;
    margin: 30px auto 20px;
}

.reveal-modal hr{
    border: dotted #F2E6DA;
    border-width: 1px 0 0 0;
    max-width: 141px;
    margin: 30px auto 20px;
}

.reveal-modal h5{
    color: #F2E6DA;
    font-family: "Akkurat_Light";
    font-size: 11px;
    letter-spacing: 0.06em;
    margin: 15px auto 20px;
    line-height: 150%;
    text-align: center;
}

.reveal-modal h5 a{
    color: #F2E6DA !important;
}

.reveal-modal .two{
    /* display: none; */
    margin: 0 auto;
    border: none;
}

.form_row{}

.contact_details{
    color: #F2E6DA;
    font-family: "Akkurat_Light";
    font-size: 1.1em;
    letter-spacing: 0.06em;
    margin: 0px auto 30px;
    line-height: 150%;
    text-align: center;
    }

.contact_details a{ color: inherit;}

.reveal-modal .contact_details{   margin: 20px auto 0px;}

.reveal-modal .contact_details a{ color: #F2E6DA;}

.reveal-modal h4 {
    color: #F2E6DA;
    font-family: "Akkurat_Light";
    font-size: 1.35em;
    letter-spacing: 0.06em;
    line-height: 150%;
    text-align: center;
    margin: 30px auto 20px;
}


/* desktop navigation */


.desktop_nav_row{
    position: fixed;
    z-index: 999;
    width: 100vw;
    background-color: #f7e7dc;
    max-width: inherit;
    left: 0vw;
    top: 0px;
}

.scrolled .desktop_nav_row {top: inherit;position: fixed;bottom: 0;background-color: #fff;}

.homepage .desktop_nav_row{/* top:inherit; *//* bottom:-100px; */background-color: #004023;}

.homepage.loaded .desktop_nav_row{top:inherit;bottom: 0px;-webkit-transition: bottom 1.5s ease-out;-moz-transition: bottom 1.5s ease-out;-o-transition: bottom 1.5s ease-out;transition: bottom 1.5s ease-out;transition-delay: 1s;}

.desktop_logo{
    max-width: 55%;
    margin: 5vh auto 0;
    text-align: center;
    display: block;
    max-height:  12vh;
}

.desktop_nav{
    margin-left:  0;
    margin: 50px auto 45px;
    text-align: right;
}

.scrolled .desktop_nav{
    margin: 15px auto 20px;
    min-height:  auto;
}

.address{top: -120px;bottom:inherit;-webkit-transition: top 1.5s ease-out;-moz-transition: top 1.5s ease-out;-o-transition: top 1.5s ease-out;transition: top 1.5s ease-out;transition-delay: 1s;position: absolute;z-index: 20;text-align: center;width: 100%;left: 0;}

.loaded .address{
    top: 20px;
}

.address h3{text-align: center;font-family: "Ogg";font-size: 14px;letter-spacing: 0.3em;color: #fff;margin: 2px auto 5px;}

.desktop_nav li{
    display: inline-block;
    width: auto;
}

.desktop_nav li a{text-transform: none;margin: 0 9px;-webkit-font-smoothing: antialiased;-moz-font-smoothing: antialiased;-o-font-smoothing: antialiased;color: #004023;font-family: "Akkurat";font-weight: 400;letter-spacing: 0.02em;line-height: 155%;font-size: 16px;}


.homepage .desktop_nav{
    /* text-align: center; */
    /* margin-left: 0; */
    /* margin: 20px auto 38px; */
    /* min-height:  auto; */
}

.homepage .desktop_nav li{
    list-style: none;
    display: inline-block;
    width: auto;
}

.homepage .desktop_nav li a{
    color: #f7e7dc;
    font-family: "Akkurat";
}

.register_desk{
    border-bottom: 1px solid;
    margin-right: 8px !important;
}

.scrolled .register_desk{margin-right: 9px !important;}


.homepage .desktop_nav_column{
  /* background: #5d5c5e; */
}

.logo_row{
    padding: 0px 0 0px;
    background-color: #fff;
    max-width: none;
    min-height: 100vh;
    margin-bottom:  80px;
}

.nav_row{
    transition-delay: 0s;
    }

.scrolled .nav_row{
    width: 100vw !important;
    z-index: 20;
    background: #a0aeae;
    max-width: none;
}

.desk_logo_col{
    padding-left: 0;
}

.scrolled .desk_logo_col{
    display: block;
}

.desktop_logo_small{
    max-width: 140px;
    height: 34px;
    margin: 50px 0 0 20px;
}

.scrolled .desktop_logo_small{
    max-width: 100px;
    height: 24px;
    margin: 15px 0 0 25px;
}


/* mobile navigation */


.mobile_nav_icon {
    font-family: 'ElegantIcons';
    color: #5d5c5e;
    font-size: 40px;
    position: fixed;
    right: 15px;
    top: 10px;
    z-index: 30;
    padding: 4px 3px 1px;
    line-height: 100%;
    background: transparent;
    border-radius: 2px;
    -webkit-transition: background 1.5s ease-out;
    -moz-transition: background 1.5s ease-out;
    -o-transition: background 1.5s ease-out;
    transition: background 1.5s ease-out;
}

	.register_fixed {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    background-color: #111;
    color: #fff;
    margin: 0 !important;
    padding: 15px 25px 25px !important;
    text-align: center;
    font-family: "nimbus-sans";
    font-size: 16px;
    letter-spacing: 0.08em;
    width: 100%;
    display: block;
}
	.register_fixed:hover{
		color: #fff;
	}
	
.overlay .overlay-close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 15px;
	overflow: hidden;
	border: none;
	background: url(../img/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	background-size: 30px;
	z-index: 200;
}

.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	font-size: 54px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 20;
}
.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}
.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 8);
	min-height: 40px;
	text-align: center;
}
.overlay ul li a {
	font-weight: 400;
	display: block;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	color: #fff;
	text-transform: none;
	text-align: center;
	font-family: "Relative Book";
	font-size: 22px;
	letter-spacing: 0.08em;
	margin: 0 auto 5px;
	line-height: 140%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

.mobile_nav_row{
    background: transparent;
    width: 100%;
    height: 60px;
    position: fixed;
    z-index: 50;
    top: 0;
}

.mobile_logo{
    display: none;
}

.scrolled .mobile_nav_icon{
    background: #f7f5f4;
}

.mobile_nav_icon a{}

.fixed_register{
    position: fixed;
    bottom: -50px;
    z-index: 10;
    background: #a0aeae;
    text-align: center;
    padding: 5px 0 8px;
    -webkit-transition: bottom 1s ease-out;
    -moz-transition: bottom 1s ease-out;
    -o-transition: bottom 1s ease-out;
    transition: bottom 1s ease-out;
}
    
    .homepage .fixed_register {
    bottom: -50px;
    background: #5d5c5e;
    z-index: 50;
}
    .homepage .fixed_register h5 a{color: #fff;}
    
    .scrolled .fixed_register, .loaded .fixed_register{bottom: 0px;}

.fixed_register h5{}

.fixed_register h5 a{
    text-transform: uppercase;
    letter-spacing: 0.3em;
    margin: 20px 40px;
    font-family: "Relative Book";
    font-size: 13px;
    color: #fff;
}


/* homepage */

.home{}

.home_row{
    max-width: 100vw;
}

.home_left_col{
    min-height: 100vh;
    padding-left: 0;
    padding-right: 0;
    width: 20%;
    display: block;
    position: relative;
    z-index: 22;
}

.phone_number{
    position: absolute;
    bottom: 75px;
    left: 0px;
}

.phone_number p{
    /* position: absolute; */
    /* bottom: 75px; */
    /* left: 0px; */
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.05em;
    font-size: 15px;
    text-align: left;
    margin: 0 auto 0 25px;
    display: block;
    line-height: 125%;
}

.phone_number p a{
    color: #004023;
}

.homepage .phone_number p a, .homepage .phone_number p{
    color: #f7e7dc;
}


.home_img_col{
    min-height: calc(100vh - 120px);
    /* background: url(../img/render1.jpg); */
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    padding-left: 0;
    padding-right: 0;
    margin: 120px 0 0;
    width: 80%;
}

.home_hero_text{
    position: absolute;
    bottom: 75px;
    left: 70px;
    color: #f7e7dc;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.01em;
    font-size: 27px;
    text-align: left;
    margin: 0 auto;
    display: block;
    line-height: 125%;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.homepage .home_hero_text{bottom: 75px;}
    
    
/* pages & typography */

#scroll-down{}

#scroll-down .smooth-scroll{}

.down_arrow_img{
    width: 40px;
    margin: 0 0 40px 10px;
}

#introduction{
    padding: 150px 0 0;
}

.subpage_hero{
    min-height: 100vh;
    background: #f7e7dc;
    margin: 0 auto 0px;
}

.subpage_row{
    max-width: 100vw;
    min-height: 100vh;
}

.arch_hero{
    background-color: #004023;
    background: url(../img/render2.jpg);
    /* background-size: 100% !important; */
    background-repeat: no-repeat;
    background-position: center !important;
    background-size: cover;
}

.int_hero{
    background: url(../img/render10.jpg);
    background-position: center !important;
}

.history_hero{
    background: url(../img/history_hero.jpg);
    background-position: center !important;
}

.location_hero{
    background: url(../img/view.jpg);
}

.life_hero{
    background: url(../img/life_hero.jpg);
}

.subhead{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.03em;
    max-width: 350px;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    line-height: 155%;
}

.green_wrap .subhead, .green_wrap .body_copy, .green_wrap .body_copy strong{
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    color: #f7e7dc;
    max-width: 90%;
    margin: 0 auto;
    }


.body_copy{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 165%;
    max-width: 770px;
    font-size: 14px;
    margin: 0 0 20px 0;
}

.body_copy strong{
    font-family: "Akkurat-Bold";
    font-weight: 400;
}

.green_wrap{
    background: #004023;
    padding: 100px 0 150px;
    margin-bottom: 100px;
}

.space_white_column{}

.small_subhead{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.03em;
    max-width: inherit;
    font-size: 22px;
    text-align: center;
    margin: 100px auto 50px;
    line-height: 155%;
    max-width: 390px;
}

.material_subhead{
    margin: 0 auto;
    text-align: left;
    max-width: inherit;
}

.materials_row{}

.materials_row .body_copy{     margin: 0 0 50px 0; }

.space_white_column .body_copy{
    max-width: 410px;
    margin: 0 auto;
}

.text_divider{
    max-width: 100%;
    margin: 10px auto 20px;
    border: solid #004023;
    border-width: 1px 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;
    transition-delay: .5s;
}

.team_page_heading{
    margin-bottom: 0;
    margin: 170px auto 0;
}

.team_page_heading h3{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.03em;
    max-width: inherit;
    font-size: 32px;
    text-align: left;
    margin: 0px auto 40px 15px;
    line-height: 155%;
}

.team_row{
    margin-bottom: 60px;
}

.team_slider{
    /* max-width: 90%; */
    padding-right: 15px;
    padding-left: 15px;
}

.team_subhead{
    text-align: left;
    margin: 30px auto 10px 0;
}

.team_divider{
    margin: 10px 0 10px;
    max-width: calc(100% - 0px);
}

.team_strap{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 165%;
    max-width: 770px;
    font-size: 14px;
    margin: 0 0 30px 0;
}

.team_copy{
    max-width: calc(100% - 10px);
}

.tl{
    max-width: 320px;
    height: 47px;
    margin: 40px 0 0;
}

.tl1{}

.tl2{}

.tl3{}

.tl4{}

.tl5, .tl6, .tl7, .tl8{
    max-width: 140px;
    height: 20px;
}

.tl6{}

.aerial_row{}

.aerial_row img{}

.aerial_mobile_row{}

.map_row{
    display: none !important;
}

.map_legend{}

.map_legend h5{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.03em;
    max-width: inherit;
    font-size: 20px;
    text-align: left;
    line-height: 155%;
}

.location_spacer{
    max-width: 90%;
    margin: 10px 0 20px;
    border: solid #004023;
    border-width: 1px 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;
    transition-delay: .5s;
}

.map_legend ol{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 165%;
    font-size: 15px;
    margin: 0 0 30px 0;
    list-style-position: inside;
    list-style-type: decimal-leading-zero;
}

.map_legend li{}

.view_row{}

.location_text_row{}

.location_strap{
    margin: 0 0 20px 0;
}

.life_row{
    margin: 0 auto 180px;
}

.life_row .columns{}

.life_offset{}

.life_subhead{
    max-width: inherit;
    margin: 90px 0 0 0;
    text-align: left;
}

.life_strap{}

.life_bottom_margin{}

.pink_wrap{
    background: #f7e7dc;
    padding: 100px 0;
    margin: 0 auto 100px;
}

.footer_wrap{
    padding: 60px 0 120px;
}

.location_text_row {}

.location_text_row .text_divider{
    max-width: 90%;
    margin: 10px 0 20px;
}

.location_text_row .body_copy{
    max-width: 90%;
    margin: 0 0 50px 0;
}

.creators{background-color: #f7e7dc;}

.footer_row{}

.footer_row h5{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 140%;
    max-width: 100%;
    font-size: 24px;
}

.footer_row h5 a{
    color: #004023;
}

.footer_row h6{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 155%;
    max-width: inherit;
    font-size: 10px;
    margin: 10px auto 10px;
}

.footer_row h6 a{
    color: #004023;
}

.footer_register{
    text-decoration: underline;
}

.life_row .mt{ margin-top: 50px !important;}

.life_row .mb{ margin-bottom: 50px !important;}
} 
@media only screen and (min-width: 90.063em) {

    .light_overlay {
    position: fixed;
    z-index: 20;
    border: solid #ebe2d9;
    border-width: 0;
    background: rgba(0,0,0,0.15);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
    border-style: solid !important;
    border-color: #004023 !important;
    border-width: 0 0 0 20vw !important;
}
    
    #myModal2 {
    background: transparent;
    max-width: 80vw;
    padding: 100px 25px;
}

#myModal2 .close-reveal-modal {
    color: #004023 !important;
    cursor: pointer;
    font-size: 2.5rem;
    line-height: 1;
    position: fixed;
    top: 0.625rem;
    right: 1.375rem;
}
    
/* Global */

body{}

.row{
    max-width: 112.5rem;
}

.row .row{}

.mb{
    margin-bottom: 200px;
}

.mt{
    margin-top: 100px !important;
}

.pb{
    padding-bottom: 100px;
}

.pt{
    padding-top: 80px;
}

.fullWidth{
    max-width: calc(100vw - 70px);
}

.fullWidth img{ min-width: 100%;}

.fullWidth .columns{
    padding-left: 0;
    padding-right: 0;
}

.flex-caption{
    color: #fff;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.09em;
    line-height: 155%;
    max-width: inherit;
    font-size: 9px;
    margin: 0px auto 0px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    }

.external_caption{
     color: #004023;
     position: relative;
     bottom: inherit;
     left: inherit;
     font-size: 11px;
     letter-spacing: 0.04em;
     margin: 8px auto 10px;
}

.padded_col{
    padding: 150px 0;
}

.padded_col2{
    padding: 250px 150px 0;
}

.homepage{background-color: #004023;}

.box {
	min-height: calc(100vh - 120px);
	margin: 0 auto;
	padding: 0px;
    background-repeat: no-repeat;
        background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    overflow: hidden;
}

/* Modal Popup */

.reveal-modal-bg{
    background: #F2E6DA;
    background: rgba(242, 230, 216, 0.8);
}

.reveal-modal{
    background: #004227;
    max-width: 45rem;
    outline: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 70px 40px 35px;
}

.reveal-modal .close-reveal-modal{
    color: #F2E6DA;
    font-weight: lighter;
    font-size: 3rem;
}

img.register_logo{
    max-width: 180px;
    height: 45px;
    margin: 0 auto;
    display: block;
}

.reveal-modal h4{
    text-align: center;
    margin: 30px auto 20px;
}

.reveal-modal hr{
    border: dotted #F2E6DA;
    border-width: 1px 0 0 0;
    max-width: 141px;
    margin: 30px auto 20px;
}

.reveal-modal h5{
    color: #F2E6DA;
    font-family: "Akkurat_Light";
    font-size: 12px;
    letter-spacing: 0.06em;
    margin: 15px auto 20px;
    line-height: 150%;
    text-align: center;
}

.reveal-modal h5 a{
    color: #F2E6DA !important;
}

.reveal-modal .two{
    /* display: none; */
    margin: 0 auto;
    border: none;
}

.form_row{}

.contact_details{
    color: #F2E6DA;
    font-family: "Akkurat_Light";
    font-size: 1.2em;
    letter-spacing: 0.06em;
    margin: 0px auto 30px;
    line-height: 150%;
    text-align: center;
    }

.contact_details a{ color: inherit;}

.reveal-modal .contact_details{   margin: 20px auto 0px;}

.reveal-modal .contact_details a{ color: #F2E6DA;}

.reveal-modal h4 {
    color: #F2E6DA;
    font-family: "Akkurat_Light";
    font-size: 1.4em;
    letter-spacing: 0.06em;
    line-height: 150%;
    text-align: center;
    margin: 30px auto 20px;
}


/* desktop navigation */


.desktop_nav_row{
    position: fixed;
    z-index: 999;
    width: 100vw;
    background-color: #f7e7dc;
    max-width: inherit;
    left: 0vw;
    top: 0px;
}

.scrolled .desktop_nav_row {top: inherit;position: fixed;bottom: 0;background-color: #fff;}

.homepage .desktop_nav_row{/* top:inherit; *//* bottom:-100px; */background-color: #004023;}

.homepage.loaded .desktop_nav_row{top:inherit;bottom: 0px;-webkit-transition: bottom 1.5s ease-out;-moz-transition: bottom 1.5s ease-out;-o-transition: bottom 1.5s ease-out;transition: bottom 1.5s ease-out;transition-delay: 1s;}

.desktop_logo{
    max-width: 55%;
    margin: 5vh auto 0;
    text-align: center;
    display: block;
    max-height:  12vh;
}

.desktop_nav{
    margin-left:  0;
    margin: 50px auto 45px;
    text-align: right;
}

.scrolled .desktop_nav{
    margin: 15px auto 20px;
    min-height:  auto;
}

.address{top: -120px;bottom:inherit;-webkit-transition: top 1.5s ease-out;-moz-transition: top 1.5s ease-out;-o-transition: top 1.5s ease-out;transition: top 1.5s ease-out;transition-delay: 1s;position: absolute;z-index: 20;text-align: center;width: 100%;left: 0;}

.loaded .address{
    top: 20px;
}

.address h3{text-align: center;font-family: "Ogg";font-size: 14px;letter-spacing: 0.3em;color: #fff;margin: 2px auto 5px;}

.desktop_nav li{
    display: inline-block;
    width: auto;
}

.desktop_nav li a{text-transform: none;margin: 0 20px;-webkit-font-smoothing: antialiased;-moz-font-smoothing: antialiased;-o-font-smoothing: antialiased;color: #004023;font-family: "Akkurat";font-weight: 400;letter-spacing: 0.05em;line-height: 155%;font-size: 16px;}


.homepage .desktop_nav{
    /* text-align: center; */
    /* margin-left: 0; */
    /* margin: 20px auto 38px; */
    /* min-height:  auto; */
}

.homepage .desktop_nav li{
    list-style: none;
    display: inline-block;
    width: auto;
}

.homepage .desktop_nav li a{
    color: #f7e7dc;
    font-family: "Akkurat";
}

.register_desk{
    border-bottom: 1px solid;
    margin-right: 40px !important;
}

.scrolled .register_desk{margin-right: 40px !important;}


.homepage .desktop_nav_column{
  /* background: #5d5c5e; */
}

.logo_row{
    padding: 0px 0 0px;
    background-color: #fff;
    max-width: none;
    min-height: 100vh;
    margin-bottom:  80px;
}

.nav_row{
    transition-delay: 0s;
    }

.scrolled .nav_row{
    width: 100vw !important;
    z-index: 20;
    background: #a0aeae;
    max-width: none;
}

.desk_logo_col{
    padding-left: 0;
}

.scrolled .desk_logo_col{}

.desktop_logo_small{
    max-width: 160px;
    height: 38px;
    margin: 50px 0 0 40px;
}

.scrolled .desktop_logo_small{
    max-width: 100px;
    height: 24px;
    margin: 15px 0 0 40px;
}


/* mobile navigation */


.mobile_nav_icon {
    font-family: 'ElegantIcons';
    color: #5d5c5e;
    font-size: 40px;
    position: fixed;
    right: 15px;
    top: 10px;
    z-index: 30;
    padding: 4px 3px 1px;
    line-height: 100%;
    background: transparent;
    border-radius: 2px;
    -webkit-transition: background 1.5s ease-out;
    -moz-transition: background 1.5s ease-out;
    -o-transition: background 1.5s ease-out;
    transition: background 1.5s ease-out;
}

	.register_fixed {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    background-color: #111;
    color: #fff;
    margin: 0 !important;
    padding: 15px 25px 25px !important;
    text-align: center;
    font-family: "nimbus-sans";
    font-size: 16px;
    letter-spacing: 0.08em;
    width: 100%;
    display: block;
}
	.register_fixed:hover{
		color: #fff;
	}
	
.overlay .overlay-close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 15px;
	overflow: hidden;
	border: none;
	background: url(../img/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	background-size: 30px;
	z-index: 200;
}

.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	font-size: 54px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 20;
}
.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}
.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 8);
	min-height: 40px;
	text-align: center;
}
.overlay ul li a {
	font-weight: 400;
	display: block;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	color: #fff;
	text-transform: none;
	text-align: center;
	font-family: "Relative Book";
	font-size: 22px;
	letter-spacing: 0.08em;
	margin: 0 auto 5px;
	line-height: 140%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

.mobile_nav_row{
    background: transparent;
    width: 100%;
    height: 60px;
    position: fixed;
    z-index: 50;
    top: 0;
}

.mobile_logo{
    display: none;
}

.scrolled .mobile_nav_icon{
    background: #f7f5f4;
}

.mobile_nav_icon a{}

.fixed_register{
    position: fixed;
    bottom: -50px;
    z-index: 10;
    background: #a0aeae;
    text-align: center;
    padding: 5px 0 8px;
    -webkit-transition: bottom 1s ease-out;
    -moz-transition: bottom 1s ease-out;
    -o-transition: bottom 1s ease-out;
    transition: bottom 1s ease-out;
}
    
    .homepage .fixed_register {
    bottom: -50px;
    background: #5d5c5e;
    z-index: 50;
}
    .homepage .fixed_register h5 a{color: #fff;}
    
    .scrolled .fixed_register, .loaded .fixed_register{bottom: 0px;}

.fixed_register h5{}

.fixed_register h5 a{
    text-transform: uppercase;
    letter-spacing: 0.3em;
    margin: 20px 40px;
    font-family: "Relative Book";
    font-size: 13px;
    color: #fff;
}


/* homepage */

.home{}

.home_row{
    max-width: 100vw;
}

.home_left_col{
    min-height: 100vh;
    padding-left: 0;
    padding-right: 0;
    width: 20%;
}

.phone_number{
    position: absolute;
    bottom: 75px;
    left: 0px;
}

.phone_number p{
    /* position: absolute; */
    /* bottom: 75px; */
    /* left: 0px; */
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.05em;
    font-size: 16px;
    text-align: left;
    margin: 0 auto 0 40px;
    display: block;
    line-height: 125%;
}

.phone_number p a{
    color: #004023;
}

.homepage .phone_number p a, .homepage .phone_number p{
    color: #f7e7dc;
}


.home_img_col{
    min-height: calc(100vh - 120px);
    /* background: url(../img/render1.jpg); */
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    padding-left: 0;
    padding-right: 0;
    margin: 120px 0 0;
    width: 80%;
}

.home_hero_text{
    position: absolute;
    bottom: 75px;
    left: 70px;
    color: #f7e7dc;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.01em;
    font-size: 30px;
    text-align: left;
    margin: 0 auto;
    display: block;
    line-height: 125%;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}


/* pages & typography */

#scroll-down{}

#scroll-down .smooth-scroll{}

.down_arrow_img{
    width: 40px;
    margin: 0 0 50px 25px;
}

#introduction{
    padding: 150px 0 0;
}

.subpage_hero{
    min-height: 100vh;
    background: #f7e7dc;
    margin: 0 auto 0px;
}

.subpage_row{
    max-width: 100vw;
    min-height: 100vh;
}

.arch_hero{
    background-color: #004023;
    background: url(../img/render2.jpg);
    /* background-size: 100% !important; */
    background-repeat: no-repeat;
    background-position: center !important;
    background-size: cover;
}

.int_hero{
    background: url(../img/render10.jpg);
    background-position: center !important;
}

.history_hero{
    background: url(../img/history_hero.jpg);
    background-position: center !important;
}

.location_hero{
    background: url(../img/view.jpg);
}

.life_hero{
    background: url(../img/life_hero.jpg);
}

.subhead{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.03em;
    max-width: 450px;
    font-size: 23px;
    text-align: center;
    margin: 0 auto;
    line-height: 155%;
}

.green_wrap .subhead, .green_wrap .body_copy, .green_wrap .body_copy strong{
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    color: #f7e7dc;
    max-width: 90%;
    margin: 0 auto;
    }


.body_copy{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 165%;
    max-width: 92%;
    font-size: 15px;
    margin: 0 auto 20px 0;
}

.body_copy strong{
    font-family: "Akkurat-Bold";
    font-weight: 400;
}

.green_wrap{
    background: #004023;
    padding: 100px 0 150px;
    margin-bottom: 100px;
}

.space_white_column{}

.small_subhead{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.03em;
    max-width: inherit;
    font-size: 21px;
    text-align: center;
    margin: 200px auto 70px;
    line-height: 155%;
    max-width: 390px;
}

.material_subhead{
    margin: 0 auto;
    text-align: left;
    max-width: inherit;
}

.materials_row{}

.materials_row .body_copy{     margin: 0 0 50px 0; }

.space_white_column .body_copy{
    max-width: 410px;
    margin: 0 auto;
}

.text_divider{
    max-width: 100%;
    margin: 10px auto 20px;
    border: solid #004023;
    border-width: 1px 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;
    transition-delay: .5s;
}

.team_page_heading{
    margin-bottom: 0;
    margin: 190px auto 0;
    max-width: 112.5rem;
}

.team_page_heading h3{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.03em;
    max-width: inherit;
    font-size: 32px;
    text-align: left;
    margin: 0px auto 50px 40px;
    line-height: 155%;
}

.team_row{
    margin-bottom: 90px;
}

.team_slider{
    /* max-width: 90%; */
    padding-right: 0px;
    padding-left: 40px;
}

.team_subhead{
    text-align: left;
    margin: 30px auto 10px 0;
}

.team_divider{
    margin: 10px 0 10px;
    max-width: calc(100% - 40px);
}

.team_strap{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 165%;
    max-width: 770px;
    font-size: 14px;
    margin: 0 0 30px 0;
}

.team_copy{
    max-width: calc(100% - 20px);
}

.tl{
    max-width: 350px;
    height: 51px;
    margin: 50px 0 0;
}

.tl1{}

.tl2{}

.tl3{}

.tl4{}

.tl5, .tl6, .tl7, .tl8{
    max-width: 180px;
    height: 26px;
}

.tl6{}

.aerial_row{}

.aerial_row img{}

.aerial_mobile_row{}

.map_row{
    display: block !important;
}

.map_legend{}

.map_legend h5{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.03em;
    max-width: inherit;
    font-size: 18px;
    text-align: left;
    line-height: 155%;
}

.location_spacer{
    max-width: 90%;
    margin: 10px 0 20px;
    border: solid #004023;
    border-width: 1px 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;
    transition-delay: .5s;
}

.map_legend ol{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 165%;
    font-size: 13px;
    margin: 0 0 30px 0;
    list-style-position: inside;
    list-style-type: decimal-leading-zero;
}

.map_legend li{}

.view_row{}

.location_text_row{}

.location_strap{
    margin: 0 0 20px 0;
}

.life_row{
    margin: 0 auto 180px;
}

.life_row .columns{}

.life_offset{}

.life_subhead{
    max-width: inherit;
    margin: 90px 0 0 0;
    text-align: left;
}

.life_strap{}

.life_bottom_margin{}

.pink_wrap{
    background: #f7e7dc;
    padding: 100px 0;
    margin: 0 auto 100px;
}

.footer_wrap{
    padding: 70px 0 150px 30px;
}

.location_text_row {}

.location_text_row .text_divider{
    max-width: 90%;
    margin: 10px 0 20px;
}

.location_text_row .body_copy{
    max-width: 90%;
    margin: 0 0 50px 0;
}

.creators{background-color: #f7e7dc;}

.footer_row{}

.footer_row h5{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 140%;
    max-width: 100%;
    font-size: 25px;
}

.footer_row h5 a{
    color: #004023;
}

.footer_row h6{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 155%;
    max-width: inherit;
    font-size: 11px;
    margin: 10px auto 10px;
}

.footer_row h6 a{
    color: #004023;
}

.footer_register{
    text-decoration: underline;
}

.life_row .mt{ margin-top: 50px !important;}

.life_row .mb{ margin-bottom: 50px !important;}
} 
@media only screen and (min-width: 120.063em) {

    .light_overlay {
    position: fixed;
    z-index: 20;
    border: solid #ebe2d9;
    border-width: 0;
    background: rgba(0,0,0,0.15);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
    border-style: solid !important;
    border-color: #004023 !important;
    border-width: 0 0 0 20vw !important;
}
    
       #myModal2 {
    background: transparent;
    max-width: 80vw;
}

#myModal2 .close-reveal-modal {
    color: #004023 !important;
    cursor: pointer;
    font-size: 2.5rem;
    line-height: 1;
    position: fixed;
    top: 0.625rem;
    right: 1.375rem;
}

    
    
/* Global */

body{}

.row{
    max-width: 112.5rem;
}

.row .row{}

.mb{
    margin-bottom: 200px;
}

.mt{
    margin-top: 100px !important;
}

.pb{
    padding-bottom: 100px;
}

.pt{
    padding-top: 80px;
}

.fullWidth{
    max-width: calc(100vw - 130px);
}

.fullWidth img{ min-width: 100%;}

.fullWidth .columns{
    padding-left: 0;
    padding-right: 0;
}

.flex-caption{
    color: #fff;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.09em;
    line-height: 155%;
    max-width: inherit;
    font-size: 9px;
    margin: 0px auto 0px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    }

.external_caption{
     color: #004023;
     position: relative;
     bottom: inherit;
     left: inherit;
     font-size: 11px;
     letter-spacing: 0.04em;
     margin: 8px auto 10px;
}

.padded_col{
    padding: 150px 0;
}

.padded_col2{
    padding: 250px 150px 0;
}

.homepage{background-color: #004023;}

.box {
	min-height: calc(100vh - 120px);
	margin: 0 auto;
	padding: 0px;
    background-repeat: no-repeat;
        background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    overflow: hidden;
}

/* Modal Popup */

.reveal-modal-bg{
    background: #F2E6DA;
    background: rgba(242, 230, 216, 0.8);
}

.reveal-modal{
    background: #004227;
    max-width: 45rem;
    outline: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 70px 40px 35px;
}

.reveal-modal .close-reveal-modal{
    color: #F2E6DA;
    font-weight: lighter;
    font-size: 3rem;
}

img.register_logo{
    max-width: 200px;
    height: 50px;
    margin: 0 auto;
    display: block;
}

.reveal-modal h4{
    text-align: center;
    margin: 30px auto 20px;
}

.reveal-modal hr{
    border: dotted #F2E6DA;
    border-width: 1px 0 0 0;
    max-width: 141px;
    margin: 30px auto 20px;
}

.reveal-modal h5{
    color: #F2E6DA;
    font-family: "Akkurat_Light";
    font-size: 12px;
    letter-spacing: 0.06em;
    margin: 15px auto 20px;
    line-height: 150%;
    text-align: center;
}

.reveal-modal h5 a{
    color: #F2E6DA !important;
}

.reveal-modal .two{
    /* display: none; */
    margin: 0 auto;
    border: none;
}

.form_row{}

.contact_details{
    color: #F2E6DA;
    font-family: "Akkurat_Light";
    font-size: 1.2em;
    letter-spacing: 0.06em;
    margin: 0px auto 30px;
    line-height: 150%;
    text-align: center;
    }

.contact_details a{ color: inherit;}

.reveal-modal .contact_details{   margin: 20px auto 0px;}

.reveal-modal .contact_details a{ color: #F2E6DA;}

.reveal-modal h4 {
    color: #F2E6DA;
    font-family: "Akkurat_Light";
    font-size: 1.5em;
    letter-spacing: 0.06em;
    line-height: 150%;
        text-align: center;
    margin: 30px auto 20px;
}


/* desktop navigation */


.desktop_nav_row{
    position: fixed;
    z-index: 999;
    width: 100vw;
    background-color: #f7e7dc;
    max-width: inherit;
    left: 0vw;
    top: 0px;
}

.scrolled .desktop_nav_row {top: inherit;position: fixed;bottom: 0;background-color: #fff;}

.homepage .desktop_nav_row{/* top:inherit; *//* bottom:-100px; */background-color: #004023;}

.homepage.loaded .desktop_nav_row{top:inherit;bottom: 0px;-webkit-transition: bottom 1.5s ease-out;-moz-transition: bottom 1.5s ease-out;-o-transition: bottom 1.5s ease-out;transition: bottom 1.5s ease-out;transition-delay: 1s;}

.desktop_logo{
    max-width: 55%;
    margin: 5vh auto 0;
    text-align: center;
    display: block;
    max-height:  12vh;
}

.desktop_nav{
    margin-left:  0;
    margin: 50px auto 45px;
    text-align: right;
}

.scrolled .desktop_nav{
    margin: 15px auto 20px;
    min-height:  auto;
}

.address{top: -120px;bottom:inherit;-webkit-transition: top 1.5s ease-out;-moz-transition: top 1.5s ease-out;-o-transition: top 1.5s ease-out;transition: top 1.5s ease-out;transition-delay: 1s;position: absolute;z-index: 20;text-align: center;width: 100%;left: 0;}

.loaded .address{
    top: 20px;
}

.address h3{text-align: center;font-family: "Ogg";font-size: 14px;letter-spacing: 0.3em;color: #fff;margin: 2px auto 5px;}

.desktop_nav li{
    display: inline-block;
    width: auto;
}

.desktop_nav li a{text-transform: none;margin: 0 30px;-webkit-font-smoothing: antialiased;-moz-font-smoothing: antialiased;-o-font-smoothing: antialiased;color: #004023;font-family: "Akkurat";font-weight: 400;letter-spacing: 0.05em;line-height: 155%;font-size: 16px;}


.homepage .desktop_nav{
    /* text-align: center; */
    /* margin-left: 0; */
    /* margin: 20px auto 38px; */
    /* min-height:  auto; */
}

.homepage .desktop_nav li{
    list-style: none;
    display: inline-block;
    width: auto;
}

.homepage .desktop_nav li a{
    color: #f7e7dc;
    font-family: "Akkurat";
}

.register_desk{
    border-bottom: 1px solid;
    margin-right: 5vw !important;
}

.scrolled .register_desk{margin-right: 65px !important;}


.homepage .desktop_nav_column{
  /* background: #5d5c5e; */
}

.logo_row{
    padding: 0px 0 0px;
    background-color: #fff;
    max-width: none;
    min-height: 100vh;
    margin-bottom:  80px;
}

.nav_row{
    transition-delay: 0s;
    }

.scrolled .nav_row{
    width: 100vw !important;
    z-index: 20;
    background: #a0aeae;
    max-width: none;
}

.desk_logo_col{
    padding-left: 0;
}

.scrolled .desk_logo_col{}

.desktop_logo_small{
    max-width: 160px;
    height: 38px;
    margin: 50px 0 0 70px;
}

.scrolled .desktop_logo_small{
    max-width: 110px;
    height: 26px;
    margin: 15px 0 0 65px;
}


/* mobile navigation */


.mobile_nav_icon {
    font-family: 'ElegantIcons';
    color: #5d5c5e;
    font-size: 40px;
    position: fixed;
    right: 15px;
    top: 10px;
    z-index: 30;
    padding: 4px 3px 1px;
    line-height: 100%;
    background: transparent;
    border-radius: 2px;
    -webkit-transition: background 1.5s ease-out;
    -moz-transition: background 1.5s ease-out;
    -o-transition: background 1.5s ease-out;
    transition: background 1.5s ease-out;
}

	.register_fixed {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    background-color: #111;
    color: #fff;
    margin: 0 !important;
    padding: 15px 25px 25px !important;
    text-align: center;
    font-family: "nimbus-sans";
    font-size: 16px;
    letter-spacing: 0.08em;
    width: 100%;
    display: block;
}
	.register_fixed:hover{
		color: #fff;
	}
	
.overlay .overlay-close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 15px;
	overflow: hidden;
	border: none;
	background: url(../img/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	background-size: 30px;
	z-index: 200;
}

.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	font-size: 54px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 20;
}
.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}
.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 8);
	min-height: 40px;
	text-align: center;
}
.overlay ul li a {
	font-weight: 400;
	display: block;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	color: #fff;
	text-transform: none;
	text-align: center;
	font-family: "Relative Book";
	font-size: 22px;
	letter-spacing: 0.08em;
	margin: 0 auto 5px;
	line-height: 140%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

.mobile_nav_row{
    background: transparent;
    width: 100%;
    height: 60px;
    position: fixed;
    z-index: 50;
    top: 0;
}

.mobile_logo{
    display: none;
}

.scrolled .mobile_nav_icon{
    background: #f7f5f4;
}

.mobile_nav_icon a{}

.fixed_register{
    position: fixed;
    bottom: -50px;
    z-index: 10;
    background: #a0aeae;
    text-align: center;
    padding: 5px 0 8px;
    -webkit-transition: bottom 1s ease-out;
    -moz-transition: bottom 1s ease-out;
    -o-transition: bottom 1s ease-out;
    transition: bottom 1s ease-out;
}
    
    .homepage .fixed_register {
    bottom: -50px;
    background: #5d5c5e;
    z-index: 50;
}
    .homepage .fixed_register h5 a{color: #fff;}
    
    .scrolled .fixed_register, .loaded .fixed_register{bottom: 0px;}

.fixed_register h5{}

.fixed_register h5 a{
    text-transform: uppercase;
    letter-spacing: 0.3em;
    margin: 20px 40px;
    font-family: "Relative Book";
    font-size: 13px;
    color: #fff;
}


/* homepage */

.home{}

.home_row{
    max-width: 90vw;
}

.home_left_col{
    min-height: 100vh;
    padding-left: 0;
    padding-right: 0;
    width: 20%;
}

.phone_number{
    position: absolute;
    bottom: 75px;
    left: 0px;
}

.phone_number p{
    /* position: absolute; */
    /* bottom: 75px; */
    /* left: 0px; */
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.05em;
    font-size: 18px;
    text-align: left;
    margin: 0 auto;
    display: block;
    line-height: 125%;
}

.phone_number p a{
    color: #004023;
}

.homepage .phone_number p a, .homepage .phone_number p{
    color: #f7e7dc;
}


.home_img_col{
    min-height: calc(100vh - 120px);
    /* background: url(../img/render1.jpg); */
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: cover !important;
    padding-left: 0;
    padding-right: 0;
    margin: 120px 0 0;
    width: 80%;
}

.home_hero_text{
    position: absolute;
    bottom: 75px;
    left: 70px;
    color: #f7e7dc;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.01em;
    font-size: 30px;
    text-align: left;
    margin: 0 auto;
    display: block;
    line-height: 125%;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}


/* pages & typography */

#scroll-down{}

#scroll-down .smooth-scroll{}

.down_arrow_img{
    width: 45px;
    margin: 0 0 60px -16px;
}

#introduction{
    padding: 150px 0 0;
}

.subpage_hero{
    min-height: 100vh;
    background: #f7e7dc;
    margin: 0 auto 0px;
}

.subpage_row{
    max-width: 90vw;
    min-height: 100vh;
}

.arch_hero{
    background-color: #004023;
    background: url(../img/render2.jpg);
    /* background-size: 100% !important; */
    background-repeat: no-repeat;
    background-position: center !important;
    background-size: cover;
}

.int_hero{
    background: url(../img/render10.jpg);
    background-position: center !important;
}

.history_hero{
    background: url(../img/history_hero.jpg);
    background-position: center !important;
}

.location_hero{
    background: url(../img/view.jpg);
}

.life_hero{
    background: url(../img/life_hero.jpg);
}

.subhead{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.03em;
    max-width: 450px;
    font-size: 25px;
    text-align: center;
    margin: 0 auto;
    line-height: 155%;
}

.green_wrap .subhead, .green_wrap .body_copy, .green_wrap .body_copy strong{
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    color: #f7e7dc;
    max-width: 90%;
    margin: 0 auto;
    }


.body_copy{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 165%;
    max-width: 90%;
    font-size: 15px;
    margin: 0 0 20px 0;
}

.body_copy strong{
    font-family: "Akkurat-Bold";
    font-weight: 400;
}

.green_wrap{
    background: #004023;
    padding: 100px 0 150px;
    margin-bottom: 100px;
}

.space_white_column{}

.small_subhead{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.03em;
    max-width: inherit;
    font-size: 24px;
    text-align: center;
    margin: 250px auto 100px;
    line-height: 155%;
    max-width: 390px;
}

.material_subhead{
    margin: 0 auto;
    text-align: left;
    max-width: inherit;
}

.materials_row{}

.materials_row .body_copy{     margin: 0 0 50px 0; }

.space_white_column .body_copy{
    max-width: 410px;
    margin: 0 auto;
}

.text_divider{
    max-width: 100%;
    margin: 10px auto 20px;
    border: solid #004023;
    border-width: 1px 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;
    transition-delay: .5s;
}

.team_page_heading{
    margin-bottom: 0;
    margin: 200px auto 0;
    max-width: inherit;
}

.team_page_heading h3{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.03em;
    max-width: inherit;
    font-size: 33px;
    text-align: center;
    margin: 0px auto 70px auto;
    line-height: 155%;
}

.team_row{
    margin-bottom: 100px;
}

.team_slider{
    /* max-width: 90%; */
    padding-right: 50px;
}

.team_subhead{
    text-align: left;
    margin: 30px auto 10px 0;
}

.team_divider{
    margin: 10px 0 10px;
    max-width: calc(100% - 40px);
}

.team_strap{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 165%;
    max-width: 770px;
    font-size: 16px;
    margin: 0 0 30px 0;
}

.team_copy{
    max-width: calc(100% - 50px);
}

.tl{
    max-width: 400px;
    height: 58px;
    margin: 60px 0 0;
}

.tl1{}

.tl2{}

.tl3{}

.tl4{}

.tl5, .tl6, .tl7, .tl8{
    max-width: 200px;
    height: 29px;
}

.tl6{}

.aerial_row{}

.aerial_row img{}

.aerial_mobile_row{}

.map_row{}

.map_legend{}

.map_legend h5{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.03em;
    max-width: inherit;
    font-size: 20px;
    text-align: left;
    line-height: 155%;
}

.location_spacer{
    max-width: 90%;
    margin: 10px 0 20px;
    border: solid #004023;
    border-width: 1px 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;
    transition-delay: .5s;
}

.map_legend ol{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 165%;
    font-size: 15px;
    margin: 0 0 30px 0;
    list-style-position: inside;
    list-style-type: decimal-leading-zero;
}

.map_legend li{}

.view_row{}

.location_text_row{}

.location_strap{
    margin: 0 0 20px 0;
}

.life_row{
    margin: 0 auto 180px;
}

.life_row .columns{}

.life_offset{}

.life_subhead{
    max-width: inherit;
    margin: 90px 0 0 0;
    text-align: left;
}

.life_strap{}

.life_bottom_margin{}

.pink_wrap{
    background: #f7e7dc;
    padding: 100px 0;
    margin: 0 auto 100px;
}

.footer_wrap{
    padding: 90px 0 160px;
}

.location_text_row {}

.location_text_row .text_divider{
    max-width: 90%;
    margin: 10px 0 20px;
}

.location_text_row .body_copy{
    max-width: 90%;
    margin: 0 0 50px 0;
}

.creators{background-color: #f7e7dc;}

.footer_row{}

.footer_row h5{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 140%;
    max-width: 90%;
    font-size: 27px;
}

.footer_row h5 a{
    color: #004023;
}

.footer_row h6{
    color: #004023;
    font-family: "Akkurat";
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 155%;
    max-width: inherit;
    font-size: 11px;
    margin: 10px auto 10px;
}

.footer_row h6 a{
    color: #004023;
}

.footer_register{
    text-decoration: underline;
}

.life_row .mt{ margin-top: 50px !important;}

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















