/* www.rocketbackgroundchecks.com - CSS sheet */

@font-face {
    font-family: 'AllerRegular';
    src: url('fonts/aller_rg-webfont.eot');
    src: url('fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/aller_rg-webfont.woff') format('woff'), url('fonts/aller_rg-webfont.ttf') format('truetype'), url('fonts/aller_rg-webfont.svg#AllerRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AllerBold';
    src: url('fonts/aller_bd.eot');
    src: url('fonts/aller_bd.eot?#iefix') format('embedded-opentype'), url('fonts/aller_bd.woff') format('woff'), url('fonts/aller_bd.ttf') format('truetype'), url('fonts/aller_bd.svg#AllerBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AllerLightRegular';
    src: url('fonts/aller_lt.eot');
    src: url('fonts/aller_lt.eot?#iefix') format('embedded-opentype'), url('fonts/aller_lt.woff') format('woff'), url('fonts/aller_lt.ttf') format('truetype'), url('fonts/aller_lt.svg#AllerLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AllerItalic';
    src: url('fonts/aller_it.eot');
    src: url('fonts/aller_it.eot?#iefix') format('embedded-opentype'), url('fonts/aller_it.woff') format('woff'), url('fonts/aller_it.ttf') format('truetype'), url('fonts/aller_it.svg#AllerItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
img{
	max-width:100% !important;
}
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    border: 0;
}
body {
    background-color: #ffffff;
    -webkit-font-smoothing: subpixel-antialiased;
}
body,
td,
th {
    color: #949494;
    font-family: 'AllerRegular';
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0px;
}
form {
    margin: 0;
    padding: 0;
}
p {
    padding: 0px;
    margin-top: 10px;
}
p.representational {
    color: #aaaaaa;
    font-size: 15px;
    line-height: 19px;
}
img {
    border: none;
}
a,
a:visited,
a:active {
    color: #a91b23;
}
a:hover {
    text-decoration: none;
}
h1 {
    font-family: 'AllerBold';
    color: #484848;
    font-size: 26px;
    font-weight: normal;
    padding: -10px;
}
h1.light-h1 {
    font-family: 'AllerLightRegular';
    color: #bbbbbb;
    font-size: 32px;
    font-weight: normal;
    padding: -10px;
}
h2 {
    font-family: 'AllerBold';
    color: #666666;
    font-size: 22px;
    font-weight: normal;
    padding: -10px;
}
h3,
h3.dark-h3 {
    font-family: 'AllerBold';
    color: #565656;
    font-size: 16px;
    font-weight: normal;
    padding: -10px;
}
h3.light-h3 {
    font-family: 'AllerBold';
    color: #ffffff;
    font-size: 17px;
    font-weight: normal;
    padding: -10px;
}
h4 {
    font-family: 'AllerBold';
    color: #565656;
    font-size: 14px;
    font-weight: normal;
    padding: -10px;
}
h1.articles {
    font-family: 'AllerBold';
    color: #484848;
    font-size: 19px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 10px;
}
h2.articles {
    font-family: 'AllerBold';
    color: #484848;
    font-size: 17px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 10px;
}
h3.articles {
    font-family: 'AllerBold';
    color: #a91b23;
    font-size: 17px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 10px;
}
h4.articles {
    font-family: 'AllerBold';
    color: #a91b23;
    font-size: 15px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 10px;
}
.clearfix {
    clear: both;
}
.clear {
    clear: both;
    line-height: 0px;
}
/* texts colors + links + titles even */

.regular,
.regular:active,
.regular:visited {
    color: #a91b23;
    font-weight: bold;
}
.dark-text {
    color: #666666;
    font-family: 'AllerBold';
}
.dark-text-normal {
    color: #666666;
}
.red-text {
    color: #a91b23;
    font-family: 'AllerBold';
}
.red-text-normal {
    color: #a91b23;
}
.bold-text-normal-color {
    font-family: 'AllerBold';
}
.gray-text {
    color: #999999;
}
/* buttons */

.button-gray {
    background-image: url('../images/bg-button-gray.png');
    background-color: transparent;
    background-repeat: repeat-x;
    background-position: left top;
    height: 33px;
    line-height: 30px;
    min-width: 80px;
    color: #ffffff;
    letter-spacing: 1px;
    font-family: 'AllerBold';
    font-size: 13px;
    padding-right: 9px;
    padding-left: 9px;
    padding-bottom: 4px;
    /* text shadow */
    
    text-shadow: 0px 1px 0px #4f4f4f;
    /* borders */
    
    border-radius: 4px;
    border: 1px solid #666666;
    box-shadow: 0px 0px 0px 0px #4f4f4f;
}
.button-gray:hover,
.button-gray:focus {
    box-shadow: 0px 0px 3px 0px #4f4f4f;
    cursor: pointer;
}
.burst {
    width: 45px;
    height: 45px;
    background: url('../images/burst.png') no-repeat top left;
}
.new {
    font-family: 'AllerBold';
    font-size: 15px;
    color: #e84247;
    padding-left: 6px;
    line-height: 48px
}
.rapidhire {
    padding-left: 45px;
    margin-top: -21px;
}
.back {
    font-family: 'AllerBold';
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    text-align: left;
    width: 95%;
    padding-left: 5%;
    padding-bottom: 12px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 10px;
    margin-top: -4px;
}
.no-list {
    float: left;
    margin-right: 6px;
    width: 30px;
    padding-top: 12px;
}
p.rapid {
    color: #aaaaaa;
    font-size: 14px;
    line-height: 19px;
}
.button-red {
    background-image: url('../images/bg-button-red.png');
    background-color: transparent;
    background-repeat: repeat-x;
    background-position: left top;
    height: 33px;
    line-height: 30px;
    min-width: 80px;
    color: #ffffff;
    letter-spacing: 1px;
    font-family: 'AllerBold';
    font-size: 13px;
    padding-right: 9px;
    padding-left: 9px;
    padding-bottom: 4px;
    /* text shadow */
    
    text-shadow: 0px 1px 0px #4f4f4f;
    /* borders */
    
    border-radius: 4px;
    border: 1px solid #c20303;
    box-shadow: 0px 0px 0px 0px #4f4f4f;
}
.button-red:hover,
.button-red:focus {
    box-shadow: 0px 0px 3px 0px #4f4f4f;
    cursor: pointer;
}
.button-red-high {
    background-image: url('../images/bg-button-red-high.png');
    background-color: transparent;
    background-repeat: repeat-x;
    background-position: left top;
    height: 40px;
    line-height: 30px;
    min-width: 80px;
    color: #ffffff;
    letter-spacing: 1px;
    font-family: 'AllerBold';
    font-size: 20px;
    padding-right: 9px;
    padding-left: 9px;
    padding-bottom: 4px;
    /* text shadow */
    
    text-shadow: 0px 1px 0px #4f4f4f;
    /* borders */
    
    border-radius: 5px;
    border: 1px solid #c20303;
    box-shadow: 0px 0px 0px 0px #4f4f4f;
}
.button-red-high:hover,
.button-red-high:focus {
    box-shadow: 0px 0px 4px 0px #4f4f4f;
    cursor: pointer;
}
/* top bar - where login and sign-up buttons are */

#top-wrapper {
	background-repeat: repeat-x;
	background-position: top left;
	width: 100%;
	height:auto;
	background-image: none;
	background: rgba(0,0,0,.95);
	padding: 8px 0;
}
#top-container {
    width: 1170px;
    margin: 0 auto;
    padding: 0;
}
/* logo and menu */

#menu-logo-wrapper {
    background-color: #ffffff;
    height: 100px;
}
#menu-logo-container {
    width: 978px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

#logo {
    margin-top:0;
    float: left;
}

