.btn-xl {
    font-size: 18px !important;
    line-height: 1.4em;
    padding: 15px 25px;
}

/*.sticky-logo {max-width: 80px;}*/
.sticky-logo > img {
    width: 100%;
    max-width: 110px !important;
}

#Footer .site-logo img {
    display: none;
}

.slick-dots li button:before {
    font-size: 24px !important;
}

.funraisin-header-nav .site-logo img {
    width: 150px;
}

.rnd-corner img{
    border-radius: 10px;
}

.h2-with-line {
    padding-bottom: 10px;
}
.h2-with-line:after {
    display: block;
    content: ' ';
    background-image: url(https://d2fod7xchiavj2.cloudfront.net/4fac14044aeb29aa266e9b4d99b08d14.svg);
    background-size: 100% 10px;
    background-position: 50% 0%;
    height: 10px;
    width: 100%;
    transform: translateY(10px);
}

.funraisin-header:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: url(https://d2fod7xchiavj2.cloudfront.net/e475140526d560c2044cf892ae83df7e.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.register-button {
    border: 4px solid #67cad5;
    border-radius: 8px;
    -webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.register-button:hover {
    background-color: #67cad5;
}

.register-button:hover h3{
    color: #ffffff !important;
}

.full-text-right {
    width: 660px;
    max-width: 50%;
    margin: 0 auto 0 0;
}
.full-text-left {
    width: 660px;
    max-width: 50%;
    margin: 0 0 0 auto;
}
    
/*.btnWhite*/
.btnWhite {
    background: #fff !important;
    color: #66c9d5 !important;
    border-color: #fff !important;
   
}
.btnWhite:hover {
    background: #fcfcfc !important;
    color: #66c9d5 !important;
    border-color: #fcfcfc !important;
}
   
.panel {
    border: 0px solid transparent;
}