@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Yeseva+One&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  color: #212122;
  font-size: 18px;
  font-weight: 500;
}

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a, label, .tagline {
  text-transform: uppercase;
  color: #454545;
  font-family: "Yeseva One", cursive;
  margin-top: 0;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2.5em;
  position: relative;
  margin-bottom: 40px;
  color: #1C5278;
}
h2::after {
  content: "";
  display: block;
  border-bottom: 2px solid #1C5278;
  width: 80px;
  position: absolute;
  bottom: -10px;
  left: 0;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.2em;
}

p {
  margin-bottom: 20px;
}

a {
  text-decoration: none;
  color: #2a7cb6;
  transition: color 0.2s ease-out;
}
a:hover {
  color: #56a2d7;
}

body {
  width: 100%;
  margin: 0;
}
body .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
body .wrapper .content {
  flex: 75%;
  padding: 70px 20px;
  box-sizing: border-box;
}
body .wrapper aside {
  flex: 25%;
  padding: 70px 20px;
  box-sizing: border-box;
}
body .wrapper aside li {
  text-transform: capitalize;
}
body .wrapper.fullwidth .content {
  flex: 100%;
}
body section {
  padding: 50px;
}
body section:nth-of-type(odd) {
  background-color: #F2F2F2;
}

.two-col, .three-col, .four-col {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.two-col .item, .three-col .item, .four-col .item {
  padding: 20px;
  box-sizing: border-box;
  align-content: initial;
}
.two-col .item:first-of-type, .three-col .item:first-of-type, .four-col .item:first-of-type {
  clear: both;
}
.two-col .item .dark-background, .three-col .item .dark-background, .four-col .item .dark-background {
  padding: 50px;
}

.two-col .item {
  flex: 50%;
}

.three-col .item {
  flex: 33.333%;
}

.four-col .item {
  flex: 25%;
}

header .top-header {
  width: 100%;
  background-color: #1C5278;
  position: relative;
  overflow: auto;
  padding: 10px 0;
  color: #fff;
}
header .top-header div {
  float: left;
  width: 25%;
  text-indent: 20px;
}
header .top-header div:nth-child(2) {
  width: 50%;
  text-align: center;
}
header .top-header div.top-nav a {
  float: right;
}
header .wrapper {
  position: relative;
}
header .wrapper h1 {
  display: block;
  margin-top: 30px;
}
header .wrapper h1 img {
  height: 200px;
  box-shadow: none;
}
header .wrapper .button {
  position: absolute;
  right: 20px;
  top: 48%;
  top: calc((100% - 42px) / 2);
}

nav {
  width: 100%;
  height: 50px;
  background-color: #F2F2F2;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ccc;
}
nav ul {
  padding-left: 0;
  list-style-type: none;
  margin: 0 auto;
  width: 1020px;
}
nav ul li {
  float: left;
  text-transform: uppercase;
  background-color: inherit;
  transition: background-color 0.2s ease-out;
}
nav ul li a {
  display: block;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  padding: 0 20px;
}
nav ul li a:hover {
  color: #fff;
}
nav ul li ul {
  display: none;
  position: absolute;
  left: 0;
  z-index: 999999;
  background-color: #266ea1;
  width: 100%;
  transition: display 0.2s ease-out;
}
nav ul li ul .dropdown-menu {
  max-width: 1200px;
  margin: 0 auto;
  overflow: auto;
}
nav ul li ul .dropdown-menu li {
  width: 33.333%;
  float: left;
  background-color: inherit;
  transition: background-color 0.2s ease-out;
}
nav ul li ul .dropdown-menu li:hover {
  background-color: #2f8bcb;
}
nav ul li ul .dropdown-menu li a {
  color: #fff;
}
nav ul li:hover {
  background-color: #266ea1;
}
nav ul li:hover ul {
  display: block;
  transition: display 0.2s ease-in;
}

.who-we-are nav .who-we-are > a,
.faq nav .faq > a,
.membership nav .membership > a,
.housing nav .housing > a,
.expansion nav .expansion > a,
.waiting-list nav .waiting-list > a,
.contact nav .contact > a {
  background-color: #266ea1;
  color: #fff;
}

#mobile-nav-button {
  display: none;
  height: 80px;
  line-height: 80px;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  text-transform: uppercase;
  font-size: 22px;
  padding: 0 66px 0 40px;
  color: #999999;
  background-color: #FFF;
}
#mobile-nav-button div {
  display: block;
  width: 20px;
  height: 2px;
  background: #999999;
  margin: 4px auto;
  position: relative;
  top: -61px;
  left: 54px;
}
#mobile-nav-button div:first-child {
  margin-top: 15px;
}
#mobile-nav-button:hover, #mobile-nav-button:active {
  background-color: #1C5278;
  cursor: pointer;
}

