body {
	background-color:#0c2833;
	color:black;
	padding:0px;
	margin:15px 0px;
}

body, td {
	font-family:'Times New Roman';
}

a, div a, td a {
	color:#25497c;
}

body .main-container {
	margin: 0px auto;
	width: 969px;
}

body div, body td {
	color:black;
}

body, body td {
	font-size:12px;
}

body div.site-map ul li a {
	font-size:14px;
	color:black;
	line-height:24px;
}

body div.site-map ul li a:hover {
	text-decoration:none;
}

h2 {
	color:#921104;
	text-align:center;
	font-size:50px;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:0px;
	padding-bottom:0px;
	margin-top:0px;
	text-transform:capitalize;
	font-variant:small-caps;
}

h2::initial-letter {
	font-size: 45px;
}

h2 b {
	font-size:40px;
	font-weight:normal;
}

h1 {
	color:#0c2833;
	text-align:center;
	font-size:24px;
	text-transform:uppercase;
	font-weight:normal;
	margin-top:5px;
}

h1.left {
	text-align:left;
}

h1 b {
	font-size:32px;
}

.nav-bar {
	background-image:url( '/images/logo-bar-header.png' );
	height:115px;
}

.nav-bar .logo-bar {
	background:url( '/images/background_header_top_left.png' ) top left no-repeat;
	height:73px;
}

.nav-bar .logo-bar .logo-smithsonian {
	padding:20px 0px 0px 15px;
}

.nav-bar .logo-bar .logo-airspace{
	padding:10px 0px 0px 10px;
}

.navigation-bar ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.navigation-bar ul li {
	font-family:"Helvatica Neue",Arial,sans-serif;
	font-size:13px;
	float:left;
	height:31px;
	border-right:1px solid #58544a;
}

.navigation-bar ul li.active {
	background-color:#921104;
}

.navigation-bar ul li.active a {
	color:white;
}

.navigation-bar ul li a {
	display:block;
	padding:8px 15px 0px 15px;
	color:black;
	text-decoration:none;
}

.navigation-var ul li a:hover {
	text-decoration:underline;
}

.footer {
	height:37px;
	border-top:1px solid black;
	background-color:#474747;
	text-align:right;
	color:#C4C4C4;
}

.footer a {
	color:#C4C4C4;
	display:inline-block;
	font-family:"Helvetica Neue",Arial,sans-serif;
	margin:5px 0px;
	padding:7px 10px;
	font-size: 12px;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
	color:white;
}

.footer .black-bar {
	height:61px;
	background-color:black;
}

.content {
	background-color:white;
	padding:15px;
}

.offer-desc {
	font-size:14px;
}

.content td.col-left {
	width:551px;
}

.content td.col-right, .content td.col-right img {
	width:388px;
}

.content .section-title {
	background-color:#1e5d7c;
	color:white;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	padding:4px 15px;
	border-radius:5px;
	margin:20px 0px 15px 0px;
}

.content .content-padd {
	padding-right:15px;
}

.content td.label {
	width:150px;
	text-align:right;
}

.content td.label label.error {
	color:#940000;
}

.content td.label label {
	display:block;
	margin-right:10px;
	padding-top:5px;
}

.content .offer-title-image {
	margin-bottom:15px; 
}

.content table.sub-checkboxes {
	margin:15px 0px 15px 60px;
}

.content table.sub-checkboxes td {
	padding-bottom:10px;
}

.content table.sub-checkboxes td.text {
	padding:3px 0px 0px 10px;

}

.content td.sub-field a {
	color:black;
}

.content td.sub-field a:hover {
	text-decoration:none;
}

.content td.sub-field input, .content td.sub-field select {
	width:100%;
	padding:7px 0px 7px 10px;
	color: #495057;
	border: 1px solid #ced4da;
	border-radius: 3px;
	font-size:14px;
}

.content .submit {
	text-align:center;
}

.content .pricing {
	margin:20px 0px;
	line-height:16px;
	text-align:center;
}

.hidden {
	display:;none;
}

.content .submit-button {
	background: #9A091A;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	color: #FFFFFF;
	font-size: 15px;
	height: auto;
	padding: 13px;
	text-transform: uppercase;
	width: auto;
}

.content .renewal-info {
	margin:15px 0px;
	text-align:center;
	line-height:18px;
}

.gray-box {
	font-size:13px;
	margin-top:15px;
	background-color:#e3e3e3;
	padding:15px;
	margin:5px;
	font-size:14px;
	line-height:18px;
	border-radius:5px;
}

.gray-box ul {
	margin:0px;
	padding-left:20px;
	font-size:17px;
	line-height:22px;
}

.gray-box li {
	padding-left:0px;
	margin:0px;
}

.gray-box .gray-box-title {
	font-weight: bold;
    font-size: 20px;;
	margin-bottom: 8px;
	line-height:22px;
}

.renewal-verification {
	display:none;
}

.form-error-messages {
	font-size:13px;
	margin:15px 0px;
	padding:15px;
	border-radius:5px;
	background-color:#940000;
	color:white;
	display:none;
}

.form-info-messages {
	font-weight:bold;
	font-size:13px;
	margin:15px 0px;
	padding:15px;
	border-radius:5px;
	color:black;
	background-color:#d1ecf1;
	border-color:#bee5eb;
	display:none;
}

.form-error-messages a {
	color:white;
	font-weight:bold;
}

.cnt-thanks {
	padding:20px 180px;
}

.cnt-thanks .confirmation-description {
	font-size:18px;
	line-height:26px;
}

#recipient-data p.recipient-title {
	color:#940000;
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
	margin-top:15px;
}

label#label-send-to-self, label.uppercase, label#send-to-recipients-only {
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
}

.bottom-bar {
	height:32px;
	background-color:#dcdec9;
	border-top:1px solid #58544a;
	border-bottom:1px solid #58544a;
	margin:30px 0px;
}

.card-to-be-charged {
	font-size:16px;
	font-weight:bold;
	margin:15px 0px;
	text-align:center;
	display:none;
}

div.modal, div.modal table td {
	font-size:16px;
}

div.gdpr-notice {
	text-align:center;
	color:#940000;
	margin:15px 0px;
}

table.captcha {
	margin:20px auto;
	text-align:center;
}

.dev {
	color:#555555;
	margin:20px 0px;
	text-align:center;
}

div#cvvExample td {
	font-size:14px;
}

div#cvvExample td .brd {
	border:1px solid black;
	width:210px;
}

div#cvvExample td .brd p {
	display:block;
	margin:15px 10px 10px 10px;
}

div#credit-card-iframe {
	width:230px;
}

span#cc-loading {
	display:block;
	font-style:italic;
	padding-top:3px;
}

span#cc-loading a#force-iframe-reload {
	display:none;
	color#9A091A:
}

span.clear {
	font-size:13px;
	text-transform: lowercase;
	color:black;
	display:none;
}

span.clear a {
	color:black;
	text-decoration:none;
}

span.clear a:hover {
	text-decoration:underline;
}

.ssl-seal {
	margin:5px auto;
	text-align:center;
}

fieldset {
	border:0px;
	padding:0px;
	margin:0px;
}

legend, .section-title {
	width:auto;
	padding:0px;
	margin:0px;
}

.modal-title {
	margin-bottom:10px;
	font-size:18px;
	font-weight:bold;
}

.modal-close {
	margin-top:10px;
}

.modal-close #cvv-close-link:focus {
    outline: 2px solid #25497c;
}

.alert-warning {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
	font-size:14px;
}

