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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}/*ol,ul{list-style:none}*/blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0;}
/*BASELINE*/
strong, b {font-weight: bold;}
section, main {display: block;}
h1,h2,h3, h4{letter-spacing: -0.075rem;}
h1 {padding:0;margin:0 0 15px 0;}
h2{padding:0;margin:0 0 20px 0;}
h3 {padding:0;margin:0 0 10px 0;}
h4,h5,h6 {padding:0;margin:0 0 7px 0;}
h1,h2,h3,h4,h5{line-height: 1.1;}
p {padding:0;margin:0 0 1rem 0;}
li {padding: .25rem; margin: 0 0 0 3rem;}
#page_content_secondary li {margin: 0 0 0 2rem;}
ol, ul {margin: 0 0 1rem 0;}
a img {border:none;}
a {text-decoration:underline;}
a:hover {text-decoration:none;}
div {position:relative;}
br {clear:both;}
hr {
		clear:both;
		border-collapse:collapse;
		border:none;
		border-bottom:1px solid #ccc;
		padding:25px 0 0 0;
		margin:0 0 25px 0;
	}
sup {
		font-size: 60%;
		top: -0.5em;
		bottom: -0.25em;
		line-height: 0;
		vertical-align: baseline;
		position: relative;
	}
a {cursor: pointer;}
a[href^="tel:"] {
  color: #000;
  text-decoration: none;
}
/*COMMON CLASSES*/
body, .stickyNavBar {min-width: 65rem;}
.homeInnerContainer,.movehomeInnerContainer,
.primaryContentContainer,
.primaryContained,
.secondaryContained,
.contained{
	width: 80%;
	display: block;
	margin: 0 auto;
}
.secondaryContained {width: 100%;}
.contained, .primaryContained {
	padding: 2rem 0;
	}
.block, .textCenter{text-align: center;} 
.block:before {
  content: '';
  display: inline-block;
  height: 100%; 
  vertical-align: middle;
 }
 
.centered {
	display: inline-block;
	vertical-align: middle;
 }
.rightCol {
    display: inline-block;
    width: 60%;
    margin: 2.5% 2.5% 2.5% 10%;
    vertical-align: top;
}
 .leftCol{
 	display:inline-block;
 	vertical-align:top;
 	margin:2.5% 10% 0 0; /*was 2.5% 0 0 0*/
 	width:16.9%;
 }
 .floatRight{
 	float: right;
 	margin-left: 1rem;
 }
  .floatLeft{
 	float: left;
 	margin-right: 1rem;
 }
.twoColumn {
	 display: inline-block;
	 vertical-align: top;
	 width: 45%;
	 margin-top: 1rem;
	 }
.twoColumn:first-of-type {margin-right: 7%;}
.twoColumn h3{margin: 20px 0 10px 0;}
.twoColumn h3:first-of-type{margin: 0 0 10px 0;}
.twoColumn ul{
	margin-left: 15px;
	padding-left: 15px;
	list-style-type: disc;
	}
.twoColumn ul ul{
	list-style-type: circle;
	}
.fourColumns {
		width: 20%;
		display: inline-block;
		vertical-align: top;
		margin-right: 5%;
	}
.fourColumns:last-of-type {
		margin-right: 0;
	}
.widthForty {width: 40%;}
/*FONT SIZE - BASE OF 16(ASSUME THAT IS WHAT BROWSER SETS)*/
#gridPrimary,#header .innerConatiner{font-size: 0;}
h1{font-size: 3rem;}
#trout.homeSection h1, h2{font-size: 2.25rem;}
h3{font-size: 1.75rem;}
h4,.primaryButton,.secondaryButton, 
#order-form-container button,
button.button{font-size: 1.25rem;}
p,.gridHighlight:before,.gridPopular{font-size: 1rem;}
ul,h5{font-size: 1rem;}
small{
		font-size: .75rem;
		display: block;
		padding: 0 0 .75rem;
	}

