/*logoMagenta #A80028, logoPink #E59AC3; midMagenta #FF4773, skyLeft rgba(126,193,224,1.00) #7EC1E0, skyRight rgba(204,233,247,1.00) #CCE9F7, dkSky #1F6282*/

* {box-sizing: border-box;}
html,body {height: 100%;}
body {
	margin: 0 10px;
	padding: 0;
	font: 300 15px/normal 'Signika', sans-serif;
	font-size: 15px;
	color: #000;
	background-image: url(../images/AdobeStock_159777559_1600x700.jpg);
	background-size: cover;
	background-position: center top;
	background-attachment: fixed;
}
#container {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}

header {
	width: 100%;
	display: table;
	padding: 10px;
  text-align: center;
  background-color: rgba(255,255,255,0.8);
}
#logo {
  border: none;
  width: 180px;
  padding-top: 8px;
}
#logo-box {
	display: table-cell;
	vertical-align: middle;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  padding-left: 8px;
}
#logo-box a {text-decoration: none; color: #fff;}

#tagline {
	display: none;
	vertical-align: middle;
	padding-left: 30px;
	text-align: right;
	font: italic 400 20px/normal 'Signika', sans-serif;
  color: #000;
  padding-right: 14px;
}
.nav-top {
	text-align: right;
	padding: 6px;
  border-bottom: 4px solid #1F6282;
	background-image: linear-gradient(to right, rgba(126,193,224,0.7), rgba(204,233,247,0.7));
}
.nav-top a {
	text-decoration: none;
	color: #000;
	padding: 0 8px 0 4px;
	border-right: 1px solid #333;
  white-space: nowrap;
}
.nav-top a:hover {text-decoration: none; color: #fff;}
.nav-top a:last-child {border: none;}

.top-phone {
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
	padding-left: 8px;
}
#main-box {
  border: none;
	padding: 0 20px 20px 20px;
  position: relative;
	overflow: hidden;
	text-align: center;
  background: #fff;
  background: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.6));
}
.cta {
  display: block;
  padding: 18px 0 10px 0;
	font: 700 20px/normal 'Signika', sans-serif;
	/*color: #057d98;*/color: #2a2727;
  text-align: center;
  line-height: 1.0;
}
#rotating-photos {
	box-sizing: border-box;
  display: none;
	margin: 20px;
	overflow: hidden;
	position: relative;
	height: 365px;
}
.rotating-photo {
	-moz-transition: opacity 1.5s ease 0s;
	-webkit-transition: opacity 1.5s ease 0s;
	transition: opacity 1.5s ease 0s;
	transform: translateX(-50%);
	position: absolute;
}
#arrow {
	height: 130px;
	display: none;
	vertical-align: middle;
	background-attachment: scroll;
	background-image: url(../images/arrowA80028.png);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 24px;
	padding: 4px 36px 0 10px;
	width: 615px;
}
#photo-text {
	margin-top: 60px;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	line-height: 34px;
}

/*************************** index2 stuff **************************/
#seal-text {
  width: 270px;
	display: none;
	position: relative;
	top: -10px;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
#seal {
  width: 270px;
	display: none;
  margin-top: 10px;
  margin-left: -15px;
	vertical-align: middle;
	position: relative;
	top: -30px;
	z-index: 100;
}
#photostrip {
	width: 270px;
	position: relative;
	top: -30px;
  margin-bottom: 20px;
	left: 10px;
	display: none;
	font-size: 12px;
	text-align: center;
}
#photostrip img {width: 100%; padding-left: 0;}

/*********************** end of index2 stuff ************************/

#headline-for-mobile {
	font-size: 16px;
	font-weight: bold;
	display: block;
	text-align: center;
	margin: 6px;
}