#logo img { 
	max-height: 70px;
}

#top-menu {
	float: right;
	height: auto;
	line-height: inherit;
	padding: 10px 0 0 0;
	width: auto;
}

#top-menu .navbar-default {
  background-color: rgba(0, 0, 0, 0);
  border: 0 none;
  height: auto;
  margin: 0;
}
#top-menu .navbar-collapse{
	padding-right:0;
}
#top-menu ul {
	list-style: none;
	margin: 6px 0 0 10px;
	padding: 0px;
	height: auto;
}
#top-menu ul li {
    float: left !important;
    margin: 0 3px;
    padding: 0;
}
#top-menu ul li span.separator {
    background-image: url('../images/menu-separator.png');
    background-repeat: no-repeat;
    background-position: 0% 42%;
    margin: auto;
    padding: 0;
}
#top-menu ul li:hover {
    padding: 0;
    height: auto;
    line-height:1.5;
    background-color: #fff;
	color:#000;
}
#top-menu ul li a, #top-menu ul li a:visited {
	font-family: Arial;
	display: block;
	height: auto !important;
	line-height: 1 !important;
	padding: 10px 8px 10px 8px;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	color: #fff;
	border-radius: 0;
}

#top-menu ul li a.down,
#top-menu ul li a.down:visited,
#top-menu ul li a.down:hover {
    background-color: #FFF;
    border-right: 1px solid #EBEBEB;
    color: #333;
    font-weight: 700;
    width: 99px;
}

#top-menu ul li a:hover { 
    color: #3b3b3b;
    cursor: pointer;
	
}

#top-menu ul li.selected a {
    color: #000;
    background-color: #ffffff;
}

#signup-and-login-buttons {
	display: inline-block;
	float: right;
	height: auto;
	line-height: inherit;
	margin-left: 0;
	margin-right: 0;
	width: auto !important;
	margin-top:6px;
}

#signup-and-login-buttons #top-login-button:hover {
	box-shadow:none;
	background:#fff;
	color: #000;
}

#signup-and-login-buttons #top-login-button {
	background: transparent;
	font-family: Arial;
	font-weight: normal;
	text-transform: uppercase;
	border: 0;
	width: auto !important;
	padding: 10px 8px !important;
	border-radius: 0;
	font-size: 14px;
	display: inline-block;
	height: auto !important;
	line-height: 1 !important;
	min-width: inherit !important;
	margin-left: 3px;
	text-shadow: none !important;
	color: #000;
}

#navbar > #top-login-button {
	color: #fff;
}

#top-menu #signup-and-login-buttons .button-red{
	margin-right:0 !important;
}
/* main content div */

#content-right {
    float: right;
    padding-left: 10px;
    margin-left: 10px;
    width: 720px;
    min-height: 520px;
}
/* some UL's  :P */

.regular-ul li {
    padding: 2px;
}
.regular-ul-nostyle {
    list-style: none;
    margin: 0;
    padding: 0;
}
.regular-ul-nostyle li {
    padding: 2px;
}
.checkmark-ul {
    list-style: none;
    padding-left: 0px;
}
.checkmark-ul li {
	float: left;
	margin-right: 20px;
	display: block;
    height: 26px;
}
.checkmark-ul li:before {
	color: #a91b23;
	content: "\2714\0020";
}


