@charset "utf-8";
/* CSS Document */

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, sub, 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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

sup, sub {
   vertical-align: baseline;
   position: relative;
   top: -0.4em;
}
sub { top: 0.4em; }

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

/*------------START MAIN STYLES------------*/

body { 
    background-image: url('../images/body-bg.jpg');
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
    font-family: Calibri, Helvetica, sans-serif;
    font-size: 16px;
}

#masthead {
	width: 1024px;
	margin: 0 auto;
}

#brand-left {
    display: inline-block;
    padding: 10px 0 10px 20px;
    width: 300px;
}

#header-connect {
    display: inline-block;
    float: right;
    padding: 20px;
}

#header-connect > p {
    color: #999999;
    font-size: 18px;
    font-weight: bold;
}

#social-cluster {
    text-align: right;
    font-size: 16px;
    margin-bottom: 7px;
}

#social-cluster img {
    height: 27px;
}

   /*----------MAIN NAVIGATION & SUB-NAVIGATION STYLES----------*/  
   nav {
       background-image: url("../images/main-nav-bg.jpg");
       background-repeat: repeat-x;
       height: 62px;
       position: relative;
       width: 100%;
       z-index: 10;
   }
	   
   .nav {
	   /*background-image: url("../images/main-nav-bg.jpg");*/
       background-repeat: repeat-x;
       font-family: Arial,Helvetica,sans-serif;
       font-size: 16px;
       margin: 0 auto;
       position: relative;
       width: 1024px;
   }

   .nav > li {
       display: inline-block;
       padding: 20px 0 22px 0px;
       position: relative;
   }

   .nav > li > a {
       color: #FFFFFF;
       height: 63px;
       padding: 20px 35px 22px;
       text-decoration: none;
   }

   .nav li a:hover {
       color: #cc6600;
       /*text-shadow: 1px 1px 1px #222222;*/
   }

   .nav > li:hover > ul, .nav > li:focus > ul {
	   display: block;
   }
  

   .nav1 {
       background: none repeat scroll 0 0 #222222;
       float: left;
       font-size: 12px;
       padding: 0;
       position: absolute;
       top: 60px;
       display: none;
       width: 275px;
	   border-radius: 0px 0px 12px 12px;
	   z-index: 999;
    }
   
   .nav1 > li {
       border-bottom: 1px solid #333333;
       line-height: 45px;
       list-style-type: none;
       text-indent: 12px;
    }
	
	.nav1 > li:last-child {
	   border: 0;   
	}
   

    .nav1 > li > a {
       color: #FFFFFF;
       display: block;
       height: 45px;
       text-decoration: none;
       width: 100%;
    }
   
   .nav1 > li > a:hover {
	   color: #cc6600;
	   background: #111111;
   }
   
   .nav1 > li > a:last-child {
	   border-radius: 0px 0px 12px 12px;
   }
   
   .nav1:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

    #mobile-menu {
      display: none;
    }
   
/*-----------------END NAVIGATION------------------*/

/*------------GLOBAL STYLES------------*/

h1 {
    border-bottom: 1px solid #CCCCCC;
    color: #1A7CB6;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 28px;
    margin: 10px 0 10px;;
    padding-bottom: 5px;
}

h2 {
    font-family: Calibri, Helvetica, sans-serif;
	font-size: 24px;
	color: #0099ff;
	margin-bottom: 5px;
}

h3 {
    color: #666666;
    font-family: Calibri, Helvetica, sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
}

h4 {
    color: #666666;
    font-family: Calibri, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}


h5 {
    background: none repeat scroll 0 0 #EFEFEF;
    border-top: 1px solid #CCCCCC;
    color: #1a7cb6;
    font-family: Calibri, Helvetica, sans-serif;
    margin: 0;
    padding: 10px;
}

.no-margin {
    margin: 0;
}


hr {
	   width: 100%;
	   border: 1px solid #cccccc;
	   margin: 10px auto;
}

p {
	color: #333333;
	margin: 0;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}


