h1, h2 {
	color: #129A83
}
.jumbotron {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#129a83+0,037556+100 */
background: #129a83; /* Old browsers */
background: -moz-linear-gradient(top,  #129a83 0%, #037556 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #129a83 0%,#037556 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #129a83 0%,#037556 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#129a83', endColorstr='#037556',GradientType=0 ); /* IE6-9 */
padding: 20px;
	color: #fff;
    padding: 20px;
    margin-bottom: 0;
}
.os div.col-md-6:first-child {
	border-right: 1px solid #ccc;
}
.os h3 {
	color: #036494;
}
.btn {
	background: #036494;
}
h3, h4, .remember, span.green {
	color: #129A83;
}
.remember {
	text-decoration: underline;
}
.container img {
    max-width: 180px;

}
p, ul li {
	font-size: 15px;
}
footer p {
	font-size: 12px;
	text-align: center;
}
h3.smallTitle {
    font-size: 1.3em;
    letter-spacing: 2px;
    margin: 0;
}
sup {
    position: relative;
    font-size: 32%;
    vertical-align: top;
    line-height: 3em;
}
h1 {
	margin-top: 0;
}
h1 span {
	color: #129A83;
}
.bfit {
	margin: 0;
	color: #2f89ca;
}
.well {
	color: #036494;
	margin-top: 20px;
}
.faq strong, h1 em, span.bfit em {
	color: #6D6767;
}
.faq h3 {
	color: #129A83;
}


[data-toggle="collapse"] {
	cursor: pointer;
}

h1.bfit {
	margin-bottom: 25px;
}

div.collapse, div.container > div > div {
	margin-left: 15px;
}

div.container > div {
	margin-bottom: 20px;
}


@media (max-width: 676px) {
	.jumbotron h1 {
		font-size: 45px;
	}
}