/*BUTTONS*/
.primaryButton, 
.secondaryButton,
button {
display: inline-block;
text-decoration: none !important;
padding: .5rem 1.75rem !important;
border: 0 !important;
border-radius: 0.3rem;
cursor: pointer;
font-weight: lighter;
}
form button.primaryButton {display: block;}
.primaryButton:hover, button:hover{
	background-image: -webkit-linear-gradient(top, #B44619, #F05D21);
}
.secondaryButton:hover {
	background-image: -webkit-linear-gradient(top, #00424D, #00849b);
}
.primaryButton b, .secondaryButton b {font-weight: normal;}
.buttonPadding .primaryButton {
		padding: 1rem 1.75rem !important;
		margin-right: .5rem;
	}
/*LARGE BULLETS*/
ul.bulletsLarge {
    font-size: 1.75rem;
    list-style: disc;
    text-align: left;
    padding: 0 0 0 5rem;
}
ul.bulletsLarge li {
    padding: .25rem 0;
}

/*Flexbox*/
.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.flex-container > div {
  background-color: #f1f1f1;
  width: 400px;
  margin: 10px;
  text-align: left;
}


/*FORMS*/

input,
textarea{
	border-radius: 0.3rem !important;
	border: solid 1px #AAA !important;
	padding: 0.2rem 0.5rem !important;
}
.smartform {padding-top: 20px;}
.formNewsletter label, 
.smartform label {display: block;}
.formNewsletter .formReq:after {
	color: #e32;
	content: ' *';
	display:inline;
}
.formNewsletter label.error,
.smartform label.error {color: #FF0000; padding: 5px 0;}
.formNewsletter h4 {color: #FF0000;}
.formNewsletter input, 
.smartform input {
		width: 90%;
		padding: 5% !important;
		/*margin: 0 0 5% 0;*/
	}
#page_content_primary .smartform input,
#page_content_primary .smartform textarea {
		width: 95%;
		padding: 2% !important;
		margin-bottom: 2%;
	}
#page_content_primary .smartform .form-math input {width: 20%;}
#page_content_primary .smartform label {
		padding: 0 0 5px 0;
	}
.formNewsletter select, .smartform select {
		width: 100%;
		padding: 5% !important;
	}
.noBreakForm br {display: none;}
.required.error, input.error {border: solid 1px red !important;}
.required.valid, input.valid {border: solid 1px green !important;}
.formNewsletter input[type=radio], 
.smartform input[type=radio] {width: inherit; /*margin: 0 0 1rem 0;*/}
.formNewsletter p,
.smartform p {margin: 0 0 .5rem 0;}
.formNewsletter p:last-of-type,
.smartform p:last-of-type {margin: 0 0 1rem 0;}
.formNewsletter, #page_content_secondary_NC .smartform {
		padding: 1rem 1rem 1rem 1rem;
		background: #f7f7f7;
		border: 1px #ccc solid;
	}
button.button b {font-weight: normal;}
select {
	/* styling */
		background-color: white;
		border-radius: 4px;
		display: inline-block;
		font: inherit;
		line-height: 1.5em;
		padding: 0.5em 3.5em 0.5em 1em;
	/* reset */
		margin: 0;      
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		/*-webkit-appearance: none;*/
		-moz-appearance: none;
	}
/* arrows */
select.formMinimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select.formMinimal:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.formRepSearch button {vertical-align: top;}
.sideNav .formRepSearch button {padding: .5rem .9rem !important;}




/*HOME PAGE*/
/*TOP*/
main{
	z-index: 1;
	position: relative;
	padding-top: 11.8rem;
}
#home #page_content_auxiliary{border-top: solid #F05D21 2px;margin-bottom: 1rem;}
#page_content_auxiliary{
	background-size: cover;
	background-position: center center;
	margin-bottom: 1rem;
}
#homeTopContentZone{
	width: 35%;
	margin-left: 10%;
	top: 2rem;
	min-height: 40rem;
}
#homeTopContentZone .secondaryButton,
#homeTopContentZone .primaryButton{
	margin-right: 1rem;
	margin-bottom: 1rem;
}
/*COMMON*/
.homeSection{
		padding: 1rem 0;
		margin: 3rem 0;
	}
