    @import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;700&family=Oswald:wght@400;500;600;700&display=swap');
html {
    font-size: 1rem;
}
body {
    color: #0a0a0a;
    font-family: 'Cabin', sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: normal;
    margin: 0;
    padding: 0;
}
input:focus, textarea:focus, select:focus {
    outline: none;
}
a, a:hover, a img, a:hover img, .main-menu li, .main-menu li:hover {
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;	
    vertical-align: top;
}
a{color: #0a0a0a;}
a:hover{color: #19b0d0;}
p {
    line-height: 28px;
}
h1, h2, h3, h4, h5, h6, .head {
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
}
h2 {font-size: 46px;}
.subsec1 h2{font-size: 60px;}
h4 {font-size: 30px;}
#header {
    position: absolute;
    position: static;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: rgb(255 255 255 / 85%);
}
.top-bar {
    background-image: url(../images/topbarbg.jpg);
    background-size: cover;
    background-position: center;
    text-align: right;
    display: inline-block;
    width: 100%;
}
.top-bar a.call {
    font-size: 20px;
    color: #fff;
    margin: 12px 20px 0 0;
}
.top-bar a.call:hover {
    color: #040707;
}
.top-bar a.sche {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    padding: 20px 60px;
    background-color: #7f3f98;
    border-radius: 0 0 5px 5px;
    margin: 0 6px -14px 0;
}
.top-bar a.sche:hover {
    background-color: #040707;
}
.top-bar .social {
    display: inline-block;
    /*margin: 10px 0 0 10px;*/
    padding: 12px 6px;
}
.top-bar .social img{
    display: block;
    max-height: 24px;
}
.top-bar .social .fa, .top-bar .social .fab{
    color: #FFF;
    font-size: 24px;
}
.top-bar .social .link-text{
    /* screen reader only */
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
/*.top-bar .social a {
    margin: 0 10px;
}
.top-bar .social a img {
    max-height: 27px;
}*/
#header .logo {
    margin: 15px 0;
}
#header .logot {
    display: inline-block;
    margin: 40px 0 0 40px;
    text-transform: uppercase;
    font-style: italic;
    color: #7f3f98;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 26px;
}
.main-menu {
    margin: 28px 0 0 0;
}
.main-menu ul li {
    text-transform: uppercase;
    margin: 0 0 0 55px;
}
.main-menu ul li:first-child {
    margin-left: 0;
}
.main-menu ul li a {
    color: #000000;
}
.main-menu ul li .z-desktop-mobile-menu-icon {
    margin: -20px 0 0 0;
    cursor: pointer;
}
.main-menu ul li a:hover {
    color: #7f3f98;
}
#footer {
    background-image: url(../images/footerbg.jpg);
    background-size: cover;
    background-position: top center;
    padding: 0 15px;
    font-size: 20px;
}
#footer .foologo {
    padding: 70px 0 45px 0;
}
#footer .foobox {
    float: left;
    width: 30%;
    vertical-align: top;
    margin-bottom: 45px;
}
#footer .foobox.box1 {
    width: 40%;
    padding-right: 20px;
}
#footer .copy {
    text-align: center;
    border-top: 1px solid #fff;
    font-size: 16px;
    padding: 40px 0;
}
#footer .head {
    margin-bottom: 25px;
}
#footer .foo-menu ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
#footer .foo-menu li {
    margin: 0 0 22px 0;
}
#footer p {
    padding-bottom: 30px;
}
#footer p:last-child{padding: 0;}
.footer-social .fa, .footer-social .fab{
    margin-right: 4px;
    min-width: 24px;
    text-align: center;
}
#footer .social a {
    margin: 0 25px 0 0;
}
#footer a:hover {
    color: #000;
}
.hsec1 {
    margin: -5px 0 0 0;
}
.hsec1 a {
    font-size: 30px;
    color: #fff;
    background-color: #19b0d0;
    float: left;
    text-align: center;
    width: 16.66%;
    display: inline-block;
    min-height: 200px;
    padding: 25px;
    position: relative;
}
.hsec1 a:nth-child(2), .hsec1 a:nth-child(5) {
    background-color: #7f3f98;
}
.hsec1 a:nth-child(3), .hsec1 a:nth-child(6) {
    background-color: #117b91;
}
.hsec1 a:hover {
    background-color: #040707;
}
.hsec1 a span {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 25px;
}
a.spbtn {
    font-size: 18px;
    color: #fff;
    background-color: #117b91;
    padding: 15px 50px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
}
a.spbtn.white {
    color: #7f3f98;
    background-color: #fff;
}
a.spbtn:hover, a.spbtn.white:hover {
    color: #fff;
    background-color: #040707;
}
.hsec2 {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}
.home-heading{
    text-align: center;
}
.hsec2 .head2 {
    color: #7f3f98;
}
.hsec2 iframe {
    /*position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    height: 28vw;*/
}
.hsec2 a.video {
    /*position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    margin-left: 20px;*/
}
.hsec2 a.video img.z-fluid {
    min-height: 100% !important;
}
.home-video-section{
    clear: both;
    margin: auto;
    max-width: 720px;
    padding: 0 30px;
    text-align: center;
}
.home-video{
    box-sizing: content-box;
    margin-bottom: 30px;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}