#mobile-nav {
  display: none;
  width: 250px;
  height: 100%;
  overflow: scroll;
  background-color: #333;
  color: #333;
  border-left: 2px solid #000;
  position: fixed;
  right: -252px;
  top: 0;
  z-index: 10000000;
}
#mobile-nav p {
  position: relative;
  height: 50px;
  line-height: 50px;
  border-bottom: #000;
  margin: 0;
  text-align: center;
  color: #CCC;
}
#mobile-nav p + a {
  border-right: 1px solid #000;
}
#mobile-nav a {
  width: 124px;
  height: 100px;
  float: left;
  border-top: 1px solid #000;
}
#mobile-nav a:hover {
  cursor: pointer;
  background: #ED0344;
}
#mobile-nav a:active {
  background: #ED0344;
}
#mobile-nav a::before {
  display: none;
}
#mobile-nav ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 100px;
  border-bottom: 1px solid #000;
}
#mobile-nav ul li {
  width: 100%;
  border-top: 1px solid #000;
  padding: 0;
}
#mobile-nav ul li a {
  display: block;
  text-indent: 20px;
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
  font-weight: bolder;
  width: 100%;
  font-weight: bold;
  line-height: 50px;
}
#mobile-nav ul li.accordion {
  border: none;
  border-top: 1px solid #000;
  margin-bottom: 0;
  background: none;
  color: #FFF;
}
#mobile-nav ul li.accordion div {
  border: none;
}
#mobile-nav ul li ul {
  margin: 0;
  margin-top: 0;
  border: none;
  border-bottom: none;
  background-color: #4e4e4e;
  width: 100%;
  overflow: hidden;
}
#mobile-nav ul li ul li a {
  padding-left: 15px;
}

.hideNav {
  display: block;
  width: 150px;
  height: 100%;
  text-align: center;
  background-color: #ED0344;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  line-height: 50px;
  float: right;
  margin-top: 0;
  color: #FFF;
  text-transform: uppercase;
  font-weight: normal;
}
.hideNav::before {
  display: none;
}
.hideNav:hover, .hideNav:active {
  cursor: pointer;
  color: #ED0344;
  background-color: #FFF;
}

.phone {
  display: block;
  height: 42px;
  width: 28px;
  border-color: #CCC;
  border-style: solid;
  border-width: 3px;
  border-top-width: 6px;
  border-bottom-width: 8px;
  border-radius: 3px;
  margin: 22px auto;
  position: relative;
}
.phone div:first-child {
  display: block;
  position: absolute;
  top: -5px;
  left: 4px;
  width: 20px;
  height: 3px;
  background: #222;
  border-radius: 3px;
}
.phone div:first-child + div {
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: -7px;
  left: 11px;
  background: #222;
  border-radius: 50%;
}

#mobile-nav > a:active .phone > div:first-child,
#mobile-nav > a:active .phone > div:first-child + div,
#mobile-nav > a:hover .phone > div:first-child,
#mobile-nav > a:hover .phone > div:first-child + div {
  background: #ED0344;
}

.mail {
  display: block;
  width: 40px;
  height: 24px;
  margin: 34px auto 0 auto;
  border: 4px solid #CCC;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  -webkit-transition: border 0.3s;
  -ms-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}