.doubleBullets {
		width: 45%;
		display: inline-block;
		vertical-align: top;
		padding-bottom: 2rem;
	}
/*TROUT*/
#trout {
		margin: 0 auto;
		width: 80%;
		text-align: center;
	}
#trout.fullWidthWide {width: 100%;}
#trout h2+p {margin-bottom: 3rem}
.troutContainer{
		width: 33%;
		max-width: 27rem;
		display: inline-block;
		vertical-align: top;
		min-height: 25.5rem;
	}
#trout.troutLanding {
		width: 100%;
		border-top: 2px #eee solid;
		margin-top: 2rem;
		padding-top: 1.5rem;
	}
.troutContainer a.primaryButton,
.troutContainer a.secondaryButton{
		position: absolute;
		bottom: 0;
		width: 30%;
		left: 0;
		right: 0;
		margin: auto;
	}
.troutContainer img {
		width: 90%;
		margin: 0 auto;
		-webkit-box-shadow: 0 8px 6px -6px black;
		-moz-box-shadow: 0 8px 6px -6px black;
		box-shadow: 0 8px 6px -6px black;
		margin-bottom: 1rem;
		opacity: 1;
		transition: opacity .25s ease-in-out;
		-moz-transition: opacity .25s ease-in-out;
		-webkit-transition: opacity .25s ease-in-out;
	}
.troutContainer:hover img {opacity: .75;}
.troutContainer p{padding: 0 1rem;}
.troutContainer a {text-decoration: none;}
/*WHY*/
#aboutHero{
		display: inline-block;
		vertical-align: middle;
		width: 30%;
	}
#aboutContent{
		text-align: left;
		width: 70%;
		margin-right: -.25rem;
		display: inline-block;
		vertical-align: middle;
	}
#aboutContent h4{margin-top: 5rem;}
/*FEATURES*/
#keyFeatures .homeInnerContainer{text-align: center;}
.movehomeInnerContainer{text-align: left;}
.featuresIcons{
		margin-top: 1.5rem;
		width: 18%;
		display: inline-block;
		text-align: center;
		cursor: pointer;
		padding: 0 3%;
		vertical-align: top;
	}
.featuresIcons img{
		-webkit-box-shadow: 0 8px 6px -6px black;
		-moz-box-shadow: 0 8px 6px -6px black;
		box-shadow: 0 8px 6px -6px black;	
		margin-bottom: 1rem;
		width: 100%;
	}
.featuresIcons img:hover{	
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;	
	}
.featuresIcons a{text-decoration: none;}
.featuresIcons a.primaryButton{
		text-decoration: none;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		width: 8rem;
		bottom: 0;
	}
.featuresIconWrapper {
		text-align: center;
		padding: 0 0 2rem 0;
	}

/*404*/
#fourOhFour {
		height:20rem;
		padding-top: 5rem;
	}
#fourOhFourContent h1 i{
			display: inline-block;
			font-weight: lighter;
			letter-spacing: -.25rem;
		}
#fourOhFourContent a{
		text-transform: uppercase;
	}
#fourOhFourContent a:hover{text-decoration: none;}
#fourOhFourContent ul li{display: inline-block;}
#fourOhFourContent ul li a{margin-right: 1rem;}

/*SIDE NAV*/
.sideNav{
 	margin-bottom: 2rem;
}
/*FORM*/
.desForm {
		font-size: 0;
		margin-top: 3rem;
	}
