﻿#content .quote {
  background: url(/content/images/shared/internalQS/bg-texture.png) repeat, rgb(251,251,251);
  background: url(/content/images/shared/internalQS/bg-texture.png) repeat, -moz-linear-gradient(top,  rgba(251,251,251,1) 0%, rgba(244,244,244,1) 100%);
  background: url(/content/images/shared/internalQS/bg-texture.png) repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,251,251,1)), color-stop(100%,rgba(244,244,244,1)));
  background: url(/content/images/shared/internalQS/bg-texture.png) repeat, -webkit-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(244,244,244,1) 100%);
  background: url(/content/images/shared/internalQS/bg-texture.png) repeat, -o-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(244,244,244,1) 100%);
  background: url(/content/images/shared/internalQS/bg-texture.png) repeat, -ms-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(244,244,244,1) 100%);
  background: url(/content/images/shared/internalQS/bg-texture.png) repeat, linear-gradient(to bottom,  rgba(251,251,251,1) 0%,rgba(244,244,244,1) 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0px 5px 8px 2px rgba(222, 223, 223, .37);
  box-shadow: inset 0px 5px 8px 2px rgba(222, 223, 223, .37);
  margin: 3.6em 0 0;
  width: 75.53041018387553041018387553041%;
}
.lt-ie9 #content .quote{
  border: 1px solid #f0f0f0;
  background: #f4f4f4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f4f4f4',GradientType=0 );
}
#content .quote h3 {
  color: #405e7c;
  text-align: center;
  font-family: "Humanist777BT-LightB" , Arial, Verdana, Geneva, sans-serif;
  margin: 0;
}

#content .quote .quoteLinks {
  text-align: center;
  clear: both;
}
#content .quote .quoteLinks li {
  display: inline;
}
#content .quote .quoteLinks li.agent {
  background: url(/content/images/shared/divider-gradient.png) no-repeat right center;
  background-size: contain;
}
#content .quote .button input {
  font-size: 1.8em;
}
a.qsRetrieve {
  text-align: center !important;
  font-size: 1.3em;
}
.quote p {
  width: 82.397003745318352059925093632959%;
  margin: 0 auto 0 auto;
}
.quote p small {
  line-height: 1.5em !important;
  font-size: 0.799em;
}