/*------------HOME PAGE------------*/
#hero {
	width: 1012px;
	height: 214px;
	background-image: url('../images/hero-bg-01.jpg');
	background-repeat:no-repeat;
	margin: 0 auto;
	border-bottom: 3px solid #CCCCCC;
}
   
   
   #feature {
      background: rgb(171,171,171); /* Old browsers */
      background: -moz-linear-gradient(top, rgba(171,171,171,1) 0%, rgba(239,239,239,1) 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(171,171,171,1)), color-stop(100%,rgba(239,239,239,1))); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(171,171,171,1) 0%,rgba(239,239,239,1) 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(171,171,171,1) 0%,rgba(239,239,239,1) 100%); /* Opera 11.10+ */
      background: -ms-linear-gradient(top, rgba(171,171,171,1) 0%,rgba(239,239,239,1) 100%); /* IE10+ */
      background: linear-gradient(to bottom, rgba(171,171,171,1) 0%,rgba(239,239,239,1) 100%); /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ababab', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
      border: 1px solid #CCCCCC;
      border-radius: 12px;
      box-shadow: 0 0 5px #333333;
      float: right;
      height: 140px;
      margin: 15px 30px;
      padding: 20px;
      width: 385px;
  }

  .mobile-inner {
      padding: 0;
  }
   
   #feature h2 {
      border-bottom: 1px solid #FFFFFF;
      color: #1a7cb6;
      font-size: 20px;
      padding-bottom: 5px;
  }

   #feature p {
      color: #000000;
      margin: 10px 0 0;
  }
   
   .cta {
       background: url("../images/btn-bg-orange.png");
       background-repeat: no-repeat;
       color: #FFFFFF;
       display: block;
       /*float: right;*/
       font-family: Arial,Helvetica,sans-serif;
       font-size: 15px;
       font-weight: bold;
       height: 28px;
       margin: 10px auto;
       padding-top: 12px;
       text-align: center;
       text-decoration: none;
       text-shadow: 1px 1px 3px #333333;
       width: 195px;
   }

.main-content {
	width: 1024px;
	min-height: 550px;
	background-image: url('../images/main-content-bg.png');
    background-repeat: repeat-y;
	margin: 0 auto;
}

#leftCol {
	width: 60%;
	padding: 20px 30px;
	position: relative;
	float: left;
}

#leftCol img {
  vertical-align: bottom;
}

#leftCol > img {
  width: 100%;
}

#leftCol ul {
  list-style-image: url('../images/arrow-bullet.png');
  color: #333333;
  line-height: 24px;
  margin-left: 35px;
}

#leftCol ul li ul {
    list-style-image: none;
	list-style-type: disc;
    margin-left: 10px;
}

#leftCol a {
    color: #1a7cb6;
}

#leftCol a:hover {
    color: #cc6600;
}

#rightCol {
   width: 30%;	
   float: left;
}

.rightColBox {
	width: 85%;
	border: 1px solid #cccccc;
	margin: 15px 0;
	border-radius: 9px;
	background: #efefef;
	padding: 15px;
}

.rightColBox hr {
	width: 100%;
}

.rightColBox ul {
	list-style-image: url('../images/arrow-bullet.png');
    font-size: 14px;
    line-height: 24px;
    margin-left: 20px;
}

.margin-adjust {
    margin-bottom: 15px;
}

.notBtn {
  text-decoration: underline;
  color: #1a7cb6;
  font-size: 14px;
}

.notBtn:hover {
  text-decoration: underline;
  color: #cc6600;
}
	
footer {
	margin: 0px auto;
	width: 1024px;
	/*height: 105px;*/
	background-image: url('../images/footer-bg.png');
	background-repeat: repeat-y;
}

footer p, footer a {
  color: #fff;
}

footer a:hover {
    color: #ff6600;
}

#footer-verb {
    display: inline-block;
    padding: 35px 20px;
    width: 80%;
}

#footer-verb p {
    margin-bottom: 10px;
}

#footer-brand {
    display: inline-block;
    float: right;
    padding: 20px;
}

#footer-brand img {
    position: relative;
    right: 20px;
    top: 15px;
    width: 85px;
}

#batesNum-date {
  float: right;
  padding: 5px 20px;
}