.mail > div:first-child {
  display: block;
  position: absolute;
  top: -50px;
  left: -9.5px;
  border-style: solid;
  border-color: #CCC;
  border-left-width: 4px;
  border-bottom-width: 4px;
  border-radius: 3px;
  height: 52px;
  width: 52px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 1240px) {
  nav {
    display: none;
  }

  #mobile-nav,
#mobile-nav-button {
    display: block;
  }
}
@media screen and (max-width: 760px) {
  #mobile-nav-button {
    height: 50px;
    line-height: 50px;
  }

  #mobile-nav-button div {
    top: -46px;
  }
}
@media screen and (max-width: 420px) {
  #mobile-nav-button {
    padding: 0 35px 0 10px;
  }
}
@media screen and (max-width: 1220px) {
  nav > ul {
    width: 943px;
  }

  nav ul li a span {
    display: none;
  }
}
footer {
  background-color: #12364f;
  color: #fff;
}
footer img {
  box-shadow: none;
}
footer .footwrap {
  display: flex;
  padding: 50px;
  flex-wrap: wrap;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
}
footer .footwrap .item {
  flex: 33.333%;
  padding: 20px;
  box-sizing: border-box;
  align-content: initial;
  color: #fff;
}
footer .footwrap .item img {
  box-shadow: none;
  max-width: 200px;
}
footer .footwrap .item a {
  color: #fff;
}
footer .footwrap .item li {
  text-transform: capitalize;
}
footer #copyright {
  overflow: auto;
  background-color: #0e283a;
  color: #fff;
  padding: 10px 20px;
}
footer #copyright p {
  text-align: center;
}
footer #copyright p a {
  color: #F2F2F2;
}

img {
  display: block;
  max-width: 100%;
  margin-bottom: 20px;
}

img, .easyhtml5video {
  -webkit-box-shadow: 5px 5px 22px 5px #B6B6B6;
  box-shadow: 5px 5px 22px 5px #B6B6B6;
}

.dark-background {
  background-color: #1C5278;
  color: #fff;
}
.dark-background h1, .dark-background h2, .dark-background h3, .dark-background h4, .dark-background h5, .dark-background h6, .dark-background label {
  color: #F2F2F2;
}
.dark-background h2::after {
  border-bottom: 2px solid #F2F2F2;
}
.dark-background .button {
  background-color: #fff;
  color: #1C5278;
}
.dark-background .button:hover {
  background-color: #F2F2F2;
}
.dark-background a {
  color: #F2F2F2;
}

.button,
input[type=submit] {
  padding: 0 20px;
  background-color: #266ea1;
  color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  height: 42px;
  line-height: 42px;
  border: none;
}

.button:hover,
input[type=submit]:hover {
  background-color: #2f8bcb;
  cursor: pointer;
  color: #fff;
}

input[type=submit] {
  display: block;
}

.easyhtml5video {
  width: 100%;
  height: auto;
}

.easyhtml5video video {
  width: 100%;
  height: auto;
}

.accordion {
  background: #FFF;
  margin-bottom: 20px;
  border: 1px solid #CCC;
  position: relative;
}
.accordion h4 {
  margin-bottom: 0;
  padding: 14px 30px;
  position: relative;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
  color: #212122;
  font-size: 18px;
  font-weight: 600;
  color: #1C5278;
}
.accordion h4 div {
  width: 50px;
  height: 100%;
  background-color: #7ACD77;
  color: #FFF;
  position: absolute;
  right: 0;
  top: 0;
}
.accordion h4:hover {
  background-color: #F2F2F2;
  cursor: pointer;
}
.accordion .triangle {
  margin: 15px 10px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #1C5278;
}
.accordion.open .triangle {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion div {
  border-top: 1px solid #CCC;
  display: none;
  overflow: auto;
}
.accordion div p {
  padding: 10px 30px 0px;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}
.accordion div p a {
  text-transform: none;
}
.accordion div:first-child {
  padding-top: 30px;
}
.accordion div:last-child {
  padding-bottom: 30px;
}
.accordion div h5 {
  margin: 0 30px;
}
.accordion div img {
  margin-top: 20px;
}

.home .hero {
  height: 500px;
  height: calc(100vh - 354.3px);
  min-height: 500px;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url("../images/home-background.jpg");
  background-size: cover;
  background-position: center center;
  background-blend-mode: darken;
}
.home .hero .wrapper {
  align-content: center;
  position: relative;
}
.home .hero .wrapper .tagline {
  display: block;
  font-size: 80px;
  line-height: 1.1;
  margin-bottom: 15px;
  margin-top: 100px;
  color: #f9f9f9;
  font-family: Montserrat, sans-serif;
  text-transform: capitalize;
  font-weight: bolder;
}
.home .hero .wrapper div a {
  display: inline-block;
  text-align: center;
  margin-right: 20px;
  font-size: 18px;
}
.home .section-title {
  padding: 0 20px;
  min-width: 60%;
}
.home section.contact {
  background-color: #1C5278;
}
.home section.contact .dark-background {
  padding-top: 0;
}
.home section.contact .dark-background h3 {
  margin-top: 0;
}
.home section.contact form div {
  float: none;
  width: 100%;
}

#contact-errors {
  width: 100%;
}

