body{
	padding: 2% 10%;
}

.profile{
	margin-top:20px;
}

.blue{
	color: #3665a0;
	font-size: 1.5em;
}

b{
	font-size: 1.5em;
}

p{
	font-size: 1.3em;
}

ul {
	list-style: none
}
li{
	font-size: 1.3em;
	font-weight:bold;
	color: #014590;
}
li::before {
	content: "•"; 
	width: .5em;
	display: inline-block; 
	font-size: 1.3em;
	margin-left: -.5em;
}

#interest-div{
	top: -10px;
}

#interest-div h3{
	font-size: 1.9em;
	font-weight:bold;
	color: #014590;
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    top: -40px;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width:1248px) {
	#interest-div{
		top: 30px;
	}
	.resp-container{
		top: 10px;
		margin-bottom: 30px;
	}
}