.desForm form{padding: 0 !important;}
.halfFrom,.thirdForm{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	margin-bottom: 1.5rem;
}
.thirdForm{
	width: inherit;
    font-size: 1rem;
    padding: 0 3rem 0 0
}
.halfFrom label, .thirdForm label{
	display: inline-block;
	width: 50%;
	margin-bottom: .5rem;
}
.thirdForm label{
	width: 33%;
}
.halfFrom input,.thirdForm input{
	display: inline-block;
	width: 75%;
}
.halfFormText {margin: .35rem 0 0 0;}
.fullForm label{
	display: block;
	margin-bottom: .5rem;
}
.fullForm textarea[name="message"]{
	height: 10rem; 
	vertical-align: top	;
	width: 87.7%;
}
.form-math{	margin: 1rem 0;}
.form-math p{
	display: inline-block;
	margin-right: 1rem;
}
.form-math p:last-of-type {
	width:100%
}
.form-math p:last-of-type > input{
	width:25%
}
.form-math p:first-of-type:after {
	color: #e32;
	content: ' *';
	display:inline;
}
.form-math .math_answer{display:none;}
/*input:focus[value]{text-indent: -1000px;}*/
.formOr {
    font-size: 2rem;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    display: table;
    padding: .5rem;
	margin-bottom: 1rem;
}
/*Contact Us Page*/
#contact-us .leftCol a{
	text-decoration: none;
	display: inline-block;
}
#contact-us .leftCol p{margin-bottom: 2rem;}
/*Grid Page*/
.gridLocation {
		text-align: center;
		padding: 0rem 0 3rem 0;
		display: block;
		color: #fff;
		font-size: 1.25rem;
	}
.gridShowAll {
    text-align: center;
    padding: .25rem .5rem .5rem;
    display: block;
    color: #fff;
    font-size: 1.25rem;
	border: 2px #fff solid;
    width: 20%;
    margin: 0 auto;
    margin-top: 3rem;
	transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
}
.gridShowAll:hover {
		background-color: #F05D21;
		cursor: pointer;
	}
.gridShowAll b {
    font-size: 2.5rem;
    vertical-align: text-bottom;
}
.gridLocation a {color: #fff;}
#gridAux {
    margin: 0 auto;
    width: 80%;
    text-align: center;
	    padding: 3rem 0 0;
}
#page_content_primary.gridPriWrapper,
.slpDarkBkg {
		width: 100%;
		padding: 2rem 0 4rem;
		margin-top: 0;
	}
#gridPrimary {
    width: 80%;
    background-color: #fff;
    margin: 0 auto;
	border: .15rem #fff solid;
	border-radius: 25px 0 0 0;
}
.gridFeatures {
	    display: inline-block;
		vertical-align: top;
		width: 33.25%;
	}
.gridFeatures span {
		display: block;
		font-size: 1.75rem;
		padding: 6rem 5%;
		height: 3rem;
		background-color: #fff;
    	border-radius: 25px 0 0 0;
		background: url(images/thirteenMonths.png) no-repeat center center;
	}
.gridFeatures p {
    font-size: 1rem;
    padding: 1rem;
    margin: 0;
    border-top: 2px #fff solid;
}
.gridFeatures p:last-of-type {
	height: 6rem;
	padding: 0;
}
.gridHighlight .primaryButton {
    border: 2px white solid;
    box-shadow: 0px 5px 5px rgba(0,0,0,.25);
}
.gridHighlight .primaryButton:hover {
    box-shadow: none;
}
.gridSelected {
		margin: 0;
		height: 3rem;
		background-color: #eee;
		border-top: 2px #fff solid;
	}
.gridSelected:last-of-type {
		height: 4rem;
		padding: 2rem 0 0 0;
		background-color: #ddd;
	}
.gridHighlight .gridSelected {
    background-color: #DFFFFF;
	border-top: 2px #fff solid;
}
.gridHighlight .gridSelected:last-of-type {
    background-color: #BFFFFF;
}
.gridDot, .gridDotNo {
		background-image: url(images/checkArrow.png);
		background-size: 12%;
		background-repeat: no-repeat;
		background-position: center center;
		display: block;
		height: 3rem;
	}
