@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Eagle+Lake&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/*------------------------------------------------*/
/* Global STYLES */
/*------------------------------------------------*/

a, a:link, a:visited, a:active {
    color:#333;
    text-decoration: none; 
	-webkit-transition:all ease .3s; transition:all ease .3s;
}

a:hover {
    color:#4f9799; 
    text-decoration: none;
	-webkit-transition:all ease .3s; transition:all ease .3s;
}

body {
	
}


h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin: 0 0 10px 0;
}

h1 {
    font-size:2.8rem;
    color:#0d0e10;
	font-family: "Lato", sans-serif;
	font-weight:600;
}

h2 {
    font-size:2rem;
	color:#111;
	font-weight:400;
	font-family: "Lato", sans-serif; 
}

h3 {
    font-size: 1.4rem;
    color: #333;
	font-weight:400;
}

h4 {
    font-size: 20px;
    color: #111;
}

h5  {
    font-size: 14px;
    color: #111;
}

h6  {
    font-size: 13px;
    color: #666;
}

p {
    margin: 0 0 25px 0;
}

hr {
    clear: both;
    height: 0;
    border: solid #4168b2;
    border-width: 1px 0 0;
    margin: 20px 0 20px 0;
}

div, p {line-height:24px; font-size:17px; color:#222;font-family: "Lato", sans-serif; }

td {color:#222;padding:5px;line-height:17px; font-size:16px;font-family: "Lato", sans-serif; }

ul li {
    font-size:  16px; 
	color:#222;
	margin-bottom: 8px;
	}

ol li {
    list-style-type: decimal;
    margin-bottom: 8px;
	font-size:  16px; 
}

ol ol {
    margin-top: 8px;
    margin-left: 30px;
}

    ol ol li {
        list-style-type: lower-roman;
    }

    ol ol ol li {
        list-style-type: lower-alpha;
    }

ol ul li {
    list-style-type: lower-roman;
}


/*------------------------------------------------*/
/* Responsive Video and Image STYLE */
/*------------------------------------------------*/

img {
	max-width: 100%;
	height:auto;
}


.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* End Main boxes flex column STYLES */

.imglg{ transition: all .2s ease-in-out; }
.imglg:hover { transform: scale(1.02); }


/*------------------------------------------------*/
/* Navigation Styles */
/*------------------------------------------------*/
.nav-link {padding:3px 0}
.navbar-toggler {margin-bottom:3px;}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
.navbar-nav.sm-collapsible a.has-submenu {padding-right:0;}

.navbar-nav {width:100%;display:block;margin:0;}

#dnnMenu {
    width: 100%;
    max-width: 600px; /* control max width */
    text-align: center; /* center text inside */
}

#dnnMenu .topLevel > li {
    width: 100%;
}

#dnnMenu .topLevel > li > a {
    display: block;
    padding: 5px 0;
    font-size: 1.5rem; /* adjust size as needed */
}

#dnnMenu .topLevel > li > a span {
    position: relative; /* Added to provide a positioning context for pseudo-elements */
    display: inline-block; /* Makes span able to contain pseudo-elements */
    font-size: 18px;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: all .2s ease; /* Ensure smooth color transition */
}

#dnnMenu .topLevel > li > a span:before,
#dnnMenu .topLevel > li > a span:after {
    content: '';
    position: absolute;
    bottom: 0; /* Align with the bottom of the span */
    width: 0;
    height: 2px; /* Border thickness */
    background-color: #a5f0f5; /* Border color, adjust as needed */
    transition: all 0.3s ease-out;
}

#dnnMenu .topLevel > li > a span:before {
    left: 50%;
}

#dnnMenu .topLevel > li > a span:after {
    right: 50%;
}

#dnnMenu .topLevel > li > a:hover span:before,
#dnnMenu .topLevel > li > a:focus span:before {
    left: 0; /* Adjust to start from the edge */
    width: 50%; /* Adjust expansion */
}

#dnnMenu .topLevel > li > a:hover span:after,
#dnnMenu .topLevel > li > a:focus span:after {
    right: 0; /* Adjust to start from the edge */
    width: 50%; /* Adjust expansion */
}


#dnnMenu .topLevel li {width:100%;background:transparent;list-style-type:none;float:none;margin:0;}
	
#dnnMenu .topLevel li a {width:100%;text-align:center;font-size:22px;margin:0;display:block;color:#EEE;-webkit-transition:all .2s ease 0s;-moz-transition:all .2s ease 0s;-o-transition:all .2s ease 0s;transition:all .2s ease 0s;}
#dnnMenu .topLevel li a:focus {width:100%;text-align:center;font-size:22px;margin:0;display:block;color:#FFF;-webkit-transition:all .2s ease 0s;-moz-transition:all .2s ease 0s;-o-transition:all .2s ease 0s;transition:all .2s ease 0s;}
#dnnMenu .topLevel li a:hover {width:100%;text-align:center;font-size:22px;margin:0;display:block;color:#FFF;-webkit-transition:all .2s ease 0s;-moz-transition:all .2s ease 0s;-o-transition:all .2s ease 0s;transition:all .2s ease 0s;}
	
#dnnMenu .topLevel li.active a{font-size:18px;color:#FFF;margin:0;}
#dnnMenu .topLevel li.active a:focus{font-size:18px;color:#FFF;margin:0;} 
#dnnMenu .topLevel li.active a:hover{font-size:18px;color:#FFF;margin:0;}

#dnnMenu .topLevel>li>a span {text-transform:uppercase;font-size:22px;margin:0;font-family: "Lato", sans-serif;} 
#dnnMenu .topLevel>li>a:focus span{text-transform:uppercase;font-size:22px;margin:0;font-family: "Lato", sans-serif;}
#dnnMenu .topLevel>li>a:hover span{text-transform:uppercase;font-size:22px;margin:0;font-family: "Lato", sans-serif;}
	
#dnnMenu .topLevel>.open>a {font-size:22px;color:#FFF;border-radius:0;transition: all .4s ease;}
#dnnMenu .topLevel>.open>a:hover{font-size:22px;color:#FFF;transition: all .4s ease;}
#dnnMenu .topLevel>.open>a:focus{font-size:22px;color:#FFF;transition: all .4s ease;}