/*Bundle Quote Start
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#qsBundle .callToAction{
	background: #0056b7;
	background: url(/content/images/shared/internalQS/bg-texture.png) repeat,#0056b7 repeat-x top url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAE2CAMAAACXwwgaAAAAGXRFW…u6puM8sQ86z03+yaQf8xN+2DdkxA/1vNE59lvnAue6OwIMAASvKklZc8eWAAAAAElFTkSuQmCC);
	background: url(/content/images/shared/internalQS/bg-texture.png) repeat,-moz-linear-gradient(top,rgba(23,155,215,1) 0%,rgba(0,86,183,1) 100%);
	background: url(/content/images/shared/internalQS/bg-texture.png) repeat,-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(23,155,215,1)),color-stop(100%,rgba(0,86,183,1)));
	background: url(/content/images/shared/internalQS/bg-texture.png) repeat,-webkit-linear-gradient(top,rgba(23,155,215,1) 0%,rgba(0,86,183,1) 100%);
	background: url(/content/images/shared/internalQS/bg-texture.png) repeat,-o-linear-gradient(top,rgba(23,155,215,1) 0%,rgba(0,86,183,1) 100%);
	background: url(/content/images/shared/internalQS/bg-texture.png) repeat,-ms-linear-gradient(top,rgba(23,155,215,1) 0%,rgba(0,86,183,1) 100%);
	background: url(/content/images/shared/internalQS/bg-texture.png) repeat,linear-gradient(to bottom,rgba(23,155,215,1) 0%,rgba(0,86,183,1) 100%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 3px 0 rgba(0,0,0,.2);
	box-shadow: 2px 2px 3px 0 rgba(0,0,0,.2);
	position: relative;
	padding: 2em 17px 2em;
}
#qsBundle .callToAction h3 {
	font-size:3.3em;
	font-family: "Humanist777BT-lightB",Arial,Verdana,Sans-Serif;
	color: #fff;
	text-align: center;
}
#qsBundle .callToAction .quoteStartForm {
	max-width: 270px;
	margin: 2em auto;
}
#qsBundle .quoteStartForm .zipCode {
	float: left;
	width: 34%;
}
#qsBundle .quoteStartForm .product {
	width: 64%;
	float: right;
}

#qsBundle .quoteLinks {
	text-align: center;
	clear: both;
	white-space: nowrap;
}
#qsBundle .quoteLinks li.agent {
	background: url(/content/images/shared/divider-gradient.png) no-repeat right center;
	background-size: contain;
	margin-right: 6px;
	padding-right: 9px;
}
#qsBundle .quoteLinks li a {
	color: #fff;
}
#qsBundle .quoteLinks li {
	font-size: 1.3em;
	display: inline;
}
#qsBundle .quoteStartForm .button {
	clear: both;
}
#qsBundle .button {
	font-size: 1.8em;
	max-width:270px;
	margin: 0 auto;
}
#qsBundle p{
	color: #fff;
	font-size: 1.6em;
	max-width: 270px;
	margin: 1em auto;
	text-align: center;
}
#qsBundle form select {
	background: #fff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,#fff 0%,#d0d0d0 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#d0d0d0));
	background: -webkit-linear-gradient(top,#fff 0%,#d0d0d0 100%);
	background: -o-linear-gradient(top,#fff 0%,#d0d0d0 100%);
	background: -ms-linear-gradient(top,#fff 0%,#d0d0d0 100%);
	background: linear-gradient(top,#fff 0%,#d0d0d0 100%);
	border: 1px solid #777;
	display: block;
	overflow: hidden;
}
#qsBundle .dropdown .display {
	background: #fff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMGQwZDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,#fff 0%,#d0d0d0 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#d0d0d0));
	background: -webkit-linear-gradient(top,#fff 0%,#d0d0d0 100%);
	background: -o-linear-gradient(top,#fff 0%,#d0d0d0 100%);
	background: -ms-linear-gradient(top,#fff 0%,#d0d0d0 100%);
	background: linear-gradient(top,#fff 0%,#d0d0d0 100%);
	border: 1px solid #777;
	color: #333;
	display: block;
	overflow: hidden;
}
@media screen and (max-width: 700px) {
  #content .quote {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    ms-box-sizing: border-box;
    padding: .9em 0 1.1em;
  }
  #content .quote h3 {
    font-size: 2.5em;
  }
  #content .quote .quoteContainer, #content .quote #QS {
    margin: .7em 29px .3em;
  }
  #content .quote .zipCode {
    float: left;
    width: 34.482758620689655172413793103448%;
  }
  #content .quote .product {
    float: right;
    width: 61.206896551724137931034482758621%;
  }
  .quote .button {
    clear: both;
    float: none;
  }
  #content .quote .quoteLinks {
    margin: .5em 1em;
  }
  #content .quote .quoteLinks li {
    font-size: 1.2em;
  }
  #content .quote .quoteLinks li.agent {
    padding-right: 10px;
    margin-right: 5px;
  }
}
@media screen and (min-width: 749px) {
  #mma #qsBundle .callToAction {
	width:39%;
  }
}
@media screen and (min-width: 701px) {
  #content .quote {
    margin-left: 11.315417256011315417256011315417%;
    padding: 2.2em 0 2.9em;
  }
  #content .quote h3 {
    font-size: 3.3em;
  }
  #content .quote .quoteContainer, #content .quote #QS {
    margin: 1.1em auto .4em;
    width: 82.397003745318352059925093632959%;
  }
  #content .quote .zipCode, #content .quote .product {
    float: left;
  }
  #content .quote .zipCode {
    width: 23.409090909090909090909090909091%;
    margin-right: 1.5909090909090909090909090909091%;
  }
  #content .quote .product {
    width: 36.590909090909090909090909090909%;
  }
  #content .quote .button {
    float: right;
    width: 36.590909090909090909090909090909%;
    margin-top: -0.25em;
  }
  #content .quote .quoteLinks {
    margin: .5em 0;
  }
  #content .quote .quoteLinks li.agent {
    padding-right: 15px;
    margin-right: 13px;
  }
}