.gridDotNo {background-position: 100000px 1000000px;}
.gridCol {
   display: inline-block;
    width: 22.15%;
    vertical-align: top;
    text-align: center;
	background-color: #eee;
	/*margin-left: .25%;*/
}
.gridCol:last-of-type {margin-left: .25%;}
.gridColWrapper {
		height: 15rem;
		position: relative;
		background: -webkit-linear-gradient(#eee, #ddd); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(#eee, #ddd); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#eee, #ddd); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#eee, #ddd); /* Standard syntax */
	}
.gridHighlight .gridColWrapper {
		background: #BFFFFF;
	}
.gridHighlight {
		background-color: #E4F1F8;
		position: relative;
		box-shadow: 0px 0px 25px rgba(0,0,0,.5);
		z-index: 2;
		}
.gridHighlight:before {
		content: "We Recommend";
		position: absolute;
		color: #fff;
		top: -15px;
		width: 90%;
		left: 0;
		padding: 5% 5% 0 5%;
		z-index: 1;
	}
.gridHighlight:after {
		content: "";
		background-color: #BFFFFF;
		position: absolute;
		bottom: -15px;
		width: 90%;
		left: 0;
		padding: 5%;
		z-index: 1;
	}
.gridCol h3 {
    padding: 5%;
    background-color: #B1B1B1;
	color: #fff;
    font-size: 1.25rem;
    text-transform: uppercase;
}
.gridPopular {
		display: block;
		position: absolute;
		bottom: 0;
		background-color: green;
		color: #fff;
		width: 96%;
		padding: 2%;
	}
.gridCol p, .gridCol small {
    width: 80%;
    margin: 5% auto;
    font-size: 1.25rem;
}
p.planPrice {font-size: 2rem;}
.gridCol small {
		font-size: 0.75rem;
		display: block;
	}
.shortWrapCont{
		padding: 2rem 40% 2rem 10%;
		display: table-cell;
		vertical-align: middle;
	}
.imageFullWidth {
    width: 100%;
}
/*SITE MAP*/
.twoColumn ul a {
	line-height: 140%;
    font-size: 1.125rem;
	}
/*ARTICLE OPTIONAL SECTION WRAPPERS*/

.aboutWrapper, .faqWrapper,
.stateWrapper,.stateWrapper,
.learnWrapper,.contactWrapper,
.newsWrapper,.sitemapWrapper,
.serviceProWrapper,.realestateWrapper, 
.premierstateWrapper, .quoteWrapper, .moversWrapper, .formWrapper {
		background-size: cover;
		background-position: center center;
		min-height: 20rem;
		display: table;
		width: 100%;
	}
.aboutWrapper, .faqWrapper, .stateWrapper {
		background-image: url(../../../images/hwa/homeownerSlideBg3.jpg);
	}
.stateWrapper {
		background-image: url(../../../images/hwa/homeownerSlideBg8.jpg);
	}
.formWrapper {
		background-image: url(../../../images/hwa/homeownerSlideBg9.jpg);
	}
.learnWrapper {
		background-image: url(../../../images/hwa/homeownerSlideBg4.jpg);
	}
.contactWrapper {
		background-image: url(../../../images/hwa/homeownerSlideBg5.jpg);
	}
.newsWrapper {
		background-image: url(../../../images/hwa/homeownerSlideBg7.jpg);
	}
.sitemapWrapper {
		background-image: url(../../../images/hwa/homeownerSlideBg6.jpg);
	}
.cordlessMedWrapper {
		background-image: url(../../../images/hwa/homeownerSlideBgOven.jpg);
	}
.serviceProWrapper {
        background-image: url(../../../images/hwa/contractorSlideBg2.jpg);
		background-position: top -85px center;
	}
.realestateWrapper {
		background-image: url(../../../images/hwa/realtorSlideBg.jpg);
        background-position: top -100px center;
	}
.quoteWrapper {
		background-image: url(../../../images/hwa/homequoteBg.jpg);
        background-position: top -15px center;
	}
/*FAQs*/
.faqSearch {
    position: relative;
}
.faqSearch input {
    background: #fff;
    margin: 0 0 20px 0;
    width: 95%;
}
.faqSearch .secondaryButton {
    position: absolute;
    right: 2rem;
    top: .5rem;
    font-size: 1rem;
}
.blueBullets ul {
    list-style-type: none;
    margin: 10px 10px 25px;
    -webkit-padding-start: 30px;
}
.blueBullets ul li, .blueBullets ol li {
    padding-left: 0;
    position: relative;
}
.blueBullets ul li:before {
    content: "";
    position: absolute;
    left: -15px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-top: 7px;
	background-color: #00849b;
}
.breadcrumbNav {
    padding: 0 0 15px 0;
}
/*FULL WIDTH BACKGROUND IMAGES*/
#service-plans #page_content_auxiliary {background-image: url(../../../images/awhr/homeownerSlideBg8.jpg);}
#realtors #page_content_auxiliary {
	background-image: url(../../../images/awhr/realtorSlideBg.jpg);
	background-position: top center;
}
#contractors #page_content_auxiliary,
#contractors-auth #page_content_auxiliary {background-image: url(../../../images/awhr/contractorSlideBg.jpg);}

