.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 6px solid #0880c1;
  background-image: url('../images/AdobeStock_115118684.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-section {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 6px solid #0880c1;
}

.cir-social-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 6px solid #0880c1;
  background-image: url('../images/AdobeStock_205694120.jpeg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.city-living-section {
  margin-bottom: 0px;
  padding-bottom: 70px;
  border-bottom: 6px solid #0884c7;
}

.social-section {
  border-bottom: 6px solid #0880c1;
}

.featured-container {
  max-width:1200px !important;
  margin:auto;
}

.featured-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.featured-image-wrapper {
  width: 265px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.featured-image {
  width: 100%;
  border-radius: 350px;
}

.featured-item-paragraph {
  font-family: Montserrat, sans-serif;
  color: #676a7c;
  font-size: 14pt;
  line-height: 22pt;
  font-weight: 300;
  text-align: center;
}

.featured-item-heading {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #676a7c;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}

.image-section {
  height: 900px;
  border-bottom: 7px solid #0880c1;
  background-image: url('../images/BMN-Promo-Photo-ONLY.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.follow-us-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 25px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 6px solid #0880c1;
  border-bottom: 6px solid #0880c1;
  background-color: hsla(0, 0%, 100%, .82);
  text-align: center;
}

.social-media-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-media-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin: 7px 5px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #1a2550;
  -webkit-transition: background-color 631ms ease;
  transition: background-color 631ms ease;
  font-family: 'Font Awesome - Brands';
  color: #fff;
  text-decoration: none;
}

.social-media-button:hover {
  background-color: #0880c1;
}

.social-media-icon {
  font-family: 'FA brands 400';
  font-size: 35px;
  line-height: 70px;
}

.about-section-wrapper {
  display: block;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-section-image-placeholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #343743;
}

.about-section-placeholder-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-section-placeholder-text.white {
  color: #fff;
}

.about-section-text-wrapper {
  padding-left: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.type-2-container {
  margin-right: 70px;
  margin-left: 70px;
}

.about-section-heading {
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  color: #676a7c;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}

.paragraph {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #676a7c;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}

.button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 60px;
  border-radius: 10px;
  background-color: #0884c7;
  font-size: 16px;
  font-weight: 300;
}

.button:hover {
  background-color: #076699;
}

.body {
  font-family: Montserrat, sans-serif;
}

.section-heading {
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  color: #676a7c;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}

.mason-area-start {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.mason-item-wrapper {
  padding: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mason-item-wrapper:hover {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .3);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.mason-item-wrapper.large {
  height: 350px;
}

.mason-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 84%, 0);
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  text-decoration: none;
}

.mason-link.okotoks {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/shutterstock_404836420_Okotokos.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/shutterstock_404836420_Okotokos.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.mason-link.sundre {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/Depositphotos_123299280_xl-2015.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/Depositphotos_123299280_xl-2015.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.mason-link.cochrane {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/shutterstock_495767920_Cochrane.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/shutterstock_495767920_Cochrane.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.mason-link.airdrie {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/shutterstock_346448522_RedDeer.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/shutterstock_346448522_RedDeer.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.mason-link.strathmore {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/shutterstock_26184535_Strathmore.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/shutterstock_26184535_Strathmore.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.mason-link.brooks {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/shutterstock_135073217_East.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/shutterstock_135073217_East.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.mason-link.sylvan {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/shutterstock_94284772_Sylvan-Lake.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/shutterstock_94284772_Sylvan-Lake.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.search-tab {
  padding-right: 40px;
  padding-left: 40px;
  background-color: #676a7c;
  color: #fff;
}

.search-tab.w--current {
  background-color: #fff;
  color: #676a7c;
}

.tab-pane-tab-1 {
  border: 0px none #000;
  background-color: #fff;
}

.search-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin: 20px;
  border: 1px solid transparent;
}

.submit-button {
  height: 50px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #0880c1;
  font-weight: 800;
}

.text-field {
  height: 50px;
  margin-right: -1px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .3);
  font-size: 18px;
}

.more-tab {
  font-weight: 600;
}

.search-tab-wrapper {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.tabs {
  background-color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.realtor-login-link {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #0880c1;
  text-decoration: none;
}

.brand1 {
    position: absolute;
    left: 0px;
    top: 35px;
    width: 190px;
    margin-bottom: -35px;
    padding-left: 40px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.nav-menu {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-link {
  padding-top: auto;
  padding-bottom: auto;
}

.menu-link {
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: 1px solid rgba(0, 0, 0, .3);
  color: #676a7c;
}

.menu-link:hover {
  color: #0880c1;
}


.menu-link1 {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #676a7c;
}

    .menu-link1:hover {
        color: #0880c1;
    }

.login-link {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #676a7c;
  font-weight: 800;
}

.about-container {
  margin-right: 90px;
  margin-left: 90px;
}

.global-section {
  margin-bottom: 0px;
  border-bottom: 6px solid #0884c7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .43)), to(hsla(0, 0%, 100%, .43))), url('../images/AdobeStock_209798677.jpeg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .43), hsla(0, 0%, 100%, .43)), url('../images/AdobeStock_209798677.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column {
  position: static;
}

.social-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  margin-right: 110px;
  margin-left: 110px;
  padding: 25px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 6px solid #0880c1;
  border-bottom: 6px solid #0880c1;
  background-color: hsla(0, 0%, 100%, .82);
  text-align: center;
}

.paragraph-2 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sponsor-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button-2 {
  padding: 12px 60px;
  border-radius: 10px;
  background-color: #0884c7;
}

.button-2:hover {
  background-color: #076699;
}

.about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.global-container {
  margin-right: 90px;
  margin-left: 90px;
}

.global-wrapper {
  display: block;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sponsor-logos-mobile {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-container {
  padding: 10px 70px;
}

.footer-left {
  padding-top: 25px;
  padding-right: 60px;
  padding-bottom: 25px;
  border-right: 1px solid #000;
}


.footer-link:hover {
  color: #0884c7;
}

.footer-column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-right {
  padding-top: 25px;
  padding-bottom: 0px;
  padding-left: 66px;
}




@media (max-width: 1920px) {

    .featured-container {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 1024px) {
  .featured-item-paragraph {
    margin-bottom: 20px;
  }
  .image-section {
    height: 400px;
  }
  .follow-us-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .about-section-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-section-text-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-section-heading {
    text-align: center;
  }
  .tabs-menu {
    display: none;
  }
  .text-field {
    font-size: 14px;
  }
  .search-tab-wrapper {
    width: 700px;
  }
  .nav-menu {
    width: 100%;
    margin-top: 10px;
   text-align:right;
  }
  .menu-link {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    text-align: center;
  }


    .menu-link1 {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 14px;
        text-align: center;
    }
  .login-link {
    font-size: 20px;
    text-align: center;
  }
  .about-container {
    margin-right: 60px;
    margin-left: 60px;
  }
  .menu-button {
    background-color: #fff;
  }
  .menu-button:active {
    background-color: #0880c1;
  }
  .menu-button.w--open {
    margin-right: 15px;
    background-color: #0880c1;
  }
  .column-2 {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .sponsor-logos {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .about-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .global-container {
    margin-right: 10px;
    margin-left: 10px;
  }
  .global-wrapper {
    padding-top: 35px;
    padding-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sponsor-logos-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .footer-left {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-right-style: none;
    border-right-width: 0px;
  }
  .footer-right {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    border-top: 1px solid #000;
  }
  .footer-social-media-buttons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .columns-2 {
    padding-bottom: 10px;
  }
}

@media (max-width: 769px) {
  .follow-us-container {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .social-media-button {
    width: 40px;
    height: 40px;
  }
  .social-media-icon {
    font-size: 25px;
  }
  .about-section-heading {
    text-align: center;
  }
  .mason-link.okotoks {
    height: 250px;
  }
  .mason-link.sundre {
    height: 250px;
  }
  .mason-link.cochrane {
    height: 250px;
  }
  .mason-link.airdrie {
    height: 250px;
  }
  .mason-link.strathmore {
    height: 250px;
  }
  .mason-link.brooks {
    height: 250px;
  }
  .mason-link.sylvan {
    height: 250px;
  }
  .tabs-menu {
    display: none;
  }
  .search-tab-wrapper {
    width: 100%;
  }
  .tabs {
    width: 80%;
  }
  .social-container {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-right {
    padding-left: 10px;
    border-top-style: none;
    border-top-width: 0px;
  }
}

@media (max-width: 479px) {

    .px-100 {
        padding-right: 5px;
        padding-left: 5px;
    }

  .cir-social-section {
    height: 650px;
  }
  .social-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .featured-container {
    margin-right: 5px;
    margin-left: 5px;
    padding-left:5px;
    padding-right:5px;
  }
  .featured-item-paragraph {
    margin-bottom: 20px;
  }
  .image-section {
    display: none;
  }
  .follow-us-container {
    width: 95%;
  }
  .social-media-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .social-media-button {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .about-section-wrapper {
    padding-top: 0px;
    padding-bottom: 25px;
  }
  .about-section-image-placeholder {
    width: 100%;
  }
  .type-2-container {
    margin-right: 5px;
    margin-left: 5px;
  }
  .paragraph {
    margin-bottom: 25px;
  }
  .button {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-heading {
    font-size: 25px;
  }
  .mason-link.okotoks {
    height: 200px;
  }
  .mason-link.sundre {
    height: 200px;
  }
  .mason-link.cochrane {
    height: 200px;
  }
  .mason-link.airdrie {
    height: 200px;
  }
  .mason-link.strathmore {
    height: 200px;
  }
  .mason-link.brooks {
    height: 200px;
  }
  .mason-link.sylvan {
    height: 200px;
  }
  .submit-button {
    padding-right: 18px;
    padding-left: 18px;
    font-size: 12px;
  }
  .text-field {
    font-size: 12px;
  }
  .tabs {
    width: 95%;
  }
  .brand {
    padding-left: 20px;
  }
  .about-container {
    margin-right: 10px;
    margin-left: 10px;
  }
  .sponsor-logos {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-wrapper {
    padding-top: 0px;
    padding-bottom: 25px;
  }
  .global-container {
    margin-right: 10px;
    margin-left: 10px;
  }
  .global-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .sponsor-logos-mobile {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-social-media-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.button-1 {
    background-color: #FFFFFF;
    border: 1px solid #2d7bc0;
    color: #2d7bc0;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
}

    .button-1:hover {
        background-color: #2d7bc0;
        color: #FFFFFF;
    }

.box-buttons {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}

@media (max-width: 800px) {

    .buttons-wrap {
        display: grid;
    }
}




@font-face {
  font-family: 'FA brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}