/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine work of
 * Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 * and Blueprint http://www.blueprintcss.org/
 */
 

@font-face {
    font-family: "ArchitectsDaughter";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/Architects_Daughter/ArchitectsDaughter.ttf")  format("truetype");
}

@font-face {
   font-family: "Campton";
   font-style: normal;
   font-weight: normal;
   src: url("fonts/Campton/Campton-Light.ttf")  format("truetype");
}

@font-face {
   font-family: "CamptonExtraBold";
   font-style: normal;
   font-weight: normal;
   src: url("fonts/Campton/Campton-ExtraBold.ttf")  format("truetype");
}

@font-face {
   font-family: "CamptonSemiBold";
   font-style: normal;
   font-weight: normal;
   src: url("fonts/Campton/Campton-SemiBold.ttf")  format("truetype");
}

@font-face {
   font-family: "Campton";
   font-style: normal;
   font-weight: 500;
   src: url("fonts/Campton/Campton-Medium.ttf")  format("truetype");
}

@font-face {
   font-family: "MerriweatherRegular";
   font-style: normal;
   font-weight: 500;
   src: url("fonts/Merriweather/Merriweather-Regular.ttf")  format("truetype");
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #f1f1f1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
	margin-left: 30px;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

h2 {
	font-family: 'CamptonSemiBold', sans-serif;
}

body {
	background-color: #CFEAF1;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
}

img {
	max-width: 100%;
}

div {
	margin: 40px 0;
}

h1, h2, h3, p, ul {
	margin-bottom: 20px;
	line-height: 1.2em;
}

ul.dots-red li{
	color: red;
	list-style: disc;
	margin-bottom: 10px;
}

ul.dots-red li span {
	color: #000;
}

.container {
	max-width: 980px;
	margin: 50px auto 20px;
	background-color: #fff;
	font-family: 'MerriweatherRegular', sans-serif;
	font-size: 16px;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 1%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 49.5%;
	padding-left: 1%;
}

.one-third,
.two-sixths {
	width: 33%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.uppercase {
	text-transform: uppercase;
}

.bg-blue {
	background-color: #283863;
	padding: 10px;
	color: #fff;
	margin-top: 0;
}

.bg-blue p {
	margin: 0;
}

.main-product {
	font-family: 'CamptonSemibold', sans-serif;
	font-size: 18px;
}

.main-product .image {
	max-width: 412px;
	float: left;
	margin: 0;
}

.main-product .info {
	max-width: 540px;
	float: left;
	margin: 0;
}

.main-product h1 {
	font-size: 38px;
	margin: 0 0 20px;
	color: #0e98ba;
	font-family: 'CamptonExtraBold', sans-serif;
	font-weight: 800;
	line-height: 1.2em;
}

.main-product h2 {
	font-size: 26px;
	font-family: 'CamptonSemiBold', sans-serif;
	font-weight: 700;
	margin-bottom: 16px;
	line-height: 1.2em;
}

.main-product h3 {
	font-size: 22px;
	font-family: 'ArchitectsDaughter', sans-serif;
	margin-bottom: 16px;
	line-height: 1.2em;
}

.icons img {
	float: left;
	margin-right: 10px;
}

.icons p {
	min-height: 45px;
	clear: both;
}

.bg-white .image {
	max-width: 412px;
	float: left;
	margin: 0;	
}

.bg-white .image img {
	margin-left: -20px;
}

.bg-white .info {
	max-width: 540px;
	float: left;
	margin: 0;	
}

.bg-white h2 {
	color: #0e98ba;
	font-size: 30px;
}

.bg-white h3, .bg-grey h3  {
	font-size: 24px;
	font-family: 'CamptonSemiBold', sans-serif;
}

.bg-white h4 {
	font-family: 'CamptonSemiBold', sans-serif;
	font-size: 16px;
	margin: 10px 0;
	line-height: 1.1em;
}

.banner-blue {
	text-align: center;
	background: #0D97BB;
}

.banner-blue h2 {
	font-size: 48px;
	color: #fff;
	padding: 40px;
}

.rectangle {
	background: #0d97bb;
	height: 132px;
	width: 1010px;
	position: relative;
	left:-15px;
	top: 0;
	float: left;
	box-shadow: 0 8px 4px -2px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 8px 4px -2px rgba(0,0,0,0.35);
	-khtml-box-shadow: 0 8px 4px -2px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 8px 4px -2px rgba(0,0,0,0.35);
	z-index: 100;
}

.triangle-l {
	border-color: transparent #7d90a3 transparent transparent;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: -30px;
	top: 117px;
	z-index: -1; 
}

.triangle-r {
	border-color: transparent transparent transparent #7d90a3;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: 980px;
	top: 48px;
	z-index: -1; 
}

.padding-div {
	padding: 0 40px;
}

.no-margin {
	margin: 0;
}

.p-lh p{
	line-height: 24px;
}

.divider {
	padding: 20px 0;
	text-align: center;
}

.testimonial {
	background: url('images/testimonial-bg.png') no-repeat top center;
	text-align: center;
	font-style: italic;
	margin: 0;
	min-height: 495px;
}

.testimonial p.bold {
  padding: 50px 0 0 0;
}

.testimonial p {
  font-size: 16px;
  max-width: 250px;
  margin: 0 auto 20px;
  line-height: 20px;
}

.bold {
	font-weight: bold;
}

#mainForm {
	height: auto;
	margin: 0;
}

#mainForm h2 {
	font-size: 42px;
}

