@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		10;
	dw-num-cols-desktop:	14;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
/* Mobile Layout: 480px and below. */

.mobi{
    display: inherit;
}

    .top .nav-btn{
            display: block;
        }
    

    .topmoved .nav-btn{
        display: block;
    }
    




    .top .nav-btn{
        height: auto;
        width: calc(auto - 1.5em);
        float: right;
        padding: 1.1em 1.5em;
        background: transparent;
        border: 0;
        cursor: pointer;
          display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr; 
  gap: 0em .5em; 
        display: flex;
      justify-content: center;
      align-items: center;
        position: relative;
         z-index: 10;
                margin: 0;
        top: 0;
        right: 0;
        position: absolute;
        color: #cd9670;
        font-size: .9em;
        letter-spacing: 5px;
    }
    

    .topmoved .nav-btn{
       height: auto;
        width: calc(auto - 1.5em);
        float: right;
        padding: 1.1em 1.5em;
        background: transparent;
        border: 0;
        cursor: pointer;
          display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr; 
  gap: 0em .5em; 
        display: flex;
      justify-content: center;
      align-items: center;
        position: relative;
         z-index: 10;
                margin: 0;
        top: 0;
        right: 0;
        position: absolute;
        color: #cd9670;
        font-size: .9em;
        letter-spacing: 5px;
    }
    
    
    .nav-btn p{
        font-weight: 600;
        font-size: .9em;
        margin-top: .3em;
    }
    
    .nav-btn .navstrokes{
        height: 1em;
        width: 3em;
        float: left;
        clear: none;
        display: block;
        position: relative;
        padding: .5em 0 0;
        
    }
    
    .top .nav-btn .navstrokes span{
        height: 2px;
        background-color: #cd9670;
        float: left;
        clear: both;
        display: block;
        position: relative;
        transition: all .4s;
    }

    .topmoved .nav-btn .navstrokes span{
        height: 2px;
        background-color:#cd9670;
        float: left;
        clear: both;
        display: block;
        position: relative;
        transition: all .4s;
    }
    
    .navstrokes span:first-child{
        width: 3em;
        margin: 0em auto auto auto;
        bottom: 0;
        transform-origin: center;
        top: auto;
        left: 0;
    }
    
    .navstrokes span:last-child{
        width: 3em;
        margin: .4em auto auto auto;
        bottom: 0;
        transform-origin: center;
        top: auto;
        left: 0;
    } 
    
    
    
    /*Expanded*/
     .nav-btn .navstrokes-expanded{
        height: 1em;
        width: 2em;
        float: left;
        clear: none;
        display: block;
        position: relative;
        padding: 0;
        color: #ffffff;
    }
    
    
    .nav-btn .navstrokes-expanded span{
        background-color: #ffffff;
    }
    
    .nav-btn .navstrokes-expanded p{
        color: #ffffff;
    }
    
    
    .navstrokes-expanded span{
        height: 5px;
        background-color: #fff;
        float: left;
        clear: both;
        display: block;
        position: relative;
        transition: all .4s;
        
    }
    
    .navstrokes-expanded span:first-child{
        width: 2em;
        margin: .5em auto auto auto;
        bottom: 0;
        transform-origin: center;
        top: auto;
        left: 0;
        transform: rotate(45deg);
        
    }
    
    .navstrokes-expanded span:last-child{
        width: 2em;
        margin: -.2em auto auto auto;
        bottom: 0;
        transform-origin: center;
        top: auto;
        left: 0;
        transform: rotate(-45deg)
    } 

    .backtomenu{
        transform: scale(60%);
        margin: 0;
        float: left;
        clear: both;
        width: auto;
        padding: .8em 1.2em .8em .8em;
        transform-origin: left;
        background-color: #3a4047;
        color: #fff;
        border-radius: 2em;
        width: auto;
        font-family: 'GeneralSans-Regular';
        font-size: 1.6em;
    }

    .backtomenu i{
        margin: 0 .5em 0 0;
    }
    
    /*Expanded*/







	
	
.top {
    width: 95%;
    position: fixed;
    top: 1em;
    left: 2.5%;
    z-index: 1000;
    float: left;
    clear: none;
    display: block;
    background-color: #352b29;
    border-radius: 2em;
    backdrop-filter: blur(30px); /* Adjust blur radius as needed */
    transition: all .3s ease-in-out;
    border: 0px solid #ffffff;
}


.top-inner{
    display: block;
    width: 100%;
    height: auto;
    display: block;
}


.topmoved {
     width: 95%;
    position: fixed;
    top: 1em;
    left: 2.5%;
    z-index: 1000;
    float: left;
    clear: none;
    display: block;
    background-color: #352b29;
    border-radius: 2em;
    backdrop-filter: blur(30px); /* Adjust blur radius as needed */
    transition: all .3s ease-in-out;
    border: 0px solid #ffffff;
}



.topnav{
    width: 100%;
    height: calc(90vh - 2em);
    float: left;
    clear: both;
    display: none;
    background-color: transparent;
    color: rgb(0, 0, 0);
    font-family: "GeneralSans-Regular";
    font-size: 1em;
    align-items: center;
    position: relative;
    top: auto;
    left: auto;
}

.top .topnav{
    color: #fff;
}

.top .topmoved{
    color: #352b29e3;
}


.topnav ul{
    width: 90%;
    height: auto;
    float: left;
    clear: none;
    display: block;
    list-style-type: none;
    margin: auto 5%;
    padding: 0;
    display: block;
}


.topnav ul li{
    width: auto;
    height: auto;
    float: left;
    clear: both;
    display: block;
    text-align: center;
    padding: 1em .5em;
    cursor: pointer;
    transition: all .3s ease-in-out;
    opacity: .7 ;
    font-family: "GeneralSans-Medium";
    font-size: 1.4em;
}