.doc-ul,
.pdf-ul,
.video-ul {
    list-style: none;
    padding: 0px;
}
.pdf-ul li {
    background: url('../images/icon-pdf.png') no-repeat left top;
    padding: 0px 0px 0px 25px;
    margin: 5px 0px 5px 0px;
    line-height: 20px;
    vertical-align: middle;
}
.doc-ul li {
    background: url('../images/icon-word-doc.png') no-repeat left top;
    padding: 0px 0px 0px 25px;
    margin: 5px 0px 5px 0px;
    line-height: 20px;
    vertical-align: middle;
}
.video-ul li {
    background: url('../images/video-icon.png') no-repeat left top;
    padding: 0px 0px 0px 25px;
    margin: 5px 0px 5px 0px;
    line-height: 20px;
    vertical-align: middle;
}
/* UL's END */

.dark-table-div {
    padding: 0px;
}
.dark-table {
    width: 718px;
}
.dark-table tr th {
    font-family: 'AllerLightRegular';
    background-image: url('../images/bg-table-th.png');
    background-repeat: repeat-x;
    color: #ffffff;
    font-size: 12px;
    text-align: left;
    padding: 5px;
}
.dark-table tr td {
    font-size: 12px;
    padding: 5px;
    border-bottom: 1px solid #cacaca;
}
/* side menu */

#left-menu {
    float: left;
    background-color: #f2f2f2;
    text-align: left;
    width: 230px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
}
#left-menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    overflow: visible;
}
#left-menu ul li {
    height: 42px;
    line-height: 42px;
    text-align: left;
    padding-left: 15px;
    border-bottom: 1px solid #dbdbdb;
}
#left-menu ul li a {
    background-image: url('../images/bg-left-menu-gray-arrow.png');
    background-repeat: no-repeat;
    background-position: 0% 50%;
    padding-left: 10px;
    font-weight: 300;
    font-size: 15px;
    color: #949494;
    text-decoration: none;
    text-shadow: 0px 1px 1px #ffffff;
}
#left-menu ul li a:hover {
    background-image: url('../images/bg-left-menu-black-arrow.png');
    background-repeat: no-repeat;
    background-position: 0% 50%;
    color: #585858;
}
#left-menu ul li.current a,
#left-menu ul li.current a:hover {
    background-image: url('../images/bg-left-menu-red-arrow.png');
    background-repeat: no-repeat;
    background-position: 0% 50%;
    color: #a91b23;
    text-shadow: none;
    text-shadow: 0px 1px 1px #ffffff;
}
/* jquery side menu */

#left-menu-2 {
    float: left;
    background-color: #f2f2f2;
    text-align: left;
    width: 230px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
}
#left-menu-2 ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    overflow: visible;
}
#left-menu-2 ul li {
    background-color: #f9f9f9;
    height: 42px;
    line-height: 42px;
    text-align: left;
    padding-left: 25px;
    border-bottom: 1px solid #dbdbdb;
}
.leftside-menu-header-open {
    height: 42px;
    line-height: 42px;
    text-align: left;
    padding-left: 15px;
    border-bottom: 1px solid #dbdbdb;
}
#left-menu-2 ul li a,
.leftside-menu-header-open span {
    background-image: url('../images/bg-left-menu-gray-arrow.png');
    background-repeat: no-repeat;
    background-position: 0% 50%;
    padding-left: 10px;
    font-weight: 300;
    font-size: 15px;
    color: #949494;
    text-decoration: none;
    text-shadow: 0px 1px 1px #ffffff;
    cursor: pointer;
}
#left-menu-2 ul li a:hover,
.leftside-menu-header-open span:hover {
    background-image: url('../images/bg-left-menu-black-arrow.png');
    background-repeat: no-repeat;
    background-position: 0% 50%;
    color: #585858;
    cursor: pointer;
}
#left-menu-2 ul li.current a, 
#left-menu-2 ul li.current a:hover,
#left-menu-2 .selectedmenuitem span {
    background-image: url('../images/bg-left-menu-red-arrow.png');
    background-repeat: no-repeat;
    background-position: 0% 50%;
    color: #a91b23;
    text-shadow: none;
    text-shadow: 0px 1px 1px #ffffff;
    cursor: pointer;
}
.lastmenuitem {
    border-bottom: none;
}
/* ShowCase - zzZZZzz */

#showcase-control {
    list-style: none;
    margin: 0 0 0 10px;
    padding: 0px;
    height: 25px;
}
#showcase-control li {
    float: left;
    margin: auto;
    padding: 0;
}
#showcase-control li:hover {
    background-color: #ebebeb;
}
/* main content divs */

.main-content-wrapper {
    margin-top: 10px;
    background-color: #ffffff;
    margin-bottom: 20px;
}
.main-content-container {
    width: 1170px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 0px;
}
.main-content-container-2 {
    width: 978px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 590px;
}
#services-div {
    float: left;
    width: 379px;
    margin-top: 9px;
}
.or-text {
    background-image: url('../images/or.png');
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 19px;
    height: 40px;
}
#showcase-wrapper {
    float: right;
    height: 350px;
    width: 100%;
}
#testimonials-wrapper {
    background-color: #e0e0e0;
    height: 257px;
    width: 100%;
    margin-top: 0px;
}
#testimonials-container {
    width: 978px;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 10px;
}
#partners-logos-box {
    background-image: url('../images/partners-clients-logos.png');
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
    width: 543px;
    height: 202px;
    margin-top: 8px;
}
#partners-logos-box-2 {
    background-image: url('../images/partners-clients-logos.png');
    background-repeat: no-repeat;
    background-position: top center;
    float: left;
    width: 543px;
    height: 128px;
    margin-top: 25px;
    margin-bottom: 5px;
}
.dark-wrapper {
    background-color: #b2b3b4;
    height: 105px;
    width: 100%;
}
.dark-container {
    width: 978px;
    margin: 0 auto;
    padding-top: 7px;
    padding-bottom: 7px;
}
#our-services-wrapper {
    background-color: #ffffff;
    height: 260px;
}
#our-services-container {
    width: 978px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
}
.service-box-1 {
    background-image: url('../images/icon-checkmark.png');
    background-repeat: no-repeat;
    background-position: 0% 3%;
    float: left;
    width: 450px;
    height: 100px;
    padding-left: 0px;
}
.service-box-2 {
    margin-top: 50px;
    background-image: url('../images/icon-checkmark.png');
    background-repeat: no-repeat;
    background-position: 0% 7%;
    float: left;
    width: 280px;
    height: 75px;
    padding-left: 25px;
}
.service-box-3 {
    margin-top: 40px;
    float: left;
    width: 450px;
    height: 100px;
    padding-left: 25px;
}
.service-box-4 {
    background-image: url('../images/icon-arrow.png');
    background-repeat: no-repeat;
    background-position: 0% 4%;
    float: left;
    width: 280px;
    height: 75px;
    padding-left: 23px;
    text-shadow: 0px 1px 0px #8c8c8c;
}
/* benefits and features tabs */