.home-video iframe{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.hsec3 {
    background-image: url(../images/blogbg.jpg);
    background-size: cover;
    background-position: top center;
    padding: 80px 0 100px 0;
}
.hsec3 .blog {
    padding: 0;
    margin-bottom: 35px;
}
.hsec3 .blog a.thumb {
    float: left;
    margin: 0 30px 0 0;
}
.hsec3 .blog a.thumb:hover img, .vidbox a:hover img, .rss-summary-modern .rss-summary-thumbnail a:hover img {
    filter: grayscale(100%);
}
.hsec3 .blog a.title {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.hsec3 .blog a:hover {
    color: #000;
}
.blog-excerpt-content{
    overflow: hidden;
}
.hsec4 {
    background-image: url(../images/signupbg.jpg);
    background-color: #7f3f98;
    background-size: cover;
    background-position: center;
}
.hsec4 .left {
    opacity: 0;
}
.hsec4 .right {
    padding: 100px 0;
    color: #fff;
}
.spform{
    margin: auto;
    max-width: 640px;
}
.spform table.table-list {
    width: 100%;
}
.spform .zHelpToolTipLabel {
    padding-bottom: 5px;
}
.spform input[type="text"], .spform input[type="email"], .spform textarea, .spform button, .spform input[type="submit"], .spform select {
    font-family: 'Cabin', sans-serif;
    background-color: #e4e1e1;
    border: none;
    color: #0e0e0e;
    padding: 22px;
    width: 100% !important;
    margin: 0 0 20px 0;
    vertical-align: top;
    font-size: 18px;
}
.spform button, .spform input[type="submit"] {
    text-transform: uppercase;
    font-weight: bold;
    background-color: #19b0d0;
    color: #fff;
    font-size: 24px;
    margin: 0;
}
.spform button:hover, .spform input[type="submit"]:hover {
    background-color: #040707;
}
.z-default-subpage-header {
    background-image: url(../images/page-banner.jpg);
    background-position: center top;
    background-position: center center;
    background-size: cover;
    text-align: left;
}
.z-default-subpage-header .z-default-subpage-title {
    font-family: 'Oswald', sans-serif;
    margin: 325px 0 40px 0;
    margin: 150px 0 40px 0;
    padding: 0 15px;
    font-size: 100px;
    color: #fff;
}
.z-default-subpage-header.thefoundation {
    background-image: url(../images/thefoundation-banner.jpg);
}
.z-default-subpage-header.contact {
    background-image: url(../images/contact-banner.jpg);
}
.z-default-subpage-header.videos {
    background-image: url(../images/videos-banner.jpg);
}
.subsec1 {
    padding: 80px 0;
    color: #333333;
}
.consec2 {
	padding: 100px 0 60px 0;
	background-color: #edeef0;
}
.consec2 input[type="text"], .consec2 input[type="email"], .consec2 textarea, .consec2 select {
    background-color: #fff;
    margin-bottom: 5px;
}
.consec2 .spform {font-size: 18px;}
.z-default-subpage-subpage {
    padding-top: 30px;
    padding-bottom: 50px;
}
.z-default-subpage-left-panel { 
    min-width: 350px;
    max-width: 350px;
    padding-right: 30px;
    background-color: transparent;
}
.z-default-subpage-left-panel-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}
.z-default-subpage-left-panel-menu a:link, .z-default-subpage-left-panel-menu a:visited {
    width: 100%;
    color: #000000;
    font-size: 20px;
    padding: 22px;
    margin: 0 0 1px 0;
    border: none;
}
.z-default-subpage-left-panel-menu a:hover, .z-default-subpage-left-panel-menu li.active a {
    color: #fff;
    background-color: #7f3f98;
}
.z-default-subpage-right-panel {
    padding-bottom: 0;
    border-left: 3px solid #d8d8d8;
}
.z-default-subpage-subcontent {
    padding: 10px 30px 30px 30px;
}
h1.p-title {
    font-size: 50px;
    padding-bottom: 30px;
    color: #000;
}
.breadcrumb {
    color: #7f3f98;
    font-size: 18px;
}
.breadcrumb strong {
    padding: 0 4px;
}
.breadcrumb a, .breadcrumb strong {
    color: #2b2728;
}
.breadcrumb a:hover {
    color: #7f3f98;
}
.foundasec1 {
    background: #EEE;
    margin-bottom: 80px;
    padding: 50px 0 30px 0;
    position: relative;
}
.foundasec1:before {
    /*background-color: #7f3f98;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
    width: 54%;
    width: calc(50% + 130px);
    width: 50%;*/
}
.foundasec1 .z-container:after{
    clear: both;
    content: '';
    display: table;
}
.foundasec1 .z-4of7, .foundasec1-image-column {
    background: #FFF;
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
    position: relative;
}
.foundasec1 img {
    margin: 20px 0 15px 0;
}
.foundasec2 {
	background-color: #19b0d0;
	padding: 80px 0;
}
.foundasec2 ul li {
    background-image: url(../images/libg.png);
    background-repeat: no-repeat;
    background-size: 27px;
    display: inline-block;
    width: 49%;
    text-align: left;
    padding: 0 20px 0 38px;
    margin: 50px 0 0 0;
}
.teamsec {
	padding: 80px 0 120px 0;
}
.teamsec .box {
    float: left;
    width: 20%;
}
.teamsec .box a {
    position: relative;
    background-color: #000;
    overflow: hidden;
}
.teamsec .box a:hover img {
	opacity: .5;
	transform: scale(1.2);
}
.teamsec a .text {
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
    color: #fff;
    transform: translateY(100%);
}
.teamsec a:hover .text {
	opacity: 1;transform: translateY(0%);
}
.teamsec a .text .t3 {
    text-decoration: underline;
}
.teamsec a .t1 {
    font-size: 24px;
}
.teamsec a .t2 {
    font-style: italic;
    padding: 3px 0;
}
#fancybox-content {
    background-color: #ffffff;
    border-color: #ffffff;
}
#fancybox-overlay {
    background-color: #231f20 !important;
    opacity: 0.9 !important;
}
#fancybox-close {
    right: -30px;
}
.teampop {
    padding: 50px;
    box-sizing: border-box;
    display: inline-block;
}
.teampop .img {
    float: left;
    display: inline-block;
    width: 35%;
}
.teampop .info {
    float: left;
    width: 65%;
    padding: 0 0 0 35px;
}
.teampop .info .tit {
    font-size: 25px;
    text-transform: uppercase;
}
.vidbox a.nam {
    text-transform: uppercase;
    font-size: 24px;
    margin: 15px 0 0 0;
}