.topnav ul li:hover{
    opacity: 1;
    color: #cd9670;
}

.topnav ul li.active{
    opacity: 1;
    color: #352b29;
}


.toplogo{
    width: calc(60% - 1em);
    height: 4em;
    margin: auto 1em;
    float: left;
    clear: both;
    display: block;
    background-image: url(../img/WMG-Logos/wmg-logos_whitetext-horizontal.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    transition: all .3s ease-in-out;

}

.topmoved .toplogo{
   width: calc(50% - 1em);
    height: 4em;
    float: left;
    clear: none;
    display: block;
    background-image: url(../img/WMG-Logos/wmg-logos_whitetext-horizontal.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
}

.topnav-right{
    display: none;
      -webkit-box-pack: right;
      -ms-flex-pack: right;
      -webkit-justify-content: right;
      justify-content: right;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}

.topnav-right button{
    float: right;
    clear: none;
    margin-right: .5em;
    
}





.subnav{
    width: calc(100% - 0em);
    height: 100%;
    display: none;
    float: left;
    clear: both;
    background-color: #f9ece5;
    border-radius: 2em;
    margin: 0em;
    overflow: hidden;
    transform-origin: center top;
    top: auto;
    position: absolute;
    z-index: 10;
    transition: all .3s ease-in-out;
}


.subnav .subnav-popup{
    display: block;
    float: none;
    clear: none;
    position: absolute;
    top: 1em;
    
}

.subnav .subnav-popup .sp-inner{
    width: calc(100% - 2em);
    margin: 1em 1em;
    display: block;
    float: left;
    clear: both;
}

.subnav .subnav-popup .sp-inner h4{
    clear: none;
    float: left;
    display: block;
    width: 80%;
    text-align: left;
    margin: 1.5em 0em 0em;
}

.subnav ul{
    position: relative;
    float: left;
    clear: none;
    color: #352b29d0;
    margin: 1em auto auto .5em;
    padding-left: 0;
    transition: all .3s ease-in-out;
    overflow: hidden;
    display: block;
    clear: none;
    float: left;
    width: calc(100% - 0em);
}


.subnav ul li{
   font-family: 'GeneralSans-Medium';
   font-size: 1.1em;
   list-style: none;
   line-height: 1.4em;
   cursor: pointer;
   transition: all .3s ease-in-out;
   opacity: 1;
   letter-spacing: -.35px;
   margin: auto auto auto 0;
   padding: 1.1em 0;
   padding-left: 0;
   margin-left: 0;
   display: block;
   float:left;
   clear: both;
   width: calc(100% - 2em);
   border-width: 0 0 .5px 0;
   border-style: solid;
   border-color: #373d4471;
   position: relative;
   background-color: #373d4400;
   transition: all .3s ease-in-out;
}

.subnav ul li:hover{
    opacity: 1;
    color: #352b29;
}

.subnav ul li a{
      text-align: left;
     display: block;
     float: left;
     clear: none;
     
}


.subnav ul li i{
      color: #373d44;
      font-size: .8em;
      text-align: right;
     display: block;
     float: right;
     clear: none;
     margin-right: 1em;
     transition: all .3s ease-in-out;
     opacity: 0;
}


.subnav ul li:hover i{
      color: #352b29;
      font-size: .8em;
      text-align: right;
     display: block;
     float: right;
     clear: none;
     margin-right: 0em;
     transition: all .3s ease-in-out;
     opacity: 1;
}


.sp-inner-right{
    background-color: #fff;
    width: 30%;
    height: 56vh;
    display: block;
    float: right;
    clear: none;
    border-radius:1.5em;
    background-size: cover;
    background-position: center;
}




.whatwedo-nav{
    width: 0;
    height: 0;
}

.aboutus-nav{
    width: 0;
    height: 0;
}

.impact-nav{
    width: 0;
    height: 0;
}

.media-nav{
    width: 0;
    height: 0;
}

.platforms-nav{
    width: 0;
    height: 0;
}


.membership-sign-left{
     position: relative;
    float: left;
    clear: none;
    margin: 1em auto auto 1em;
    transition: all .3s ease-in-out;
    overflow: hidden;
    display: block;
    clear: none;
    float: left;
    width: calc(60% - 6em);
    height: 100%;
    margin: 1.5em 3em;
}

.msl-top{
    width: 100%;
    height: auto;
    margin: 0em 0em;
    display: block;
    clear: none;
    float: left;
}

.msl-bottom{
    width: 100%;
    height: 35vh;
    margin: 0em 0em;
     overflow: hidden;
    display: block;
    clear: none;
    float: left;
    background-position: center;
    background-size: contain left;
    background-repeat: no-repeat;
    background-image: url(../img/membership-cards-arrange.svg);

}














.footer-top-image{
    width: 100%;
    height: auto;
    display: block;
    float: left;
    clear: both;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    margin: 0vh 0 0 0;
}



    .footer-container{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: both;
		background-position: bottom right;
		background-repeat: no-repeat;
        margin: 10vh 0 0 0;
        padding-bottom: 5vh;
        background: #F4E0D4;
        background: linear-gradient(0deg, rgba(244, 224, 212, 0.88) 0%, rgba(244, 224, 212, 0.15) 100%);
        border: solid #352b29a0;
        border-width: 1px 0 0px 0;
        position: relative;
    }


    
    .footer{
        width: calc(95vw - 0em);
        height: auto;
        display: block; 
        float: left;
        clear: none;
        margin: -5vh 2.5vw -5vh;
        top: -10vh;
		padding: 1em;
		position: relative;
		z-index: 0;
		bottom: 0;
		display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      border-radius: 2em;
      z-index: 100;
      box-shadow: 0px -8px 54px -9px rgba(58,64,71,0.2);
    -webkit-box-shadow: 0px -8px 54px -9px rgba(58,64,71,0.2);
    -moz-box-shadow: 0px -8px 54px -9px rgba(58,64,71,0.2);
    background-color:#352b29;

  
    }


    .footer a{
        opacity: .7;
        cursor: pointer;
        transition: all .3s;
    }


    .footer a:hover{
        opacity: 1;
        font-family: 'GeneralSans-Medium';
    }


    .contact-page-footer{
         width: calc(90vw - 2em);
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin: -25vh 5% 15vh;
		padding: 1em;
		position: relative;
		z-index: 0;
		bottom: 0;
		background-image: url("../img/WMG-Logos/wmg-logos_white-icon-white-text.svg");
		background-position: top center;
		background-repeat: no-repeat;
		display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      background-color: white;
      border-radius: 2em;
      z-index: 100;
    }
    
    
    
    .footer-inner{
        width: 85%;
        height: auto;
        margin: 5vh 0%;
        float: left;
        clear: none;
        display: block;
        color: #fff;
    }
    
    
    .footer-left{
        display: block;
        width: auto;
        height: auto;
        float: left;
        clear: none;
        display: block;
        opacity: 1;
        width: 100%;
       
    }

    .footer-left img{
        width: auto;
        height: 5em;
        display: block;
        float: left;
        clear: none;
        display: flex;
      justify-content: left;
      align-items: left;
      margin: auto auto 1em auto;
      opacity: 1;
    }

    .footer-left p{
        clear: both;
    }


    .footer-newsletter{
        display: block;
        width: 100%;
        height: 40vh;
        float: left;
        clear: none;
        display: block;
        background-color: #F9F9F9;
        padding: 0em;
        border-radius: 1em;
        overflow: hidden;
    }

    .footer-newsletter img{
        display: block;
        clear: none;
        width: 2em;
        height: 2em;
        float: left;
        margin-right: .5em;
    }

    .footer-newsletter p{
        display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: left;
      justify-content: left;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }


    .footer-right{
        width: 100%;
        height: auto;
        float: left;
        clear: none;
        display: grid; 
        grid-template-columns: 1fr; 
        grid-template-rows: auto auto auto; 
        gap: 1em 1em; 
        grid-template-areas: 
            "."
            "."
            "."; 
    }


    .ftp-email-topic{
        color: #cd9670;
        font-size: .9em;
        margin: auto auto .25em auto;
    }


    .footer-right-contactpage{
        display: block;
    }


    .footer-right-contactpage iframe{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear:none;
        border-radius: 2em;
        overflow: hidden;
        outline: 0;
        border: 0;
    }



    .fr-top{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        margin: 1em auto 0em auto;
        display: block;
    }


    .fr-socials{
        display: grid; 
        grid-template-columns: 1fr 1fr 1fr 1fr; 
        grid-template-rows: 1fr; 
        gap: .5em .5em; 
        grid-template-areas: 
        ". . . ."; 
        width: auto;
        height: auto;
        float: left;
        text-align: center;
        margin: 1em auto;
    }

    .fr-socials i{
        font-size: 1em;
        color: #3D4647;
        border-radius: 3em;
        padding: .75em;
        display: block;
        cursor: pointer;
        margin: 0;
        transition: .3s all;
        color: #cd9670;
        border: 2px solid #cd9670;
    }

    .fr-socials i:hover{
        background-color: #cd9670;
        color: #fff;
        transform: scale(1.1);
        transition: all .3s;
    }




    .fr-center{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
      margin: .5em 0 0 0;
      border: solid #ffffff6d;
      border-width: .5px 0 0px 0;
    }


    .fr-center ul{
        list-style: none;
        display: block;
        float: left;
        clear: none;
        width: auto;
        height: auto;
        margin: 0em auto 1em;
        padding: 0;
    }

    .fr-center ul p{
        float: left;
        clear: none;
        font-family: "GeneralSans-Semibold";
        display: block;
    }

    .fr-center ul li{
        display: inline;
        float: left;
        clear: none;
        margin: .2em .2em;
        font-family: "GeneralSans-Regular";
        font-size: .9em;
        cursor: pointer;
        color: #fff;
        transition: all .3s;
        padding: .8em 1em;
        border: 1px solid #cd9670;
        border-radius: 2em;
        opacity: .9;
        transition: all .3s;
    }
    

    .fr-center ul li:hover{
        background-color: #cd9670;
        color: #fff;
        transition: all .3s;
        font-family: "GeneralSans-Semibold";
        opacity: 1;
    }

	
    
    .fr-bottom{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        
    }



    .foot-quote{
        width: 85%;
        height: auto;
        margin: 0em 7.5%;
        display: block;
        float: left;
        clear: none;
        border: solid #352b29a0;
        border-width: 1px 0 0px 0;
        padding: 1em 0;
        color: #352b29;
    }



























/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	
	
	
.top {
    width: 90%;
    position: fixed;
    top: 3em;
    left: 5%;
    z-index: 1000;
    float: left;
    clear: none;
    display: block;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 2em;
    backdrop-filter: blur(30px); /* Adjust blur radius as needed */
    transition: all .3s ease-in-out;
}



.topmoved {
    width: 90%;
    position: fixed;
    top: 1.5em;
    left: 5%;
    z-index: 1000;
    display: block;
    float: left;
    clear: none;
    background-color: rgba(255, 255, 255, 0.81);
    border-radius: 3em;
    backdrop-filter: blur(10px); /* Adjust blur radius as needed */
    border:.5px solid #3a404769;
}
	
    
    
}

    /* Desktop Layout:768px to a max of 1080px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 768px) {




    .mobi{
    display: none;
}


    .top .nav-btn{
            display: none;
        }
    

    .topmoved .nav-btn{
        display: none;
    }
    
	
	
.top {
    width: 85%;
    position: fixed;
    top: 3em;
    left: 7.5%;
    z-index: 1000;
    float: left;
    clear: none;
    display: block;
    background-color: #fff9f5;
    border-radius: 2em;
    backdrop-filter: blur(30px); /* Adjust blur radius as needed */
    transition: all .3s ease-in-out;
    box-shadow: 1px 8px 25px -3px rgba(174, 115, 73, 0.31);
-webkit-box-shadow: 1px 8px 25px -3px rgba(174, 115, 73, 0.31);
-moz-box-shadow: 1px 8px 25px -3px rgba(174, 115, 73, 0.31);
border: 2px solid #ffffff;
}