#benefits-features-wrapper {
    background-color: #ffffff;
    height: 82px;
}
#benefits-features-container {
    width: 978px;
    margin: 0 auto;
    padding-top: 10px;
    margin-top: 20px;
}
#features-pre-tab {
    background-image: url('../images/features-tab.png');
    background-repeat: no-repeat;
    float: right;
    width: 185px;
    height: 50px;
    margin-right: 162px;
}
#benefits-pre-tab {
    background-image: url('../images/benefits-tab.png');
    background-repeat: no-repeat;
    float: left;
    width: 185px;
    height: 50px;
    margin-left: 167px;
}
#features-pre-tab:hover,
#benefits-pre-tab:hover {
    cursor: pointer;
}
#arrow-for-features {
    background-image: url('../images/arrow-red.png');
    background-repeat: no-repeat;
    float: right;
    width: 40px;
    height: 20px;
    margin-top: -6px;
    margin-right: 230px;
}
#arrow-for-benefits {
    background-image: url('../images/arrow-red.png');
    background-repeat: no-repeat;
    float: left;
    width: 40px;
    height: 20px;
    margin-top: -6px;
    margin-left: 240px;
}
#benefits-features-wrapper-2 {
    /*	background-color: #e9e8e8; */
    
    background-color: #ffffff;
    height: 540px;
}
#benefits-features-container-2 {
    width: 978px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
#features-tab,
#benefits-tab {
    width: 100%;
    height: 450px;
}
#benefits-tab {
    background-image: url('../images/bg-benefits-layout-beta.png');
    background-repeat: no-repeat;
    background-position: 50% 22%;
}
h1.black-heading {
    font-family: 'AllerBold';
    color: #4e4e4e;
    font-size: 30px;
    font-weight: normal;
    margin: 18px 0px 18px 0px;
}
h2.white-heading {
    font-family: 'AllerBold';
    color: #fefefe;
    font-size: 24px;
    font-weight: normal;
    text-shadow: 0px 1px 0px #4f4f4f;
    line-height: 40px;
    padding: 0px;
    margin: 0px;
}
p.benefits-black-text {
    background: url('../images/checkmark-red-final.png') no-repeat 0% 4%;
    padding-left: 19px;
    text-align: left;
    color: #4e4e4e;
    font-size: 15px;
}
p.benefits-white-text {
    background: url('../images/checkmark-white-final.png') no-repeat 0% 4%;
    padding-left: 19px;
    text-align: left;
    color: #fefefe;
    font-size: 15px;
    text-shadow: 0px 0px 2px #4f4f4f;
}
/* PRICING sub-page, boxes etc. */

#price-boxes-container {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.price-box {
    background-image: url('../images/bg-price-box-beta.png');
    background-repeat: repeat-x;
    height: 448px;
    width: 251px;
    text-align: center;
    float: left;
    border-radius: 5px;
    box-shadow: 0px 0px 1px 1px #d8d8d8;
}
h3.red-h3 {
    font-family: 'AllerBold';
    color: #a91b23;
    font-size: 28px;
    font-weight: normal;
    margin: 0px;
    line-height: 58px;
    text-align: center;
}
h2.price {
    font-family: 'AllerBold';
    color: #565656;
    font-size: 53px;
    padding: 17px 0px 15px 0px;
    margin: 0px;
    text-align: center;
}
.per-month {
    font-family: 'AllerBold';
    color: #949494;
    font-size: 16px;
    padding: 0;
    font-weight: normal;
    text-align: center;
}
h4.price-tag {
    background-image: url('../images/bg-price-tag.png');
    background-repeat: repeat-x;
    text-align: center;
    line-height: 43px;
    height: 43px;
    padding: 0px;
    margin: 0px;
    font-family: 'AllerBold';
    color: #505050;
    font-size: 16px;
    font-weight: normal;
}
.package-description {
    text-align: left;
    width: 225px;
    margin: 0px;
    padding-top: 10px;
    padding-left: 14px;
    padding-right: 14px;
    color: #949494;
    font-size: 11px;
    line-height: 21px;
}
.package-description2 {
    text-align: left;
    width: 225px;
    margin: 0px;
    padding-top: 10px;
    padding-left: 14px;
    padding-right: 14px;
    color: #949494;
    font-size: 13px;
    line-height: 21px;
}
.price-box-button {
    background-image: url('../images/bg-button-prices.png');
    background-color: transparent;
    background-repeat: repeat-x;
    background-position: left top;
    height: 33px;
    line-height: 33px;
    min-width: 160px;
    color: #a7a7a7;
    letter-spacing: 1px;
    font-family: 'AllerBold';
    font-size: 14px;
    margin-top: 5px;
    padding-right: 9px;
    padding-left: 9px;
    padding-bottom: 4px;
    text-decoration: none;
    /* text shadow */
    
    text-shadow: 0px 1px 0px #ffffff;
    /* borders */
    
    border-radius: 4px;
    border: 1px solid #cbcbcb;
    box-shadow: 0px 0px 0px 0px #4f4f4f;
}
.price-box-button:active,
.price-box-button:hover,
.price-box-button:focus {
    cursor: pointer;
    text-decoration: underline;
}
/* footer and footer menu etc. */