.subPageHead {
    background: #1a7cb6;
    background: -moz-linear-gradient(center top , #1A7CB6, #12577F) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1A7CB6), to(#12577F));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A7CB6', endColorstr='#12577F');
  border-radius: 0px 0px 7px 7px;
}

.subPageH1 {
    color: #FFFFFF;
    margin: 0;
    padding: 7px 0 0 12px;
    text-shadow: 1px 1px 2px #333333;
    border: 0;
}

.subHeading {
    color: #FFFFFF;
    font-size: 16px;
    padding: 2px 0 10px 15px;
}

.h1Fit {
  font-size: 24px;
}

.smallerP {
  font-size: 12px;
  padding-bottom: 7px;
}

#query-box > h3 {
    display: inline;
    margin: 0;
}

#expandAll {
    background: none repeat scroll 0 0 #cc6600;
    color: #FFFFFF;
    display: inline;
    padding: 3px 10px;
    float: right;
    border-radius: 3px;
}

#expandAll:hover {
    text-decoration: underline;
}

/*#expandAll {
    display: inline;
    color: #cc6600
}

#expandAll:hover {
    text-decoration: underline;
}*/

#product-query {
  margin-top: 10px;
}

#product-query h5:hover {
  color: #cc6600;
  cursor: pointer;
  text-decoration: underline;
}

#product-query p, #product-query div {
  padding: 10px;
  background: #dedede;
}

.resource-tile {
    background: -moz-linear-gradient(center top , #ffffff, #efefef) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#efefef));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef');
    background: #efefef;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    margin: 5px 0;
    padding: 10px;
}

.resource-tile > img {
    float: left;
    border: 1px solid #cccccc;
}

.tile-verbs {
    float: left;
    padding: 0 10px;
    width: 420px;
}

.tile-no-image {
    width: 96%;
}

.tile-verbs > h4 {
    margin-bottom: 5px;
}

.tile-verbs a {
    background: none repeat scroll 0 0 #CC6600;
    border-radius: 5px;
    color: #FFFFFF !important;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0px;
    padding: 5px 25px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px #333333;
    float: right;
}

.tile-verbs iframe {
    width: 420px;
    height: 315px;
    margin: 0 15%;
}
	
/*------------CONTACT FORM------------*/

.form {
  font-family: Arial, Helvetica, sans-serif;
}

.form-group {
  margin-bottom: .66rem;
}

.form table {
    margin-left: auto;
    margin-right: auto;
    color: #666666;
}

.form input, .form select, .form textarea {
  box-sizing: border-box;
  padding: .5rem;
  width: 100%;
}

#contact-page-form {
    background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #CCCCCC;
    border-radius: 12px;
    padding: 20px;
    width: 60%;
}

#contact-page-form table {
    margin-left: auto;
    margin-right: auto;
    color: #666666;
}

#contact-page-form input {
    height: 35px;
    margin-bottom: 20px;
    width: 100%;
    font-size: 20px;
}

#contact-page-form select {
    height: 35px;
    width: 100%;
    font-size: 20px;
    margin-bottom: 20px;
}

.radioBtn {
    height: 10px !important;
    margin: 5px !important;
    width: 20px !important;
}


#clickme, #form-submit {
	background: #cc6600;
    border: 0;
    color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    -webkit-appearance: none;
   }


/*------ Insurance Calculator ------*/

  #column-one {
	width: 50%;
	float: left;
  }
  
  #column-two {
	width: 50%;
	float: left;
  }

#table-container {
    background: -moz-linear-gradient(center top , #ffffff, #cccccc) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#cccccc));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
    background: #efefef;
    border: 1px solid #CCCCCC;
    border-radius: 7px;
    color: #666666;
    font-size: 14px;
    padding: 10px 20px;
}

#table-container td {
    padding-bottom: 5px;
}

#table-container input {
    border: 1px solid #CCCCCC;
    padding: 3px;
    width: 80%;
}

.heading {
    font-weight: bold;
    padding-bottom: 10px;
}

.calculate-go {
    background: none repeat scroll 0 0 #CC6600;
    border: 0 none !important;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    padding: 5px 20px;
    margin: 0 0 20px 12px;
}

	
/*------ Complimentary Offer Form ------*/