.top-inner{
    display: block;
    width: 100%;
    height: auto;
    display: grid; 
    grid-template-columns: 1.25fr 3fr 1fr; 
    grid-template-rows: 1fr; 
    gap: 0px 0px; 
    grid-template-areas: 
        ". . ."; 
}


.topmoved {
    width: 85%;
    position: fixed;
    top: 1.5em;
    left: 7.5%;
    z-index: 1000;
    display: block;
    float: left;
    clear: none;
    background-color: #fff9f5f0;
    border-radius: 2em;
    backdrop-filter: blur(30px); /* Adjust blur radius as needed */
    transition: all .3s ease-in-out;
    box-shadow: 1px 8px 25px -3px rgba(134, 85, 49, 0.2);
-webkit-box-shadow: 1px 8px 25px -3px rgba(134, 85, 49, 0.2);
-moz-box-shadow: 1px 8px 25px -3px rgba(134, 85, 49, 0.2);
border: 1.5px solid #ffffff;
}



.topnav{
    width: 100%;
    height: auto;
    float: left;
    clear: none;
    display: block;
    background-color: transparent;
    color: rgb(0, 0, 0);
    font-family: "GeneralSans-Regular";
    font-size: 1em;
       display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      position: relative;
    top: auto;
    left: auto;
}