.rss-summary-title, .rss-summary-text, .rss-summary-text a.rss-summary-readmore {
    color: #1b2855;
}
.rss-summary-text {
    font-size: 22px;
    display: inline-block;
    width: 100%;
}
.rss-summary-text a.rss-summary-readmore {
    display: block;
    clear: both;
    margin: 20px 0 0 0;
    font-weight: bold;
}
a.rss-summary-title {
    text-transform: uppercase;
    color: #1aafcf;
    font-weight: bold;
    font-size: 24px;
}
.rss-summary-text a.rss-summary-readmore:hover, .rss-summary-title:hover {
    color: #000;
}
.z-default-subpage-right-panel .zEditorHTML ul li {
    margin: 5px 0;
}
.z-default-subpage-right-panel .zEditorHTML p a {
    color: #1aafcf;
}
.z-default-subpage-right-panel .zEditorHTML p a:hover {
    color: #0a0a0a;
}
.plansm, .plansm .planb {
    display: inline-block;
    width: 100%;
}
.plansm .planb .thumb {
    float: left;
    margin: 0 25px 0 0;
}
.plansm .planb .title {
    padding: 0 0 10px 0;
}
.plansm .planb {
    border-top: 1px solid #adadad;
    padding: 35px 0;
}
.plansm .planb:first-child {
    border-top: 0px solid #adadad;
}
.plansm .planb:last-child {
    padding-bottom: 0; 
}
.z-mobile-header .z-mobile-menu {
    background: #7f3f98;
}
.z-mobile-menu .fa, .z-mobile-menu .fab{
    margin-right: 4px;
    min-width: 24px;
    text-align: center;
}
#slideshowHomeDiv1 { 
    margin-top: 48px;
    margin-top: 0;
}