#dnnMenu .topLevel>.active.open>a {font-size:22px;color:#FFF;transition: all .4s ease;}
#dnnMenu .topLevel>.active.open>a:hover {font-size:22px;color:#FFF;transition: all .4s ease;}
#dnnMenu .topLevel>.active.open>a:focus{font-size:22px;color:#FFF;transition: all .4s ease;}	


#dnnMenu .topLevel .dropdown a span {
    font-size:22px;
    color:#FFF;
}

#dnnMenu .topLevel .dropdown.open a span {
    color:#FFF;  /* only change color, not size */
}

#dnnMenu .topLevel .dropdown.open a:hover span {
    color:#4f9799;
}
#dnnMenu .topLevel .dropdown-menu.subLevel a span{color:#FFF;}

#dnnMenu .dropdown {
    position: relative;  /* parent needs relative */
}

#dnnMenu .dropdown-menu {
    top: 100%;   /* position directly below */
    left: 0;
    z-index: 1000;
    display: none;  /* stays hidden until JS toggles it */
    min-width: 200px;  /* adjust width */
}

#dnnMenu .dropdown.open .subLevel>li a span{font-size:16px;color:#4f9799;padding:7px 0;}
#dnnMenu .dropdown.open .subLevel>li a:focus span{font-size:16px;color:#4f9799;}
#dnnMenu .dropdown.open .subLevel>li a:hover span{font-size:16px;color:#4f9799;}
	
/*.navbar-nav.sm-collapsible .caret,.navbar-nav.sm-collapsible ul .caret{color:#afa99f;position:absolute;right:0;padding:0;width:40px;height:40px;text-align:center;border-width:1px;border-style:solid;top:0;border:none;display:block;margin:0;border-radius:0;font-size:1.3em;content:none;}
*/	

#dnnMenu .topLevel > li.dropdown > a::after {
    content: "\25BC"; /* Down arrow */
    display: inline-block;
    transition: transform 0.3s ease; /* Smooth transform transition */
    padding: 5px;
    margin-top:-5px;
    font-size:12px;
}

#dnnMenu .topLevel > li.dropdown.active > a::after {
    transform: rotate(-180deg); /* Flip the arrow to point up */
}
#dnnMenu .dropdown-menu{padding:0;}
#dnnMenu .dropdown-menu::after{pointer-events:none;border-color:none;border-width:0;}
#dnnMenu .dropdown-menu.subLevel{padding:15px;;}
#dnnMenu .dropdown-menu.subLevel li.active a span{color:#FFF;}
#dnnMenu .dropdown-menu.subLevel li{color:#FFF;background:#56483a;border-bottom:1px solid #CCC;padding:0;border-top:none;}
#dnnMenu .dropdown-menu.subLevel li a {font-size:18px;color:#333;background:#f1f1f1;padding:0;}
#dnnMenu .dropdown-menu.subLevel li a:hover {font-size:18px;color:#333;background:#DDD;padding:0;}
#dnnMenu .dropdown-menu.subLevelRight li {font-size:18px;color:#333;background:#f1f1f1;padding:0;}
#dnnMenu .dropdown-menu.subLevelRight li a:hover { font-size:18px;color:#333;background:#f1f1f1;padding:0;}

.main-navigation {
		height:auto;
		width:100%;}
	
	nav {display:none;}
	
	a.mobile-nav-btn {
		display:block;
		float:right;
		width:50px;
		height:46px;
		margin-top:15px;
		text-align:center;
		color:#383838;
	}

a.mobile-nav-btn:hover{text-decoration:none;}




/* Icon 3 */
    .menuslide.open {
    width: 100%;
    max-width: 100vw;
}  

.menuslide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 80px;
    background:#1c4b7c;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    overflow: hidden;
    z-index: 500;
    transition: width .5s ease-in-out;
    backdrop-filter: blur(16px) saturate(180%);
}

.menuslide.open {
    width: 100%;
}

.menuslide .dropdown-menu {
    display: none;
    padding: 8px 0;
    margin: 8px auto 12px;
    background:#306296;
    border-top: 1px solid rgba(255,255,255,.14);
    border-bottom: 1px solid rgba(255,255,255,.10);
    list-style: none;
    width: 100%;
}

.menuslide .dropdown-menu li a {
    display: block;
    padding: 12px 30px;

    color: rgba(255,255,255,.88);
    background: transparent;

    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;

    transition: .25s ease;
}

.menuslide .dropdown-menu li a:hover,
.menuslide .dropdown-menu li a:focus {
    color: #fff;
    background: rgba(255,255,255,.09);
}
.caret-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
}

.caret-toggle .caret {
    display: inline-block;
    transition: transform 0.3s ease;
}

.dropdown.open .caret {
    transform: rotate(-180deg);
}
#nav-icon3 {
  width: 42px;
  height: 35px;
  position:relative;
  margin: 10px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
cursor: pointer;
}

#nav-icon3 span{
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background:#4a4a4a;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 15px;
}

#nav-icon3 span:nth-child(4) {
  top: 31px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}



/* Icon on menu */

#nav-icon {
  width: 45px;
  height: 35px;
  position: relative;
  margin: 10px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span{
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background:#FFF;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 18px;
}

#nav-icon span:nth-child(4) {
  top: 31px;
}

#nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}




/*------------------------------------------------*/
/* Global Button Styles */
/*------------------------------------------------*/

.main-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 245px;
    height: 48px;
    padding: 0 40px;
    border: 1px solid rgba(210,238,239,.8);
    border-radius: 999px;
    background: #15747a;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    transition: color .35s ease, border-color .35s ease, box-shadow .35s ease, transform .25s ease;
}
.main-btn,
.main-btn:link,
.main-btn:visited,
.main-btn:hover,
.main-btn:focus,
.main-btn:active {
    color: #fff !important;
    text-decoration: none;
}
.main-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,.10);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .35s ease;
}