#footer-high-wrapper {
    width: 978px;
	height: 222px;
    margin: 10px auto;
	border-top: 3px solid #a91b23;
}
#footer-high-container {
    width: 978px;
    margin: 0 auto;
    padding-top: 0px;
}
.footer-place-holder {
    float: left;
    width: 180px;
}
.footer-place-holder-last {
    float: right;
    text-align: left;
    width: 200px;
}
.padding-from-top {
    margin-top: 10px;
    margin-bottom: 5px;
}
/* chrome hack for this same thing */

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .padding-from-top {
        margin-top: 10px;
        margin-bottom: 3px;
    }
}
ul.footer-menu {
    padding: 0px;
    margin: 0px;
    display: block;
    list-style-type: none;
}
ul.footer-menu li {
    color: #939393;
    line-height: 22px;
    text-decoration: none;
}
ul.footer-menu li a {
    color: #939393;
    line-height: 22px;
    text-decoration: none;
}
ul.footer-menu li a:hover {
    text-decoration: underline;
    cursor: pointer;
}
ul.footer-menu li a.regular-link {
    color: #a91b23;
    line-height: 22px;
    text-decoration: none;
}
ul.footer-menu li a.regular-link:hover {
    text-decoration: underline;
}
/* info tables - state info and such */

.info-table {
    width: 970px;
}
.info-table tr th {
    line-height: 15px;
    padding: 2px;
}
.info-table tr td {
    line-height: 15px;
    padding: 2px;
    border: 1px dotted #dddddd;
}
/* input boxes + check boxes */

.form input,
.form2 input {
    color: #666666;
    background-color: #ffffff;
    height: 30px;
    line-height: 30px;
    padding-right: 5px;
    padding-left: 5px;
    /* shadows */
    
    box-shadow: inset 0px 0px 6px 2px #e5e5e5;
    /* borders */
    
    border-radius: 3px;
    border: 1px solid #cacaca;
    outline: none;
}
.form select,
.form2 select {
    color: #666666;
    background-color: #ffffff;
    height: 30px;
    padding: 5px;
    vertical-align: middle;
    /* shadows */
    
    box-shadow: inset 0px 0px 6px 2px #e5e5e5;
    /* borders */
    
    border-radius: 3px;
    border: 1px solid #cacaca;
    outline: none;
}
.form input:hover,
.form input:focus,
.form input:active,
.form select:hover,
.form select:focus,
.form select:active,
.form2 input:hover,
.form2 input:focus,
.form2 input:active,
.form2 select:hover,
.form2 select:focus,
.form2 select:active {
    color: #666666;
    background-color: #ffffff;
    height:inherit;
    line-height:18px;
    padding-right: 5px;
    padding-left: 5px;
    /* shadows */
    
    box-shadow: inset 0px 0px 6px 2px #f0efef;
    /* borders */
    
    border-radius: 3px;
    border: 1px solid #a8a8a8;
    outline: none;
}
.form textarea,
.form2 textarea,
.textarea-multi-selectbox {
    color: #474747;
    font-family: Arial, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0px;
    color: #666666;
    background-color: #ffffff;
    line-height: 15px;
    padding: 5px;
    /* shadows */
    
    box-shadow: inset 0px 0px 6px 2px #e5e5e5;
    /* borders */
    
    border-radius: 3px;
    border: 1px solid #cacaca;
}
.form textarea:hover,
.form textarea:focus,
.form textarea:active,
.form2 textarea:hover,
.form2 textarea:focus,
.form2 textarea:active,
.textarea-multi-selectbox:hover {
    color: #474747;
    font-family: Arial, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0px;
    color: #666666;
    background-color: #ffffff;
    line-height: 15px;
    padding: 5px;
    /* shadows */
    
    box-shadow: inset 0px 0px 6px 2px #f0efef;
    /* borders */
    
    border-radius: 3px;
    outline: none;
    border: 1px solid #a8a8a8;
}
/* check boxes and radio buttons design */