.contact #directions {
  padding: 0;
}
.contact #directions .two-col {
  align-items: center;
}
.contact #directions .two-col .item:nth-child(2) {
  padding: 0;
}
.contact form h3 {
  margin-top: 30px;
}
.contact form div {
  width: 50%;
  float: left;
}
.contact form div input {
  width: 90%;
  padding: 8px 15px;
  margin: 5px 0;
  border: 1px solid #12364f;
  color: #1C5278;
}
.contact form div input[type=submit] {
  clear: left;
}
.contact form div input::placeholder {
  text-transform: capitalize;
  font-weight: bolder;
  color: #454545;
}
.contact form textarea {
  width: 95%;
  height: 200px;
  padding: 8px 15px;
  margin: 5px 0;
  border: 1px solid #12364f;
}
.contact form textarea::placeholder {
  text-transform: capitalize;
  font-weight: bolder;
  color: #454545;
}
.contact .contact {
  background-color: #1C5278;
}

div.g-recaptcha {
  margin-bottom: 10px;
}

.waiting-list form {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 30px;
}
.waiting-list form h6 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 40px 10px 0;
  background-color: #1C5278;
  color: #FFF;
  padding: 5px 0 5px 10px;
  clear: left;
}
.waiting-list form h6.error {
  background-color: red;
}
.waiting-list form h6 span {
  font-weight: normal;
}
.waiting-list form p {
  margin-top: 20px;
  clear: both;
}
.waiting-list form input {
  padding: 8px 15px;
  margin: 5px 0;
  border: 1px solid #1C5278;
}
.waiting-list form input[type=submit] {
  padding: 0 30px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #588758;
}

.names {
  width: 50%;
  float: left;
}
.names span {
  display: block;
  width: 100%;
  clear: left;
}
.names label {
  display: inline-block;
  width: 100px;
}
.names input {
  width: calc(100% - 180px);
}

#city {
  width: 100px;
}

#province {
  width: 120px;
}

#postal-code {
  width: 70px;
}

.specs {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
.specs label {
  margin-left: 10px;
}

.specs.financial,
.specs.other {
  width: 100%;
  height: auto;
  float: none;
}

.specs.size,
.specs.building {
  height: 250px;
  margin-bottom: 0;
}

.specs.other p {
  float: none;
  clear: both;
  padding-bottom: 20px;
}

.specs.other textarea {
  width: 100%;
  height: 100px;
  margin-top: 10px;
  border: 1px solid #1C5278;
}

.approvals {
  overflow: auto;
  float: none;
  clear: both;
  padding-bottom: 30px;
}
.approvals label {
  margin-left: 10px;
}

#unit-table {
  border: 1px solid #CCC;
  background-color: #FFF;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.thead {
  background-color: #1C5278;
  color: #FFF;
  overflow: auto;
  padding: 10px;
  text-align: center;
}

.thead > .th:first-child {
  width: 19%;
  text-indent: 10px;
  text-align: left;
}

.tr {
  overflow: auto;
  padding: 10px 0;
  text-align: center;
}

.tr:nth-child(2n+3) {
  background-color: #E9E9E9;
}

.tr .th {
  display: none;
}

.th, .td {
  float: left;
  width: 9%;
}

.tr .th:first-child + .td {
  width: 19%;
  text-indent: 10px;
  text-align: left;
}

.td label {
  display: none;
}

#WLA-errors {
  padding-top: 50px;
}

/*# sourceMappingURL=styles.css.map */
