
@font-face {
	font-family: 'MuseoSans 500';
	src: url('../fonts/MuseoSans/MuseoSans_500.eot');
	src: url('../fonts/MuseoSans/MuseoSans_500.woff') format('woff'), 
		 url('../fonts/MuseoSans/MuseoSans_500.ttf') format('truetype'), 
		 url('../fonts/MuseoSans/MuseoSans_500.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.section-footer-well-educ {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    background: #f3f3f3;
    color: #232323;
    position: relative;
}

.section-footer-well-educ .container {
	padding-top: 60px;
	padding-bottom: 50px;
}

.section-footer-well-educ h2 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 70px;
}

.section-footer-well-educ h3 {
	font-size: 21px;
	font-weight: 700;
}

.section-footer-well-educ .call-to-actions {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.section-footer-well-educ a {
    display: block;
    background: #0e486e;
    color: #fff;
    transition: 0.3s;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
    padding: 40px 30px;
    max-width: 290px;
    width: 100%;
    margin: 0 13px 50px;
}

.section-footer-well-educ a:hover {
	background: #1097b4;
}

.section-footer-well-educ hr {
	border-bottom: 2px dashed #b6b6b6;
	margin: 0;
}

.section-footer-well-educ .leaf01 {
    position: absolute;
    top: -184px;
    left: 0;
    max-width: 700px;
}

.section-footer-well-educ .leaf02 {
    position: absolute;
    top: -177px;
    right: 0;
    max-width: 700px;
}

.section-footer2 {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    background: #f3f3f3;
    color: #232323;
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 15px;
}

.section-footer2 .container {
	padding-top: 50px;
	padding-bottom: 50px;
}

.section-footer2 h3 {
	font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.section-footer2 h3 a {
	text-decoration: none;
    cursor: text;
}

.section-footer2 p {
    margin-bottom: 15px;
}

.section-footer2 a,
.section-footer2 a:hover,
.section-footer2 a:visited {
    color: #232323;
}

.section-footer2 .btn-db-trial,
.section-footer2 .btn-db-trial:visited {
	font-family: 'MuseoSans 500', Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
    padding: 8px 20px;
    background: #1051B9;
    border-radius: 0px;
}

.section-footer2 .btn-db-trial:hover {
    opacity: 0.8;
}

.section-footer2 .btn-follow,
.section-footer2 .btn-follow:visited {
    font-size: 14px;
    padding: 8px 0px;
    color: #1051B9 !important;
}

.section-footer2 .btn-follow:hover {
    opacity: 0.8;
}

.section-footer2 .btn-group,
.section-footer2 .btn-group:visited {
    font-size: 14px;
    padding: 8px 4px;
    color: #1051B9 !important;
}

.section-footer2 .btn-group:hover {
    opacity: 0.8;
}

.section-footer2 .btn-group .text {
    font-size: 12px;
}

.section-footer2 .copyright {
    color: #d5d5d5;
}

.section-footer2 .copyright .container {
	padding: 0px 15px;
}

.section-footer2 .copyright hr {
    border-top: 1px solid #d5d5d5;
    margin-top: 10px;
    margin-bottom: 10px;
}

.section-footer2 .copyright .btn-copy,
.section-footer2 .copyright .btn-copy:visited {
    font-size: 12px;
    padding: 8px 9px;
    color: #444444;
}

@media (max-width: 1199px) {

    .section-footer2 .copyright {
        text-align: center;
    }

    .section-footer2 .copyright .pull-right {
        float: none !important;
    }

}

@media (max-width: 991px) {

    .section-footer2 {
        text-align: center;
    }

}

@media (min-width: 768px) {

    .section-footer2 .collapse,
    .section-footer2 .collapsing,
    .section-footer2 .in {
        display: block !important;
        height: auto !important;
        visibility: visible !important;
    }

}

@media (max-width: 991px) and (min-width: 768px) {

	.section-footer-well-educ .container {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	
	.section-footer-well-educ h2 {
		font-size: 26px;
		margin-bottom: 50px;
	}
	
	.section-footer-well-educ h3 {
		font-size: 14.5px;
	}
	
	.section-footer-well-educ a {
	    padding: 40px 20px 30px;
	}
	
    .section-footer-well-educ .leaf01 {
        max-width: 350px;
        top: -93px;
    }

    .section-footer-well-educ .leaf02 {
        max-width: 350px;
        top: -90px;
    }

}

@media (max-width: 767px) {

	.section-footer-well-educ .container {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.section-footer-well-educ h2 {
		font-size: 20px;
		margin: 20px auto 50px;
		max-width: 380px;
	}
	
	.section-footer-well-educ h3 {
		font-size: 14px;
	}
	
	.section-footer-well-educ a {
	    padding: 20px;
	    max-width: 200px;
	    margin: 0 10px 30px;
	}
	
    .section-footer-well-educ .leaf01 {
        max-width: 250px;
        top: -67px;
    }

    .section-footer-well-educ .leaf02 {
        max-width: 250px;
        top: -63px;
    }

    .section-footer2 h3 {
        margin-bottom: 15px;
    }

    .section-footer2 h3.text-follow {
        margin-top: 5px;
    }

    .section-footer2 h3 a {
        cursor: pointer;
    }

}

@media (max-width: 480px) {

	.section-footer-well-educ a {
	    padding: 20px 10px;
	    margin: 0 5px 30px;
	}
	
	.section-footer-well-educ h3 {
		font-size: 11px;
	}
	
}


