@charset "utf-8";

/* Typography */
* {
	box-sizing: border-box;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: #444;
    hyphens: none;
}
a, a:hover, a:focus {
	color: #003399;
}
h1, h2, h3, h4, h5 {
    font-weight: 700;
	margin-bottom: 1rem;
}
h1, h2, h3, h4 {
	font-family: 'Roboto Condensed', sans-serif;
    color: #1A6986;
}
h1 {
    font-size: 28px;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 1em;
	margin-bottom: .0625em;
}
h6 {
    font-size: 1em;
    font-weight: 400;
    font-style: italic;
	margin-bottom: .0625em;
}

/* Button */
.btn {
    background: #28a6d4;
    font-size: 1em;
    font-weight: 700;
	line-height: 1.5;
	color: #000;
	border: 3px solid #fff;
    border-radius: 24px;
	margin: 0 1em 1em 0;
    padding: 0.35rem 2rem;
    transition: all .75s ease-in-out;
	float: right !important;
}
.btn:hover, .btn-primary:hover, .btn:focus, .btn-primary:focus {
	background: #28a6d4;
    color: #fff;
	border: 3px solid #000;
}
a.btn {
    text-decoration: none;
}

/* Widget */
.widget .btn {
    border-color: #f0f0f0;
    margin: 0;
}
#widget260 {
	width: 260px;
	height: 260px;
	background: #f0f0f0;
    border-radius: 8px;
    margin: 0 auto 1em;
}
#widget220 {
	width: 220px;
	height: 220px;
	background: #f0f0f0;
    border-radius: 8px;
    margin: 0 auto 1em;
}
#widget170 {
	width: 170px;
	height: 130px;
	background: #f0f0f0;
    border-radius: 8px;
    margin: 0 auto 1em;
}
.widget .heading {
	text-align: center;
	width: 100%;
	background: #233064;
	color: #fff;
	padding: .25em;
	border-radius: 8px 8px 0 0;
}
.widget #widget170 .heading {
	font-size: 16px;
}
.widget .copy {
	font-size: 12px;
	padding: 1em;
}
.widget .copy p {
	margin-top: 0;
}

.widget #widget-secondary-title{
	font-weight: 700;
	display: none;
	margin-bottom: 0;
}
.widget #widget-secondary-title.showTitle {
	font-weight: 700;
	display: block;
	margin-top: 0;
	margin-bottom: 0;
}
#widget260 .copy {
	font-size: 12px;
	padding: 1em;
}

#widget260 .form-group {
    margin-bottom: 1em;
    margin-top: 3em;
}

#widget220.custom .copy p{
    margin-bottom: 2px;
}

#widget220 .copy {
	font-size: 12px;
	padding: 1em;
}

#widget220 .form-group{
    margin-bottom: 1rem;
}
#widget220.custom .form-group{
    margin-bottom: 4px;
}

#widget170 .form-group {
	margin-bottom: 1px !important;
}
#widget170 .copy {
	font-size: 12px !important;
	padding: 0.5rem !important;
}
.widget label {
	font-weight: 700;
	display: inline-block;
    margin-bottom: 0.5rem;
}
.widget .form-control {
	width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
	font-size: 12px;
	display: block;
	padding: 0.375rem 0.75rem;
	font-weight: 400;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (min-width: 992px) {
	.heading {
		font-size: 20px;
	}
}