/* ---------- Foundation ---------- */

html {  height:100%; min-height: 100%; width:100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { height:100%; min-height: 100%; margin: 0; font-size: 62.5%; font-family: "museo-sans", sans-serif; }
h1, h2, h3, h4, p, blockquote, figure, ol, ul { margin: 0; padding: 0; }
h1, h2, h3, h4 { font-size: inherit; }
a, header, header.scrolled .logo, .cta .details, .cta .icon, .pagination ul li, .btn, .member, .member .details, .amenity::after, .building, .featureImg::before, .building.large .close, .buildingContent .twelve-12 .twelve-6 { text-decoration: none; color: inherit; -webkit-transition: .3s; -moz-transition: .3s; transition: .3s; outline:none !important; }
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/* ======   Lists   ====== */ 

dl, menu, ol, ul {margin: 1em 0; } 
menu, ol, ul, dd  { padding: 0 0 0 40px; }
li { display: block; }
nav ul, nav ol { list-style: none; list-style-image: none; } 

/* ====== Forms ====== */

fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } 
legend { border: 0; padding: 0; white-space: normal; *margin-left: -7px; }
button,input,select,textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; } 
button,input { line-height: normal; }
button,html input[type="button"], input[type="reset"],input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled],input[disabled] { cursor: default;} 
input[type="checkbox"],input[type="radio"] { box-sizing: border-box; padding: 0; *height: 13px; *width: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner,input::-moz-focus-inner { border: 0; padding: 0; }
textarea {  vertical-align: top; } 

/* ====== Tables ====== */

table { border-collapse: collapse; border-spacing: 0; }


/* ---------- Theme ---------- */

/* ====== Structure ====== */

.container { max-width: 1440px; margin: 0 auto; }

header { background-color: #FFFFFF; }
header #logo { background-image: url('../img/logo.png'); background-repeat: no-repeat; background-size: contain; background-position: center center; width: 100px; height: 50px; margin: 25px 0; }
header .navigation { background-color: #096096; padding: 20px 0; text-align: center; }
header .navigation ul { padding: 0 0 0 0; margin: 0;}
header .navigation ul li { display: inline; font-size: 2.4em; line-height: 30px; padding: 0 25px; text-align: center; color: #FFFFFF; text-transform: uppercase; font-weight: 300; }

#welcome { background-repeat: no-repeat; background-size: cover; background-position: center center; height: 100%; position: relative; margin-top: -170px; z-index: -1; }
#welcome .content { position: absolute; bottom: 40%; left: 0; right: 0; text-align: center;  }
#welcome #arrow { background-image: url('../img/arrow.png'); background-repeat: no-repeat; background-size: contain; background-position: center center; width: 36px; height: 18px; position: absolute; bottom: 20px; left: 50%; cursor: pointer; }

#about-us { position: relative; }
#about-us h1 { text-transform: uppercase; }
#about-us .twelve-5 { padding: 100px 0; }
#about-us .twelve-6 { background-repeat: no-repeat; background-size: cover; background-position: center center; height: 700px; }

#gallery { margin: 10px 0; }
#gallery ul { margin: 0; padding: 0; }
#gallery ul li img { width: 25%; height: auto; float: left; }

#faq { background-color: #EFEFEF;  padding: 100px 0;}
#faq h3 { border-bottom: 2px solid #096096; cursor: pointer; }

#download-center { position: relative; padding: 100px 0; }
#download-center h1 { text-transform: uppercase; }
#download-center .download-file { text-align: center; padding: 30px 50px 0;}
#download-center .download-file img { display: block; width: 67px; height: 89px; margin: 0 auto;}
#download-center .download-file h4 { text-transform: uppercase; margin: 20px 0; }
#download-center .download-file .download-btn {  font-size: 2.0em; line-height: 24px; font-weight: 300; color: #096096; border: 1px solid #096096; padding: 10px 20px; text-transform: uppercase; }

#contact{ position: relative; }
#contact h1 { text-transform: uppercase; }
#contact .twelve-5 { padding: 100px 0; }
#contact .twelve-6 { background-repeat: no-repeat; background-size: cover; background-position: center center; height: 700px; }

#footer { background-color: #096096; padding: 20px 0; color: #ffffff; }
#footer .right { text-align: right; }
/* == Type == */

h1 { font-size: 4.0em; line-height: 48px; font-weight: 500; margin-bottom: 0.5em; }
h2 { font-size: 3.0em; line-height: 36px; font-weight: 300; margin-bottom: 0.5em; }
h3 { font-size: 2.4em; line-height: 48px; font-weight: 500; margin-bottom: 0.5em; }
h4 { font-size: 2.0em; line-height: 24px; font-weight: 300; margin-bottom: 0.5em; }
h5 {  }
p { font-size: 1.8em; line-height: 22px; font-weight: 300; margin-bottom: 0.5em; }
p a {  }
p a:hover { }
ul {  }
li {  }
small { font-size: 1.0em; font-weight: 300; }


/* ====== Common Classes ====== */

.section:before, .section:after { content: ""; display: table; }
.section:after { clear: both; }
.section { zoom: 1; }

.left { float: left; }
.right { float: right; }
.block { display: block; }
.inline-block { display: inline-block; *zoom: 1; *display: inline; }
.inline { display: inline; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; padding: 0; position: absolute; width: 1px; left: -9999em; }
.visuallyvisible { clip: auto; width: auto; height: auto; left: 0; }
.strong { font-weight: bold; }
.alert { background-color: #ffffcc; display: block; padding: 4px 8px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; }
.nolist { list-style: none; }
.nopadding { padding: 0; }
.nomargin { margin: 0; }
.none, .nodesktop, .showmobile, .showtablet, #mobileMap { display: none; }
.showdesktop { display: block; }

/* --- Columns --- */

.twelve-1 { width: 8.333%; } .twelve-2 { width: 16.667%; } .twelve-3 { width: 25.0%; } .twelve-4 { width: 33.333%; } .twelve-5 { width: 41.667%; } .twelve-6 { width: 50.0%; } .twelve-7 { width: 58.333%; } .twelve-8 { width: 66.667%; } .twelve-9 { width: 75.0%; } .twelve-10 { width: 83.333%; } .twelve-11 { width: 91.667%; } .twelve-12 { width: 100%; }
.half { width: 50.0%; } .one-third { width: 33.333%; } .one-fourth { width: 25%; } .one-fifth { width: 20%; }

/* ====== Medium desktops, less than 90em ====== */

@media (max-width: 93em) {

 .container { max-width: 1200px; }

}

/* ====== Small desktops, less than 75em ====== */

@media (max-width: 74.99em) {

	.container { max-width: 960px; }

	header .navigation ul li { font-size: 1.8em; }
	#download-center .download-file { text-align: center; padding: 20px 20px 0;}


	h1 { font-size: 3.0em; line-height: 48px; font-weight: 500; margin-bottom: 0.5em; }
	h2 { font-size: 2.0em; line-height: 36px; font-weight: 300; margin-bottom: 0.5em; }
	h3 { font-size: 1.8em; line-height: 48px; font-weight: 500; margin-bottom: 0.5em; }
	h4 { font-size: 1.6em; line-height: 24px; font-weight: 300; margin-bottom: 0.5em; }
	p { font-size: 1.4em;}
	
}

/* ====== Portrait tablets, less than 60em ====== */

@media (max-width: 59.9em) {

	.container { max-width: 720px;   }

	header { border-bottom: 1px solid #096096; }
	
	/* MOBILE MENU  */

	#mobileMenu {width: 37px; height: 27px; position: relative; margin: 0; float: right; top: 35px; right: 20px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out; cursor: pointer; display: inline-block !important; z-index: 13; }
	#mobileMenu span {display: block; position: absolute; height: 4px; width: 100%; border-radius:0px; background: #096096; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); background-color: #096096; -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; }
	#news #mobileMenu span, .post #mobileMenu span, #contact #mobileMenu span, #privacy-policy #mobileMenu span, #cookie-policy #mobileMenu span { background: #2E323A;  background-color: #2E323A; }
	#mobileMenu span:nth-child(1) {top: 0px; }
	#mobileMenu span:nth-child(2),#mobileMenu span:nth-child(3) {top: 11px; }
	#mobileMenu span:nth-child(4) {top: 23px; }
	#mobileMenu.open span { background-color: #FFFFFF; }
	#mobileMenu.open span:nth-child(1) {top: 7px; width: 0%; left: 50%; }
	#mobileMenu.open span:nth-child(2) {-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
	#mobileMenu.open span:nth-child(3) {-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
	#mobileMenu.open span:nth-child(4) {top: 7px; width: 0%; left: 50%; }
	#header.mobileOpen #logo { background-image: url('../img/common/logo.png'); width: 114px; height: 60px; }

	/* MOBILE NAV */
	.mobileNav { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background-color: #096096; z-index: 4; padding: 100px 0 0; display: none;}
	.mobileNav > div { height: 100%; }
	.mobileNav ul.menu { padding: 20px 11.111% 0; margin: 0; height: 100%; display: table; border-collapse: collapse;  width: 100%; }
	.mobileNav ul.menu li { list-style: none; text-align: center; display: table-row; }
	.mobileNav ul.menu li a { vertical-align: middle; color: #FFFFFF; text-transform: uppercase; font-size: 3.2em; position: relative; font-weight: 300;  }
	.mobileNav li:last-child a { border-bottom: none; }
	.menu { padding: 0; margin: 0; }
	.mobileOpen { box-shadow: unset !important; padding: 15px 20px !important; }

	.nine-1 { width: 11.111% } .nine-2 { width: 22.222% } .nine-3 { width: 33.333% } .nine-4 { width: 44.444% } .nine-5 { width: 55.556% } .nine-6 { width: 66.666% } .nine-7 { width: 77.778% } .nine-8 { width: 88.888% } .nine-9 { width: 100% }
	.notablet { display: none; }
	.showtablet, #mobileMap { display: block; }

}

/* ====== Portrait phones, less than 34em ====== */

@media (max-width: 47.9em) {

	.container { max-width: 100%; padding: 0 20px; }

	#welcome { margin-top: -100px; }
	#about-us .twelve-6, #contact .twelve-6 { height: 340px;}
	#gallery ul li img { width: 50%; }

	#download-center .download-file .download-btn { font-size: 1.4em; padding: 10px 15px; }
	#about-us .twelve-5, #faq, #download-center, #contact .twelve-5 { padding: 50px 0; }

	.four-1 { width: 25%; } .four-2 { width: 50%; } .four-3 { width: 75%; } .four-4 { width: 100%; }
	.nomobile { display: none; }
	.showmobile { display: block; }

}
