@charset "UTF-8";

/*
button background orange #EE8600
button hover #FFAC02
groundBlue #d1e3f2
.groundBlue {background-color: rgba(141,187,221,.6);}
sticky footer blue #8dbadd
formBox and cta border #8dbadd
*/

html, body {height: 100%;}
body {
	margin: 0;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
}
* {box-sizing: border-box;}
#above {height: auto;}

#topBox {
	height: 33%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(141,187,221,.6);
}
#middleBox {
	height: auto;
	padding: 8px 0;
	position: relative;
	z-index: 200;
	background-image: none;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(141,187,221,.6);
}
#bottomBox {
	height: 33%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(141,187,221,.6);
}

.vertical-align {
	display: flex;
	align-items: center;
}
#cta {
	padding: 20px;
	text-align: center;
	border: 2px solid #8dbadd;
	border-top-left-radius: 45% 3%;
	border-top-right-radius: 45% 3%;
	border-bottom-right-radius: 45% 3%;
	border-bottom-left-radius: 45% 3%;
}
.border {
	margin: 0 auto;
	padding: 8px;
	border-top-left-radius: 45% 3%;
	border-top-right-radius: 45% 3%;
	border-bottom-right-radius: 45% 3%;
	border-bottom-left-radius: 45% 3%;
	background: none;
	/*width: 100%;*/
	max-width: 700px;
}


/****** for big box pages *******/
header {
	width: 100%;
	max-width: 1170px;
	margin: 0px auto 0px auto;
	padding: 6px 15px 4px 15px;
	text-align: center;
}
/****** end css for big box pages *******/



#logo {
	width: 100%;
	max-width: 441px;
}
#tagline {
	font-size: 24px;
	font-style: italic;
	line-height: .9;
	color: #333;
	letter-spacing: -1px;
	font-stretch: normal;
}