#slideshowHomeDiv1{position:relative; z-index:1;}
.homeSlideshowPrevious, .homeSlideshowNext, .homeSlideshowPause,  .homeSlideshowPlay{background-color:#7f3f98; color:#FFF; font-size:40px;line-height:1; padding:15px;  position:absolute; z-index:4; border:1px solid rgba(255,255,255,.7);}
.homeSlideshowPause,  .homeSlideshowPlay{ border:1px solid rgba(255,255,255,.7); width:60px; padding:7px; text-align:center;}
.homeSlideshowPrevious{bottom:45%; left:0px;}
.homeSlideshowNext{bottom:45%; right:0px; }
.homeSlideshowPlay, .homeSlideshowPause{bottom:15px; right:10px;}
.homeSlideshowPause:focus, .homeSlideshowPlay:focus, .homeSlideshowNext:focus, .homeSlideshowPrevious:focus{outline:2px dashed #FFF;}
.testimonial-slider .slider-next-button, .testimonial-slider .slider-previous-button{background-color:#7f3f98 !important;}
.testimonial-slider .slider-next-button:focus, .testimonial-slider .slider-previous-button:focus{outline:2px dashed #c7823a;}


.hsec-sponsors{
    background: #FFF;
    padding: 30px;
}
.hsec-sponsors h2{
    text-align: center;
}
.sponsors-container{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sponsor-logo{
    box-sizing: border-box;
    /*max-width: 33.33%;*/
    padding: 0 20px;
}
.sponsor-logo img{
    display: block;
    margin: 20px auto;
    max-height: 120px;
    max-width: 100%;
}


@media screen and (min-width: 1921px) {
    .foundasec1:before {
        width: 50%;
        /*width: calc(50% + 130px);*/
    }
}
@media screen and (min-width: 993px){
    .z-mobile-header .z-mobile-menu ul li a[target="_blank"]{
        display: none;
    }
}
@media screen and (min-width: 768px){
    /*.hsec2:before{
        background: #117b91;
        bottom: 0;
        content: '';
        display: block;
        left: 50%;
        position: absolute;
        right: 0;
        top: 0;
    }
    .hsec2 iframe{
        z-index: 5;
    }*/
}
@media screen and (max-width: 1362px) {
	#header .logo {width: 220px;}
	.main-menu ul li {margin: 0 0 0 10px;}
	#header .logot {margin: 25px 0 0 40px;font-size: 22px;}
	.main-menu {margin: 14px 0 0 0;}
	.z-default-subpage-header .z-default-subpage-title {margin: 260px 0 40px 0;font-size: 60px;}
}
@media screen and (max-width: 992px) {
	#header .logo, .main-menu, #header .logot {display: none;}
    .z-mobile-header, .z-mobile-header-fixed, .z-mobile-menu-icon.open span {background-color: #f2f2f2 !important;}
    .z-mobile-header .z-mobile-menu, .z-mobile-menu-icon span {background: #7f3f98;}
    .top-bar {text-align: center;}
    .top-bar .social{
        display: none;
    }
    .hsec1 a {font-size: 26px;padding: 20px;min-height: 150px;}
    h1.p-title, h2, .subsec1 h2 {font-size: 40px;}
    h4 {font-size: 26px;}
    #footer .foobox.box1, #footer .foobox {width: 33.33%;}
    #footer .foo-menu ul {columns: 1;-webkit-columns: 1;-moz-columns: 1;}
    #footer .foo-menu li {width: 100%;margin: 0 0 5px 0;}
    .z-default-subpage-right-panel {border-left: none;}
    #header {position: relative;}
    .z-default-subpage-left-panel {padding: 20px;}
    .z-default-subpage-header {margin-top: 0;}
    .z-default-subpage-header .z-default-subpage-title {margin: 140px 0 40px 0;}
    .foundasec1::before {display: none;}
    .foundasec1 img {margin: 0;}
    .teamsec .box {width: 33.33%;}
    #slideshowHomeDiv1 {margin-top: 0;}
}
@media screen and (max-width: 767px) {
	.hsec1 a {width: 50%;}
	.hsec1 a span {position: relative;display: inline-block;transform: translateY(0);padding: 0;}
	.hsec1 a {min-height: auto;}
	.hsec2 a.video {position: relative;top: 0;height: auto;margin-left: 0;width: auto;}
	.hsec4 {background-image: none;}
	.hsec4 .left {opacity: 1;}
	.hsec4 .right {padding: 0 20px;}
	.hsec4 {padding: 45px 0;}
	#footer .social a {margin: 0 10px 0 0;}
	#footer .foobox.box1, #footer .foobox {width: 100%;}	
	.z-default-subpage-header .z-default-subpage-title {margin: 100px 0 15px 0;font-size: 50px;}
	.foundasec2 ul li {width: 100%;padding: 0 0 0 55px;}
	.teamsec .box {width: 33.33%;}
    /*.hsec2 iframe {position: relative;width: 100%;height: 300px;}*/
}
@media screen and (max-width: 640px) {
    .sponsor-logo{
        /*max-width: 100%;
        padding: 0 20px;
        width: 100%;*/
    }
}
@media screen and (max-width: 479px) {
	.top-bar a.call, .top-bar .social {margin: 0;}
	.top-bar a.sche {
        display: block; 
        display: none;
        margin: 10px 0;
        border-radius: 5px;
    }
	.top-bar {
        padding: 10px;
    }
	.hsec1 a, .teamsec .box, .teampop .img, .teampop .info {width: 100%;}
	h1.p-title, h2, .subsec1 h2 {font-size: 30px;}
	h4 {font-size: 24px;}
	.hsec2, .hsec4 {padding: 30px 0 10px 0;}
    .hsec2.home-section{
        padding: 20px 10px;
    }
	.hsec3 {padding: 40px 0 50px 0;}
	.hsec3 .blog a.thumb {margin: 0 0 15px 0;}
	#footer .foologo {padding: 45px 0 30px 0;}
	#footer .head {margin-bottom: 15px;}
	#footer p {padding-bottom: 15px;}
	.hsec1 a {font-size: 24px;}
	.z-default-subpage-header .z-default-subpage-title {margin: 70px 0 10px 0;font-size: 30px;}
	.subsec1 {padding: 40px 0;}
	.consec2 {padding: 40px 0 10px 0;}
	.foundasec2 {padding: 40px 0;}
	.foundasec2 ul li {background-size: 22px;padding: 0 0 0 30px;}
	.teamsec {padding: 40px 0;}
	.teampop .info {padding: 15px 0 0 0;}
	.teampop {padding: 5px;}
	.teampop .info .tit, a.rss-summary-title {font-size: 22px;}
    .rss-summary-text {font-size: 18px;}
    .foundasec1 {margin-bottom: 0;}
    .foundasec2 ul li {margin: 18px 0 0 0;}
    .teamsec .box {padding: 4px 6px;}
    .plansm .planb .thumb {margin: 0 0 8px 0;width: 100%;}
    .plansm .planb {padding: 20px 0;}
    #footer .foobox {margin-bottom: 20px;}
    .z-default-subpage-subpage {
        display: block;
        padding-bottom: 15px;
        padding-top: 0;
    }
    .z-default-subpage-left-panel{
        box-sizing: border-box;
        min-width: 100%;
    }
    .blog-excerpt-content {width: 100%;}
    .spform{
        padding: 0 20px;
    }
    .zPrivacyPolicyLink{
        margin-top: .5em;
    }
}