/******************************** start of form stuff **************************/
#form-box {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	float: none;
	background-color: #fff;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
  position: relative;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.form-headline {
	margin-bottom: 10px;
  text-align: center;
	font-size: 30px;
	padding: 2px 5px 3px 5px;
	color: #fff;
	background-color: #7EC1E0;
  border-bottom: 4px solid #1F6282;
}
.form-headline--wcheck {
	font-size: 26px;
	padding: 26px 0 10px 0;
}
#checkmark {
	width: 36px;
	height: 35px;
	vertical-align: middle;
	position: relative;
	top: -5px;
	left: -10px;
	margin-right: -10px;
}
#form-fields {
	width: 70%;
	margin: 0 auto;
	padding: 0 0 10px 0;
	text-align: center;
}
label {
	margin-top: 10px;
	font-size: 15px;
	display: block;
}
.text-field {
	display: block;
	width: 100%;
	padding: 5px 6px 5px 6px;
	font-size: 15px;
	height: 32px;
	border-radius: 6px;
	box-sizing: border-box;
	border: 1px solid #999;
}
.select-menu {
	display: block;
	width: 100%;
	padding: 7px 6px 7px 6px;
	font-size: 15px;
	height: 32px;
	border-radius: 6px;
	box-sizing: border-box;
	border: 1px solid #999;
}
.error-fields {
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	width: 250px;
	color: #C00;
	font-weight: bold;
	padding: 0 0 6px 0;
	margin-top: -15px;
	margin-left:20px;
}
.form-button {
	width: 100%;
	height: 50px;
	margin: 20px 0;
	padding: 0 0 2px 0;
	cursor: pointer;
	font-size: 24px;
	font-weight: bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #FF4773;
	border-radius: 10px;
	color: #fff;
	background-image: linear-gradient(to bottom, #A80028, #FF4773);

}
.form-button:hover {background: #fe0400;}

/******************************** end of form stuff **************************/

#below-photo-text {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
  background-color: #1F6282;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 6px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
#serving-text {
	position: relative;
	top: 10px;
  color: #fff;
  text-shadow: 0 0 15px #000;
  text-align: center;
  font-size: 18px;
  margin-bottom: 15px;
  padding: 10px;
}
#bottom-box {
	max-width: 740px;
  margin: 0 auto 40px auto;
	padding: 20px 20px 40px 20px;
  background-color: rgba(255,255,255,0.90);
	color: #333;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
#bottom-box #contact-box {margin-left: 10%;}

h1 {
	font: 700 24px/normal 'Signika', sans-serif;
  color: #1F6282;
  text-align: center;
  line-height: 1.0;
}
h2 {
	font: 700 18px/normal 'Signika', sans-serif;
	color: #000;
}
ul {list-style-position: inside;}

.dont-break {white-space: nowrap;}
.feature-box {
	padding: 15px;
	border: 1px solid #1e50af;
	background-color: #EDF7F7;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
.float-right {float: right; padding: 0 0 10px 20px;}
.float-left {float: left; padding: 0 20px 10px 0;}
.centered {text-align: center;}
.clearing {clear: both;}

.text-button {
	border-radius: 8px;
	border: 1px solid #1F6282;
	display: inline-block;
	margin: 0 auto;
	padding: 4px 8px;
}
.text-button a {
	color: #000000;
	text-decoration: none;
}
.text-button a:hover {
	text-decoration: underline;
}
.divider-line {
	width: 100%;
	background-color: #7EC1E0;
	height: 3px;
	margin: 10px auto 30px auto;
}

.small-print {
	font: 400 11px/normal 'Signika', sans-serif;
	color: #333;
  line-height: 1.6em;
}
.small-print a {text-decoration: none; color: #333;}
.small-print a:hover {text-decoration: none; color: #999;}

.nav-bottom {
	margin: 30px 0 0 0;
  padding: 8px;
	text-align: center;
  background-color: #1F6282;
  border: none;
  font-size: 11px;
	color: #8bafc4;
  line-height: 1.8;
}
.nav-bottom a {
	color: #8bafc4;
	text-decoration: none;
	padding: 0 9px 0 5px;
	border-right: 1px solid #8bafc4;
  white-space: nowrap;
}
.nav-bottom a:hover {
	color: #fff;
	text-decoration: none;
}
.nav-bottom a:last-child {border: none;}

.footer-fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 4px 0;
  text-align: center;
  background-color: #1F6282;
  font-size: 12px;
  color: #8bafc4;
}
.footer-fixed a {
  text-decoration: none;
  color: #8bafc4;
  padding: 0 12px 0 8px;
  border-right: 1px solid #8bafc4;
}
.footer-fixed a:hover {
  color: #fff;
}
.footer-fixed a:last-child {
  border: none;
}
#bbb-seal {float: right;}
/***************** survey stuff*******************/

.text-survey, .select-survey, .select-group a, .textarea-survey {
	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: 1px solid #CCC;
	border-radius: 0; /* defeating user agent stylesheet 5px */
}
.text-survey {padding: 10px;}
.textarea-survey {height: 140px;}
.select-survey {
	background-color: #fff;
	/*color: #00499a;*/
}
.check-choice, .radio-choice {display: block; line-height: 2.0;}
input[type=checkbox], input[type=radio] {
  -ms-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
	transform: scale(1.5);
  padding: 10px;
}
/***************** end of survey stuff*******************/

/****************** begin contact stuff ******************/
#contact-box {
	max-width: 300px;
	margin: 0 0 8px 0;
	padding: 4px 10px 10px 10px;
	background: #F5F5F5;
	border: 1px solid #999;
	border-radius: 8px;
}
.text-contact {
	font: 14px/14px Arial, Helvetica, sans-serif;
	width: 100%;
	box-sizing: border-box;
	margin: 4px auto 4px auto;
	padding: 6px;
	border-radius: 6px;
	border: thin solid #999;
}
.select-contact {
	width: 100%;
	box-sizing: border-box;
	font: 14px/14px Arial, Helvetica, sans-serif;
	margin: 4px auto 4px auto;
	padding: 6px;
	border-radius: 6px;
	border: thin solid #999;
}
.captcha {
	border: 1px solid #000;
	float: left;
	margin: 10px 10px 10px 0;
}
.captcha-refresh {
	width: 30px;
	float: left;
	padding: 5px 5px 5px 0;
}
.captcha-code {
	width: 70px;
	border: 1px solid #000;
	margin: 10px 10px 10px 5px;
}

/*************** end contact stuff *****************/

/*********** testimonial stuff *************/
#test-window {
	max-width: 700px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	background-color: #CCE9F7;
}
#test-window img, .single img {width: 200px;}
#slider {
	width: 2860px;
	position: relative;
	-webkit-transition: left .5s ease-in-out;
	-moz-transition: left .5s ease-in-out;
	-o-transition: left .5s ease-in-out;
	-ms-transition: left .5s ease-in-out;
	transition: left .5s ease-in-out;
	left: 0;
}
#slider h2 {text-align: center;}
.testimonial {
	width: 695px;
	margin-right: 15px;
	text-align: left;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 400px;/*adjust at breakpoints*/
	font: 15px/normal "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#test-buttons div {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	display: inline-block;
	margin: 6px;
	border: 1px solid #999;
}
#btn1 {background-color: #cccccc;}