.mainForm.triangle-r {
	top: 561px;
}

.mainForm.triangle-l {
	top: 631px; 
}

.ribbon-2 {
	background: #0d97bb;
	min-height: 480px;
	width: 1010px;
	position: relative;
	left:-15px;
	top: 0;
	float: left;
	box-shadow: 0 8px 4px -2px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 8px 4px -2px rgba(0,0,0,0.35);
  -khtml-box-shadow: 0 8px 4px -2px rgba(0,0,0,0.35);
  -webkit-box-shadow: 0 8px 4px -2px rgba(0,0,0,0.35);
	z-index: 100; /* the stack order: foreground */
	margin: 0;
}

.triangle-l2 {
	border-color: transparent #7d90a3 transparent transparent;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: -30px;
	top: 633px;
	z-index: -1; /* displayed under bubble */
}

.triangle-r2 {
	border-color: transparent transparent transparent #7d90a3;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: 980px;
	top: 562px;
	z-index: -1; /* displayed under bubble */
}

.form-title {
	font-family: "Campton";
	font-weight: 400;
	font-size: 42px;
	text-align:center;
	color: #fff;
	padding: 40px 0 25px;
}

.wrap {
	max-width: 980px;
	margin: 0 auto;
    padding: 10px 15px;
}


.rectangle-2 .wrap {
    padding: 10px 40px;
}

.claim-form-container {
	min-height: 400px;
	max-width: 560px;
	width: 100%;
	float: right;
	background: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 25px;
}

.claim-sample-form .input-field label, .claim-sample-form .input-field input, .claim-sample-form .input-field select {
	width: 95%;
	margin-bottom: 5px;
	font-family: "CamptonSemiBold";
	display:block;
}

.claim-sample-form .input-field label  {
	font-size: 20px;
	color: #333;
}

.claim-sample-form .input-field input, .claim-sample-form .input-field select {
	font-size: 16px;
	padding: 6px;
	color: #888;
}


.imgBtn { 
background-image: url(images/submit-btn.png);
background-position:  0px 0px;
background-repeat: no-repeat;
width: 506px;
height: 77px;
border: 0px;
background-color: #fff;
cursor: pointer;
outline: 0;
margin-bottom: 20px;
}

.imgBtn:hover{ 
  background-position:  0px -79px;
}

.imgBtn:active{
  background-position:  0px -79px;
}

.campton-18 {
	font-family: "Campton";
	font-weight: 400;
	font-size: 18px;
	color: #333;
	text-transform:uppercase;
}

.aligncenter {
	text-align:center;
}

.shown-icons {clear:both;}

.shown-icons img {
margin: 2px;
vertical-align:middle;
}

.bg-darkBlue {
background-color: #283863;
}

.actNow {
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	padding: 30px 50px 10px;
	color: #fff;
	font-weight: 600;
	margin: 0;
}

.actNow a {
color: #fcbc56;
text-decoration: none;
}

.footer {
	padding: 25px;
	margin: 0;
}
.footer p{
	font-family:"Merriweather";
	font-weight: 400;
	font-size: 14px;
	text-align:center;
	line-height: 150%;
	color: #333;
}

.footer-nav {
width: 100%;
max-width: 820px;
margin: 0 auto;
}

.footer-nav a{
	font-family:"Campton";
	font-size: 14px;
	font-weight:600;
	color: #333;
	text-transform: uppercase;
	margin: 0px 18px;
	text-decoration:underline;
}

.ribbon-2 div {
	margin: 0;
}

.claim-form-container h3 {
  font-size: 30px;
  font-weight: bold;
  font-family: 'CamptonSemiBold';
}

ul.check-orange {
	overflow: hidden;
}

ul.check-orange li {
  list-style-image: url("images/check-orange.png");
  margin-bottom: 18px;
  margin-left: 40px;
  padding-left: 5px;
}