@charset "UTF-8";

* {box-sizing: border-box;}
html,body {height: 100%;}
body {
  margin: 0;
  font-family: 'Ubuntu', sans-serif;
  line-height: 1.7;
  font-size: 16px;
}
#logo {max-width: 300px;}
.container {
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
}
.leftCol {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
  vertical-align: top;
  background-color: #CCC;
}
#coupleBig {
  width: auto;
  height: 100%;
  float: right;
  position: relative;
  right: -125px;
  display: none;
}
#coupleSm {
  height: auto;
  width: 100%;
  max-width: 768px;
  float: none;
  position: relative;
  right: 0;
  display: block;
}
.rightCol {
  width: 100%;
  display: block;
  position: relative;
  z-index: 100;
  vertical-align: top;
  padding: 20px;
  text-align: center;
}
main {
  margin: 20px 0;
  padding: 0 20px 20px 20px;
  text-align: left;
}
h1 {font-size: 20px; line-height: 1.0;}
.dontbreak {white-space: nowrap;}

/************ form stuff ************/

#form-box {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 50px auto;
  padding: 20px 20px 0 20px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.0;
  text-align: left;
  border-radius: 5px;
  border: 1px solid #7F9CE4;
}
.textbox {
  width: 100%;
  font-size: 16px;
  padding: 6px 15px;
  margin: 6px 0 12px 0;
  font-family: 'Ubuntu', sans-serif;
  border: 1px solid #ccc;
}
button {
  margin: 10px 0 40px 0;
  padding: 6px 10px;
  border: 1px solid #7F9CE4;
  border-radius: 5px;
  background: linear-gradient(to left,#A2CFF1,#FFFFFF,#A2CFF1);

  width: 100%;
  font-family: 'Ubuntu', sans-serif;
  line-height: 1.7;
  font-size: 18px;
  text-align: center;
}
button a {
  text-decoration: none;
  font-weight: bold;
  color: #CC0133;
}
button a:hover {
  text-decoration: underline;
  color: #CC0133;
}

.little-button {font-size: 24px; padding: 10px;}

/************ end of form stuff ************/

.fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2px 8px 4px 8px;
  background-color: #808080;
  color: #fff;
  font-size: 13px;
  text-align: center;
  z-index: 200;
}
.fixed a {
  text-decoration: none;
  color: #fff;
  border-right: 1px solid #f5f5f5;
  padding: 0 12px 0 8px;
}
.fixed a:last-child {border: none;}
.fixed a:hover {color: #BADDF5;}

/************* policy pages contact form stuff *************/
#contactBox {
	max-width: 300px;
	margin: 0px 0px 8px 0px;
	padding: 4px 10px 10px 10px;
	background: #F5F5F5;
	border: 1px solid #999;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#contactBox .textField {
	font: 14px/14px 'Ubuntu', sans-serif;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 4px auto 4px auto;
	padding: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: thin solid #999;
}
#contactBox .selectBox {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font: 14px/14px 'Ubuntu', sans-serif;
	margin: 4px auto 4px auto;
	padding: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: thin solid #999;
}
#captcha {border:1px solid #000; float:left; margin:10px 10px 10px 0px;}
#captchaRefresh {width:30px; float:left; padding: 5px 5px 5px 0px; }
#captcha_code {width:70px; border:1px solid #000; margin:10px 10px 10px 5px;}

/******************** end contact stuff ******************************/

@media screen and (min-width: 768px) {
  main {margin: 40px 0;}
  .leftCol {
    display: inline-block;
    width: 49%;
    height: 100%;
    background-color: #FFF;
  }
  .rightCol {
    display: inline-block;
    width: 49%;
    padding: 100px 20px 20px 20px;
  }
  #coupleBig {display: inline;}
  #coupleSm {display: none;}
  h1 {font-size: 32px;}
  button .loud {font-size: 24px;}
}