.top .topnav{
    color: #352b29e3;
}

.top .topmoved{
    color: #352b29e3;
}


.topnav ul{
    width: auto;
    height: auto;
    float: left;
    clear: none;
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: grid; 
    grid-template-columns: auto auto auto auto auto auto; 
    grid-template-rows: 1fr; 
    gap: 0px 1em; 
    grid-template-areas: 
    "auto auto auto auto auto auto"; 
}


.topnav ul li{
    width: auto;
    height: auto;
    float: left;
    clear: none;
    display: inline;
    text-align: center;
    padding: 1em .5em;
    cursor: pointer;
    transition: all .3s ease-in-out;
    opacity: .7 ;
    font-family: "GeneralSans-Medium";
    font-size: .9em;
}

.topnav ul li.mobi{
    display: none;
}

.topnav ul li:hover{
    opacity: 1;
    color: #352b29;
}

.topnav ul li.active{
    opacity: 1;
    color: #352b29;
}


.toplogo{
    width: calc(100% - 1em);
    height: 4em;
    margin: auto 1em;
    float: left;
    clear: none;
    display: block;
    background-image: url(../img/WMG-Logos/wmg-logos_full-color-horizontal.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    transition: all .3s ease-in-out;

}

.topmoved .toplogo{
   width: calc(80% - 1em);
    height: 4em;
    float: left;
    clear: none;
    display: block;
     background-image: url(../img/WMG-Logos/wmg-logos_full-color-horizontal.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
}

.topnav-right{
    display: flex;
      -webkit-box-pack: right;
      -ms-flex-pack: right;
      -webkit-justify-content: right;
      justify-content: right;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}

.topnav-right button{
    float: right;
    clear: none;
    margin-right: .5em;
    
}





.subnav{
    width: calc(100% - 0em);
    height: 60vh;
    display: none;
    float: left;
    clear: both;
    background-color: #f9ece5;
    border-radius: 2em;
    margin: 0em;
    overflow: hidden;
    transform-origin: center top;
    top: auto;
    position: relative;
    transition: all .3s ease-in-out;
}


.subnav .subnav-popup{
    display: block;
    float: none;
    clear: none;
    position: absolute;
    top: 1em;
    
}

.subnav .subnav-popup .sp-inner{
    width: calc(100% - 2em);
    margin: 1em 1em;
    display: block;
    float: left;
    clear: both;
}

.subnav .subnav-popup .sp-inner h4{
    clear: none;
    float: left;
    display: block;
    width: 15%;
    text-align: left;
    margin: 1.5em 1em;
}

.subnav ul{
    position: relative;
    float: left;
    clear: none;
    color: #352b29d0;
    margin: 1em auto auto 1em;
    transition: all .3s ease-in-out;
    overflow: hidden;
    display: block;
    clear: none;
    float: left;
    width: calc(40% - 4em);
    
}


.subnav ul li{
   font-family: 'GeneralSans-Medium';
   font-size: 1.2em;
   list-style: none;
   line-height: 1.2em;
   cursor: pointer;
   transition: all .3s ease-in-out;
   opacity: 1;
   letter-spacing: -.35px;
   margin: auto auto auto 0;
   padding: 1.1em;
   padding-left: .5em;
   display: block;
   float:left;
   clear: both;
   width: calc(100% - 2em);
   border-width: 0 0 .5px 0;
   border-style: solid;
   border-color: #373d4471;
   position: relative;
   background-color: #373d4400;
   transition: all .3s ease-in-out;
}

.subnav ul li:hover{
    opacity: 1;
    color: #352b29;
}

.subnav ul li a{
      text-align: left;
     display: block;
     float: left;
     clear: none;
     
}


.subnav ul li i{
      color: #373d44;
      font-size: .8em;
      text-align: right;
     display: block;
     float: right;
     clear: none;
     margin-right: 1em;
     transition: all .3s ease-in-out;
     opacity: 0;
}


.subnav ul li:hover i{
      color: #352b29;
      font-size: .8em;
      text-align: right;
     display: block;
     float: right;
     clear: none;
     margin-right: 0em;
     transition: all .3s ease-in-out;
     opacity: 1;
}


.sp-inner-right{
    background-color: #fff;
    width: 30%;
    height: 56vh;
    display: block;
    float: right;
    clear: none;
    border-radius:1.5em;
    background-size: cover;
    background-position: center;
}




.whatwedo-nav{
    width: 0;
    height: 0;
}

.aboutus-nav{
    width: 0;
    height: 0;
}

.impact-nav{
    width: 0;
    height: 0;
}

.media-nav{
    width: 0;
    height: 0;
}

.platforms-nav{
    width: 0;
    height: 0;
}



.membership-sign-left{
     position: relative;
    float: left;
    clear: none;
    margin: 1em auto auto 1em;
    transition: all .3s ease-in-out;
    overflow: hidden;
    display: block;
    clear: none;
    float: left;
    width: calc(60% - 6em);
    height: 100%;
    margin: 1.5em 3em;
}

.msl-top{
    width: 100%;
    height: auto;
    margin: 0em 0em;
    display: block;
    clear: none;
    float: left;
}

.msl-bottom{
    width: 100%;
    height: 35vh;
    margin: 0em 0em;
     overflow: hidden;
    display: block;
    clear: none;
    float: left;
    background-position: center;
    background-size: contain left;
    background-repeat: no-repeat;
    background-image: url(../img/membership-cards-arrange.svg);

}














.footer-top-image{
    width: 100%;
    height: auto;
    display: block;
    float: left;
    clear: both;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    margin: 0vh 0 0 0;
}



    .footer-container{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: both;
        background-image: url("../img/svgs/Hasman-Graphic-Icon_gi-down.svg");
		background-position: bottom right;
		background-repeat: no-repeat;
        margin: 10vh 0 0 0;
        padding-bottom: 5vh;
        background: #F4E0D4;
        background: linear-gradient(0deg, rgba(244, 224, 212, 0.88) 0%, rgba(244, 224, 212, 0.15) 100%);
        border: solid #352b29a0;
        border-width: 1px 0 0px 0;
        position: relative;
    }


    
    .footer{
        width: calc(85vw - 0em);
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin: -5vh 7.5vw -5vh;
        top: -10vh;
		padding: 1em;
		position: relative;
		z-index: 0;
		bottom: 0;
		display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      border-radius: 2em;
      z-index: 100;
      box-shadow: 0px -8px 54px -9px rgba(58,64,71,0.2);
    -webkit-box-shadow: 0px -8px 54px -9px rgba(58,64,71,0.2);
    -moz-box-shadow: 0px -8px 54px -9px rgba(58,64,71,0.2);
    background-color:#352b29;

  
    }


    .footer a{
        opacity: .7;
        cursor: pointer;
        transition: all .3s;
    }


    .footer a:hover{
        opacity: 1;
        font-family: 'GeneralSans-Medium';
    }


    .contact-page-footer{
         width: calc(90vw - 2em);
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin: -25vh 5% 15vh;
		padding: 1em;
		position: relative;
		z-index: 0;
		bottom: 0;
		background-image: url("../img/WMG-Logos/wmg-logos_white-icon-white-text.svg");
		background-position: top center;
		background-repeat: no-repeat;
		display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      background-color: white;
      border-radius: 2em;
      z-index: 100;
    }
    
    
    
    .footer-inner{
        width: 93%;
        height: auto;
        margin: 5vh 0%;
        float: left;
        clear: none;
        display: grid; 
	  grid-template-columns: 1fr 2fr 1.5fr; 
	  grid-template-rows: 1fr; 
	  gap: 4em 4em; 
	  grid-template-areas: 
		". . ."; 
        color: #fff;
    }
    
    
    .footer-left{
        display: block;
        width: auto;
        height: auto;
        float: left;
        clear: none;
        display: block;
        opacity: 1;
    }

    .footer-left img{
        width: auto;
        height: 8em;
        display: block;
        float: left;
        clear: none;
        display: flex;
      justify-content: left;
      align-items: left;
      margin: auto auto 2em auto;
      opacity: 1;
    }

    .footer-left p{
        clear: both;
    }


    .footer-newsletter{
        display: block;
        width: auto;
        height: 40vh;
        float: left;
        clear: none;
        display: block;
        background-color: #F9F9F9;
        padding: 0em;
        border-radius: 1em;
        overflow: hidden;
    }

    .footer-newsletter img{
        display: block;
        clear: none;
        width: 2em;
        height: 2em;
        float: left;
        margin-right: .5em;
    }

    .footer-newsletter p{
        display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: left;
      justify-content: left;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      
    }


    .footer-right{
        width: 100%;
        height: 25vh;
        float: left;
        clear: none;
        display: grid; 
        grid-template-columns: 1fr; 
        grid-template-rows: auto auto auto; 
        gap: 1em 1em; 
        grid-template-areas: 
            "."
            "."
            "."; 
    }


    .ftp-email-topic{
        color: #cd9670;
        font-size: .9em;
        margin: auto auto .25em auto;
    }


    .footer-right-contactpage{
        display: grid; 
        grid-template-columns: 1fr; 
        grid-template-rows: 3.5fr 1fr; 
        gap: 0em 2em; 
        grid-template-areas: 
            "."
            "."; 
    }


    .footer-right-contactpage iframe{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear:none;
        border-radius: 2em;
        overflow: hidden;
        outline: 0;
        border: 0;
    }



    .fr-top{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        margin: 1em auto 0em auto;
        display: grid; 
        grid-template-columns: 1fr 1fr; 
        grid-template-rows: 1fr; 
        gap: 1em 1em; 
        grid-template-areas: 
         ". ."; 
    }


    .fr-socials{
        display: grid; 
        grid-template-columns: 1fr 1fr 1fr 1fr; 
        grid-template-rows: 1fr; 
        gap: .5em .5em; 
        grid-template-areas: 
        ". . . ."; 
        width: auto;
        height: auto;
        float: left;
        text-align: center;
        margin: 1em auto;
    }

    .fr-socials i{
        font-size: 1em;
        color: #3D4647;
        border-radius: 3em;
        padding: .75em;
        display: block;
        cursor: pointer;
        margin: 0;
        transition: .3s all;
        color: #cd9670;
        border: 2px solid #cd9670;
    }

    .fr-socials i:hover{
        background-color: #cd9670;
        color: #fff;
        transform: scale(1.1);
        transition: all .3s;
    }




    .fr-center{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
      margin: .5em 0 0 0;
      border: solid #ffffff6d;
      border-width: .5px 0 0px 0;
    }


    .fr-center ul{
        list-style: none;
        display: block;
        float: left;
        clear: none;
        width: auto;
        height: auto;
        margin: 0em auto 1em;
        padding: 0;
    }

    .fr-center ul p{
        float: left;
        clear: none;
        font-family: "GeneralSans-Semibold";
        display: block;
    }

    .fr-center ul li{
        display: inline;
        float: left;
        clear: none;
        margin: .2em .2em;
        font-family: "GeneralSans-Regular";
        font-size: .9em;
        cursor: pointer;
        color: #fff;
        transition: all .3s;
        padding: .8em 1em;
        border: 1px solid #cd9670;
        border-radius: 2em;
        opacity: .9;
        transition: all .3s;
    }
    

    .fr-center ul li:hover{
        background-color: #cd9670;
        color: #fff;
        transition: all .3s;
        font-family: "GeneralSans-Semibold";
        opacity: 1;
    }

	
    
    .fr-bottom{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        
    }



    .foot-quote{
        width: 85%;
        height: auto;
        margin: 0em 7.5%;
        display: block;
        float: left;
        clear: none;
        border: solid #352b29a0;
        border-width: 1px 0 0px 0;
        padding: 1em 0;
        color: #352b29;
    }












	
	
}
    
    
    
    /* Desktop Layout:1080px to a max of 1920px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1080px) {

    .mobi{
    display: none;
}


    .top .nav-btn{
            display: none;
        }
    

    .topmoved .nav-btn{
        display: none;
    }
    
	
	
.top {
    width: 85%;
    position: fixed;
    top: 3em;
    left: 7.5%;
    z-index: 1000;
    float: left;
    clear: none;
    display: block;
    background-color: #fff9f5;
    border-radius: 2em;
    backdrop-filter: blur(30px); /* Adjust blur radius as needed */
    transition: all .3s ease-in-out;
    box-shadow: 1px 8px 25px -3px rgba(174, 115, 73, 0.31);
-webkit-box-shadow: 1px 8px 25px -3px rgba(174, 115, 73, 0.31);
-moz-box-shadow: 1px 8px 25px -3px rgba(174, 115, 73, 0.31);
border: 2px solid #ffffff;
}


