/* NOTES
nasvf blue: 1c3462
nasvf light blue: 92a1bd
nasvf lighter blue: acb6cc
nasvf yellow: ffe81e
lightest blue-gray: f3f4f6
*/
/* EMBEDDED FONTS
---------------------------------------------------- */
/* HEADER
---------------------------------------------------- */
#header {
	background: #fff;
	border-bottom: 1px solid #ccc;
	padding-bottom: 45px;
}
@media (min-device-width:571px) {
}

#headerInner {
	background: #fff url('/nasvf/web.nsf/files/3131303883/$file/bg-header-logobg.png') no-repeat;
	background-size: auto 126px;
	background-position:  calc(50% - 950px) top;
	border-bottom: 1px solid #ccc;
	margin: 0 auto;
	padding: 0 calc(50% - 570px) 45px;
	position: relative;
}
@media (max-device-width:1200px) {
	#headerInner {
		background-position: -1210px top;
		padding: 0 30px 45px;
	}
}

#headerLogo {
	margin: 20px 0 10px;
	height: 80px;
	width: auto;
}
/* NAVIGATION MENU
---------------------------------------------------- */
@media (min-device-width:571px) {
#hamburger {
	display: none;
}
}
@media (max-device-width:570px) {
#hamburger {
	background: url('/dpn/web.nsf/files/9931792171/$file/icon-hamburger.png') center center;
	background-size: cover;
	padding: 3pt;
	width: 20pt;
	height: 20pt;
	position: absolute;
	top: 15;
	right: 20px;
}
}
/* DISPLAYED MENU */
#menuRibbon {
	position: absolute;
	right: calc(50% - 570px);
	bottom: 20px;
	text-align: center;
	width: 600px;
}
@media (max-device-width:1200px) {
	#menuRibbon {
		right: 45px;
		width: auto;
	}
}
@media (max-device-width:900px) {
	#menuRibbon {
		background: #fff;
		width: auto;
	}
}
@media (max-device-width:570px) {
	#menuRibbon {
		position: relative;
		width: 100%;
		right: 15px;
		top: 30px;
	}
	#navMenu7737392232 {
		display: none;
	}
	#navMenu7737392232.displayed {
		display: block;
		width: 100%;
		background: #fff;
	}
}
#menuRibbon .mainMenuItem {
	display: inline-block;
	padding: 15px 30px;
	text-transform: uppercase;
}
@media (max-device-width:900px) {
	#menuRibbon .mainMenuItem {
		display: block;
		padding: 8px;
	}
}
#menuRibbon .mainMenuItem a {
	color: rgba(0,0,0,.85);
	font-weight: bold;
}
/* FOOTER
---------------------------------------------------- */
#footer {
	background: #1c3462;
	color: rgba(255,255,255,.85);
	font-size: 10pt;
	line-height: 1.4;
	padding: 30px calc(50% - 570px);
	text-align: right;
}
@media (max-width:1200px) {
#footer {
	padding: 30px 30px;
}
}
#footer a {
	
}
#footer p {
	padding: 0;
}
#footer ul {
}
#footer .mainMenuItem {
}
/* CONTENT
---------------------------------------------------- */
#content {
	position: relative;
	padding: 30px 0 0;
}
/* SITEWIDE PRESENTATION
---------------------------------------------------- */
body {
	background: #F3F4F6;
}
body, td, th {
	color: #241c1c;
	font-family: sans-serif;
	font-size: 12pt;
	line-height: 1.5;
}
body, form, p {
	margin: 0;
	padding: 0;
}
a {
	color: #217821;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a[name] {
	position: absolute;
	margin-top: -10px;
}
h1 {
	font-size: 26pt;
	font-weight: normal;
	letter-spacing:1px;
	margin: 0 0 15px;
}
h2 {
	background: #ffe81e;
	color: #000;
	display: inline-block;
	margin: 0 auto;
	font-size: 14pt;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto 15px 0;
	padding: 7px 15px 5px;
	text-transform: uppercase;
}
h2.right {
	position: absolute;
	margin-top: -30px;
	right: calc(50% - 450px);
}
@media (max-device-width:1200px) {
	h2.right {
		position: absolute;
		right: 0;
	}
}
h2.center {
	position: absolute;
	left: 45%;
}
@media (max-device-width:1200px) {
	h2.center {
		left: calc(50% - 115px);
		right: calc(50% - 115px);
		width: 200px;
		text-align: center;
	}
}
h3 {
	background: #ffe81e;
	color: #000;
	display: inline-block;
	margin: 0 auto;
	font-size: 12pt;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto 15px 0;
	padding: 7px 15px 5px;
	text-transform: uppercase;
}
h4 {
	font-size: 15pt;
	font-weight: bold;
	line-height: 1.3;
	margin: 30px 0 15px 0;
	padding: 0;
}
blockquote {
	box-shadow: inset 0 0 10px #897777;
	padding: 20pt;
}
@media (min-device-width:571px) {
blockquote {
	background: #c3bcbc;
	margin: 20pt 30pt;
}
}
@media (max-device-width:570px) {
blockquote {
	background: #afe9af;
	margin: 20pt 10pt;
}
}
ul, ol {
	margin: 0;
	padding: 0 0 0 20pt;
}
ul {
	list-style-type: square;
}
li {
	margin: 0;
	padding: 3pt 0;
}
ul.moreInfo {
	margin-top: 15pt;
	padding: 0;
	list-style-type: none;
}
ul.moreInfo li {
	display: inline-block;
	font-style: italic;
	padding-right: 15pt;
}
/* IMAGES */
img {
	border: 0 none;
}
/* TABLES */
#content table {
	border-collapse:collapse;
	border-spacing:0px;
}
#content td,
#content th {
	padding:3px 5px;
	vertical-align:top;
}
#content td {
	text-align:left;
}
/* Fix for automatically generated table spacer images from richtext to html conversion. */
#content table img[src="/icons/ecblank.gif"] {
	display:block;
	font-size:1px;
	height:1px;
	line-height:1px;
}
#content table img[src="/icons/ecblank.gif"]+br {
	display:none;
}
#content table.noPadding {
}
#content table.noPadding td,
#content table.noPadding th {
	margin:0px;
	padding:0px;
}
#content table.noBorders {
	border:0px none;
}
#content table.noBorders td,
#content table.noBorders th {
	border:0px none;
	line-height:140%;
}
#content table.outlineRowsGray {
	border:1px solid #ddd;
}
#content table.outlineRowsGray td,
#content table.outlineRowsGray th {
	border-color:#ddd;
	border-style:solid;
	border-width:1px 0px;
	line-height:140%;
}
#content table.outlineCellsGray {
	border:1px solid #ddd;
}
#content table.outlineCellsGray td,
#content table.outlineCellsGray th {
	border:1px solid #ddd;
	line-height:140%;
}
@media all and (min-width:600px) {
table.noBordersResponsive {
	margin-top: 15px;
	width:100%;
}
table.noBordersResponsive td,
table.noBordersResponsive th {
	font-weight:normal;
	line-height:140%;
	padding:3px 5px;
	text-align:left;
}
}
@media all and (max-width:600px) {
table.noBordersResponsive {
	border:0px none;
	display:block;
	margin:0px;
	padding:0px;
}
table.noBordersResponsive tbody {
	border:0px none;
	display:block;
	margin:0px;
	padding:0px;
}
table.noBordersResponsive tr {
	display:block;
	margin:0px;
	padding:3px 0px;
}
#content table.noBordersResponsive img[src="/icons/ecblank.gif"],
#content table.noBordersResponsive img[src="/icons/ecblank.gif"]+br {
	display:none;
}
table.noBordersResponsive th,
table.noBordersResponsive td {
	border:0px none;
	display:block;
	font-weight:normal;
	margin:0px;
	padding:0px;
	vertical-align:middle;
	text-align:left;
}
}
@media all and (min-width:600px) {
table.outlineRowsGrayResponsive {
	border-collapse:collapse;
	border:1px solid #bbb;
	width:100%;
}
table.outlineRowsGrayResponsive td,
table.outlineRowsGrayResponsive th {
	border-color:#bbb;
	border-style:solid;
	border-width:1px 0px;
	line-height:140%;
	padding:3px 5px;
}
}
@media all and (max-width:600px) {
table.outlineRowsGrayResponsive {
	border:0px none;
	display:block;
	margin:0px;
	padding:0px;
}
table.outlineRowsGrayResponsive tbody {
	border:0px none;
	display:block;
	margin:0px;
	padding:0px;
}
table.outlineRowsGrayResponsive tr {
	border-color:#bbb;
	border-style:solid;
	border-width:1px 1px 0px 1px;
	display:block;
	margin:0px;
	padding:3px 5px;
}
table.outlineRowsGrayResponsive tr:last-child {
	border-bottom:1px solid #bbb;
}
table.outlineRowsGrayResponsive img[src="/icons/ecblank.gif"],
table.outlineRowsGrayResponsive img[src="/icons/ecblank.gif"]+br {
	display:none;
}
table.outlineRowsGrayResponsive th {
	border:0px none;
	display:inline-block;
	margin:0px;
	padding:0px;
	vertical-align:middle;
	width:150px;
}
table.outlineRowsGrayResponsive td {
	border:0px none;
	display:inline-block;
	margin:0px;
	padding:0px;
	vertical-align:middle;
	width:298px;
	width:calc(100% - 154px);
	min-width:298px;
}
}
/* FORMS */
input, 
select, 
option, 
textarea {
	font-size: 11pt;
}
input,
textarea,
select {
	background: #fff;
	border: none;
	border: 1px solid #c3bcbc;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	color: #241c1c;
	padding: 5px;
	margin: 2px 0;
}
input,
textarea {
	width: 100%;
}
input:hover,
textarea:hover,
select:hover {
	border-color: #999 #bbb #bbb #c3bcbc;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
textarea {
	height:100px;
}
select {
}
input[type=checkbox],
input[type=radio] {
	border: 0 none;
	width: auto;
	margin-right: 5px;
}
input[type=button],
input[type=submit],
a.button,
span.button {
	background: #92a1bd;
	border: 0 none;
	border-radius: 4px;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13pt;
	letter-spacing: 1px;
	line-height: 1.3;
	font-weight: normal;
	margin: 5px 0 2px 0;
	padding: 10px 20px 9px 20px;
	text-align: center;
	vertical-align: bottom;
	width: 250px;
}
@keyframes buttonHover {
	from {
		background: #92a1bd;
		border-radius: 4px;
		margin: 5px 0 2px 0;
	}
	to {
		background: #1c3462;
		border-radius: 3px;
		margin: 3px 0 4px 0;
	}
}
input[type=button]:hover,
input[type=submit]:hover,
a.button:hover,
span.button:hover {
	animation: .1s ease 1 buttonHover;
	background: #1c3462;
	border-radius: 3px;
	margin: 3px 0 4px 0;
	text-decoration: none;
	
}
input[type=button]:active,
input[type=submit]:active {
}
a.smallButton,
span.smallButton {
	background: #784421;
	border: 0 none;
	border-radius: 0;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12pt;
	line-height: 12pt;
	font-weight: normal;
	margin-bottom: 4px;
	padding: 10pt;
	text-align: left;
	width: 200px;
}
a.smallButton:hover,
span.button:hover {
	background: #217821;
	text-decoration: none;
}
textarea:disabled,
select:disabled,
input:disabled {
	background: #e3dcdc;
	color: #888;
}
input[type=button]:disabled,
input[type=submit]:disabled,
a.button:disabled {
	background: #e3dcdc url('/nasvf/web.nsf/ajax-loader.gif') calc(100% - 10px) center no-repeat;
	color: #888;
}
/* HOME PAGE
--------------------------------- */
/* OTHER PAGE LAYOUTS
---------------------------------------------------- */
#conferencesTable {
	max-width: 700px;
}
#conferencesTable tr {
	background-image:  linear-gradient(to right, #1c3462 0%, #1c3462 60%, rgba(28,52,98,0) 100%);
	background-size: 100% 1px;
	background-repeat: no-repeat;
}
#conferencesTable tr:first-child {
	background: none;
}
#conferencesTable td {
	color: #1c3462;
}
.twoColumnEvents {
	display: flex;
	justify-content: space-evenly;
}
@media all and (max-width:1200px) {
	.twoColumnEvents {
		flex-direction: column;
	}
}
.twoColumnEvents div {
	max-width: 340px;
	margin: 60px auto;
}
@media all and (max-width:1200px) {
	.twoColumnEvents div {
		width: 500px;
		max-width: 100%;
		margin: 30px auto;
	}
}
.twoColumnEvents h2 {
	background: #1c3462;
	color: #fff;
	margin: 0 -30px 15px;
	padding-right: 30px;
	padding-left: 30px;
	width: 100%;
}
@media all and (max-width:1200px) {
	.twoColumnEvents h2 {
		display: inline-block;
		text-align: center;
		margin: 0 auto 15px;
		padding-right: 30px;
		padding-left: 30px;
		width: calc(100% - 60px);
		max-width: 500px;
	}
}
.verticalSpacer {
	width: 5px;
	background: #ffe81e;
}
/* COMMON CUSTOM ELEMENTS
---------------------------------------------------- */
#prefooter {
	background-image:  url('/nasvf/web.nsf/files/3131303883/$file/bg-prefooter-slant.png'), url('/nasvf/web.nsf/files/3131303883/$file/bg-prefooter-bg.png');
	background-position: center center, center center;
	background-repeat:  no-repeat, repeat-y;
	background-size: cover, contain;
	border-top: 1px solid #bbc;
	border-bottom: 1px solid #1c3462;
	padding: 0 calc(50% - 570px);
	width: 1140px;
}
@media (max-width:1200px) {
	#prefooter {
		background-position: center center, center center;
		width: auto;
		padding: 0 30px;
	}
}
.prefooterOneColumn {
	background: rgba(255,255,255,.8);
	width: 1080px;
	padding: 0 45px 45px 45px;
	margin: 0 auto 30px;
}
@media all and (max-width:1200px) {
	.prefooterOneColumn {
		width: auto;
	}
}
.prefooterOneColumn h2 {
	margin-left: -75px;
}
@media (max-width:1200px) {
	.prefooterOneColumn .twoColumn {
		columns: 1;
	}
}
.infogContainer {
	display: flex;
	margin-top: 60px;
	margin-bottom: 45px;
}
@media (max-width:1200px) {
	.infogContainer {
		flex-direction: column;
	}
}
.infogSection {
	color: rgba(0,0,0,.85);
	padding: 30px;
	border-right: 5px solid #ffe81e;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	width: calc(20% - 65px);
}
@media (max-width:1200px) {
	.infogSection {
		border-right: 0;
		border-bottom: 5px solid #ffe81e;
		padding: 30px 30px 45px;
		width: auto;
	}
}
.infogSection:last-child {
	border-right: 0;
	border-bottom: 0;
}
.infogFigure {
	color: #fff;
	display: block;
	font-size: 30pt;
	font-weight: normal;
	line-height: 1.8;
	text-align: center;
}
.calloutRight {
	background: #fff;
	padding: 30px;
	border-top: 5px solid #ffe81e;
	border-right: 1px solid #ccc;
	border-bottom: 5px solid #ffe81e;
	border-left: 1px solid #ccc;
	float: right;
	position: relative;
	width: 300px;
}
@media (max-width:1200px) {
	.calloutRight {
		float: none;
		margin: 0 0 30px;
		width: auto;
	}
}
.calloutRight h2 {
	position: absolute;
	top: -3px;
	left: 75px;
}
.oneColumnMap {
	background-image: url('/nasvf/web.nsf/files/3459830625/$file/eventsMapBlank.png');
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 614px, 423px;
	width: 1140px;
	margin: -45px auto 0;
	padding: 75px 30px 30px;
}
@media all and (max-width:1200px) {
	.oneColumnMap {
		width: calc(100% - 60px);
	}
}
.oneColumnMap h2 {
	position: absolute;
	top: 0;
}
.logoCentered {
	display: block;
	margin: 15px auto;
	height: 150px;
}
/* MULTI-COLUMN SECTIONS
---------------------------------------------------- */
.oneColumnBasic {
	max-width: 1080px;
	margin: 0 auto;
	padding: 15px 60px 30px 60px;
}
@media all and (max-width:1200px) {
	.oneColumnBasic {
		padding: 15px 30px 30px 30px;
	}
}
.oneColumnBasic h2 {
	margin-top: -45px;
	margin-right: -105px;
}
@media all and (max-width:1200px) {
	.oneColumnBasic h2 {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
	}
}
.twoColumnTextImage {
	align-items: flex-start;
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
}
@media all and (max-width:1200px) {
	.twoColumnTextImage {
		flex-direction: column;
	}
}
.twoColumnLeftText {
	background: #fff;
	border-top: 5px solid #ffe81e;
	border-right: 1px solid #ccc;
	border-bottom: 5px solid #ffe81e;
	border-left: 1px solid #ccc;
	padding: 30px;
	margin: -60px 0 -15px;
}
@media all and (max-width:1200px) {
	.twoColumnLeftText {
		margin-bottom: 30px;
	}
}
.twoColumnRightImg {
	flex-shrink: 0;
	width: 750px;
}
@media all and (max-width:1200px) {
	.twoColumnRightImg {
		width: auto;
		height: auto;
		max-height: 750px;
		margin: 0 auto 30px;
	}
}
.twoColumnRightImg img {
	max-width: 75%;
	margin-left: 30px;	
	height: auto;
}
@media all and (max-width:1200px) {
	.twoColumnRightImg img {
		display: block;
		margin: -30px auto;
		width: 100%;
		height: auto;
	}
}
.twoColumnTextEmpty {
	align-items: flex-start;
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
}
@media (max-device-width:1200px) {
	.twoColumnTextEmpty {
		flex-direction: column;
	}
}
.twoColumnLeftEmpty {
	position: relative;
	flex-shrink: 0;
	width: 250px;
}
.twoColumnLeftEmpty h2 {
	position: absolute;
	top: -30px;
}
@media (max-device-width:1200px) {
	.twoColumnLeftEmpty h2 {
		top: -60px;
	}
}
.twoColumnRightText {
	background: #fff;
	border-top: 5px solid #ffe81e;
	border-right: 1px solid #ccc;
	border-bottom: 5px solid #ffe81e;
	border-left: 1px solid #ccc;
	padding: 45px 60px;
	margin: -60px 0 -15px;
}
.twoColumnRightText h2 {
	background: none;
	color: #222;
	font-weight: bold;
	padding: 0;
}
.twoColumn {
	columns: 2;
}
.threeColumn {
	columns: 3;
}
.fourColumn {
	columns: 4;
}
.twoColumn ul,
.threeColumn ul,
.fourColumn ul {
	margin-top: 0;
}
@media (max-width: 700px) {
.threeColumn,
.fourColumn {
	columns: 1;
}
}
@media (max-width: 570px) {
.twoColumn {
	columns: 1;
}
}
/* =====================================================================
      CROSS-WEBSITE MOBILE RESPONSIVENESS
    ===================================================================== */