.formButton {
	min-width: 250px;
	margin: 15px auto;
	padding: 10px 24px 13px 24px;
	border-top-left-radius: 45% 5%;
	border-top-right-radius: 45% 5%;
	border-bottom-right-radius: 45% 5%;
	border-bottom-left-radius: 45% 5%;
	font-weight: 700;
	font-size: 24px;
	background-color: #EE8600;
	border: none;
	cursor: pointer;
	color: #000;
}
.formButton:hover {background: #FFAC02;}
.formButton:active {background: #FFAC02;}

.buttonArrow {position: relative; top: 4px; padding-left: 8px;}
.buttonArrow img {width: 12px !important;}

.dontbreak {white-space: nowrap;}

/****** begin BS compatibility stuff ******/
* {box-sizing: border-box;}
[class*="col-"] {float: left; padding: 15px;}

.row::after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}
.row div {padding: 0 15px; text-align: center;}
.row div p {text-align: left;}
.container {margin: 0 auto;}

a {color: #337ab7; text-decoration: none;}
a:hover {color: #23527c; text-decoration: underline;}

/*this overwrites BS height: auto;*/
select[multiple], select[size] {height: 42px;}

[class*="col-xs-"] {width: 100%;}

@media only screen and (min-width: 768px) {
	.col-sm-1 {width: 8.33%;}
	.col-sm-2 {width: 16.66%;}
	.col-sm-3 {width: 25%;}
	.col-sm-4 {width: 33.33%;}
	.col-sm-5 {width: 41.66%;}
	.col-sm-6 {width: 50%;}
	.col-sm-7 {width: 58.33%;}
	.col-sm-8 {width: 66.66%;}
	.col-sm-9 {width: 75%;}
	.col-sm-10 {width: 83.33%;}
	.col-sm-11 {width: 91.66%;}
	.col-sm-12 {width: 100%;}
	.container {max-width: 750px;}
}
@media only screen and (min-width: 992px) {
	.col-md-1 {width: 8.33%;}
	.col-md-2 {width: 16.66%;}
	.col-md-3 {width: 25%;}
	.col-md-4 {width: 33.33%;}
	.col-md-5 {width: 41.66%;}
	.col-md-6 {width: 50%;}
	.col-md-7 {width: 58.33%;}
	.col-md-8 {width: 66.66%;}
	.col-md-9 {width: 75%;}
	.col-md-10 {width: 83.33%;}
	.col-md-11 {width: 91.66%;}
	.col-md-12 {width: 100%;}
	.container {max-width: 970px;}
}
@media only screen and (min-width: 1200px) {
	.col-lg-1 {width: 8.33%;}
	.col-lg-2 {width: 16.66%;}
	.col-lg-3 {width: 25%;}
	.col-lg-4 {width: 33.33%;}
	.col-lg-5 {width: 41.66%;}
	.col-lg-6 {width: 50%;}
	.col-lg-7 {width: 58.33%;}
	.col-lg-8 {width: 66.66%;}
	.col-lg-9 {width: 75%;}
	.col-lg-10 {width: 83.33%;}
	.col-lg-11 {width: 91.66%;}
	.col-lg-12 {width: 100%;}
	.container {max-width: 1170px;}
}
/****** end BS compatibility stuff ******/

h1 {
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 500;
	line-height: 1.1;
	text-align: center;
}
h2 {
	font-size: 25px;
  margin-top: 20px;
  margin-bottom: 10px;
	font-weight: 500;
	line-height: 1.1;
	background: inherit;
}
.row img {width: 100%;}

 section {padding: 0;}
.groundWhite {background: #FFF;}
.groundBlue {background: rgba(141,187,221,.6);}
.groundLines {background-image: url(../images/linesBkgrd20x20.png);}


.row div p.textLink {text-align: center;}
.textLink a {
	font-weight: bold;
	font-size: 24px;
	color: #1B75BC;
	text-decoration: none;
}
.textLink a:hover {
	color: #EE8600;
}

.smallPrint {
	width: 70%;
	margin: 15px auto;
	font-size: 11px;
	color: #666;
	text-align: center;
	line-height: 120%;
}
.smallPrint a {
	font-size: 11px;
	text-decoration: none;
	color: #666;
	display: inline;
	border: none;
	padding: 0px;
}
.smallPrint a:hover {
	text-decoration: underline;
	color: #666;
}
.copyright {
	padding: 0 15px 25px 15px;
	width: 100%;
}

footer {
	position: fixed;
	bottom: 0px;
	right: 0px;
	left: 0px;
	padding: 4px;
	background-color: #8dbadd;
	font-size: 10px !important;
	-webkit-text-size-adjust: none;
	text-align: center;
	line-height: 2.0;
	color: #333;
	z-index: 200;
}
footer a {
	color: #333;
	text-decoration: none;
	font-size: 10px !important;
	border-right: 1px solid #333;
	padding: 0 10px 0 8px;
}
footer a:hover {color: #FFF;}
footer a:last-of-type {border: none;}


nav {padding-top: 10px;}
nav a {
	display: block;
	text-decoration: none;
	color: #333;
	line-height: 160%;
	text-align: left;
	background-color: #8dbadd;
	border-bottom: 2px solid #d1e3f2;
	padding: 6px 6px 6px 30%;
}
nav a:hover {color: #F1F3DB;}


/***************** romance 2 stuff*******************/

.boldBlue {font-weight: bold; color: #1B75BC;}
.textField, .selectBox, .selectGroup a, .textArea {
	width: 100%;
	box-sizing: border-box;
	height: 42px;
	margin: 6px auto;
	padding: 0 0 0 10px;
	font-size: 16px;
	line-height: 120%;
	text-align: center;
	border: 2px solid #CCC;
	border-radius: 6px;
}
.textField {padding: 10px;}
.textArea {height: 140px;}
.selectBox {
	background-color: #fff;
	background-image: url(../images/selectArrows45x65.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 20px;
}
select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
.checkChoice, .radioChoice {display: block; line-height: 2.0;}
input[type=checkbox], input[type=radio] {
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
	transform: scale(1.5);
  padding: 10px;
}

/***************** end of romance 2 stuff*******************/

/******************** begin contact stuff ******************************/
#contactBox {
	max-width: 300px;
	margin: 0px 0px 8px 0px;
	padding: 4px 10px 10px 10px;
	background: #CCC;
	border: 2px solid #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#contactBox .textField {
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	margin: 6px auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: thin solid #999;
	font-size: 14px;
}
[type=reset], [type=submit] {
	height: 40px;
	padding: 8px 12px;
	font-size: 14px;
	border-top-left-radius: 45% 3%;
	border-top-right-radius: 45% 3%;
	border-bottom-right-radius: 45% 3%;
	border-bottom-left-radius: 45% 3%;
	border: none;
	background: #FFF;
}
#captcha {
	border: 1px solid #000;
	margin: 10px 10px 10px 0px;
}
#captchaRefresh {
	width: 30px;
	padding: 5px 5px 5px 0px;
}
#captcha_code {
	width: 70px;
	border: 1px solid #000;
	margin: 10px 10px 10px 5px;
}
/******************** end contact stuff ******************************/


/************************** media queries **************************/

@media screen and (min-width: 568px) {
	header {text-align: left;}/***** ????????? ********/
	#tagline {display: block;}
	.formButton {margin: 20px auto; font-size: 36px;}
	.buttonArrow img {width: 17px !important;}
	section {padding: 15px 0;}
	nav {padding-top: 0;}
}
@media screen and (min-width: 700px) {
	#middleBox {
		/*background-image: url(images/photostrip1600x520A.jpg);*/
		padding: 60px 0;
	}
	section {padding: 60px 0;}
	.border {background: #FFF;}
}
@media screen and (min-width: 768px) {
	.row div {padding: 20px; text-align: left;}
	nav a {background: #d1e3f2; border: none;}
	h1 {font-size: 36px;}
	h2 {font-size: 30px;}
}