.top-inner{
    display: block;
    width: 100%;
    height: auto;
    display: grid; 
    grid-template-columns: 1.25fr 3fr 1fr; 
    grid-template-rows: 1fr; 
    gap: 0px 0px; 
    grid-template-areas: 
        ". . ."; 
}


.topmoved {
    width: 85%;
    position: fixed;
    top: 1.5em;
    left: 7.5%;
    z-index: 1000;
    display: block;
    float: left;
    clear: none;
    background-color: #fff9f5f0;
    border-radius: 2em;
    backdrop-filter: blur(30px); /* Adjust blur radius as needed */
    transition: all .3s ease-in-out;
    box-shadow: 1px 8px 25px -3px rgba(134, 85, 49, 0.2);
-webkit-box-shadow: 1px 8px 25px -3px rgba(134, 85, 49, 0.2);
-moz-box-shadow: 1px 8px 25px -3px rgba(134, 85, 49, 0.2);
border: 1.5px solid #ffffff;
}



.topnav{
    width: 100%;
    height: auto;
    float: left;
    clear: none;
    display: block;
    background-color: transparent;
    color: rgb(0, 0, 0);
    font-family: "GeneralSans-Regular";
    font-size: 1em;
       display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      position: relative;
    top: auto;
    left: auto;
}

