/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

/* Main style file. Override general styles here. Specific module or page type
styles, often have their on css files, which are called only if necessary. */

/*
* =============================
* === Base ===
* =============================
*/

/* 
CSS variables supported by modern browsers. except IE because it sucks.
https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
*/
:root {
  --canary-yellow: #FBC93C;
  --electric-blue: #22B5B0;
  --lime-green: #A4CE60;
  --bright-red: #EA5547;
  --dark-text: #454A48;
}

/*
.hd, .bd, .ft {
  max-width: 100vw;
  overflow: hidden;
  height: auto;
}*/


/* 
=============================
2021 Footer Styles Start
============================= 
*/
h4.contact-links,
h4.quick-links {
  color: black;
  font-family:  proxima-nova, sans-serif; 
  font-weight: 900;
  text-decoration: none;
}
.footer-logo {
  width: 200px;
  padding-bottom: 20px;
}

.footer-contact-links {
  margin: 20px 0;
  font-family: Inter;
}
.ft-top {
  height: auto;
}

.quick-link-item {
  padding: 0 0 20px 0;
}

.ft-bottom .container .row .col-md-6 p {
  padding: 1.5rem 0 0 0;
}

.footerFlexParent {
  display: flex;
  justify-content: center;
}

@media(min-width:768px) {
  .footer-logo {
    width: 300px;
  }
}


/* 
=============================
2021 Footer Styles End
============================= 
*/


/* 
=============================
2021 Hero Styles Start
============================= 
*/
.hero-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-slide {
  height: auto!important;
}
/* 
=============================
2021 Hero Styles End
============================= 
*/

/* 
=============================
Block Styles Start
============================= 
*/


.friendship-centres {
  position: relative;
  background: #A4CE60;
  padding: 0px 20px;
  display: flex;
  flex-direction: row;
  margin-top: 100px;
}
.friendship-centres::before {
  content: url(../images/circle-thin-big.png);
  position: absolute;
  bottom: -10%;
  left: -5%;
}
.fc-left,
.fc-right {
  width: 50%;
}
.fc-left {
  padding: 10%;
}
.fc-left h2 {
  margin-top: 0px;
}
.fc-left p {
  color: #000;
}
.fc-img {
  position: relative;
  top: -15%;
}

a.fc-button-link {
  display: inline-block;
  margin-top:10px;
  padding: 20px;
  border-radius: 33px;
  text-decoration: none;
  color: #000;
  background: #fff;
  text-transform: capitalize;
}

.fa-map-marker-alt {
  font-size: 16px;
  padding-left: 2px;
}

.three-column-block {
  display: flex;
  flex-direction: row;
  margin-top: 50px;
  justify-content: space-between;
  padding: 0;
  flex-wrap: wrap;
  align-items: flex-start;
}
.three-col-top {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
  text-align: center;
}
.three-col-h4 {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 42px;
}

.three-col-left,
.three-col-center,
.three-col-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 33.333333%;
  padding: 20px;
  margin: 0 auto;
  max-width: 100%;
}

.three-col-img {
  border-radius: 5px;
  height:250px;
  max-width: 375px;
}

@media(max-width: 768px) {
  .three-column-block {
    margin-top: 16px;
  }
}

@media(max-width: 576px) {
  .three-col-left,
  .three-col-center,
  .three-col-right  {
    padding-left: 0;
    padding-right: 0;
  }
}

@media(max-width: 400px) {
  .three-col-img {
    height: auto;
    max-width: 85vw;
  }
}

.three-col-header {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  color: #343A40;
  margin: 15px 0 5px 0;
}
.three-col-para {
  color: #343A40;
  font-family: Inter, sans-serif;
  margin: 0;
}

.mobile-background-bubbles { display: none; }