@media (max-device-width:600px) {
/* KILL ALL SPACER GRAPHICS */
#content table.responsiveFourColumnLayout600 img[src="/icons/ecblank.gif"],
#content table.responsiveFourColumnLayout600 img[src="/icons/ecblank.gif"] + br,
#content table.responsiveFourColumnLayoutSpaced600 img[src="/icons/ecblank.gif"],
#content table.responsiveFourColumnLayoutSpaced600 img[src="/icons/ecblank.gif"] + br,
#content table.responsiveTwoColumnLayout600 img[src="/icons/ecblank.gif"],
#content table.responsiveTwoColumnLayout600 img[src="/icons/ecblank.gif"] + br,
#content table.responsiveFourColumnData img[src="/icons/ecblank.gif"],
#content table.responsiveFourColumnData img[src="/icons/ecblank.gif"] + br {
	display: none;
}
/* RESPONSIVE FOUR COLUMN LAYOUT 600 */
#content table.responsiveFourColumnLayout600 {
}
#content table.responsiveFourColumnLayout600 tr {
	width: 100%;
	position: relative;
}
#content table.responsiveFourColumnLayout600 td {
	display: table-cell;
	float: left;
	width: calc(50%) !important;
	height: 100%;
}
/* RESPONSIVE FOUR COLUMN LAYOUT SPACED 600 */
#content table.responsiveFourColumnLayoutSpaced600 {
}
#content table.responsiveFourColumnLayoutSpaced600 tr {
	width: 100%;
	position: relative;
}
#content table.responsiveFourColumnLayoutSpaced600 td {
	display: table-cell;
	float: left;
	width: calc(50% - 50px) !important;
	height: 100%;
}
#content table.responsiveFourColumnLayoutSpaced600 td:nth-child(1) {
	margin-right: 15px;
	margin-bottom: 15px;
}
#content table.responsiveFourColumnLayoutSpaced600 td:nth-child(2) {
	margin-bottom: 15px;
}
#content table.responsiveFourColumnLayoutSpaced600 td:nth-child(3) {
	clear: left;	
	margin-right: 15px;
}
/* RESPONSIVE TWO COLUMN LAYOUT 600 */
#content table.responsiveTwoColumnLayout600 {
	display: block;
	width: 100% !important;
}
#content table.responsiveTwoColumnLayout600 tr {
	display: inline;
}
#content table.responsiveTwoColumnLayout600 td {
	display: block;
	float: none;
	width: auto !important;
}
/* RESPONSIVE FOUR COLUMN DATA 600 */
#content table.responsiveFourColumnData600 tr + tr {
	border-top: 1px solid #c3bcbc;
	display: block;
}
#content table.responsiveFourColumnData600 td, #content table.responsiveFourColumnData600 th {
	border: 0 none;
	display: block;
	width: 100% !important;
}
}
@media (max-device-width:500px) {
#content table.responsiveThreeColumnData500 tr + tr {
	border-top: 1px solid #c3bcbc;
	display: block;
}
#content table.responsiveThreeColumnData500 td, #content table.responsiveThreeColumnData500 th {
	border: 0 none;
	display: block;
	width: 100% !important;
}
}
@media (max-device-width:400px) {
#content table.responsiveTwoColumnData400 tr + tr {
	border-top: 1px solid #c3bcbc;
	display: block;
}
#content table.responsiveTwoColumnData400 td, #content table.responsiveTwoColumnData400 th {
	border: 0 none;
	display: block;
	width: 100% !important;
}
}
@media (max-device-width:300px) {
#content table.responsiveFourColumnLayoutSpaced600 {
	border-spacing: 0 !important;
	display: block;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}