.main-btn::after {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    top: 1px;
    height: 1px;
    background: rgba(255,255,255,.45);
    opacity: .7;
}

.main-btn span {
    position: relative;
    z-index: 2;
}

.main-btn:hover {
    color: #ffffff;
    border-color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0,0,0,.18);
}

.main-btn:hover::before {
    transform: scaleX(1);
}

.main-btn:active {
    transform: translateY(0);
}


/*------------------------------------------------*/
/* Header STYLES */
/*------------------------------------------------*/
.contactwrap{background:#FFF;}
.menuwrap{background:url('images/header-repeat_bg.jpg') repeat top left;padding:12px 0;}

.logo {}

.socialicons {text-align:center;margin:0 auto;padding-top:30px;display:block;}
.socialicons  a:link, .socialicons  a:visited {color:#4a4a4a;font-size:40px;padding:0 7px;}
.socialicons  a:hover, .socialicons  a:active {color:#999;font-size:40px;padding:0 7px;}

/*------------------------------------------------*/
/* Main Content STYLES */
/*------------------------------------------------*/
.announcewrap {padding:8px; background:#8d8d8d;}

.showcasewrap {
    background:url('images/showcase-responsive_bg.webp');
    width:100%;
    background-size:cover;
    padding:15% 0;
}

.showcasetext h1 {color:#666;font-size:20px;letter-spacing:1px;font-weight:400;}
.showcasetext h2 {color:#333;font-size:38px;}
.showcasetext p {color:#333;font-size:18px; line-height:28px;}
.showcasebkwrap {background:linear-gradient(90deg,#035c62,#4168b2);padding:20px 0;}
.welcomewrap {
    background:#f7dfc3;
}


/*====================================================
  Homepage Offering Grid
====================================================*/

.welcometext{
    padding:85px 0 95px;
    text-align:center;
}

.welcometext h4{
    margin:0 0 14px;

    color:#16898d;
    font-family:"Lato", sans-serif;
    font-size:12px;
    font-weight:700;
    letter-spacing:2.8px;
    text-transform:uppercase;
}

.welcometext > h2{
    margin:0 0 20px;

    color:#2f3030;
    font-family:"Eagle Lake", serif;
    font-size:48px;
    line-height:1.15;
    letter-spacing:.5px;
    text-transform:none;
}

.welcometext > .lead{
    max-width:760px;
    margin:0 auto 22px;

    color:#555957;
    font-family:"Lato", sans-serif;
    font-size:18px;
    line-height:1.7;
}

.welcometext > p:not(.lead){
    max-width:920px;
    margin:0 auto 55px;

    color:#626664;
    font-family:"Lato", sans-serif;
    font-size:16px;
    line-height:1.8;
}


/* Grid spacing */

.bw-home-offerings{
    margin-top:15px;
}


/* Individual card */

.bw-home-card{
    position:relative;

    display:flex;
    flex-direction:column;

    height:100%;
    padding:34px 30px 30px;

    border:1px solid rgba(47,48,48,.09);
    border-radius:14px;
    background:rgba(255,255,255,0.2);

    box-shadow:0 12px 32px rgba(47,48,48,.07);

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}

.bw-home-card:hover{
    transform:translateY(-7px);

    border-color:rgba(22,137,141,.24);

    box-shadow:0 22px 48px rgba(47,48,48,.13);
}


/* Icon area */

.bw-home-card-icon{
    min-height:145px;

    display:flex;
    align-items:center;
    justify-content:center;

    margin-bottom:15px;
}

.bw-home-card-icon img{
    display:block;

    width:auto;
    max-width:145px;
    max-height:130px;

    margin:0 auto;

    transition:transform .35s ease;
}

.bw-home-card:hover .bw-home-card-icon img{
    transform:translateY(-4px) scale(1.04);
}


/* Card typography */

.bw-home-card h3{
    min-height:64px;
    margin:0 0 17px;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#2f3030;
    font-family:"Eagle Lake", serif;
    font-size:25px;
    line-height:1.3;
    letter-spacing:.2px;
}

.bw-home-card > p{
    margin:0 0 24px;

    color:#5d615f;
    font-family:"Lato", sans-serif;
    font-size:15px;
    line-height:1.75;
}


/* Keeps the CTA aligned across cards */

.bw-home-card-footer{
    margin-top:auto;
    padding-top:5px;
}

.bw-home-card h5{
    min-height:34px;
    margin:0 0 16px;

    color:#16898d;
    font-family:"Lato", sans-serif;
    font-size:11px;
    line-height:1.5;
    font-weight:700;
    letter-spacing:1.4px;
    text-transform:uppercase;
}


/* CTA link */

.bw-home-card .cta-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;

    color:#303332;
    font-family:"Lato", sans-serif;
    font-size:12px;
    font-weight:700;
    letter-spacing:1.2px;
    text-decoration:none;
    text-transform:uppercase;

    transition:color .3s ease;
}

.bw-home-card .cta-arrow{
    opacity:0;
    transform:translateX(-7px);

    transition:
        opacity .3s ease,
        transform .3s ease;
}

.bw-home-card .cta-link:hover,
.bw-home-card .cta-link:focus{
    color:#16898d;
    text-decoration:none;
}

.bw-home-card .cta-link:hover .cta-arrow,
.bw-home-card .cta-link:focus .cta-arrow{
    opacity:1;
    transform:translateX(0);
}


/* Responsive */

@media (max-width:991.98px){

    .welcometext{
        padding:70px 0 80px;
    }

    .welcometext > h2{
        font-size:40px;
    }

    .bw-home-card h3{
        min-height:0;
    }

}

@media (max-width:575.98px){

    .welcometext{
        padding:55px 0 65px;
    }

    .welcometext > h2{
        font-size:32px;
        line-height:1.3;
    }

    .welcometext > .lead{
        font-size:17px;
    }

    .welcometext > p:not(.lead){
        margin-bottom:40px;
    }

    .bw-home-card{
        padding:30px 24px;
    }

    .bw-home-card-icon{
        min-height:125px;
    }

    .bw-home-card-icon img{
        max-width:130px;
        max-height:115px;
    }

    .bw-home-card h3{
        font-size:23px;
    }

}

/*====================================================
    CTA
====================================================*/

.welcometext .cta-link {
    margin-bottom: 30px;
    justify-content: center;
}

/*====================================================
    Mobile
====================================================*/

@media(max-width:991px) {

    .welcometext {
        padding: 70px 0;
    }

    .welcometext h2 {
        font-size: 44px;
    }

    .welcometext .lead {
        font-size: 20px;
    }
}

@media(max-width:767px) {

    .welcometext h2 {
        font-size: 36px;
    }

    .welcometext .lead {
        font-size: 18px;
    }
}
/* Animated Text Link */
.cta-link{
    display:inline-flex;
    align-items:center;
    gap:8px;

    color:#b8860b;
    font-size:18px;
    font-weight:700;
    text-decoration:none;
    letter-spacing:.5px;

    transition:color .3s ease;
}

.cta-link:hover,
.cta-link:focus{
    color:#666;
    text-decoration:none;
}

.cta-arrow{
    opacity:0;
    transform:translateX(-10px);
    transition:all .35s ease;
}

.cta-link:hover .cta-arrow{
    opacity:1;
    transform:translateX(0);color:#666;
}

.mainwrap {padding:50px 0 100px 0;}



@media(max-width:991px) {

    .trust-item {
        border-right: none;
        border-bottom: 1px solid #edd8cf;
    }
}

.servicewrap {padding:35px 0;background:transparent;}

.outreachwrap {
    background:url('images/events-responsive_bg.webp');
    width:100%;
    background-size:cover;
    padding:11% 0;
    border-top:3px solid #DDD;border-bottom:3px solid #DDD;
}

.outreachtext {text-align:center;padding:25px 0;}
.outreachtext h1 {color:#035c62;font-size:18px;font-weight:400;}
.outreachtext h2 { color:#1d1d1d;font-size:42px;letter-spacing:1px;font-family: "Eagle Lake", serif;}
.outreachtext h3 {color:#1d1d1d;font-size:24px;letter-spacing:1px;font-family: "Eagle Lake", serif;}


.action-buttons{
    margin:60px 0 0;
}

.action-buttons > [class*="col-"]{
    position:relative;
}

.action-card{
    position:relative;

    display:flex;
    align-items:center;
    justify-content:center;

    min-height:114px;
    padding:44px 20px 26px;

    background:#e6e2de;
    border-radius:18px;

    color:#343434;
    text-align:center;
    text-decoration:none;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        color .35s ease;
}

.action-card:hover,
.action-card:focus{
    transform:translateY(-8px);

    color:#222;
    text-decoration:none;

    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

.action-icon{
    position:absolute;
    top:0px;
    left:50%;

    width:86px;
    height:86px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;
    background:#7c7976;

    color:#fff;
    font-size:38px;
    line-height:1;

    transform:translate(-50%, -50%);

    transition:
        transform .35s ease,
        background .35s ease;
}

.action-icon i{
    display:block;
    color:#fff;
    font-size:38px;
    line-height:1;
}

.action-card:hover .action-icon,
.action-card:focus .action-icon{
    background:#5e5a56;
    transform:translate(-50%, -50%) rotate(-8deg) scale(1.08);
}

.action-label{
    display:block;

    font-family:"Cormorant Garamond", serif;
    font-size:34px;
    font-weight:600;
    line-height:1.2;
    letter-spacing:.3px;
}

@media (max-width:991.98px){

    .action-buttons > [class*="col-"]{
        margin-bottom:65px;
    }

    .action-buttons > [class*="col-"]:last-child{
        margin-bottom:0;
    }

}

@media (max-width:575.98px){

    .action-label{
        font-size:29px;
    }

    .action-card{
        min-height:104px;
    }

    .action-icon{
        width:76px;
        height:76px;
    }

    .action-icon i{
        font-size:32px;
    }

}

/*=========================================================
  BRAIDED WAY PEACE COLLECTIVE
  Reusable Offering / Back Page Styles
=========================================================*/

:root{
    --bw-ink:#2f3030;
    --bw-copy:#555957;
    --bw-teal:#16898d;
    --bw-teal-dark:#106f73;
    --bw-coral:#f49487;
    --bw-blue:#174c87;
    --bw-green:#47793a;
    --bw-purple:#8163a3;

    --bw-paper:#f8f7f3;
    --bw-warm:#eeeae5;
    --bw-soft:#e3e3e1;
    --bw-white:#ffffff;

    --bw-border:rgba(47,48,48,.12);
    --bw-shadow:0 22px 55px rgba(47,48,48,.12);

    --bw-heading:"Cormorant Garamond", Georgia, serif;
    --bw-body:"Roboto", Arial, sans-serif;
}

/*---------------------------------------------------------
  Shared typography
---------------------------------------------------------*/

.bw-inner-hero,
.bw-offering-intro,
.bw-highlight-section,
.bw-benefits-section,
.bw-instructor-section,
.bw-page-cta{
    font-family:var(--bw-body);
    color:var(--bw-copy);
}

.bw-inner-hero h1,
.bw-offering-intro h2,
.bw-highlight-section h2,
.bw-benefits-section h2,
.bw-instructor-section h2,
.bw-page-cta h2,
.bw-benefit-card h3,
.bw-benefit-summary h3{
    font-family:var(--bw-heading);
    color:var(--bw-ink);
}

.bw-section-label,
.bw-eyebrow{
    display:inline-block;
    margin-bottom:14px;

    color:var(--bw-teal);
    font-size:13px;
    line-height:1.3;
    font-weight:700;
    letter-spacing:2.4px;
    text-transform:uppercase;
}

.bw-offering-intro p,
.bw-highlight-section p,
.bw-benefits-section p,
.bw-instructor-section p,
.bw-page-cta p{
    font-size:17px;
    line-height:1.85;
}

/*---------------------------------------------------------
  Inner hero
---------------------------------------------------------*/

.bw-inner-hero{
    position:relative;
    overflow:hidden;

    padding:95px 0 85px;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.96),
            rgba(248,247,243,.94)
        ),
        url("/portals/217/content/graphics/paper-texture.jpg") center/cover;
}

.bw-inner-hero::before,
.bw-inner-hero::after{
    content:"";
    position:absolute;
    border-radius:50%;
    pointer-events:none;
}

.bw-inner-hero::before{
    width:340px;
    height:340px;
    top:-190px;
    left:-120px;
    background:rgba(244,148,135,.12);
}

.bw-inner-hero::after{
    width:420px;
    height:420px;
    right:-180px;
    bottom:-275px;
    background:rgba(22,137,141,.09);
}

.bw-inner-hero .container{
    position:relative;
    z-index:2;
}

.bw-page-icon{
    width:112px;
    height:112px;
    font-size:54px;
    margin:0 auto 22px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;
    background:var(--bw-white);

    box-shadow:0 16px 35px rgba(47,48,48,.12);
}

.bw-page-icon img{
    width:78px;
    height:78px;
    object-fit:contain;
}

.bw-inner-hero h1{
    margin:0;

    font-size:clamp(54px, 8vw, 92px);
    line-height:.95;
    font-weight:500;
    letter-spacing:.5px;
}

.bw-hero-intro{
    max-width:690px;
    margin:24px auto 0;

    color:var(--bw-copy);
    font-size:20px;
    line-height:1.65;
}

/*---------------------------------------------------------
  Intro image and content
---------------------------------------------------------*/

.bw-offering-intro{
    padding:95px 0;
    background:var(--bw-white);
}

.bw-feature-image{
    position:relative;
    padding:0 22px 22px 0;
}

.bw-feature-image img{
    position:relative;
    z-index:2;

    width:100%;
    min-height:520px;
    object-fit:cover;

    border-radius:2px 42px 2px 42px;
    box-shadow:var(--bw-shadow);
}

.bw-image-accent{
    position:absolute;
    z-index:1;

    right:0;
    bottom:0;

    width:82%;
    height:82%;

    border-radius:2px 42px 2px 42px;
    background:rgba(22,137,141,.15);
}

.bw-intro-content{
    padding-left:26px;
}

.bw-intro-content h2{
    margin:0 0 24px;

    font-size:clamp(40px, 5vw, 62px);
    line-height:1.05;
    font-weight:500;
}

.bw-pronunciation{
    display:inline-block;
    margin-bottom:22px;
    padding:10px 15px;

    border-left:4px solid var(--bw-coral);
    background:var(--bw-paper);

    color:var(--bw-ink);
}

.bw-quote{
    position:relative;

    margin:34px 0 0;
    padding:27px 30px;

    border:0;
    border-radius:0 24px 0 24px;
    background:var(--bw-paper);
}

.bw-quote::before{
    content:"“";

    position:absolute;
    top:-22px;
    left:17px;

    color:rgba(22,137,141,.18);
    font-family:Georgia, serif;
    font-size:90px;
    line-height:1;
}

.bw-quote p{
    position:relative;
    z-index:2;

    margin:0 0 8px;
    color:var(--bw-ink);
    font-family:var(--bw-heading);
    font-size:22px;
    line-height:1.55;
    font-style:italic;
}

.bw-quote cite{
    color:var(--bw-teal);
    font-size:14px;
    font-style:normal;
    font-weight:700;
}

/*---------------------------------------------------------
  Highlight and feature block
---------------------------------------------------------*/

.bw-highlight-section{
    padding:90px 0;
    background:var(--bw-paper);
}

.bw-highlight-card,
.bw-content-panel{
    height:100%;
}

.bw-highlight-card{
    position:relative;
    overflow:hidden;

    padding:45px;

    border-radius:3px 36px 3px 36px;
    background:var(--bw-teal);

    box-shadow:var(--bw-shadow);
}

.bw-highlight-card::after{
    content:"";

    position:absolute;
    right:-60px;
    bottom:-70px;

    width:210px;
    height:210px;

    border:1px solid rgba(255,255,255,.18);
    border-radius:50%;
}

.bw-highlight-card .bw-section-label{
    color:rgba(255,255,255,.75);
}

.bw-highlight-card h2{
    margin:0 0 18px;
    color:var(--bw-white);
    font-size:44px;
    font-weight:500;
}

.bw-highlight-card > p{
    color:rgba(255,255,255,.88);
}

.bw-feature-list{
    position:relative;
    z-index:2;

    margin:28px 0 0;
    padding:0;

    list-style:none;
}

.bw-feature-list li{
    display:flex;
    align-items:flex-start;
    gap:12px;

    padding:13px 0;

    border-bottom:1px solid rgba(255,255,255,.15);

    color:var(--bw-white);
    font-size:16px;
    line-height:1.55;
}

.bw-feature-list li:last-child{
    border-bottom:0;
}

.bw-feature-list i{
    margin-top:5px;
    color:#d9f0ef;
    font-size:14px;
}

.bw-content-panel{
    padding:48px;

    border:1px solid var(--bw-border);
    border-radius:36px 3px 36px 3px;
    background:var(--bw-white);

    box-shadow:0 18px 45px rgba(47,48,48,.07);
}

.bw-content-panel h2{
    margin:0 0 24px;

    font-size:48px;
    line-height:1.08;
    font-weight:500;
}

.bw-note{
    display:flex;
    align-items:flex-start;
    gap:18px;

    margin-top:30px;
    padding:22px 24px;

    border-left:4px solid var(--bw-coral);
    background:rgba(244,148,135,.09);
}

.bw-note i{
    margin-top:4px;
    color:var(--bw-coral);
    font-size:26px;
}

.bw-note p{
    margin:0;
}

/*---------------------------------------------------------
  Benefits
---------------------------------------------------------*/

.bw-benefits-section{
    padding:95px 0;
    background:var(--bw-white);
}

.bw-benefits-section h2{
    margin:0;

    font-size:clamp(42px, 5vw, 62px);
    line-height:1.05;
    font-weight:500;
}

.bw-section-intro{
    max-width:760px;
    margin:22px auto 0;
}

.bw-benefit-grid{
    margin-top:50px;
}

.bw-benefit-card{
    height:100%;
    padding:32px 26px;

    border:1px solid var(--bw-border);
    border-radius:24px 4px 24px 4px;
    background:var(--bw-paper);

    text-align:center;

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        background .35s ease;
}

.bw-benefit-card:hover{
    transform:translateY(-8px);
    background:var(--bw-white);
    box-shadow:0 20px 45px rgba(47,48,48,.12);
}

.bw-benefit-icon{
    width:72px;
    height:72px;

    margin:0 auto 22px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;
    background:rgba(22,137,141,.11);

    color:var(--bw-teal);
    font-size:27px;

    transition:transform .35s ease;
}

.bw-benefit-card:hover .bw-benefit-icon{
    transform:scale(1.08) rotate(-4deg);
}

.bw-benefit-card h3{
    margin:0 0 12px;
    font-size:30px;
    font-weight:500;
}

.bw-benefit-card p{
    margin:0;
    font-size:15px;
    line-height:1.7;
}

.bw-benefit-summary{
    margin-top:48px;
    padding:38px 42px;

    border-radius:4px 30px 4px 30px;
    background:var(--bw-warm);
}

.bw-benefit-summary h3{
    margin:0 0 22px;
    font-size:32px;
    font-weight:500;
}

.bw-benefit-summary ul{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:13px 35px;

    margin:0;
    padding:0;

    list-style:none;
}

.bw-benefit-summary li{
    position:relative;
    padding-left:24px;

    font-size:16px;
    line-height:1.55;
}

.bw-benefit-summary li::before{
    content:"";

    position:absolute;
    top:9px;
    left:0;

    width:8px;
    height:8px;

    border-radius:50%;
    background:var(--bw-coral);
}

/*---------------------------------------------------------
  Instructor
---------------------------------------------------------*/

.bw-instructor-section{
    padding:90px 0;
    background:var(--bw-paper);
}

.bw-instructor-card{
    padding:48px;

    border-radius:38px 5px 38px 5px;
    background:var(--white, #fff);

    box-shadow:var(--bw-shadow);
}

.bw-instructor-icon{
    width:150px;
    height:150px;

    margin:0 auto;

    display:flex;
    align-items:center;
    justify-content:center;

    border:1px solid rgba(22,137,141,.2);
    border-radius:50%;

    color:var(--bw-teal);
    font-size:62px;

    background:
        radial-gradient(
            circle,
            rgba(22,137,141,.12),
            rgba(22,137,141,.03)
        );
}

.bw-instructor-card h2{
    margin:0 0 20px;
    font-size:44px;
    line-height:1.1;
    font-weight:500;
}

/*---------------------------------------------------------
  CTA
---------------------------------------------------------*/

.bw-page-cta{
    position:relative;
    overflow:hidden;

    padding:90px 0;

    background:
        linear-gradient(
            135deg,
            rgba(22,137,141,.96),
            rgba(16,111,115,.96)
        );

    color:rgba(255,255,255,.9);
}

.bw-page-cta::before{
    content:"";

    position:absolute;
    top:-160px;
    left:-120px;

    width:360px;
    height:360px;

    border:1px solid rgba(255,255,255,.15);
    border-radius:50%;
}

.bw-page-cta .container{
    position:relative;
    z-index:2;
}

.bw-page-cta .bw-section-label{
    color:rgba(255,255,255,.72);
}

.bw-page-cta h2{
    margin:0;
    color:var(--bw-white);
    font-size:clamp(42px, 5vw, 62px);
    line-height:1.05;
    font-weight:500;
}

.bw-page-cta p{
    max-width:720px;
    margin:22px auto 30px;
}

.bw-cta-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:13px;

    min-width:225px;
    padding:15px 25px;

    border:1px solid rgba(255,255,255,.7);
    border-radius:999px;

    background:var(--bw-white);

    color:var(--bw-teal-dark);
    font-size:14px;
    font-weight:700;
    letter-spacing:1.3px;
    text-decoration:none;
    text-transform:uppercase;

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        background .3s ease,
        color .3s ease;
}

.bw-cta-button i{
    transition:transform .3s ease;
}

.bw-cta-button:hover,
.bw-cta-button:focus{
    transform:translateY(-3px);

    background:transparent;
    color:var(--bw-white);

    box-shadow:0 14px 35px rgba(0,0,0,.2);
    text-decoration:none;
}

.bw-cta-button:hover i,
.bw-cta-button:focus i{
    transform:translateX(6px);
}

/*---------------------------------------------------------
  Responsive
---------------------------------------------------------*/

@media (max-width:991.98px){

    .bw-inner-hero{
        padding:80px 0 70px;
    }

    .bw-offering-intro,
    .bw-highlight-section,
    .bw-benefits-section,
    .bw-instructor-section,
    .bw-page-cta{
        padding:75px 0;
    }

    .bw-feature-image{
        max-width:700px;
        margin:0 auto;
    }

    .bw-feature-image img{
        min-height:440px;
    }

    .bw-intro-content{
        padding-left:0;
    }

    .bw-content-panel,
    .bw-highlight-card{
        padding:38px;
    }

    .bw-benefit-summary ul{
        grid-template-columns:1fr;
    }

    .bw-instructor-card{
        padding:40px;
        text-align:center;
    }

}

@media (max-width:575.98px){

    .bw-inner-hero{
        padding:65px 0 55px;
    }

    .bw-page-icon{
        width:92px;
        height:92px;
    }

    .bw-page-icon img{
        width:64px;
        height:64px;
    }

    .bw-hero-intro{
        font-size:18px;
    }

    .bw-offering-intro,
    .bw-highlight-section,
    .bw-benefits-section,
    .bw-instructor-section,
    .bw-page-cta{
        padding:58px 0;
    }

    .bw-feature-image{
        padding:0 12px 12px 0;
    }

    .bw-feature-image img{
        min-height:330px;
        border-radius:2px 28px 2px 28px;
    }

    .bw-intro-content h2,
    .bw-content-panel h2,
    .bw-highlight-card h2,
    .bw-instructor-card h2{
        font-size:38px;
    }

    .bw-highlight-card,
    .bw-content-panel,
    .bw-benefit-summary,
    .bw-instructor-card{
        padding:28px 24px;
    }

    .bw-quote{
        padding:24px 22px;
    }

    .bw-note{
        padding:20px;
    }

    .bw-instructor-icon{
        width:120px;
        height:120px;
        font-size:48px;
    }

}


/*=========================================================
  JAPANESE CALLIGRAPHY PAGE EXTENSIONS
=========================================================*/

.bw-offering-card-grid{
    margin-top:50px;
}

.bw-offering-card{
    position:relative;
    height:100%;

    padding:38px 34px;

    border:1px solid var(--bw-border);
    border-radius:28px 4px 28px 4px;
    background:var(--bw-paper);

    box-shadow:0 14px 36px rgba(47,48,48,.06);

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        background .35s ease;
}

.bw-offering-card:hover{
    transform:translateY(-7px);
    background:var(--bw-white);
    box-shadow:0 22px 48px rgba(47,48,48,.12);
}

.bw-offering-card-icon{
    width:70px;
    height:70px;

    margin-bottom:25px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;
    background:rgba(22,137,141,.11);

    color:var(--bw-teal);
    font-size:27px;

    transition:
        transform .35s ease,
        background .35s ease,
        color .35s ease;
}

.bw-offering-card:hover .bw-offering-card-icon{
    transform:rotate(-5deg) scale(1.07);
    background:var(--bw-teal);
    color:var(--bw-white);
}

.bw-offering-card h3{
    margin:0 0 18px;

    color:var(--bw-ink);
    font-family:var(--bw-heading);
    font-size:34px;
    line-height:1.15;
    font-weight:500;
}

.bw-offering-card p{
    margin-bottom:18px;

    color:var(--bw-copy);
    font-size:16px;
    line-height:1.75;
}

.bw-offering-card .bw-small-copy{
    padding-left:15px;

    border-left:3px solid var(--bw-coral);

    font-size:14px;
    font-style:italic;
}

.bw-offering-meta{
    display:flex;
    flex-wrap:wrap;
    gap:10px;

    margin-top:25px;
    padding-top:20px;

    border-top:1px solid var(--bw-border);
}

.bw-offering-meta span{
    display:inline-flex;
    align-items:center;
    gap:7px;

    padding:8px 11px;

    border-radius:999px;
    background:var(--bw-white);

    color:var(--bw-copy);
    font-size:12px;
    font-weight:600;
    line-height:1.3;
}

.bw-offering-meta i{
    color:var(--bw-teal);
}

@media (max-width:575.98px){

    .bw-offering-card{
        padding:30px 24px;
    }

    .bw-offering-card h3{
        font-size:30px;
    }

    .bw-offering-meta{
        flex-direction:column;
        align-items:flex-start;
    }

}

/*=========================================================
  INTEGRAL CHANT PAGE EXTENSIONS
=========================================================*/

.bw-final-note{
    padding:90px 0;
    background:var(--bw-white);
}

.bw-final-note-card{
    position:relative;
    overflow:hidden;

    padding:55px 60px;

    border:1px solid var(--bw-border);
    border-radius:4px 40px 4px 40px;

    background:
        linear-gradient(
            135deg,
            rgba(22,137,141,.07),
            rgba(129,99,163,.07)
        );

    box-shadow:0 20px 50px rgba(47,48,48,.08);
}

.bw-final-note-card::before{
    content:"";

    position:absolute;
    top:-130px;
    right:-110px;

    width:290px;
    height:290px;

    border:1px solid rgba(22,137,141,.13);
    border-radius:50%;
}

.bw-final-note-icon{
    width:86px;
    height:86px;

    margin:0 auto 22px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;
    background:var(--bw-white);

    color:var(--bw-teal);
    font-size:33px;

    box-shadow:0 12px 30px rgba(47,48,48,.1);
}

.bw-final-note-card h2{
    position:relative;
    z-index:2;

    margin:0 0 22px;

    color:var(--bw-ink);
    font-family:var(--bw-heading);
    font-size:clamp(40px, 5vw, 56px);
    line-height:1.08;
    font-weight:500;
}

.bw-final-note-card p{
    position:relative;
    z-index:2;

    max-width:760px;
    margin:0 auto 16px;

    color:var(--bw-copy);
    font-size:17px;
    line-height:1.8;
}

.bw-contact-actions{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:15px;

    margin-top:30px;
}

.bw-cta-button-outline{
    background:transparent;
    border-color:rgba(255,255,255,.75);
    color:var(--bw-white);
}

.bw-cta-button-outline:hover,
.bw-cta-button-outline:focus{
    background:var(--bw-white);
    color:var(--bw-teal-dark);
}

.bw-highlight-card .bw-feature-list .fa-heart{
    color:rgba(255,255,255,.82);
    font-size:13px;
}

@media (max-width:767.98px){

    .bw-final-note{
        padding:65px 0;
    }

    .bw-final-note-card{
        padding:38px 26px;
    }

    .bw-contact-actions{
        flex-direction:column;
        align-items:center;
    }

    .bw-contact-actions .bw-cta-button{
        width:100%;
        max-width:320px;
    }

}


/*======================================================
    Contact Card
======================================================*/

.bw-contact-section {
    padding: 90px 0;
}

.bw-contact-card {
    padding: 60px;
    background: #fff;
    border-radius: 36px 4px 36px 4px;
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 25px 60px rgba(0,0,0,.08);
}

.bw-contact-card h2 {
    margin-bottom: 18px;
    font-size: 58px;
    line-height: 1;
    font-family: var(--bw-heading);
    color: var(--bw-ink);
}

.bw-contact-intro {
    max-width: 640px;
    margin-bottom: 45px;
    color: var(--bw-copy);
    font-size: 18px;
    line-height: 1.8;
}

.bw-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 22px;
}

.bw-contact-item i {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(22,137,141,.10);
    color: var(--bw-teal);
    font-size: 24px;
}

.bw-contact-item h5 {
    margin-bottom: 12px;
    font-family: var(--bw-heading);
    font-size: 28px;
    color: var(--bw-ink);
}

.bw-contact-item p {
    margin-bottom: 12px;
    line-height: 1.8;
}

.bw-contact-item small {
    display: block;
    margin-bottom: 8px;
    color: var(--bw-teal);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 11px;
    font-weight: 700;
}

.bw-contact-item a {
    color: var(--bw-copy);
    transition: .3s;
}

.bw-contact-item a:hover {
    color: var(--bw-teal);
    text-decoration: none;
}

.bw-contact-divider {
    margin: 45px 0;
    border-top: 1px solid rgba(0,0,0,.08);
}

.bw-contact-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.bw-contact-social span {
    margin-right: 10px;
    font-weight: 600;
    color: var(--bw-copy);
}

.bw-contact-social a {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f3f2ef;
    color: var(--bw-teal);
    font-size: 18px;
    transition: .35s;
}

.bw-contact-social a:hover {
    background: var(--bw-teal);
    color: #fff;
    transform: translateY(-4px);
    text-decoration: none;
}

@media(max-width:767px) {

    .bw-contact-card {
        padding: 40px 28px;
    }

    .bw-contact-card h2 {
        font-size: 42px;
    }

    .bw-contact-item {
        margin-bottom: 30px;
    }

    .bw-contact-social {
        flex-wrap: wrap;
    }
}

.bw-page-icon{
    width:112px;
    height:112px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;
    background:#fff;

    box-shadow:0 16px 35px rgba(47,48,48,.12);
}

.bw-page-icon i{
    font-size:56px;
    color:var(--bw-teal);
}



/*=========================================================
  ABOUT PAGE
=========================================================*/

.bw-about-intro{
    padding:90px 0;
    background:var(--bw-white);
}

.bw-about-intro h2{
    margin:0 0 28px;

    color:var(--bw-ink);
    font-family:var(--bw-heading);
    font-size:clamp(42px, 5vw, 62px);
    line-height:1.08;
    font-weight:500;
}

.bw-about-intro .lead{
    max-width:820px;
    margin:0 auto 28px;

    color:var(--bw-ink);
    font-size:21px;
    line-height:1.75;
}

.bw-about-intro p:not(.lead){
    max-width:860px;
    margin:0 auto 22px;

    color:var(--bw-copy);
    font-size:17px;
    line-height:1.85;
}

@media (max-width:575.98px){

    .bw-about-intro{
        padding:60px 0;
    }

    .bw-about-intro .lead{
        font-size:19px;
    }

}

/*------------------------------------------------*/
/* Footer Content STYLES */
/*------------------------------------------------*/

.footertopwrap {
    background:#e0e1e2;
}

.footerwrap {
	background:#cbc9c9;

}
/*=================================================
  Footer Contact Block
==================================================*/

.footerlinks {
    padding: 70px 0;
    position: relative;
}

.footerlinks .row {
    align-items: center;
}

.footerlinks img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/*-------------------------------------------------
Typography
--------------------------------------------------*/

.footerlinks h4 {
    margin: 0 0 20px;
    font-size: 22px;
    font-family: "Eagle Lake", serif;
    font-weight: 600;
    line-height: 1.2;
    color: #3d332c;
}

.footerlinks p {
    margin: 0 0 14px;
    font-size: 18px;
    line-height: 1.8;
    color: #5d5650;
}

.footerlinks a {
    color: #4b5f52;
    font-weight: 600;
    transition: .3s ease;
}

.footerlinks a:hover {
    color: #9b7348;
    text-decoration: none;
}

/*-------------------------------------------------
Map
--------------------------------------------------*/

.footerlinks iframe {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0,0,0,.12);
}


/*-------------------------------------------------
Responsive
--------------------------------------------------*/

@media (max-width:991px) {

    .footerlinks {
        text-align: center;
    }

    .footerlinks .col-lg-4 {
        margin-bottom: 45px;
    }

    .footerlinks .col-lg-4:nth-child(2) {
        border: none;
        padding: 0 15px;
    }

    .socialicons {
        justify-content: center;
    }

    .footerlinks iframe {
        height: 300px;
    }
}

@media (max-width:575px) {

    .footerlinks {
        padding: 50px 0;
    }

    .footerlinks h4 {
        font-size: 28px;
    }

    .footerlinks p {
        font-size: 17px;
    }

    .socialicons a {
        width: 48px;
        height: 48px;
    }
}

.login {color:#333;font-size:11px;}
.login li {color:#333;font-size:11px;}

a.login:visited {color:#333; font-size:11px; text-decoration:none;}
a.login:active {color:#333; font-size:11px; text-decoration:none;}
a.login:link {color:#333; font-size:11px; text-decoration:none;}
a.login:hover {color:#666; font-size:11px; text-decoration:underline;}

.copyright {font-family: "Lato", sans-serif;font-size: 11px;color: #333;text-align:center;padding:5px;}

a.copyright:visited {color: #333; font-size:11px; text-decoration:none;}
a.copyright:active {color: #333; font-size:11px; text-decoration:none;}
a.copyright:link {color: #333; font-size:11px; text-decoration:none;}
a.copyright:hover {color: #666; font-size:11px; text-decoration:underline;}

.wecontrol {
    text-align: center;
    font-size: 11px;
    padding-top: 0; 
	color: #333;
}

.wecontrol ul { 
  margin:0;
  padding:0;
}
.wecontrol ul li { 
  display: inline; 
  color: #333;
  margin:0;
  
}

.wecontrol ul li a
{
   text-decoration: none;
   padding: 3px;
   color: #333
}

.wecontrol ul li a:hover {
    color: #666;
    text-decoration:underline;
}

.page-break-section {box-shadow:none !important;}



/*------------------------------------------------*/
/* @media Display STYLES */
/*------------------------------------------------*/


/* XXL devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {    

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {     

 
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {

}

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {

}
/* Custom, smaller than the smallest Bootstrap breakpoint */

@media (max-width: 320px) {

}