.top .topnav{
    color: #352b29e3;
}

.top .topmoved{
    color: #352b29e3;
}


.topnav ul{
    width: auto;
    height: auto;
    float: left;
    clear: none;
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: grid; 
    grid-template-columns: auto auto auto auto auto auto; 
    grid-template-rows: 1fr; 
    gap: 0px 1em; 
    grid-template-areas: 
    "auto auto auto auto auto auto"; 
}


.topnav ul li{
    width: auto;
    height: auto;
    float: left;
    clear: none;
    display: inline;
    text-align: center;
    padding: 1em .5em;
    cursor: pointer;
    transition: all .3s ease-in-out;
    opacity: .7 ;
    font-family: "GeneralSans-Medium";
    font-size: .9em;
}

.topnav ul li.mobi{
    display: none;
}

.topnav ul li:hover{
    opacity: 1;
    color: #352b29;
}

.topnav ul li.active{
    opacity: 1;
    color: #352b29;
}


.toplogo{
    width: calc(100% - 1em);
    height: 4em;
    margin: auto 1em;
    float: left;
    clear: none;
    display: block;
    background-image: url(../img/WMG-Logos/wmg-logos_full-color-horizontal.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    transition: all .3s ease-in-out;

}

.topmoved .toplogo{
   width: calc(80% - 1em);
    height: 4em;
    float: left;
    clear: none;
    display: block;
     background-image: url(../img/WMG-Logos/wmg-logos_full-color-horizontal.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
}

.topnav-right{
    display: flex;
      -webkit-box-pack: right;
      -ms-flex-pack: right;
      -webkit-justify-content: right;
      justify-content: right;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}

.topnav-right button{
    float: right;
    clear: none;
    margin-right: .5em;
    
}





.subnav{
    width: calc(100% - 0em);
    height: 60vh;
    display: none;
    float: left;
    clear: both;
    background-color: #f9ece5;
    border-radius: 2em;
    margin: 0em;
    overflow: hidden;
    transform-origin: center top;
    top: auto;
    position: relative;
    transition: all .3s ease-in-out;
}


.subnav .subnav-popup{
    display: block;
    float: none;
    clear: none;
    position: absolute;
    top: 1em;
    
}

.subnav .subnav-popup .sp-inner{
    width: calc(100% - 2em);
    margin: 1em 1em;
    display: block;
    float: left;
    clear: both;
}

.subnav .subnav-popup .sp-inner h4{
    clear: none;
    float: left;
    display: block;
    width: 15%;
    text-align: left;
    margin: 1.5em 1em;
}

.subnav ul{
    position: relative;
    float: left;
    clear: none;
    color: #352b29d0;
    margin: 1em auto auto 1em;
    transition: all .3s ease-in-out;
    overflow: hidden;
    display: block;
    clear: none;
    float: left;
    width: calc(40% - 4em);
    
}


.subnav ul li{
   font-family: 'GeneralSans-Medium';
   font-size: 1.2em;
   list-style: none;
   line-height: 1.2em;
   cursor: pointer;
   transition: all .3s ease-in-out;
   opacity: 1;
   letter-spacing: -.35px;
   margin: auto auto auto 0;
   padding: 1.1em;
   padding-left: .5em;
   display: block;
   float:left;
   clear: both;
   width: calc(100% - 2em);
   border-width: 0 0 .5px 0;
   border-style: solid;
   border-color: #373d4471;
   position: relative;
   background-color: #373d4400;
   transition: all .3s ease-in-out;
}

.subnav ul li:hover{
    opacity: 1;
    color: #352b29;
}

.subnav ul li a{
      text-align: left;
     display: block;
     float: left;
     clear: none;
     
}


.subnav ul li i{
      color: #373d44;
      font-size: .8em;
      text-align: right;
     display: block;
     float: right;
     clear: none;
     margin-right: 1em;
     transition: all .3s ease-in-out;
     opacity: 0;
}


.subnav ul li:hover i{
      color: #352b29;
      font-size: .8em;
      text-align: right;
     display: block;
     float: right;
     clear: none;
     margin-right: 0em;
     transition: all .3s ease-in-out;
     opacity: 1;
}


.sp-inner-right{
    background-color: #fff;
    width: 30%;
    height: 56vh;
    display: block;
    float: right;
    clear: none;
    border-radius:1.5em;
    background-size: cover;
    background-position: center;
}




.whatwedo-nav{
    width: 0;
    height: 0;
}

.aboutus-nav{
    width: 0;
    height: 0;
}

.impact-nav{
    width: 0;
    height: 0;
}

.media-nav{
    width: 0;
    height: 0;
}

.platforms-nav{
    width: 0;
    height: 0;
}



.membership-sign-left{
     position: relative;
    float: left;
    clear: none;
    margin: 1em auto auto 1em;
    transition: all .3s ease-in-out;
    overflow: hidden;
    display: block;
    clear: none;
    float: left;
    width: calc(60% - 6em);
    height: 100%;
    margin: 1.5em 3em;
}

.msl-top{
    width: 100%;
    height: auto;
    margin: 0em 0em;
    display: block;
    clear: none;
    float: left;
}

.msl-bottom{
    width: 100%;
    height: 35vh;
    margin: 0em 0em;
     overflow: hidden;
    display: block;
    clear: none;
    float: left;
    background-position: center;
    background-size: contain left;
    background-repeat: no-repeat;
    background-image: url(../img/membership-cards-arrange.svg);

}














.footer-top-image{
    width: 100%;
    height: auto;
    display: block;
    float: left;
    clear: both;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    margin: 0vh 0 0 0;
}



    .footer-container{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: both;
        background-image: url("../img/svgs/Hasman-Graphic-Icon_gi-down.svg");
		background-position: bottom right;
		background-repeat: no-repeat;
        margin: 10vh 0 0 0;
        padding-bottom: 5vh;
        background: #F4E0D4;
        background: linear-gradient(0deg, rgba(244, 224, 212, 0.88) 0%, rgba(244, 224, 212, 0.15) 100%);
        border: solid #352b29a0;
        border-width: 1px 0 0px 0;
        position: relative;
    }


    
    .footer{
        width: calc(85vw - 0em);
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin: -5vh 7.5vw -5vh;
        top: -10vh;
		padding: 1em;
		position: relative;
		z-index: 0;
		bottom: 0;
		display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      border-radius: 2em;
      z-index: 100;
      box-shadow: 0px -8px 54px -9px rgba(58,64,71,0.2);
    -webkit-box-shadow: 0px -8px 54px -9px rgba(58,64,71,0.2);
    -moz-box-shadow: 0px -8px 54px -9px rgba(58,64,71,0.2);
    background-color:#352b29;

  
    }


    .footer a{
        opacity: .7;
        cursor: pointer;
        transition: all .3s;
    }


    .footer a:hover{
        opacity: 1;
        font-family: 'GeneralSans-Medium';
    }


    .contact-page-footer{
         width: calc(90vw - 2em);
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin: -25vh 5% 15vh;
		padding: 1em;
		position: relative;
		z-index: 0;
		bottom: 0;
		background-image: url("../img/WMG-Logos/wmg-logos_white-icon-white-text.svg");
		background-position: top center;
		background-repeat: no-repeat;
		display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      background-color: white;
      border-radius: 2em;
      z-index: 100;
    }
    
    
    
    .footer-inner{
        width: 93%;
        height: auto;
        margin: 5vh 0%;
        float: left;
        clear: none;
        display: grid; 
	  grid-template-columns: 1fr 2fr 1.5fr; 
	  grid-template-rows: 1fr; 
	  gap: 4em 4em; 
	  grid-template-areas: 
		". . ."; 
        color: #fff;
    }
    
    
    .footer-left{
        display: block;
        width: auto;
        height: auto;
        float: left;
        clear: none;
        display: block;
        opacity: 1;
    }

    .footer-left img{
        width: auto;
        height: 8em;
        display: block;
        float: left;
        clear: none;
        display: flex;
      justify-content: left;
      align-items: left;
      margin: auto auto 2em auto;
      opacity: 1;
    }

    .footer-left p{
        clear: both;
    }


    .footer-newsletter{
        display: block;
        width: auto;
        height: 40vh;
        float: left;
        clear: none;
        display: block;
        background-color: #F9F9F9;
        padding: 0em;
        border-radius: 1em;
        overflow: hidden;
    }

    .footer-newsletter img{
        display: block;
        clear: none;
        width: 2em;
        height: 2em;
        float: left;
        margin-right: .5em;
    }

    .footer-newsletter p{
        display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: left;
      justify-content: left;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      
    }


    .footer-right{
        width: 100%;
        height: 25vh;
        float: left;
        clear: none;
        display: grid; 
        grid-template-columns: 1fr; 
        grid-template-rows: auto auto auto; 
        gap: 1em 1em; 
        grid-template-areas: 
            "."
            "."
            "."; 
    }


    .ftp-email-topic{
        color: #cd9670;
        font-size: .9em;
        margin: auto auto .25em auto;
    }


    .footer-right-contactpage{
        display: grid; 
        grid-template-columns: 1fr; 
        grid-template-rows: 3.5fr 1fr; 
        gap: 0em 2em; 
        grid-template-areas: 
            "."
            "."; 
    }


    .footer-right-contactpage iframe{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear:none;
        border-radius: 2em;
        overflow: hidden;
        outline: 0;
        border: 0;
    }



    .fr-top{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        margin: 1em auto 0em auto;
        display: grid; 
        grid-template-columns: 1fr 1fr; 
        grid-template-rows: 1fr; 
        gap: 1em 1em; 
        grid-template-areas: 
         ". ."; 
    }


    .fr-socials{
        display: grid; 
        grid-template-columns: 1fr 1fr 1fr 1fr; 
        grid-template-rows: 1fr; 
        gap: .5em .5em; 
        grid-template-areas: 
        ". . . ."; 
        width: auto;
        height: auto;
        float: left;
        text-align: center;
        margin: 1em auto;
    }

    .fr-socials i{
        font-size: 1.2em;
        color: #3D4647;
        border-radius: 3em;
        padding: 1em;
        display: block;
        cursor: pointer;
        margin: 0;
        transition: .3s all;
        color: #cd9670;
        border: 2px solid #cd9670;
    }

    .fr-socials i:hover{
        background-color: #cd9670;
        color: #fff;
        transform: scale(1.1);
        transition: all .3s;
    }




    .fr-center{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
      margin: .5em 0 0 0;
      border: solid #ffffff6d;
      border-width: .5px 0 0px 0;
    }


    .fr-center ul{
        list-style: none;
        display: block;
        float: left;
        clear: none;
        width: auto;
        height: auto;
        margin: 0em auto 1em;
        padding: 0;
    }

    .fr-center ul p{
        float: left;
        clear: none;
        font-family: "GeneralSans-Semibold";
        display: block;
    }

    .fr-center ul li{
        display: inline;
        float: left;
        clear: none;
        margin: .2em .2em;
        font-family: "GeneralSans-Regular";
        font-size: .9em;
        cursor: pointer;
        color: #fff;
        transition: all .3s;
        padding: 1em 1.2em;
        border: 1px solid #cd9670;
        border-radius: 2em;
        opacity: .9;
        transition: all .3s;
    }
    

    .fr-center ul li:hover{
        background-color: #cd9670;
        color: #fff;
        transition: all .3s;
        font-family: "GeneralSans-Semibold";
        opacity: 1;
    }

	
    
    .fr-bottom{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        
    }



    .foot-quote{
        width: 85%;
        height: auto;
        margin: 0em 7.5%;
        display: block;
        float: left;
        clear: none;
        border: solid #352b29a0;
        border-width: 1px 0 0px 0;
        padding: 1em 0;
        color: #352b29;
    }







	
	
}
    
        /* Desktop Layout: 1920px to a max of 1920px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1920px) {
	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  
    
    
    
}
            /* Desktop Layout: 1920px to a max of 2400px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 2400px) {
	

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
		
}