footer.global-footer {
    background-color: #000000;
    width: 100%;
	overflow: hidden;
}

footer.global-footer div.disclaimers {
    text-align: center;
    font-size: 12px;
}

footer.global-footer div.contact a {
    display: table;
    white-space: nowrap;
}

footer.global-footer address {
    font-style: normal;
    font-size: 14px;
    margin-bottom: 30px;
}

footer.global-footer address .country-name {
    display: none;
}

footer.global-footer .disclaimers span {
    display: block;
}

footer.global-footer .disclaimers a:first-of-type:after {
    content: ' |';
}

footer.global-footer .disclaimers a {
    display: inline-block;
    color: #000000;
    text-decoration: none !important;
}

footer.global-footer div.proposal-container .typeform-share {
    color: #FFFFFF;
    border: 2px solid currentColor;
    border-radius: 2px;
    padding: 10px;
    text-transform: uppercase;
    text-decoration: none;
}

footer.global-footer div.proposal-container .typeform-share:hover {
    color: #4dbc93;
    border-color: currentColor;
}

ul.icons li a {
    width: auto;
    height: auto;
}

ul.icons li a i {
    font-size: 36px;
}

footer.global-footer ul.icons li {
    display: inline-block;
    padding-left: 2.5px;
    padding-right: 2.5px;
    margin-left: 2.5px;
    margin-right: 2.5px;
}


@media only screen and (max-width : 768px) {
    footer.global-footer div.footer-section {
        float: none !important;
        width: 100% !important;
        text-align: center !important;
    }
    
    footer.global-footer div.contact a {
        margin: 0 auto;
    }
}

/* Genesis Footer Adjustments */

.site-footer {
    text-align: initial;
    padding: 0;
    font-size: initial;
}

.site-footer .wrap {
    padding: 0;
}

.site-footer a {
    color: #4dbc93;
    opacity: 1;
}

footer .footer-section-main {
    position: relative;
    z-index: 5;
    margin: 0 auto;
    display: block;
    width: 50%;
    text-align: center;
    padding-top: 15%;
    padding-bottom: 25px;
}

@media screen and (max-width: 767px) {
    footer .footer-section-main {
        width: 90%;
    }
}

.clouds {
    position: absolute;
    bottom: 0;
    z-index: 2;
    border-bottom: 70px solid #FFFFFF;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: auto;
}

footer svg {
    position: absolute;
    bottom: -2px;
}

@media screen and (max-width: 991px) {
    .clouds {
        border-bottom: 120px solid #FFFFFF;
    }
}

@media screen and (max-width: 525px) {
    .clouds {
        border-bottom: 155px solid #FFFFFF;
    }
}

@media screen and (max-width: 402px) {
    .clouds {
        border-bottom: 160px solid #FFFFFF;
    }

   footer a.contact-info:first-of-type:after {
        content: '';
   }

   footer a.contact-info {
       display: block;
   }

   footer.global-footer address {
       margin-bottom: 0;
   }
  
}
/*
@media screen and (max-width: 330px) {
    .clouds {
        border-bottom: 165px solid #FFFFFF;
    }
}
*/
footer a.typeform-share {
    margin: 0 auto;
    display: table;
}

footer .footer-section.proposal {
    padding-top: 10%;
    position: relative;
    z-index: 10;
}

footer .typeform-share {
    padding: 17.34px;
    font-size: 24px;
    border-radius: 4px;
    border: 3px solid #ffffff;
    text-decoration: none !important;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

footer .typeform-share:hover {
    background-color: #4dbc93;
    color: #FFFFFF;
    border-color: #4dbc93;
}

footer {
    position: relative;
    color: #000000;
}

footer .wrap {
    max-width: none !important;
}

a.contact-info {
    font-size: 16px;
}

a.contact-info:first-of-type:after {
    content: '	\25CF ';
}