/*LEARNING CENTER*/
.learningTri {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	padding-right: 3%;
	}
.learningTri:last-of-type {
	padding-right: 0;
	}
.learningTri ul {
    list-style: none;
}
.learningTri li {
    margin: 0;
    border-bottom: 1px #ccc solid;
    padding: 10px 0;
}
.learningTri li:first-of-type {
    border-top: 1px #ccc solid;
}
.learningTri a {text-decoration: none;}
.learningTri a:hover {text-decoration: underline;}
.videoContainer {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 56.25%;
	}
.video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
.sideNav img {
		width: 100%;
		padding: 0 0 .5rem 0;
		opacity: 1;
		transition: opacity .25s ease-in-out;
		-moz-transition: opacity .25s ease-in-out;
		-webkit-transition: opacity .25s ease-in-out;
	}
.sideNav img:hover {}
		
/*TESTIMONIALS*/
.testimonial-meta {
	padding: .5rem 0 .25rem 0;
		font-style: italic;
	}
.testimonial-content {
		font-size: 1.25rem;
		line-height: 125%;
	}
.testimonial-meta {
		font-style: italic;
		padding: 1rem 0 0 0;
	}
.testimonial-meta:before {
		content: "- ";
	}
.rightCol .testimonial-outer {
		border-left: 1.5rem #00849b solid;
		margin: 2rem;
		padding-left: 1.5rem;
	}
	
.leftCol .testimonial-outer {
		padding: 1rem;
		border-radius: .5rem;
	}	
	
input:-webkit-autofill {
    background-color: rgb(250, 255, 189) !important;
}
/*APPLICATION INPUT ERRORS*/
input.error{
		border: 1px dotted red !important;
		margin: 3px !important;
	}
input[type="checkbox"].error{outline: 1px solid red !important;}
input[type="radio"].error{outline: 1px solid red !important;}
label.error {
		color:red;
		font-style:italic;
	    font-size: 16px;
	}
/*CLIPBOARD JS*/
.clipboardTxtArea {
		height:100px;
		width: 95%;
		margin-bottom: 10px;
	}
.clipboardBtn {margin-bottom: 20px;}
/*TABLES*/
.compareTable {
		width: 100%;
		margin-bottom: 1rem;
	}
.compareTable tr {
	}
.compareTable tr td {
		border: 1px #ccc solid;
		padding: .5rem;
	}
.compareTable th {
		padding: .5rem;
		font-weight: bolder;
	}
.compareTable tr td:last-of-type,
.compareTable th,
.compareTable tr td:nth-last-of-type(2) {text-align: right;}
.compareTableLeft {font-weight: bolder;}

/*HWA Premier PPC LP*/
table {
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 10px 0;
}

td, th {
    /*border: 1px solid #0b859d;*/
    text-align: left;
    padding: 8px;
}


tr:nth-child(even) {
    background-color: #bfdbdf;
}
.colorText{
    font-weight: bold;
    background-color: #00849b;
    color: white;
    font-size: 15px;
}
.premierstateWrapper {
    background-image: url(../../../images/hwa/lp/homeownerSlideBg10.jpg);
    background-position: 30% 20%;
}
.premierstateWrapper.spMovers {
    background-image: url(../../../images/hwa/lp/maturecouple.png);
    background-position: 30% 20%;
}
.moversWrapper {
    background-image: url(../../../images/hwa/lp/movingfamily.png);
    background-position: 30% 20%;
}
.moversWrapper2 {
    background-image: url(../../../images/hwa/homeownerSlideMovers.jpg);
    background-position: 75% 20%;
}

