/**
------------ Fonts -------------
*/
@font-face {
	font-family: "Gotham Ultra";
	src: local("Gotham Ultra"), url("/fwk/fonts/gotham/gotham-ultra-webfont.woff");
	font-display: swap;
}

@font-face {
	font-family: "Gotham Black";
	src: local("Gotham Black"), url("/fwk/fonts/gotham/gotham-black-webfont.woff");
	font-display: swap;
}

@font-face {
	font-family: "Gotham Bold";
	src: local("Gotham Bold"), url("/fwk/fonts/gotham/gotham-bold-webfont.woff");
	font-display: swap;
}

@font-face {
	font-family: "Gotham Medium";
	src: local("Gotham Medium"), url("/fwk/fonts/gotham/gotham-medium-webfont.woff");
	font-display: swap;
}

@font-face {
	font-family: "Gotham Book";
	src: local("Gotham Book"), url("/fwk/fonts/gotham/gotham-book-webfont.woff");
	font-display: swap;
}

@font-face {
	font-family: "Gotham Light";
	src: local("Gotham Light"), url("/fwk/fonts/gotham/gotham-light-webfont.woff");
	font-display: swap;
}

@font-face {
	font-family: "Gotham Thin";
	src: local("Gotham Thin"), url("/fwk/fonts/gotham/gotham-thin-webfont.woff");
	font-display: swap;
}

@font-face {
	font-family: "Minion Pro";
	src: local("Minion Pro"), url("/fwk/fonts/minion/MinionPro-Regular.otf");
	font-display: swap;
}

/* fonts for all content */

* {
	font-family: "Gotham Book", Arial, sans-serif;
}

/**
------------ Override rules -------------
*/

/* a {
	color: #007298;
}

a:hover,
a:focus {
	color: #01499D;
} */

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
label.control-label {
	font-family: "Gotham Medium", Arial, sans-serif;
	font-weight: 400;
}

.topbar {
	height: 50px;
	padding: 0;
	background: #004F6E;
}

#main-content {
	padding-bottom: 50px;
	min-height: 75vh;
}

img#main-banner {
	/* max-width: 50vw; */
	/* margin-left: -15px;
	margin-right: -15px; */
	/* padding-right: 15px; */
	padding-bottom: 5px;
}

#main-content div.thumbnail a:hover {
	text-decoration: none;
}

#main-content #floating-desc p {
	margin-bottom: 25px;
}

#floating-desc {
	padding-bottom: 50px;
}

#floating-desc.affix {
	position: relative;
}

/* #floating-desc.affix > p, */
#floating-desc.affix > div.row {
	/* max-width: 50vw; */
	/* padding-right: 15px; */
}

#floating-desc.affix-bottom {
	position: relative;
}

.footer {
	padding: 50px 0;
	font-size: 15px;
	color: #d5d7d8;
	background: #262729;
	/* line-height: 32px; */
}

.footer a {
	color: #d5d7d8;
}

.modal-body blockquote {
	border-color: #0084B8;
}

.modal-body #story {
	margin-bottom: 25px;
}

div[class^=col-] > label.control-label,
div.form-group > label.control-label,
span#chkReceiveNRTHelpText {
	margin-top: 25px;
}
/* .form-group {
	margin-bottom: 25px;
} */

input[type="radio"],
input[type="checkbox"] {
	margin-top: 8px;
}

.radio:first-of-type,
.checkbox:first-of-type {
	margin-top: 0;
}

/* form .row {
	margin-bottom: 25px;
} */

/* .radio:last-of-type {
	margin-bottom: -20px;
} */

@media (min-width: 768px) {
	* {
		font-size: 2rem;
	}

	img#main-banner {
		max-width: 50vw;
		margin-left: -15px;
		padding-right: 15px;
		padding-bottom: 5px;
	}

	#floating-desc.affix {
		position: fixed;
		max-width: 50%;
		top: 0;
		left: 0;
		padding: 0 15px;
	}

	#main-content #form-container {
		padding-left: 25px;
	}
}
