@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	font: 14px/normal 'Open Sans', sans-serif;
	background-color: #646D74;
}
.bg {
	background-image: url(../images/photoWall60.jpg);
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-color: #494966;
	height: 100%;
	width: 100%;
	position: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1;
}
#shroud {
  background: rgba(0,0,0,0.6);
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
	z-index: 2;
}
#headerBkgrd {
	border-bottom: solid 2px #FFF;
	position: relative;
	z-index: 100;
	background-color: #362C66;
}
#headerContent {
	width: 100%;
	max-width: 1000px;
	margin: 0px auto 0px auto;
	padding: 6px 0px 14px 0px;
	text-align: center;
	display: table;
}
#logo {
	display: table-cell;
	vertical-align: middle;
	font: 700 36px/normal 'Open Sans', sans-serif;
	color: #DFE2E5;
	line-height: 36px;
	padding-left: 20px;
}
#logo a {text-decoration: none; color: #E6E6E6;}
#logo a:hover {text-decoration: none; color: #E6E6E6;}

#logo img {border: none;}
.logoDot {color: #F00; font-size: 60px;}

#tagline {
	display: table-cell;
	padding: 18px 20px 0px 60px;
	font: italic 20px/normal 'Open Sans', sans-serif;
	vertical-align: middle;
	color: #DFE2E5;
	text-align: right;
}
.clearing {clear: both; height: 0px;}
#littlePhoto {display: none; width: 100%;}

#topBox {
	width: auto;
	margin: 0px auto 0px auto;
	position: relative;
	z-index: 10;
}
.headline {
    font-size: 2em;
		margin: .67em 0 .3em 0;
    font-weight: bold;
		color: #FFF;
		line-height: 48px;
		text-shadow: 0px 0px 10px #000;
}
#formBox {
	max-width: 600px;
	position: relative;
	margin: 6% auto 30px auto;
	font: 20px/normal 'Open Sans', sans-serif;
	text-align: center;
}
.instructions {
	padding: 10px;
	font: 700 20px/normal 'Open Sans', sans-serif;
	color: #362C66;
}
.blackNormal {
	font-weight: 400;
	color: #000;
}
.chooseOne {
	font-style: italic;
	font-weight: 400;
	white-space: nowrap;
	color: #000;
}
#formFields {
	min-width: 100%;
	border: 3px solid #362C66;
	padding: 15px 0px 30px 0px;
	background: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
#form-header {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #F15D22;
	padding: 10px;
}
.selectGroup a {
	width: 80%;
	margin: 4px auto 4px auto;
	padding: 10px 6px 10px 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #CCC;
	display: block;
	text-align: center;
	font: 400 36px/normal 'Open Sans', sans-serif;
	color: #000;
	text-decoration: none;
	line-height: 100%;
}
.selectGroup a:hover {
	background: #d9e1ff;
	font: 400 36px/normal 'Open Sans', sans-serif;
	color: #000;
	text-decoration: none;
	line-height: 100%;
}
.textField {
	font: 400 36px/normal 'Open Sans', sans-serif;
	width: 70%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 4px auto 4px auto;
	padding: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #CCC;
	text-align: center;
}
.selectBox {
	width: 80%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font: 36px/normal 'Open Sans', sans-serif;
	margin: 4px auto 4px auto;
	padding: 4px 10px 10px 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #CCC;
	text-align: center;
}
.formButton {
	min-width: 40%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 15px auto 4px auto;
	padding: 16px;
	background-color: #F15D22;
	text-align: center;
	font: 700 24px/normal 'Open Sans', sans-serif;	color: #FFF;
	color: #FFF;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 4px solid #F78E1E;
	cursor: pointer;
}

.whiteTriangle {position: relative; top: 4px; padding-left: 6px;}
.whiteTriangle img {width: 15px !important;}

#progressBar {
	height: 12px;
	width: 260px;
	position: relative;
	margin: 20px auto 20px auto;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-position: -202px -2px;
	background-attachment: scroll;
	background-image: url(../images/progressBar260x16.png);
	background-repeat: no-repeat;
	border: 1px solid #003;
}
#backLink {
	position: absolute;
	left: -50px;
	font: 12px/normal 'Open Sans', sans-serif;
	top: -4px;
}
#backLink a {
	color: #666;
	text-decoration: none;
	font: 12px/normal 'Open Sans', sans-serif;
	width: none;
	padding: 0px;
	border: none;
	line-height: normal;
}
#backLink a:hover {
	color: #CCC;
	text-decoration: none;
	font: 12px/normal 'Open Sans', sans-serif;
	background: none;
}
.txDisclaimer {
	font-size: 16px;
	color: #999;
	font-weight: bold;
	line-height: 1.0;
}