#content table.responsiveFourColumnLayoutSpaced600 tr {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
#content table.responsiveFourColumnLayoutSpaced600 td {
	display: block;
	float: none;
	margin: 0 0 15px 0 !important;
	width: auto !important;
}
#content table.responsiveFourColumnLayout600 {
	display: block;
	width: 100% !important;
}
#content table.responsiveFourColumnLayout600 tr {
	display: inline;
}
#content table.responsiveFourColumnLayout600 td {
	display: block;
	float: none;
	width: auto !important;
}
}
/* RESPONSIVE TWO COLUMN FORM */
/* This style allows for two forms of tabluar HTML to adapt responsively to screen size. */
#content div.responsiveTwoColumnForm>.row,
#content table.responsiveTwoColumnForm>tbody>tr {
	text-align:left;
}
#content div.responsiveTwoColumnForm>.row {
	padding:3px 0px;
}
#content table.responsiveTwoColumnForm>tbody>tr>td>img[src="/icons/ecblank.gif"],
#content table.responsiveTwoColumnForm>tbody>tr>td>img[src="/icons/ecblank.gif"]+br {
	display:none;
}
#content div.responsiveTwoColumnForm>.row>label,
#content table.responsiveTwoColumnForm>tbody>tr>td:first-child {
	padding-right:20px;
	vertical-align:middle;
	width:130px;
}
#content table.responsiveTwoColumnForm>tbody>tr>td:last-child {
	width:auto;
}
#content div.responsiveTwoColumnForm>.row>label {
	display:inline-block;
}
#content div.responsiveTwoColumnForm>.row>input,
#content .responsiveTwoColumnForm>tbody>tr>td>input {
	padding:2px;
	vertical-align:middle;
}
@media screen and (min-width: 768px) {
#content table.responsiveTwoColumnForm {
	border-spacing:0px;
}
#content div.responsiveTwoColumnForm>.row>input,
#content table.responsiveTwoColumnForm>tbody>tr>td>input {
	width:510px;
}
}
@media screen and (max-width: 767.9px) {
#content table.responsiveTwoColumnForm,
#content table.responsiveTwoColumnForm>tbody>tr {
	display:block;
}
#content table.responsiveTwoColumnForm>tbody>tr {
	padding:3px 0px;
}
#content table.responsiveTwoColumnForm>tbody>tr>td {
	display:inline-block;
	padding:0px 5px;
	width:auto;
}
#content div.responsiveTwoColumnForm>.row>input,
#content table.responsiveTwoColumnForm>tbody>tr>td>input {
	width:280px;
}
}
/* hello, universe! I am a random convergence of atoms! */
