@charset "utf-8";
/* CSS Document */
.w-col-7 {
    width: 58.3333%;
}
.w-col {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 2rem;
    padding-right: 10px;
    position: relative;
}

.blog-rich-body {
    text-align: left;
    margin-bottom: 100px;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 30px;
    font-size: 1.15em;
    line-height: 1.6em;
}

.w-richtext:before, .w-richtext:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.blog-rich-body blockquote {
    border-left-color: #D34E79;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 1.42em;
    line-height: 1.5em;
    color: #101010;
}


blockquote {
    border-left: 5px solid #e2e2e2;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 15px 30px;
    font-size: 20px;
    line-height: 34px;
}

.w-embed:before, .w-embed:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

@media screen and (max-width: 767px) {
    .blog-rich-body {
        text-align: left;
        width: 90%;
        max-width: 470px;
    }
}



#fzlocate a.nav-link {
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
	font-size: 2rem;
}


h3.abc {
	font-size:6em;
	font-weight:400;
	margin:0;
	color: #7366BD; 
	position: relative; 
	top: -13px;
}

#fzlocate a.nav-link:hover{
	background:white;
}

.blog-rich-body p {
    opacity: 0.9;
    font-size: 1.1em;
}

.w-col-7 {
    width: 58.3333%;
}

@media screen and (max-width: 767px) {
    .w-col {
        width: 100%;
        left: auto;
        right: auto;
    }
}
@media screen and (max-width: 991px) {
    .w-col-stack {
        width: 100%;
        left: auto;
        right: auto;
    }
}