#features {
	max-width: 530px;
	position: relative;
	margin: 30px auto 0px auto;
}
.feature {
	margin-bottom: 15px;
	border: solid 2px #FFF;
	border-radius: 8px;
	padding: 0px 15px 15px 15px;
	background: #CCE5FF;
	font-size: 13px;
	text-align: left;
}
.feature a {text-decoration: undlerline; color: #F15D22; font-size: 24px; font-weight: bold;}
.feature a:hover {text-decoration: undlerline; color: #F78E1E;}
.feature img {width: 100%;}

#bottom {
	max-width: 600px;
	position: relative;
	left: -320px;
	margin: 0px auto 60px 35%;
	padding: 20px;
	background: #CCE5FF;
	border: solid 2px #FFF;
	z-index: 30;
}
h1 {text-align: center;}
h2 {margin: .6em 0 0 0; text-align: center;}
h3 {
	font-size: 14px;
	margin-bottom: 0px;
	color: #000033;
}
.dontBreak{white-space: nowrap;}

.smallPrint {
	width: 70%;
	margin: 10px auto 0px auto;
	text-align: left;
	font: 11px/normal Arial, Helvetica, sans-serif;
	color: #666;
	text-align: center;
}
.smallPrint a {
	font: 11px/normal Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666;
	display: inline;
	border: none;
	padding: 0px;
}
.smallPrint a:hover {
	font: 11px/normal Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #666;
	display: inline;
	border: none;
	background: none;
	padding: 0px;
}

footer {
	max-width: 970px;
	padding: 0 15px;
	margin: 0 auto 50px auto;
	text-align: center;
}

#fixedFooter {
	width: 100%;
	position: fixed;
	bottom: 0px;
	left: 0px;
	padding: 8px;
	background-color: rgba(54,44,102,.7);
	font: 400 10px/normal 'Open Sans', sans-serif;
	-webkit-text-size-adjust: none;
	text-align: center;
	color: #999;
	z-index: 200;
}
footer a, #fixedFooter a {
	color: #999;
	text-decoration: none;
	font-size: 10px !important;
	padding: 0 12px 0 8px;
	border-right: 1px solid #999;
}
footer a {text-shadow: 0 0 8px black; color: #CCC;}
footer a:last-child, #fixedFooter a:last-child {border: none;}
footer a:hover, #fixedFooter a:hover {
	color: #FFF;
	text-decoration: none;
	font-size: 10px !important;
}

/******** new 062818 **********/
footer.for-light-photo {
  background-color: rgba(255,255,255,0.7);
  padding: 4px;
}
footer.for-light-photo a {
	color: #333;
	text-decoration: none;
	font-size: 10px !important;
	padding: 0 12px 0 8px;
	border-right: 1px solid #333;
}
footer.for-light-photo a {text-shadow: none;}
footer.for-light-photo a:last-child {border: none;}
footer.for-light-photo a:hover {text-decoration: underline;}

/*********** romance2 styles ************/
#romance2 .textField {
	font: 14px/normal 'Open Sans', sans-serif;
	width: 100%;
	max-width: 560px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* IE 8+ */
	margin: 4px auto 4px auto;
	padding: 8px 6px 8px 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #CCC;
}
#romance2 .textArea {
	font: 14px/normal 'Open Sans', sans-serif;
	width: 100%;
	max-width: 560px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* IE 8+ */
	margin: 4px auto 4px auto;
	padding: 8px 6px 8px 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #CCC;
}
#romance2 .selectBox {
	width: 100%;
	max-width: 560px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* IE 8+ */
	font: 14px/normal 'Open Sans', sans-serif;
	margin: 4px auto 4px auto;
	padding: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #CCC;
}
#romance2 .formButton {
	width: 100%;
	max-width: 560px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* IE 8+ */
	margin: 8px auto 4px auto;
	padding: 16px;
	background-color: #F15D22;
	text-align: center;
	font: 700 24px/normal 'Open Sans', sans-serif;
	color: #FFF;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 4px solid #F78E1E;
	cursor: pointer;
}
.checkChoice {margin-right: 20px; white-space: nowrap;}
.radioChoice {margin-right: 20px; white-space: nowrap;}
#romance2 input[type="checkbox"] {position: relative; top: -2px; left: -2px;}

/********************** api styles *******************/

.dispTable {
	display: table;
	width: 80%;
	margin: 0px auto 0px auto;
	border-spacing: 10px 4px;
}
.dispRow {
	display: table-row;
}
.leftCell {
	display: table-cell;
	text-align: left;
}
.rightCell {
	display: table-cell;
	width: 60%;
}
.textFieldApi {
	font: 400 24px/normal 'Open Sans', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #CCC;
	display: block; width: 100%
}
.errorfields {
	text-align: center;
	font-size: 13px;
	line-height: 13px;
	width: 250px;
	color: #F00;
	font-weight: bold;
	padding: 3px 0px 0px 0px;
	margin-top: -8px;
	margin-left:25px;
}
#label_agree {
	font-size: 11px;
	padding: 0;
	margin: 0;
	border: 0;
}

/******* enlarging redirect checkbox ***********/
.bigCheckbox {line-height: 1.6;}

.bigCheckbox input[type=checkbox] {
    -ms-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -webkit-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7);
    position: relative;
    right: 4px;
    bottom: 1px;
}
#agree {
	width: 10px;
	height: 10px;
	padding: 0;
	margin: 0;
	border: 0;
}