.checkbox-deletemark-magic,
.checkbox-and-radiobox-magic {
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 0px;
}
.checkbox-deletemark-magic label,
.checkbox-and-radiobox-magic label {
    cursor: pointer;
    padding-left: 40px;
}
.checkbox-and-radiobox-magic label.cartspecial {
    cursor: pointer;
    padding-left: 52px;
}
.checkbox-deletemark-magic label.shorter,
.checkbox-and-radiobox-magic label.shorter {
    cursor: pointer;
    padding-left: 10px;
}
.checkbox-and-radiobox-magic label.muchshorter {
    cursor: pointer;
    padding-left: 6px;
}
.checkbox-and-radiobox-magic label.no-padding {
    cursor: pointer;
    padding-left: 0px;
}
.checkbox-deletemark-magic label input[type="checkbox"],
.checkbox-deletemark-magic label input[type="checkbox"] + span,
.checkbox-deletemark-magic labelinput[type="checkbox"] + span::before,
.checkbox-and-radiobox-magic label input[type="checkbox"],
.checkbox-and-radiobox-magic label input[type="radio"],
.checkbox-and-radiobox-magic label input[type="checkbox"] + span,
.checkbox-and-radiobox-magic label input[type="radio"] + span,
.checkbox-and-radiobox-magic label input[type="checkbox"] + span::before,
.checkbox-and-radiobox-magic label input[type="radio"] + span::before {
    cursor: pointer;
    vertical-align: middle;
}
.checkbox-deletemark-magic label input[type="checkbox"],
.checkbox-and-radiobox-magic label input[type="checkbox"],
.checkbox-and-radiobox-magic label input[type="radio"] {
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
}
.checkbox-deletemark-magic label input[type="checkbox"] + span,
.checkbox-deletemark-magic label input[type="checkbox"] + span::before,
.checkbox-and-radiobox-magic label input[type="checkbox"] + span,
.checkbox-and-radiobox-magic label input[type="radio"] + span,
.checkbox-and-radiobox-magic label input[type="checkbox"] + span::before,
.checkbox-and-radiobox-magic label input[type="radio"] + span::before {
    display: inline-block;
}
.checkbox-deletemark-magic label input[type="checkbox"] + span,
.checkbox-and-radiobox-magic label input[type="checkbox"] + span,
.checkbox-and-radiobox-magic label input[type="radio"] + span {
    line-height: 16px;
    vertical-align: middle;
}
.checkbox-and-radiobox-magic label input[type="checkbox"] + span::before {
    content: url('../images/checkmark-final.png');
}
.checkbox-deletemark-magic label input[type="checkbox"] + span::before {
    content: url('../images/deletemark-final.png');
}
.checkbox-deletemark-magic label input[type="checkbox"] + span::before,
.checkbox-and-radiobox-magic label input[type="checkbox"] + span::before,
.checkbox-and-radiobox-magic label input[type="radio"] + span::before {
    text-indent: -9999px;
    width: 15px;
    height: 15px;
    line-height: 16px;
    font-size: 14px;
    text-transform: uppercase;
    border: solid 1px #909090;
    border-radius: 3px;
    box-shadow: 0 0 1px 1px #ccc;
    background: #e4e3e3;
    background: -o-linear-gradient(-45deg, #fafafa, #cdcdcd);
    background: -ms-linear-gradient(-45deg, #fafafa, #cdcdcd);
    background: linear-gradient(-45deg, #fafafa, #cdcdcd);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#fafafa, endColorstr=#cdcdcd);
    margin: -3px 7px 0 0;
}
.checkbox-deletemark-magic label:hover input[type="checkbox"]:not(:disabled) + span::before,
.checkbox-and-radiobox-magic label:hover input[type="checkbox"]:not(:disabled) + span::before,
.checkbox-and-radiobox-magic label:hover input[type="radio"]:not(:disabled) + span::before {
    background: #e4e3e3;
    background: -o-linear-gradient(45deg, #fafafa, #cdcdcd);
    background: -ms-linear-gradient(45deg, #fafafa, #cdcdcd);
    background: linear-gradient(45deg, #fafafa, #cdcdcd);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#fafafa, endColorstr=#cdcdcd);
    box-shadow: 0 0 1px 2px #ccc;
}
.checkbox-deletemark-magic label input[type="checkbox"]:checked + span::before,
.checkbox-and-radiobox-magic label input[type="checkbox"]:checked + span::before,
.checkbox-and-radiobox-magic label input[type="radio"]:checked + span::before {
    text-indent: 0px;
    color: #a9a9a9;
    text-shadow: 0 0 1px #f5f5f5;
}
.checkbox-and-radiobox-magic label input[type="radio"] + span::before {
    content: url('../images/radio-final.png');
    border-radius: 8px;
}
.checkbox-and-radiobox-magic label input[type="radio"]:checked + span::before {
    text-indent: 0px;
}
.checkbox-deletemark-magic label input[type="checkbox"]:disabled + span::before,
.checkbox-and-radiobox-magic label input[type="checkbox"]:disabled + span::before,
.checkbox-and-radiobox-magic label input[type="radio"]:disabled + span::before {
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.checkbox-deletemark-magic label input[type="checkbox"]:disabled + span,
.checkbox-deletemark-magic label input[type="checkbox"]:disabled + span::before,
.checkbox-and-radiobox-magic label input[type="checkbox"]:disabled + span,
.checkbox-and-radiobox-magic label input[type="radio"]:disabled + span,
.checkbox-and-radiobox-magic label input[type="checkbox"]:disabled + span::before,
.checkbox-and-radiobox-magic label input[type="radio"]:disabled + span::before {
    cursor: default;
}
/* google map holder */

.google-map-wrapper {
    background-color: #e0e0e0;
    width: 600px;
    height: 390px;
    padding: 6px;
    border-radius: 8px;
}
/* take tour page */

.tour-arrow-right {
    clear: both;
    background-image: url('../images/take-tour-arrow-right.png');
    background-repeat: no-repeat;
    background-position: 70% 50%;
    width: 100%;
    height: 120px;
    margin-bottom: 10px;
}
.tour-arrow-left {
    clear: both;
    background-image: url('../images/take-tour-arrow-left.png');
    background-repeat: no-repeat;
    background-position: 30% 50%;
    width: 100%;
    height: 120px;
    margin-bottom: 10px;
}
/* login popup box */

.login-box-container {
    background-color: #fff;
    border-radius: 4px;
    padding: 0;
    width: 375px;
    height: 275px;
}
.login-box-header {
    background-image: url('../images/bg-login-header.png');
    background-repeat: repeat-x;
    border-radius: 4px 4px 0 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    height: 63px;
    line-height: 63px;
    padding: 0 0 0 15px;
    text-shadow: 0 -1px 0 #332829;
    width: 100%;
}
#login_form .login-box-content {
  background: #ffffff none repeat scroll 0 0;
  height: auto;
  padding: 20px 15px;
  width: 100%;
}
.forget-pass-home {
  display: inline-block;
  float: right;
  margin-top:30px;
  text-align: right !important;
}
#login_form .form2 input { color: #666666; background-color: #ffffff; padding-right: 5px; padding-left: 5px; /* shadows */ box-shadow: inset 0px 0px 6px 2px #e5e5e5; /* borders */ border-radius: 3px; border: 1px solid #cacaca; outline: none; width: 100%; height:40px; outline: none; behavior: none;}

#login_form .form2 input:hover, #login_form .form2 input:focus, #login_form .form2 input:active { color: #666666; background-color: #ffffff; padding-right: 5px; padding-left: 5px; /* shadows */ box-shadow: inset 0px 0px 6px 2px #f0efef; /* borders */ border-radius: 3px; border: 1px solid #a8a8a8; outline: none; height:40px; }

.identity-contact input[type="text"]:active, .identity-contact input[type="email"]:active, .identity-contact input[type="password"]:active {
    outline: none !important;
}
.identity-contact input:focus, .identity-contact textarea:focus {

    box-shadow: none !important;
}

.identity-contact input[type="text"], .identity-contact input[type="email"], .identity-contact input[type="password"], .identity-contact textarea {
    border-bottom: 1px solid #dcdee0 !important;
    font-family: 'Montserrat Light', sans-serif !important;
    color:#585959;
	box-shadow:none;
}
.fancybox-wrap {
	box-shadow: 0 0 15px #505050;
}
.identity-contact textarea {
    height: 100px;
}
.identity-contact.login-btn-home {
  display: inline-block;
  float: none;
  margin-top: 15px;
}
.forget-pass-home {
	display: inline-block;
	text-align: right !important;
	float: right;
	margin-top: 15px;
}

.forget-pass-home a{
	color:#a91b23;
}
.identity-contact input[type="submit"] {
    width: 200px !important;
    background: rgb(173, 130, 57) !important;
    margin: 0 !important;
    border: 1px solid rgb(173, 130, 57) !important;
    color: #ffffff !important;
    transition: .4s;
    border-radius: 3px;
    font-weight: 900;
	padding:16px 5px;
}
.identity-contact input[type="submit"]:hover {
    background: #fff !important;
    color: rgb(173, 130, 57) !important;
    transition: .4s;
}
.identity-contact textarea:hover, .identity-contact input[type="text"]:hover, .identity-contact input[type="email"]:hover, .identity-contact input[type="password"]:hover {
    background: none !important;
}

/* demo form popup box */

.demo-box-container {
    background-color: #f2f2f2;
    padding: 10px 0px 10px 22px;
    border-radius: 0px 0px 4px 4px;
}
.demo-box-header {
    background-image: url('../images/bg-login-header.png');
    background-repeat: repeat-x;
    border-radius: 4px 4px 0px 0px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    height: 63px;
    line-height: 63px;
    padding: 0 0 0 15px;
    text-shadow: 0 -1px 0 #332829;
    width: 270px;
}
/* glossary */

#glossary-ul {
	list-style-type: none;
	background-image: url('../images/bg-glossary-beta11.png');
	background-repeat: repeat-x;
	border: 1px solid #cacaca;
	border-radius: 6px;
	height: 33px;
	width: auto;
	padding: 0px;
	overflow: hidden;
	display: inline-block;
	margin: 0 auto;
	float: none;
}
.glossary-li {
    float: left;
    padding: 5px 12px 5px 12px !important;
    border-right: 1px solid #cacaca;
    color: #d93535;
    font-size: 16px;
    font-weight: bold;
    height: auto;
    display: inline-block;
}
.glossary-li:hover, .glossary-li-active {
	float: left;
	padding: 5px 12px 5px 12px !important;
	border-right: 1px solid #cacaca;
	background-color: #fafafa;
	color: #535353;
	font-size: 16px;
	font-weight: bold;
	height: auto;
	cursor: pointer;
	display: inline-block;
	/* overflow: hidden; */
}
/******************Starte*****************************/

.state {
	width: 100%;
	height: auto;
	padding: 15px;
	background-color: #dadada;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin-bottom: 10px;
	line-height: 1.2;
}
.state h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #e33636;
	text-transform: uppercase;
	line-height: 1;
	margin: 0;
}
.state h2 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #757171;
    line-height: 0px;
}
.orange-text {
    font-family: 'AllerRegular';
    font-size: 14px;
    color: #ff9000;
    font-style: italic;
    padding-bottom: 25px;
}
.crbcl {
    width: 100%;
    font-family: "Times New Roman", Times, serif;
}
.crbcl h1 {
    font-family: "Times New Roman", Times, serif;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
.crbcl h2 {
    font-family: "Times New Roman", Times, serif;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    font-style: italic;
    color: #000;
    padding-bottom: 15px;
}
.crbcl p {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: normal;
}
.text-black {
    color: #000
}
.crbcl p a {
    text-decoration: none;
    color: #00F;
}
.pagination {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    padding: 15px 0px;
}
.pagination h1 {
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    color: #949494
}
.pagination ul {
    list-style: none;
    padding-left: 10px;
    padding-bottom: 50px;
}
.crbcl .pagination ul {
	list-style: none;
	padding-left: 10px;
	padding-bottom: 40px;
	float: left;
}
.pagination ul li {
    float: left;
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    font-weight: normal;
    padding: 0px 8px;
    line-height: 20px;
    text-align: center !important;
    border-right: 2px solid #848484;
    color: #00f
}
.border-none {
    border-right: 0px !important;
}
.statefrca {
    width: 100%;
    color: #000;
    border: 1px solid #000;
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
}
.state-name {
    width: 140px;
    float: left;
    padding: 2px 5px 3px 5px;
    font-weight: bold
}
.state-structure {
    width: 559px;
    float: left;
    border-left: 1px solid #000;
    padding: 2px 5px 3px 5px;
    font-weight: bold
}
.state-name-1 {
    width: 140px;
    float: left;
    border-top: 1px solid #000;
    padding: 2px 0px 3px 10px;
    font-weight: bold;
    text-align: left
}
.state-structure-1 {
    width: 559px;
    float: left;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    padding: 2px 5px 3px 5px;
    font-weight: normal
}
.state-structure-1 p {
    font-family: "Times New Roman", Times, serif;
    font-size: 15px;
    margin-top: 0px !important;
    line-height: 20px;
    text-align: left
}
.text-center {
    text-align: center;
}
/***********spray Tab *********************/

@charset "UTF-8";
*/ .TabbedPanels {
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    clear: none;
    width: 100%;
    /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsTabGroup {
    margin: 0px;
    padding: 0px;
}
.TabbedPanelsTab {
    position: relative;
    top: 1px;
    float: left;
    list-style: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor: pointer;
}
.TabbedPanelsTab a {
    color: black;
    text-decoration: none;
}
.TabbedPanelsContentGroup {
    clear: both;
}
.TabbedPanelsContent {
    overflow: hidden;
    padding: 0px;
}
.TabbedPanelsContentVisible {} .VTabbedPanels {
    overflow: hidden;
    zoom: 1;
}
.VTabbedPanels .TabbedPanelsTabGroup {
    float: left;
    width: 10em;
    height: 20em;
    background-color: #EEE;
    position: relative;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
}
.VTabbedPanels .TabbedPanelsTab {
    float: none;
    margin: 0px;
    border-top: none;
    border-left: none;
    border-right: none;
}
.VTabbedPanels .TabbedPanelsTabSelected {
    background-color: #EEE;
    border-bottom: solid 1px #999;
}
.VTabbedPanels .TabbedPanelsContentGroup {
    clear: none;
    float: left;
    padding: 0px;
    width: 30em;
    height: 20em;
}
/* Styles for Printing */

@media print {
    .TabbedPanels {
        overflow: visible !important;
    }
    .TabbedPanelsContentGroup {
        display: block !important;
        overflow: visible !important;
        height: auto !important;
    }
    .TabbedPanelsContent {
        overflow: visible !important;
        display: block !important;
        clear: both !important;
    }
    .TabbedPanelsTab {
        overflow: visible !important;
        display: block !important;
        clear: both !important;
    }
}
/***********spray Tab *********************/
/****************** Extra css for thank you pages  and other pages*****************************/

.oneline {
    color: #ED0E0E;
    font-size: 36px;
    font-size: 36px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.left-col-extra {
    float: left;
    width: 600px;
    margin-top: 40px;
    text-align: center
}
.left-col-extra h2 {
    color: #050005;
    font-size: 30px;
    font-family: tahoma, arial, helvetica, sans-serif;
    text-align: left !important;
    padding-left: 85px;
}
.left-col-extra p {
    font-size: 16px;
    color: #757375;
    text-align: left !important
}
.right-col-extra {
    float: right;
    width: 325px;
    font-size: 16px;
    margin-top: 40px;
}
.right-col-extra h3.form-title {
    color: #484848;
    font-family: Arial, sans-serif;
    font-size: 22px;
    line-height: 36px;
    font-weight: normal;
}
.right-col-extra label {
    color: #999999;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    font-family: Arial, sans-serif, Gotham, "Helvetica Neue", Helvetica;
    font-style: normal !important;
}
.right-col-extra textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CACACA;
    color: #666666;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    display: inline-block;
    font-size: 13px;
    height: auto;
    line-height: 18px;
    margin-bottom: 9px;
    padding: 4px;
    width: 312px;
}
.right-col-extra select {
    width: 320px;
    height: 28px;
    line-height: 28px;
    color: #666666;
    vertical-align: middle
}
.right-col-extra input[type="submit"] {
    background-color: #3574E3;
    background-image: -moz-linear-gradient(center top, #4496FF, #3574E3);
    border-color: #3574E3 #3574E3 #25519E;
    color: #FFFFFF;
    border: 2px solid #1A3A71 !important;
    border-radius: 4px !important;
    box-shadow: 0 1px #4291FF inset !important;
    color: #FFFFFF !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-family: Helvetica, Trebuchet MS, sans-serif !important;
    font-size: 14px !important;
    font-weight: bold !important;
    height: auto !important;
    line-height: 24px !important;
    padding: 4px 12px !important;
    text-align: center !important;
    text-decoration: none !important;
    text-shadow: 0 -1px #0F2244 !important;
    width: auto !important;
    margin-top: 10px;
    margin-bottom: 20px;
}
/**********************pricing btn************************/

.pricing-btn {
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    margin: 0px auto;
    width: 200px;
    height: 20px;
    border-radius: 8px !important;
    background-color: #000000 !important;
    overflow: hidden
}
.pricing-btn a {
    display: block;
    color: #fff;
    text-decoration: none !important;
    background-color: #000;
    padding: 10px 20px;
}
/**************************** Index page video palyer *********************************/

.video-bg {
    width: 487px;
    float: left;
    text-align: center;
    padding: 88px 0 162px 0;
    background: url(../images/video-bg.png) no-repeat center top;
}