tr.rowHeading {
    background-color: #00849b;
    color: #fff;
}
tr.rowHeading td {
    border: 0px;
}

/*Chat Update */
#velaro-chat-text {
		width: 69% !important;
		color: #000000 !important;
		font-size: 14px !important;
	}
#velarochat .chatwindow-top-available,
#velarochat #end-chat{color: #ffffff !important;}
#velarochat .msg-text {color: #000 !important}
#velarochat, #velarochat-container {overflow: inherit !important;}

/* ACCORDION TABS */
.faqAccordion {
		background-color: #fff;
		cursor: pointer;
		padding: .75rem 0;
		width: 100%;
		border-top: 1px #005776 solid;
		transition: 0.4s;
	}
.faqAccordion:last-of-type {border-bottom: 1px #005776 solid;}
.faqAccordion.active, .faqAccordion:hover {
    background-color: #eee;
}
.faqAccordion:before {
    content: '\02795';
    font-size: 13px;
    color: #777;
    padding: 0px 10px 0 0;
    vertical-align: middle;
}
.faqAccordion.active:before {
    content: "\2796";
}
div.faqPanel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}
div.faqPanel.show {
    opacity: 1;
    max-height: 1000px;
}
div.faqPanel p {
    padding: .75rem 0 0;
}
/* END ACCORDION TABS */

/*Movers*/
table {
  border: 1px solid #e1e1e1;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 17px;
  margin: 5px;
}

table tr {
  background-color: #f8f8f8;
  padding: 15px;
}

table th,
table td {
  padding: 20px;
  text-align: left;
}

table th {
  font-size: 17px;
  background-color: #f15d21;
  color: #fff;
}
#contents {
    width: 100%;
    }

#contents table {
    width: 48%;
    margin: 0 25px 0 10px;
    }

#table_one {
    float: left;
    }
.checkmark{
    padding: 0 220px 20px;
	}
.grayCheckmark{
    padding: 0 120px 20px;
	}
.grayRightCheckmark{
    padding: 0 350px 20px;
	}
.contentBox{
		width: 60%;
	}
.minusmark::after{
    content: "-";
    display: block;
    color: #F05D21;
    font-weight: bold;
    font-size: 40px;
    line-height: 5%;
    text-align: right;	
	padding: 0 60px 0 0;
}
tr:nth-child(even) {
    background-color: #dcdcdc;
}
div.faqPanel, div.faqPanelMovers{
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}
div.faqPanel.show {
    opacity: 1;
    max-height: 1000px;
}
div.faqPanel p {
    padding: .75rem 0 0;
}
div.faqPanelMovers {
    padding: 0 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}
div.faqPanelMovers .show {
    opacity: 1;
    max-height: 1250px;
}
div.faqPanelMovers  p {
    padding: .75rem 0 0;
}
div.faqPanelMovers.show {
    opacity: 1;
    max-height: 2000px;
}
.viewingContainer{
    padding: 25px;
}
#movers{
	background-color: #EEE;
}
.contWrapMover{
    padding: 2rem 40% 2rem 10% !important;
    display: table-cell;
    vertical-align: middle;
}

@media only screen and (max-width: 760px)  {
.movehomeInnerContainer{
	width: 100%;
}
.checkmark {
    padding: 0 0 0 35px;}
#topdataTable table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
tr:nth-of-type(odd) { 
  background: #eee; 
}
th { 
  background: #f15d21; 
  color: white; 
  font-weight: bold; 
}
td, th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
}
/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;

	}
#contents table {
    width: 100%;
    margin: 0 25px 0 10px;
}
iframe.videoPhone{
    width: 100%;
}
li {
    margin: 0 0 0 1px;
}
.minusmark::after {
    text-align: left;
    padding: 0 0 0 0;
		}
}