.bkgBubbleRed,
.bkgBubbleGreenSm,
.bkgBubbleYellow,
.bkgBubbleGreenMed,
.bkgBubbleTealSm {
  position: absolute;
  z-index: -1;
}
.bkgBubbleRed {
  left: -4%;
  transform:scaleX(-1);
  top: 10%;
}
.bkgBubbleGreenSm {
  right: 0%;
  top: 15%;
}
.bkgBubbleYellow {
  left: 0%;
  bottom: 10%;
}
.bkgBubbleGreenMed {
  right: 0;
  bottom: 15%;
}
.bkgBubbleTealSm {
  right: 0;
  bottom: 15%;
}
@media only screen and (min-width: 1920px) {
  .bkgBubbleRed {
    left: -4%;
    transform:scaleX(-1);
    top: 25%;
  }
  .bkgBubbleGreenSm {
    right: 0%;
    top: 10%;
  }
  .bkgBubbleYellow {
    left: 0%;
    bottom: 0%;
  }
  .bkgBubbleGreenMed {
    right: 0;
    bottom: 5%;
  }
  .bkgBubbleTealSm {
    right: 0;
    bottom: 5%;
  }
}
@media only screen and (max-width: 992px) {
  .desktop-background-bubbles { display: none; }
  .mobile-background-bubbles { display: block; }
  .bkgBubbleRed {
    left: 0%;
    transform:scaleX(-1);
    top: 25%;
  }
  .bkgBubbleGreenSm {
    right: 0%;
    top: 10%;
  }
  .bkgBubbleYellow {
    left: -15%;
    bottom: 30%;
  }
  .bkgBubbleGreenMed {
    right: 0%;
    bottom: 22%;
  }
  .bkgBubbleTealSm {
    right: 0%;
    bottom: 22%;
  }
}
@media only screen and (max-width: 576px) {
  .bkgBubbleRed {
    left: 0%;
    transform:scaleX(-1);
    top: 25%;
  }
  .bkgBubbleGreenSm {
    right: 0%;
    top: 7%;
  }
  .bkgBubbleYellow {
    left: 0%;
    bottom: 27%;
  }
  .bkgBubbleGreenMed {
    right: 0%;
    bottom: 20%;
  }
  .bkgBubbleTealSm {
    right: 0%;
    bottom: 20%;
  }
}



.section-bubble-links {
  height: 625px;
  margin: 50px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: 50%;
}

.bubble-position-1 {
  position: absolute;
  top: 0;
}
.bubble-position-2 {
  position: absolute;
  right: 10%;
  top: 45%;
}
.bubble-position-3 {
  position: absolute;
  bottom: 0;
}
.bubble-position-4 {
  position: absolute;
  left: 10%;
  top: 20%;
}