@media screen and (min-width: 320px) {
	.testimonial {padding-right: 400px;}
}
@media screen and (min-width: 360px) { /* Galaxy 5S */
	.testimonial {padding-right: 360px;}
}
@media screen and (min-width: 375px) {
	.testimonial {padding-right: 345px;}
}
@media screen and (min-width: 414px) {
	.testimonial {padding-right: 305px;}
}
@media screen and (min-width: 480px) {
	.testimonial {padding-right: 240px;}
}
@media screen and (min-width: 568px) {
	.testimonial {padding-right: 152px;}
}
@media screen and (min-width: 640px) {
	.testimonial {padding-right: 80px;}
}
@media screen and (min-width: 667px) {
	.testimonial {padding-right: 53px;}
}
@media screen and (min-width: 736px) {
	.testimonial {padding-right: 20px;}
}
/************ end testimonial stuff **************/


/*** media queries ***/

@media screen and (min-width: 350px) {
	header {padding: 8px;}
}
@media screen and (min-width: 410px) {
	#logo {width: 240px;}
	#checkmark {width: 46px; height: 45px; top: -10px;}
	#below-photo-text {font-size: 20px; padding-top: 6px; padding-bottom: 10px;}
	.nav-bottom, .small-print {font-size: 12px;}
}
@media screen and (min-width: 600px) {
	#main-box {padding: 0;}
	#headline-for-mobile {display: none;}
  #tagline {display: table-cell;}
  #arrow {display: table-cell;}
  #seal-text {display: inline-block;}
  #seal {display: inline-block;}
  #photostrip {display: inline-block;}
  #form-box {float: right; margin: 20px; width: 270px;}
	.form-headline {margin-bottom: auto; padding: 18px 10px 18px 10px;}
	#checkmark {width: 56px; height: 54px; top: -15px;}
	#form-fields {padding: 10px 0 10px 0;}
  #rotating-photos {display: block;}
  #bottom-left {display: table-cell; padding-right: 20px;}
  #bottom-right {display: table-cell; width: 293px; border-left: 3px solid #CCC;}
}
@media screen and (min-width: 626px) {
	#seal-text {width: 300px;}
	#seal {wwidth: 300px; margin-top: 10px;}
	#photostrip {width: 300px; top: -50px; font-size: 15px;}
}
@media screen and (min-width: 705px) {
  #form-box {width: 300px;}
	#photostrip {width: 350px;}
}
@media screen and (min-width: 715px) {
	header {text-align: left;}
	#arrow {padding-left: 0;}
}
@media screen and (min-width: 750px) {
  .cta {font-size: 24px;}
	#seal-text {width: auto;}
	#seal {width: auto; margin-top: 0; top: -15px;}
	#photostrip {width: 350px; top: -20px; font-size: 18px;}
}
@media screen and (min-width: 780px) {
	#photostrip {width: 400px; top: -20px;}
}
@media screen and (min-width: 856px) {
	#seal-text {font-size: 18px;}
	#seal {margin-left: 0;}
	#photostrip {width: 500px; top: -20px;}
}
@media screen and (min-width: 965px) {
	#arrow {padding: 4px 36px 0 100px;}
	#photostrip {width: 590px; top: -20px;}
}