.leftCol-tile {
    background: -moz-linear-gradient(center top , #ffffff, #cccccc) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#cccccc));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
    background: #efefef;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    margin: 5px 0;
    padding: 20px;
}

.leftCol-tile h4 {
  font-weight: bold;
}

.leftCol-tile input {
  border: 1px solid #cccccc;
}

#stateSelect {
	background: #cc6600;
    border: 0;
    color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 20px;
}

#comp-offer-form {
  margin: 10px;
}

#comp-offer-form table {
    color: #666666;
    font-size: 14px;
    margin: 10px 0;
}

.tbl-lt {
    padding: 3px;
    width: 120px;
}

.tbl-rt {
    padding: 2px;
    width: 250px;
    text-align: center;
}

.tbl-rt > input {
    padding: 5px;
    width: 200px;
}

/*------------ BEGIN MEDIA QUERIES FOR MOBILE VIEWPORTS ------------*/

@media screen and (max-width: 1024px) {
	
  body {
    background-image: none;
  }
  
  #contact-page-form {
    width: 85%;
  }
  
  #masthead {
    width: 100%;
  }
  
  #brand-left {
	width: auto;
  }
  
  .nav {
	width: 100%;
  }

  .main-content {
    background-image: none;
	width: 100%;
  }
  
  #hero {
    width: 100%;
	background-size: 100%;
	border-bottom: none;
  }
  
  #aap-form {
	width: 80%;
  }
  
  footer {
	background-image: none;
	background: #0079C2;
	width: 100%;
	height: auto;
  }
}


@media screen and (max-width: 990px) {
  
  .nav > li > a {
	padding: 20px 15px 22px;
  }
  
  .nav {
    font-size: 14px;
  }
   
}

@media screen and (max-width: 640px) {
  
  p {
	font-size: 16px;
  }
  
  #masthead {
	height: 85px;
  }

  #brand-left img {
	width: 145px;
  }
  
  #header-connect > p {
	font-size: 14px;
  }

  nav {
	height: auto;
	background: none;
  }
  
  .nav {
	font-size: 14px;
  }

  .nav > li {
	display: block;
	background: #1a7cb6;
	padding: 0;
	border-bottom: 1px solid #ffffff;
  }
  
  .nav > li > a {
    display: block;
    height: auto;
    padding: 10px 0 10px 10px;
  }
  
  .nav1 {
    border-radius: 0;
    float: none;
    position: relative;
    top: 0px;
    width: 100%;
  }

  #hero {
	background-image: none;
	height: auto;
  }
  
  #feature {
	width: 100%;
	border-radius: 0;
	margin: 0;
	float: none;
	border: 0;
	padding: 0;
	height: auto;
  }
  
  #feature p {
	font-size: 16px;
  }
  
  .mobile-inner {
	padding: 10px;
  }
  
  #leftCol {
    margin: 0px auto;
    padding: 0;
    width: 100%;
  }
  
  .subPageHead {
	border-radius: 0;
  }
  
  #rightCol {
	margin: 0px auto;
	width: 100%;
  }
  
  .rightColBox {
    margin: 15px auto;
    width: 85%;
  }
  
  .rightColBox > h3 {
	margin: 10px 0px 20px 0px;
  }
  
  .resource-tile > img {
	margin-bottom: 5px;
  }
  
  .tile-verbs {
    padding: 0;
    width: 100%;
  }
  
  .tile-verbs iframe {
	width: 90%;
	margin: 0 5%;
  }
  
  #aap-form {
	width: 88%;
  }
  
  #aap-form input, #aap-form select {
	width: 90%;
  }
  
  #footer-verb {
    padding-right: 0;
    width: 90%;
  }
  
  #footer-verb p {
    font-size: 12px;
  }
  
  #column-one {
	width: 100%;
	float: none;
	margin-bottom: 35px;
  }
  
  #column-two {
	width: 100%;
	float: none;
  }
  
   
}

@media screen and (max-width: 480px) {
  
  #masthead {
	height: auto;
  }
  
  #brand-left {
    padding: 5px;
  }
  
  #brand-left img {
	width: 145px;
  }
  
  #header-connect {
	float: none;
    display: block;
    padding: 5px 10px;
  }
  
  #header-connect > p {
	font-size: 14px;
  }
   
}