.bubble {
  border-radius: 50%;
  width: 300px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.green-bubble {
  background: rgba(164, 206, 96, 0.7);
}
.yellow-bubble {
  background: rgba(251, 201, 60, 0.7);
}
.red-bubble {
  background: rgba(234, 85, 71, 0.7);
}
.teal-bubble {
  background: rgba(34, 181, 176, 0.7);
}

.bubble-button {
  display: block;
  border-radius: 50px;
  border: 4px solid #fff;
}
.bubble-header {
  color: #000;
  font-family: proxima-nova, sans-serif;
  font-weight: normal;
  font-size: 32px;
  text-align: center;
  text-transform: capitalize;
}
a.bubble-button-link {
  display: block;
  text-decoration: none;
  text-transform: capitalize;
  color: #000;
  font-family: proxima-nova, sans-serif;
  font-weight: normal;
  font-size: 24px;
  padding: 5px 15px;
  text-align: center;
}

.green-bubble .bubble-button {
  position: absolute;
  bottom: 10%;
  right: 24%;
}

.red-bubble .bubble-button {
  position: absolute;
  bottom: 10%;
}

.yellow-bubble .bubble-button {
  position: absolute;
  top: 68%;
  left: 17%;
}

.teal-bubble .bubble-button {
  position: absolute;
  bottom: 10%;
  right: 24%;
}

.bubble .green-bubble {
  top: 5%;
}
.two-column-block-v1,
.two-column-block-v2 {
  display: flex;
  flex-direction: row;
  margin: 50px 0;
}

@media(max-width: 1200px) {
  .fc-sec {
    margin-top: 60px;
  }
  .fc-img {
    top: -20%;
    margin-top: -50px;
  }
  .fc-left p {
    text-align: center;
  }
  .friendship-centres {
    background-color: #A4CE60;
    background-image: url(../images/circle-thin-big.png), url(../images/circle-thin-big.png);
    background-repeat: no-repeat, no-repeat;
    background-attachment: fixed;
    background-position: top left, bottom right;
  }
  
  .two-column-block-v2, .two-column-block-v1 {
    margin: 0;
  }
  
  .col-collapse {
    display: none;
  }
}

.two-col-v1-right,
.two-col-v1-left {
  width: 50%;
  padding: 25px;
}

@media(max-width: 1200px) {
  .two-col-v1-right {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.two-col-v1-button {
  border-radius: 50px;
  border: none;
  background-color: var(--canary-yellow);
  border: solid 3px var(--canary-yellow);
  padding: 12px 22px;
  margin-top: 40px;
}
a.two-col-v1-button-link {
  text-decoration: none;
  color: #000;
}
a.two-col-v1-button-link:hover {
  background: white;
}
.two-col-v1-img {
  width: 100%;
}

/* Section Intro (replaces: section-two-col-v2) */
.section-intro {
  margin-top: 80px;
}
@media(min-width:768px) {
  .section-intro {
    margin-top: 110px;
  }
}



.two-col-v2-right {
  width: 40%;
  padding: 25px;
}
.two-col-v2-left {
  width: 60%;
  padding: 25px;
}
.two-col-v2-img {
  width: 100%;
}

.section-latest-news ul{
  padding-left: 20px;
}
.section-latest-news ul li {
  padding-bottom: 10px;
  font-size: 2.0rem;
}
.section-latest-news ul li a{
  color: black;
  text-decoration: none;
}
.section-latest-news ul li a:hover{
  text-decoration: underline;
}



@media only screen and (max-width: 1200px) {

  
  .section-bubble-links {
    height: auto;
  }

  .section-bubble-links {
    height: auto;
    width: auto;
  }
  .bubble {
    margin: 20px 0;
  }
  .bubble-position-1,
  .bubble-position-2,
  .bubble-position-3,
  .bubble-position-4 {
    position: relative;
  }
  .two-column-block-v1, .two-column-block-v2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .two-col-v2-left,
  .two-col-v2-right,
  .two-col-v1-left,
  .two-col-v1-right {
    width: 100%;
  }
  .friendship-centres {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }
  .fc-left, .fc-right {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .fc-img {
    width: 50%;
    margin-top: -50px;
  }
  .friendship-centres::before { display: none; }
    .section-bubble-links {
    flex-direction: column;
  }
}

@media only screen and (max-width: 1400px) {
  .bubble-position-1, .bubble-position-2, .bubble-position-3, .bubble-position-4 {
    position: relative;
  }
  .fc-img {
  
  }
}

@media(max-width: 400px) {
  .bubble-position-4 {
    left: 0; 
  }
}

@media(max-width: 320px) {
  .bubble-position-4, .bubble-position-1 {
    left: -32px; 
  }
}

/* 
=============================
Block Styles  End
============================= 
*/

.exec-section {
  background: rgba(251, 201, 60, .2);
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  justify-content: center;
  align-items: center;
}
.bod-section h2,
.exec-section h2 {
  font-size: 38px;
  margin-bottom: 10px;
}
.exec-section li {
  background: #fff;
  list-style: none;
  margin: 5px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 30%;
  text-align: center;
  max-height: 140px;
}
.bod-section {
  display: flex;
  flex-wrap: wrap;
}
h4.bod-name {
  font-family: proxima-nova, Sans-Serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
}
p.bod-member-title {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.bod-members {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.bod-member {
  width: 50%;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
h4.bod-name {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0;
}
p.bod-location {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 20px;
}



@media(max-width: 576px) {
  .exec-section li { 
    width: 100%;
  }
  
  .bod-member {
    width: 100%;
  }
}


/* 
=============================
=== Default Content Stylingt ===
============================= 
*/

.content img {
  margin: 16px;
}

.content table {
  width: auto!important;
  height: auto!important;
}

.content tr {
  height: auto!important;
  width: auto!important;
  display: flex;
}

.content td {
  height: auto!important;
  width: auto!important;
  min-width: 200px;
  flex: 1;
}

@media(max-width: 768px) {
  .content img {
    margin: 16px auto!important;
    display: block;
    float: none!important;
  }
  
  .content tr {
    display: flex;
    flex-direction: column;
    margin: auto;
  }
  
  .content table, tbody, tr {
    width: 100%!important;
  }

}

/* 
=============================
=== Sidebar Styles Start ===
============================= 
*/
.navAside {
  position: relative;
  z-index: 10;
  background-color: #22B5B0;
  background-image: url("https://nafc-aoda.editmy.website/images/circle-fat-big.png"), url("https://nafc-aoda.editmy.website/images/circle-thin-small.png"), url("https://nafc-aoda.editmy.website/images/circle-thin-big.png");
  background-size: 20%, 20%, 100%, 50px;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: 5% 40%, 95% 60%, center bottom;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
  padding: 20px 0 20px 20px;

}

.navAside h4 a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  font-size: 18px;
}
.nav-item.active .nav-link svg {
  display: none;
}
.side-nav .nav li a {
  color: #000;
  text-decoration: none;
  font-weight: 400;
}

aside .nav-item.active > a {
  background: white;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-left: 16px;
  margin-left: -6px;
}

aside .nav.nested {
  margin-left: 1.5em;
}


/*
* =============================
* === Blog ===
* =============================
*/

.posts .post {
  margin-bottom: 40px;
}

/*
  * =============================
  * === Breadcrumb ===
  * =============================
  */

.breadcrumb {
  margin-top: 1.6rem;
  padding: 1.2rem 0;
  margin-bottom: 1.6rem;
  border-radius: .4rem;
  background-color: transparent;
  padding-left: 10px!important;
}

.breadcrumb li {
  /* font-size: 1.6rem; */
  color: #50514f;
}

.breadcrumb a {
  color: #9B1776;
}

.breadcrumb .active {
  color: #545B62;
}

.breadcrumb li+li::before {
  content: "/";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding: 0 10px;
}

/*
* =============================
* === accordion ===
* =============================
*/

.accordion-title {
  cursor: pointer;
}

.accordion > .accordion-title {
  font-size: 2rem;
  font-size: calc(1.6rem + (2.2 - 1.6) * ((100vw - 32rem) / 88));
  background-color: #366F8D;
  color: #fff;
  padding: 10px;
  margin-bottom: 1.25rem;
}

.accordion .card-body > .accordion-title {
  font-size: 2rem;
  font-weight: 700;
  background-color: #616161;
  color: #fff;
  padding: 8px;
  margin-bottom: 1.25rem;
}

/*
* =============================
* === Grid ===
* =============================
*/

.grid-item {
  padding: 2rem;
  font-size: 2rem;
  background-color: #f7f7f7;
  display: block;
  margin-bottom: 15px;
  margin-top: 15px;
}

.--bbg {
  background-color: #1595D3;
  color: #fff;
}

.--dbb {
  background-color: #294757;
  color: #fff;
}

.--byb {
  background-color: #fac410;
  color: #fff;
}

.--gbb {
  background-color: #366F8D;
  color: #fff;
}

/*
* =============================
* === Map ===
* =============================
*/

.map {
  /* padding: 25px 0; */

  background-color: #fff;
  height: 400px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .map {
    height: 800px;
  }
}

.map-info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

@media (max-width: 768px) {
  .map-info {
    width: 100%;
  }
}


/* .--clicker {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
} */

.map-btns {
  position: absolute;
  z-index: 15;
  bottom: 10px;
  right: 10px;
  width: 45px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(41, 71, 87, 0.5);
          box-shadow: 0px 0px 12px 0px rgba(41, 71, 87, 0.5);
}

.pins {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.map .zoom {
  color: #fff;
  background-color: #7B909B;
  border-color: #7B909B;
  width: 45px;
  height: 45px;
  text-align: center;
  padding: .375rem .75rem;
  
}

.map .zoom svg,
.map .zoom .fa {
  color: #fff;
  width: 16px;
}

.map-pin {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  margin-top: -8px;
  margin-left: -8px;
  
  background-color: #97BBCE;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(41, 71, 87, 0.5);
          box-shadow: 0px 0px 12px 0px rgba(41, 71, 87, 0.5);
  
  cursor: pointer;
  z-index: 5;
  opacity: 0.7;
}

.map-pin:hover {
  opacity: 1;
}

.map-pin.active {
  z-index: 6;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(41, 71, 87, 0.5);
          box-shadow: 0px 0px 12px 0px rgba(41, 71, 87, 0.5);
  border: 4px solid #fff;
  opacity: 1;
}

.map-pin.member {
  background-color: #1595D3;
}

.map-pin.pta {
  background-color: #FAC410;
}

.map-pin--info {
  position: absolute;
  transform-origin: bottom left;
  top: 20px;
  right: 20px;
  background-color: #294757;
  color: #fff;
  padding: 15px;
  border-radius: 8px;
  
  font-size: 1.4rem;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(41, 71, 87, 0.5);
          box-shadow: 0px 0px 6px 0px rgba(41, 71, 87, 0.5);
  max-width: 300px;
  min-width: 240px;
  z-index: 10;
}

@media (max-width: 768px) {
  .map-pin--info,
  .map-info {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}


.map-pin--info h5 {
  font-size: 1.8rem;
}

.map-pin--info *:first-child {
  margin-top: 0;
}

.map-pin--info *:last-child {
  margin-bottom: 0;
}

.map-pin--info a {
  color: #fff;
}

.map-pin--info .close {
  position: absolute;
  font-size: 20px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  color: #294757;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  top: -15px;
  right: -15px;
  opacity: 1;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(41, 71, 87, 0.5);
  box-shadow: 0px 0px 12px 0px rgba(41, 71, 87, 0.5);
}

.map-pin:hover {
  z-index: 10;
  background-color: #fac410;
}

.map svg {
  /* padding: 25px 0; */
  /* width: auto; */
  /* height: auto; */
  /* max-height: 650px; */
  position: relative;
  z-index: 1;
}

.map .world {
  fill: #F2F2F9;
  stroke: #fff;
  stroke-width: 1.5px;
}

.map .province {
  fill: #7B909B;
  stroke: #fff;
  stroke-width: 1.5px;
}

.map .province.highlight {
  fill: #6E9EB0;
}


@media (max-width: 768px) {
  .tooltip {
    display: none;
    opacity: 0;
  }
}

/*
* =============================
* === Util ===
* =============================
*/

.no-js {
  position: absolute;
  top: 2.5%;
  left: 2.5%;
  right: 2.5%;
  width: 95%;
  padding: 15px;
  background-color: red;
  color: #eee;
  z-index: 500;
  text-align: center;
}
.no-js h3 {
  color: red;
}
.save_button {
  position: fixed;
  top: 100px;
  left: 25px;
  z-index: 50;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  margin-top: 1.4em;
  margin-bottom: 1em;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


/*
* =============================
* === news-box ===
* =============================
*/


a.news-box {
  height: 400px;
  background-color: #294757;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  
  display: -webkit-box;
  
  display: -ms-flexbox;
  
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-decoration: none;
}

.news-box:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#294757), to(transparent));
  background: -o-linear-gradient(bottom, #294757, transparent);
  background: linear-gradient(0deg, #294757, transparent);
}

.news-box--title {
  position: relative;
  font-size: 2.4rem;
  z-index: 5;
  color: #fff;
  padding: 1.5rem;
  font-weight: 700;
  min-height: 96px;
}

.news-box--category {
  font-size: 1.8rem;
  overflow: hidden;
  position: relative;
  z-index: 5;
  color: #fff;
  margin: 0 1.5rem;
  /* margin-right: 1.5rem; */
  /* padding-right: 0; */
  text-decoration: none;
  overflow: hidden;
  font-weight: 600;
  text-transform: uppercase;
}

.news-box--category:after {
  content: '';
  position: absolute;
  bottom: 20px;
  top: 50%;
  height: 1px;
  width: 100%;
  margin-left: 1rem;
  border-top: 2px dotted #fac410;
  z-index: 5;
}

/*
* =============================
* === hero ===
* =============================
*/

.hero {
  height: auto;
  max-height: 730px;
  position: relative;
  padding-top: 150px;
}

.hero.landing .btn-primary,
.hero.landing .btn-primary:active {
  background-color: #fff;
  border-color: #fff;
  color: #366F8D;
}

.hero.landing {
  background-position: center top;
}

.hero.landing .btn-primary svg,
.hero.landing .btn-primary .fa {
  color: #366F8D;
}

.hero.page {
  min-height: 65vh;
  padding-top: 160px;
  margin-bottom: 50px;
}

.hero > .container {
  overflow: hidden;
  position: relative;
  z-index: 30;
}

.hero-shape {
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  width: 100%;
  height: 170px;
  z-index: 10;
}

.hero.landing .hero-shape {
  display: none;
}

.hero-shape svg {
  width: 100%;
  height: 100%;
}

.hero.page:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(65%, rgba(255,255,255, 0.2)), to(#fff));
  background: -o-linear-gradient(top, #fff 20%, rgba(255,255,255, 0.2) 65%, #fff 100%);
  background: linear-gradient(180deg, #fff 20%, rgba(255,255,255, 0.2) 65%, #fff 100%);
}

.hero.page .hero-shape {
  bottom: -80px;
  /* background: linear-gradient(0deg, #fff 40%, transparent 75%); */
  height: 200px;
}

.hero-title {

  position: relative;
  color: #fff;
  
  padding-left: 90px;
  padding-right: 15px;
  padding-bottom: 85px;
  padding-top: 30px;
  margin-left: -80px;
  /* margin-right: -50px; */
  
  z-index: 30;
}

.hero-title h1 {
  font-size: calc(3rem + (4.5 - 3) * ((100vw - 32rem) / 88));
  font-size: calc(2.5rem + (3 - 2.5) * ((100vw - 32rem) / 88));
}

.hero-title h4 {
  font-size: calc(1.7rem + (2.4 - 1.7) * ((100vw - 300px) / 88));
  font-size: calc(1.7rem + (2 - 1.7) * ((100vw - 300px) / 88));
}

.hero.landing .btn-lg {
  font-size: 1.7rem;
}

.hero.page .hero-title {
  padding-left: 90px;
  padding-right: 60px;
  padding-bottom: 85px;
  padding-top: 30px;
  margin-left: -80px;
  margin-right: -50px;
}

.hero-title > h1 {
  font-weight: 700;
  color: #fff;
}

.hero-title > h1,
.hero-title > h4,
.hero-title > a {
  position: relative;
  z-index: 5;
}

.hero-title-shape {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}

.hero-title-shape svg {
  width: 100%;
  height: 100%;
}

.hero.page .hero-title svg {
  height: 100%;
  height: 100%;
}

@media (max-width: 320px) {
  .hero.page .hero-shape {
    height: 130px;
  }
}

@media (min-width: 425px) {
  .hero-title {
    padding-left: 125px;
    margin-left: -105px;
  }
  .hero.page .hero-title {
    padding-left: 115px;
    margin-left: -105px;
  }
}

@media (min-width: 576px) {
  .hero.landing .hero-shape {
    display: block;
  }
  
  .hero {
    min-height: 800px;
    height: auto;
    background-image: url('https://akii-nafc.imgix.net/images/map.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    margin-bottom: 58px;
  }
  
  .hero-title {
    padding-left: 135px;
    padding-right: 15px;
    padding-bottom: 85px;
    padding-top: 30px;
    margin-left: -30px;
    /* margin-right: -30px; */
  }
  .hero.page .hero-title {
    padding-left: 60px;
    padding-right: 100px;
    padding-bottom: 60px;
    padding-top: 30px;
    margin-left: -30px;
    margin-right: -30px;
  }
  .hero > .container {
    overflow: initial;
  }
}

@media (min-width: 768px) {
  .hero {
    min-height: 850px;
    background-position: center center;
    background-size: auto 100%;
    padding-top: 160px;
  }
  
  .hero.page .hero-shape {
    bottom: -170px;
  }
  
  .hero.landing {
    background-position: center 75%;
  }
    
  .hero.page {
    min-height: 600px;
    margin-bottom: 150px;
    padding-top: 180px;
  }
  
  .hero-title {
    padding-left: 145px;
    padding-right: 15px;
    padding-bottom: 95px;
    padding-top: 35px;
    
    margin-right: auto;
    margin-left: 30%;
  }
  
  .hero-title h1 {
    line-height: 1.3;
  }
  
  .hero.page .hero-title {
    padding-left: 20px;
    padding-right: 100px;
    padding-bottom: 60px;
    padding-top: 35px;
    
    margin-right: auto;
    margin-left: auto;
  }
  
  .hero-title-shape {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
  
  .hero-shape {
    position: absolute;
    bottom: -58px;
    left: 0;
    right: 0;
    width: 100%;
    height: 360px;
  }
  
  .hero.page .hero-shape {
    height: 370px;
  }
}

@media (min-width: 992px) {
  .hero {
    min-height: 900px;
    background-size: cover;
  }
    
  .hero.page {
    min-height: 600px;
    margin-bottom: 150px;
    padding-top: 180px;
  }
  
  .hero-title {
   /*  -ms-flex: 0 0 80%;
   -webkit-box-flex: 0;
           flex: 0 0 90%;
   max-width: 80%;
   
   margin-left: 20%; */
    
    padding-left: 148px;
    padding-right: 15px;
    /* margin-right: -90px; */
    padding-bottom: 75px;
    padding-top: 40px;
  }
  
  .hero.page .hero-title {
    -ms-flex: 0 0 45%;
    -webkit-box-flex: 0;
            flex: 0 0 45%;
    max-width: 45%;
    margin-left: 0;
    
    margin-top: 50px;
    
    padding-left: 30px;
    padding-right: 60px;
    padding-bottom: 50px;
    padding-top: 30px;
  }
  
  .hero-title-shape {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
    
  .hero-shape {
    position: absolute;
    bottom: -58px;
    left: 0;
    right: 0;
    width: 100%;
    height: 560px;
  }
  
  .hero.page .hero-shape {
    height: 400px;
  }
}

@media (min-width: 1200px) {
  .hero {
    min-height: 1000px;
    background-size: cover;
  }
  
  .hero.page {
    min-height: 600px;
  }

  .hero-title {
    -ms-flex: 0 0 65%;
    -webkit-box-flex: 0;
    flex: 0 0 65%;
    max-width: 65%;
    
    margin-left: 35%;
    
    padding-left: 185px;
    padding-right: 20px;
    padding-bottom: 80px;
    padding-top: 50px;
  }
  
  .hero.page .hero-title {
    -ms-flex: 0 0 65%;
    -webkit-box-flex: 0;
    flex: 0 0 65%;
    max-width: 65%;
    margin-left: 0;
    
    padding-left: 50px;
    padding-right: 80px;
    padding-bottom: 55px;
    padding-top: 40px;
  }
  
  .hero-shape {
    position: absolute;
    bottom: -58px;
    left: 0;
    right: 0;
    width: 100%;
    height: 600px;
  }
  
  .hero.page .hero-shape {
    height: 400px;
  }
}

@media (min-width: 1440px) {
  .hero-title {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    
    margin-left: 50%;
    
    padding-left: 200px;
    padding-bottom: 80px;
    padding-top: 50px;
  }
}

@media (min-width: 1690px) {
  .hero-title {
    padding-left: 200px;
    padding-bottom: 80px;
    padding-top: 50px;
  }
}

@media (min-width: 1920px) {
  .hero-title {
    padding-left: 200px;
    padding-bottom: 80px;
    padding-top: 50px;
  }
}

/*


/*
* =============================
* === Responsive ===
* =============================
*/

.dropdown:hover>.dropdown-menu,
.dropdown:focus>.dropdown-menu {
  display: block;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.bd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .bd {
    margin-top: 80px; 
    margin-bottom: 100px;
  }
}

.ft {
  background-color: #FBC93C;
  background-image: url('../images/fizzy-bubbles.png');
  color: #000;
  position: relative;
  padding-top: 50px;
  margin-top: 100px;
}

.ft a {
  color: #000;
  text-decoration: underline;
}

.ft-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
  bottom: 0;
  overflow: hidden;
}

.ft-bg svg {
  width: 100%;
  height: auto;
}

.ft-bottom {
  background-color: #22B5B0;
  border-top: solid 3px white;
  padding-top:20px;
}
.ft-bottom p {
  font-size: 1.6rem;
}

@media(max-width: 1200px) {
  .ft {
    margin-top: 0;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: none;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: none;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .ft {
    font-size: 2.0rem;
  }
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1400px;
  }
  
  .hero-title h1 {
    font-size: 3rem;
  }
  
  .hero-title h4 {
    font-size: 2rem;
  }

}

@media (min-width: 1690px) {
  .container {
    max-width: 1600px;
  }
}

@media (min-width: 1920px) {
  .bd,
  .ft,
  .hd {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    position: relative;
  }
}


@media print {
  svg {
    display: none !important;
  }
  * {
    color: #000 !important;
  }
  .ft,
  .hero-title-shape,
  .hero-shape,
  .side-nav {
     display: none !important;
  }
  
  .hero {
    min-height: 1px !important;
    margin: 0px !important;
    padding: 0px !important;
  }
  
  .hero.landing .hero-title,
  .hero.page .hero-title,
  .hero .hero-title {
    -ms-flex: unset  !important;
    -webkit-box-flex: unset  !important;
    flex: none  !important;
    max-width: none !important;
    margin: 0px !important;
    padding: 0px !important;
  }
}

/*!--------------------------------------------------------------------
no-js
-----------------------------------------------------------------------*/

.no-js {
  position: absolute;
  top: 2.5%;
  left: 2.5%;
  right: 2.5%;
  width: 95%;
  padding: 15px;
  background-color: #000;
  color: #fff;
  border: 5px solid #AF151E;
  z-index: 1500;
  text-align: center;
}

.noscript-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1400;
  background-color: rgba(0, 0, 0, 0.7);
}

/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.2 - 2015
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/

#outdated {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 220px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1500;
  background-color: #f25648;
  color: #ffffff;
}

* html #outdated {
  position: absolute;
}

#outdated h6 {
  font-size: 25px;
  line-height: 28.8px;
  margin: 30px 0 10px;
}

#outdated p {
  font-size: 16px;
  line-height: 19.2px;
  margin: 0;
}

#outdated #btnUpdateBrowser {
  font-size: 16px;
  line-height: 19.2px;
  display: block;
  position: relative;
  padding: 10px 20px;
  margin: 30px auto 0;
  width: 230px;
  /*need for IE*/
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #ffffff;
  cursor: pointer;
  background-color: #000;
}

#outdated #btnUpdateBrowser:hover {
  color: #f25648;
  background-color: #ffffff;
}

#outdated .last {
  position: absolute;
  top: 10px;
  right: 25px;
  width: 20px;
  height: 20px;
}

#outdated .last[dir='rtl'] {
  right: auto !important;
  left: 25px !important;
}

#outdated #btnCloseUpdateBrowser {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #ffffff;
  font-size: 36px;
  line-height: 36px;
}



.friendship-centres-news {
  position: relative;
  background: transparent;
  padding: 0px 0px;
  display: flex;
  flex-direction: row;
  margin-top: 100px;
}
.friendship-centres-news::before {
  content: url(../images/circle-thin-big.png);
  position: absolute;
  bottom: -25%;
  left: -5%;
}
.fcn-left,
.fcn-right {
  width: 50%;
}
.fcn-left {
  padding: 5% 15% 5% 5%;
  background: #A4CE60;
  margin-right: 10px;
}
.fcn-right {
    padding: 5% 5% 5% 15%;
  background: #FBC93C;
  margin-left: 10px;
}
.fcn-right li a {
  color: black;
}

.fcn-left h2,
.fcn-right h2 {
  margin-top: 0px;
  color: #000;
  padding-left: 0;
}
.fcn-left p,
.fcn-right p {
  color: #000;
}
.fcn-img {
  position: absolute;
  width: 25%;
  left: 37%;
  top: 5%;
}

a.fcn-button-link {
  display: inline-block;
  margin-top:10px;
  padding: 20px;
  border-radius: 33px;
  text-decoration: none;
  color: #000;
  background: #fff;
  text-transform: capitalize;
}

.fa-map-marker-alt {
  font-size: 16px;
  padding-left: 2px;
}
.two-col-v1-right {
  margin-left: 0;
  width: auto;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .friendship-centres-news {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }
  .fcn-left, .fcn-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .fcn-left {
    height: 400px;
  }
  
  .fcn-right {
    height: 600px;    
    padding: 30% 5% 5% 5%;
        margin-top: 20px;
    margin-left: 0;
  }
  .fcn-left {
    padding: 5%;
    margin-right: 0;

  }
  .fcn-img {
    width: 50%;
    left: 25%;
    top: 400px;
    transform: translateY(-50%);
  }
}

.top-navbar .nav-item a {
  display: inline;
}

.sign-in.collapsed a {
  border: none;
}

@media(max-width: 991px) {
  .top-navbar .nav-item a {
    display: inline-block;
  }
  
  .sign-in.expanded {
    display: none;
  }
}

@media(min-width: 1200px) {
  
  
  #mobileNavLinks {
    display: none!important;
  }
  
  .has-side-nav #main-content {
    padding-left: 2em;
  }
}

aside .nav-link {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-left: 16px;
  margin-left: -6px;
}

aside .nav-link:hover, aside .nav-link:focus {
  background: var(--canary-yellow)!important;
}

.wysiwyg img {
  max-width: 100%;
  height: auto;
}

.accordion > .accordion-title {
  background-color: var(--canary-yellow);
  color: black;
}

/* Sitemap */
.page_sitemap .primary {
  font-size: 2.0rem;
}

.page_sitemap .sitemap-nav li {
  margin-top:1.2rem;
}






