/*
=================================
GENERAL CSS
=================================
*/

/* Icon colors - change all FontAwesome icons to blue */
.fa, .fas, .fab, .far, .fal,
i[class*="fa-"] {
	color: #1253CC !important;
}

h2.title {
	margin-top: 12px;
    margin-bottom: 16px;
    color: #000;
    font-size: 22px;
    text-transform: initial;
}

h3.title {
	color: #666;
    margin-bottom: 16px;
}

.grey	{
	background: #efefef;
    padding: 12px 24px;
    box-sizing: border-box;
	margin-bottom: 16px;
}

.holder {
	display: inline-block;
    width: 100%;
}

.border {
	border: solid 1px Silver;
	padding: 12px 24px;
    box-sizing: border-box;
	margin-bottom: 16px;
}

label {
	width:100%;
	box-sizing: border-box;
	display: inline-block;
}

.holder label input[disabled="disabled"], .holder label input.disabled {
	border-width: 2px;
    border-style: inset;
}

.holder .one-half {
	float: left;
    width: 50%;
}

.holder .one-third {
	float: left;
    width: 33.3333%;
}

.holder .one-quarter {
	float: left;
    width: 25%;
}

.holder .one-fifth {
	float: left;
    width: 20%;
}
	
.normal	{
	font-weight: normal!important;
}

.smalltxt {
	font-weight: normal;
	vertical-align: middle;
}

div.neg-pad	{
	margin-left: -20px;
	margin-right:-20px;
}

.holder label {
    margin-bottom: 6px;
    font-size: 16px;
    color: #000;
	position:relative;
}

.holder a {
	text-decoration: none;
}

.holder input, .holder select {
    padding: 4px 6px;
    width: 100%;
    margin: 4px 0px 6px 0px;
    font-size: 16px;
    color: #666;
}

.holder label.or:before {
    content: " ";
    position: absolute;
    top: 0px;
    left: 99%;
    width: 1px;
    height: 108px;
    background: #e4e4e4;
}

.holder label.or:after {
    content: "OR";
	position: absolute;
    top: 86%;
    left: 96%;
    font-size: 80%;
    color: #666;
    font-weight: bold;
	background: #fff;
    padding: 6px 0px;
}

.contact .one-half.pad {
	padding: 0px 20px;
	box-sizing: border-box;
	margin-bottom: 14px;
}

.contact .one-half.pad:nth-child(even) {
	padding: 0px 20px 0px 30px;
}

.contact .one-half.pad:nth-child(odd) {
	padding: 0px 30px 0px 20px;
}

.complaints label, .complaints input {
    width: auto;
    display: inline-block;
    float: none!important;
}

.complaint_count {
	display: inline-block;
	margin: 0px 2px 0px 0px;
	min-width: 18px;
	text-align: center;
	color: red;
    margin-left: 8px;
    font-size: 16px;
}

span.error {
    color: red;
    display: block;
}

/*
===================================
MASS EMAIL PAGE
===================================
*/

span.Test_Check input, span.Test_Check + label {
    width: auto;
    display: inline-block;
}


/*
===================================
ADDRESS EDIT PAGE
===================================
*/

div.pnlScroll {
	border: 1px solid rgba(192, 192, 192, 0.7);
	padding: 12px; box-sizing: border-box; 
	position: relative; 
	margin-bottom: 12px;
	max-height: 400px;
}

div.pnlScroll a {
	text-decoration: underline!important;
}

div.pnlScroll input[type="submit"] {
    width: auto;
    padding: 0.5em 0.65em;
    cursor: pointer;
    float: right;
}

div.pnlScroll .chart th {
	white-space: nowrap;
}

div.pnlScroll .chart {
    margin-top: 20px;
}

div.pnlScroll .button {
	width: auto;
    cursor: pointer;
    background: #1253CC;
    padding: 7px 7px 5px 8px;
    font-weight: bold;
    font-size: 11px;
    border: none;
    min-height: 0px;
    position: absolute;
    top: 1px;
    right: 7px;
    color: #fff;
    border-radius: 25px;
    font-family: cursive;
    line-height: 12px;
}
div.pnlScroll input[type="submit"].button:hover {
	width: auto;
    cursor: pointer;
    background: black !important;
    padding: 7px 7px 5px 8px;
    font-weight: bold;
    font-size: 11px;
    border: none !important;
    min-height: 0px;
    position: absolute;
    top: 1px;
    right: 7px;
    color: #fff !important;
    border-radius: 25px;
    font-family: cursive;
    line-height: 12px;
	
}

.titles label {
    margin-top: 14px;
    font-weight: bold;
}

.contact .contact {
	display: inline-block;
	width: 100%;
}

.contact label {
    width: 19.25%;
    float: left;
}

.contact label.small {
	width: 14%;
}

.contact label.large {
	width: 24%;
}

.contact label.number {
	width: 4%;
	line-height: 37px;
    margin: 0px 0px 6px 0px;
	padding-right: 0px;
}

.contact .one-fifth.plus {
	width: 21%;
	position: relative;
}

.contact .one-fifth label:first-child {
    font-weight: bold;
}

 .contact .one-fifth {
	padding-top: 12px;
}

 .contact .one-fifth.titles {
	width:16%
}

.contact .one-fifth:after {
    content: " ";
    position: absolute;
    top: 0px;
    left: 99%;
    width: 1px;
    height: 93%;
    background: #e4e4e4;
    margin-top: 11px;
    height: calc(100% - 20px);
}

.contact .one-fifth:first-child:after {
	display: none;
}

.contact .one-fifth:last-child:after {
	display: none;
}
/* 
====================================
Code from CaseTrack.css
====================================
*/
body {
	font-family:"Nunito Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif!important;
/* 	margin-left: 0%;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 0px;
	background-image: url(/images/bk.jpg);
	background-repeat: repeat-x;
	font-size: 9pt; */
	color: #333333;
}
p, ul {
	font-size: 11pt;
	line-height: 16pt;
}
li {
	margin-bottom:6px;
}
.maintable {
	width: 100%;
}
#aspnetForm #ctl00_ContentPlaceHolder1_PageHeading {
	font-weight: bold;
	color: #000000;
}

/* .header {
	background-image: url(../../images/header_bk.jpg);
	text-align: center;
	height: 91px;
	background-repeat: no-repeat;
	background-position: center top;
} */
a:link {
	color: #006CC9;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #006CC9;
}

a:hover {

	text-decoration: underline;

	color: #999999;

}

a:active {
	text-decoration: underline;
	color: #006CC9;
}img {

	border: none;
}
select, input, textarea {
	font-weight: normal;
	color: #333333;
	margin-bottom: 3px;
	font-family: "Nunito Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif!important;
	font-size: 16px;
	padding:10px;
}
#Contact select::-ms-expand, #Search select::-ms-expand { display: none; }
select::-ms-expand { display: block; }

#aspnetForm .nav #login #ctl00_searchpanel #ctl00_SearchBox {
	padding: 1px;
}


input[disabled="disabled"],input.disabled 
{
    border:none;
    color:WindowText;
}

select:focus, input:focus, textarea:focus {
	font-weight: normal;
	color: #333333;
	margin-bottom: 6px;
	font-family: "Nunito Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif!important;
	font-size: 16px;
	padding: 4px 6px;
}
tr .totalsrow td{
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: #666666;
	color: #FFFFFF;
	font-size: 9.5pt;
}
input.radio, input.checkbox {
	border-style: none;
	border-width:0px;
}
h1 {
	font-family: "Nunito Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif!important;
	font-size: 18pt;
	margin-bottom: 10px;
	color: #CC3300;
}
.headertext {
	font-family: "Nunito Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif!important;
	font-size: 18pt;
	margin-bottom: 10px;
	color: #000000;
	font-weight: bold;
}
.smalltxt {
	font-size: 14px;
	color: #666666;
}
/*
====================================
GENERAL
====================================
*/

html {
	overflow-x: hidden;
}

body	{
	background-image: none!important;
	background: #ffffff!important;
	background-color: #ffffff!important;
	font-family: "Nunito Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif!important;
	overflow-x: hidden;
	position:relative;
}

section {
	padding-top: 100px;
	padding-bottom: 100px;
}

section h1, .pg-title {
	color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 33px;
    text-shadow: 0px 1px 0px #000000;
    margin-bottom: 52px;
}
.pg-title {margin-top:50px; margin-left:35px; position:relative;}

section h1:before, .pg-title:before {
	content: "//";
    color: #1253CC;
    text-shadow: none!important;
    margin-right: 14px;
    font-size: 42px;
    vertical-align: middle;
    letter-spacing: 1px;
}
.pg-title:before {
    position: absolute;
    left: -35px;
    top: -10px;
}

.pg-title.t-center:before {
    position: initial;
}

.t-center {
	text-align: center;
}

section h2 {
    color: #000000;
    text-transform: initial;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.1;
	margin-bottom: 28px;
}

.full-width {
	position: relative;
    width: 100vw;
    left: -50vw;
    margin-left: 50%;
	overflow: hidden;
}

.full-width .grid-padding-x > .cell {
	padding-right: 2.8125rem;
    padding-left: 2.8125rem;
	padding-right: calc(0.9375rem * 3);
    padding-left: calc(0.9375rem * 3);
}

.grey-bg {
    background-color: #f1f1f1;
}

.black-bg {
    background-color: #000000;
}

a:link, a:visited	{
	text-decoration: none!important;
}

a:not(.button):link, a:not(.button):visited {
    color: #000000 !important;
}

a:hover, a:active	{
	text-decoration: none!important;
	opacity: 0.75;
}

.logo a:hover, .logo a:active, .logo a:visited	{
	text-decoration: none!important;
	opacity: 1!important;
	border: none!important;
	background:transparent!important;
}

.button, input[type="submit"].button {
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 15px;
    background-color: transparent;
    background-size: 220% 100%;
    background-position: -2px;
    background-image: linear-gradient(to left, rgba(0, 102, 204, 0) 50%, #1253cc 50%);
    -webkit-transition: background-position 0.6s;
    -moz-transition: background-position 0.6s;
    transition: all 0.6s;
    border: 2px solid #1253cc;
    font-family: "Nunito Sans", sans-serif;
    padding: 0.85em 1.75rem;
    margin: 0 0 1rem 0;
}

.button:hover, .button:focus, input[type="submit"].button:hover, input[type="submit"].button:focus {
    background-position: -88% !important;
    border: 2px solid #1253cc !important;
    background-color: transparent !important;
    background-image: linear-gradient(to left, rgba(0, 102, 204, 0) 50%, #1253cc 50%);
    opacity: 1;
    color: #1253cc !important;
}

.button:focus {
	background-color: transparent!important;
}

.button.white {
    color: #ffffff!important;
    border-color: #ffffff!important;
    background-image: linear-gradient(to left, #ffffff 50%, rgba(0, 0, 0, 0) 50%);
    opacity: 1;
}

.button.white:hover {
    color: #000000!important;
}
input[type="submit"] {
    color: #ffffff!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 15px;
    background-color: transparent;
    background-size: 220% 100%;
    background-position: -2px;
    background-image: linear-gradient(to left, rgba(0, 102, 204, 0) 50%, #1253cc 50%);
    -webkit-transition: background-position 0.6s;
    -moz-transition: background-position 0.6s;
    transition: all 0.6s;
    border: 2px solid #1253cc;
    font-family: "Nunito Sans", sans-serif;
    padding: 0.85em 1.75rem;
    margin: 0 0 1rem 0;
}

input[type="submit"]:hover, input[type="submit"]:focus {
    background-position: -88% !important;
    border: 2px solid #1253cc !important;
    background-color: transparent !important;
    background-image: linear-gradient(to left, rgba(0, 102, 204, 0) 50%, #1253cc 50%);
    opacity: 1;
    color: #1253cc !important;
}

.new_save input[type="submit"] {
    margin: 10px auto;
    display: block;
}
.absolute.vh + div, .absolute.vh + section {
	margin-top:100vh;
	margin-top: calc(100vh - 92px);
}


a.link:link, a.link:visited, a.link:active, a.link:focus {
    color: #000000;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 600;
    position: relative;
    display: inline-block;
	padding-right: 32px;
}

a.link:after {
    content: '';
    background: url(/images/forward.png);
    width: 22px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    background-size: 20px;
    position: absolute;
    top: 7px;
    right: 0px;
	transition: all 0.6s;
}

a.link:hover:after {
    right: -8px;
}

 
[type='text']:focus, #home textarea, #home textarea:focus, #home select, 
.page-faqs textarea, .page-faqs textarea:focus, .page-faqs select, .page-faqs [type='text']:focus {
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	/* margin: 0 0 1rem; */
	margin:4px 0px 6px 0px;
}


span.error[style*="inline"] {
    display: inline-block!important;
    margin-top: -8px;
    margin-bottom: 12px;
    /*color: #000000;*/
	color: red;
    border-radius: 20px;
    padding: 3px 8px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

::-webkit-input-placeholder {
color: #cacaca;
}

:-moz-placeholder { /* Firefox 18- */
color: #cacaca;  
}

::-moz-placeholder {  /* Firefox 19+ */
color: #cacaca;  
}

:-ms-input-placeholder {
color: #cacaca;  
}

textarea:-ms-input-placeholder {
    color: #cacaca!important;
}

label.select {
	position: relative;
}

label.select:after {
	content: "\f078";
    color: #cacaca;
    right: 11px;
    top: -4px;
    height: 34px;
    padding: 15px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}

iframe {
	max-width: 100%!important;
}

/* Tooltip container */
.tooltip {
     position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    background: #1253cc;
    color: #000000;
    font-weight: bolder;
    border: none;
    border-radius: 20px;
    padding: 0px 9.5px;
    line-height: 24px;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 275px;
    background-color: #f3f3f3;
    color: #000;
    /* text-align: center; */
    padding: 10px 16px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    left: -82px;
    top: -125px;
    max-width: 100vw;
	box-shadow: 0px 0px 7px #b5b5b5;
}


.tooltip:hover {
    cursor: help;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.span-container {
  position: absolute;
  left:0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
     height: 30px;
    width: 300px;
}

/*
====================================
HEADER
====================================
*/

#header {
    background-color: #1253CC;
    padding: 16px 0px;
	position: relative;
	z-index: 99;

}

.page-default #header {
    mix-blend-mode: hard-light;
}

#header a {
    text-transform: uppercase;
    color: #ffffff !important;
}

.title-bar { 
	display: none;
}

.top-bar, .top-bar ul {
	background: transparent!important;
}

.top-bar {
	float: right;
    padding-right: 0px;
    display: block;
}

#header .menu a, .menu .button {
    padding: 0.7rem 0.75rem;
}



/*
====================================
HOMEPAGE
====================================
*/


#homescreen {
    height: 100vh;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9;
    background-image: url('/images/bg_main_app2.jpg');
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
	overflow-x: hidden;
}

#homescreen > .grid-container {
	position: relative;
    height: 100vh;
    padding-top: 92px;
}

#homescreen .bottom-text {
    position: absolute;
    bottom: 0px;
    width: 100%;
	z-index: 99;
	position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 99;
    height: 315px;
    align-items: flex-end;
    display: flex;
}


#homescreen .bottom-text:before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background-image: url(/images/gradient_bg.png);
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #002f4b00 22%, #000000);
    opacity: 0.9;
    z-index: -1;
}

#homescreen .bottom-text > .grid-container {
	width: 100%;
}

#homescreen .bottom-text p {
	font-size: 1.7em;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 0px;
    letter-spacing: 0.75px;
}

#homescreen .bottom-text p span {
    color: #1253CC;
    font-weight: bold;
    text-shadow: 0 0 15px #000000;
}

#homescreen .tagline {
    text-align: right;
    margin-top: 15%;
    position: relative;
}

#homescreen .tagline .sub-title {
    color: #ffffff;
    font-size: 31.5px;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.75);
    font-weight: 500;
    margin-bottom: 20px;
}

#homescreen .tagline .main-title {
	color: #1253cc;
    font-weight: 900;
    font-size: 74px;
    line-height: 0.95;
    letter-spacing: -0.4px;
    text-shadow: 0px 0px 30px rgba(255, 255, 255, 0.8);
    position: relative;
}

#homescreen p.main-title:after {
	content: '';
    background-image: url(/images/underline.png);
    position: absolute;
    bottom: -38px;
    min-width: 320px;
    height: 24px;
    right: -37px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

#homescreen a.button {
	margin-top: -20px;
    margin-bottom: 28px;
    font-size: 20px;
    border-radius: 56px;
    padding: 0.8rem 1.95rem;
    font-weight: 900;
}

#homescreen a.button:hover {
	color: #ffffff!important;
}

#features p {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 16%;
    text-transform: capitalize;
}

#features span.head {
    display: block;
    font-weight: 900;
    margin-bottom: 0px;
    font-size: 38px;
    color: #000000;
    letter-spacing: 1px;
}

#features .grid-x > .cell:nth-child(4) {
    padding: 0 3.75rem;
}

#features .grid-x > .cell {
    padding: 0 2.75rem;
}

#features span.icon {
    border: 2px solid #aaaaaa;
    padding: 16px;
    vertical-align: middle;
    border-radius: 100px;
    width: 118px;
    height: 118px;
    box-sizing: border-box;
    text-align: center;
    line-height: 100px;
    display: inline-block;
    margin-bottom: 23px;
}

#features .tagline {
	font-size: 29px;
    display: block;
    margin-top: 37px;
}

#features img {
    margin-top: 6px;
	vertical-align: top;
}

span.icon.illegal:before {
    content: "";
    height: 46%;
    width: 2px;
    background: #aaaaaa;
    position: absolute;
    left: 7px;
    top: 25px;
    transform: rotate(306deg);
    transform-origin: top;
}

span.icon.illegal:after {
    content: "";
    height: 31%;
    width: 2px;
    background: #aaaaaa;
    position: absolute;
    right: 38px;
    bottom: 6px;
    transform: rotate(306deg);
    transform-origin: top;
}

span.icon {
    position: relative;
}



#Service p {
    color: #000000;
    font-size: 18px;
    line-height: 1.5;
	margin-bottom: 24px;
	border: none!important;
    outline: 0px!important;
}

#Service { 
	background-image: url(/images/bricks_left.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}

#Service .video { 
	z-index: 99;
	margin-top: -80px;
}

section#Service:after {
    content: '';
    width: 50%;
    right: 0px;
    position: absolute;
    height: 100%;
    top: 0px;
    background-image: url(/images/bricks_right.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
}

#home input[type='text'], #home textarea, #home select,
.page-faqs input[type='text'], .page-faqs textarea, .page-faqs select {
    border: 0px;
    border-bottom: 1px solid #cacaca;
    box-shadow: none;
    padding: 0px 6px;
	letter-spacing: 1px;
	resize: none;
	margin:0 0 1rem;
}
#contact span.error[style*="inline"] {color:#d80404;}
#home .placeholder, .page-faqs .placeholder{
	color: #cacaca;
}
[type='submit'], [type='button'] {outline:none;}

#home .placeholder option, .page-faqs .placeholder option {
	 color: #000000;
}

#home .placeholder option.placeholder, .page-faqs .placeholder option.placeholder {
	 color: #cacaca;
}

#home label.select select, #home label.select span,
.page-faqs label.select select, .page-faqs label.select span
 {
	font-family: "Nunito Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif!important;
}

section#Contact {
    margin-bottom: -50px;
	min-height:600px;
	font-size:18px;
}
#Contact b {
	display:block;
	font-size:20px;
	clear:both;
}


section#Contact:before {
    content: "";
    position: absolute;
    width: 46%;
    height: 100%;
    margin-top: 60px;
    top: 0px;
    background-image: url(/images/contact_crane.jpg);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    z-index: -1;
}
#Contact input[type="submit"].button {
    display: inline-block;
}

section#Register {
	padding-top:60px;
	padding-bottom: 50px;
	text-align: center;
}

#Register p {
    color: #1253CC;
    text-transform: uppercase;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 1.5px;
}

.search-bar-button {
	align-self: center;
    padding-left: 12px;
}

.search-bar-button input {
	width: 100%!important;
    margin: 0px!important;
    line-height: 20px!important;
}

#Search .search-button input.button {
    margin: 0px 0px 16px;
}
#Contact a.link {
    display: block;
    font-weight: normal;
    /* margin-left: 42px; */
	    margin-top: 10px;
    font-weight: 600;
}
.page-faqs #Contact a.link {
    display: none;
}
/*Back to top btn*/
.topbtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.89);
    border-radius: 20px;
    line-height: 1em;
    border: solid white 1px;
    z-index: 99999999;
}
.topbtn span {
    color: #1253CC;
    font-weight: bold;
    letter-spacing: 2px;
	padding: 9px 13px;
    display: inline-block;
}
.topbtn.active {
    display: block;
}
/*
====================================
FOOTER
====================================
*/

#footer {
    /*margin-top: -50px!important;*/
	margin-top:32px;
    margin-bottom: 0px!important;
    z-index: 98;
    position: relative;
    border: 0px;
    padding: 32px 0px;
	text-align: center;
}

.seal.right {
    position: absolute;
    right: 0.9375rem;
}

#footer .grid-x.grid-padding-x {
    position: relative;
}

#footer .social-media a {
    text-align: center;
}

#footer .footer-menu {
    margin-bottom: 22px;
}
#footer .footer-menu a {
    text-transform: uppercase;
    color: #ffffff!important;
    margin: 0px 6px;
    font-weight: 400;
    font-size: 13px;
}

#footer .copyright.disclaimer {
    color: #ffffff;
    font-size: 12px;
    opacity: 0.7;
}

#footer a i {
    color: #ffffff;
    font-size: 11px;
    width: 31px;
    height: 31px;
    margin: 0px 3px;
    border: 1px solid #ffffff;
    border-radius: 25px;
    line-height: 28px;
	background: linear-gradient(to left, #ffffff 50%, rgba(0, 0, 0, 0) 50%);
    background-size: 200%;
	transition: all 0.5s;
}

#footer a i:hover {
    background-position:-100%;
	opacity: 1;
	color:#000000;
}

#footer .social-media {
	margin-bottom: 12px;
}

#footer .social-media a:hover {
	opacity: 1;
}
a.bwc_credit {
    color: white !important;
    display: block;
}
/*
====================================
BACKEND PAGES
====================================
*/

/*Backend SubHeader*/
.back-pg-title {
    color:#9a9a9a;
    text-transform: uppercase;
    font-size: 25px;
    margin: 25px 0 25px 15px;
	display:block;
}
/*.back-pg-title:before {
    content: "//";
    color: #1253CC;
    text-shadow: none!important;
    margin-right: 14px;
    font-size: 35px;
    vertical-align: middle;
    letter-spacing: 1px;
}*/
h1.back-pg-title img, .back-pg-title img {
    margin: -22px 10px 0 0px;
}
.maintable	{    min-height: 57vh; position:relative;}
.page-welcome .maintable { min-height:46vh;}
h3.message + p { margin: 0 20px;}
.subHead {
	color: black;
    font-weight: bold;
    margin: -14px 14px 29px 11px;
    display: inline-block;
    font-size: 18px;
}
/*
======================
Account Information
======================
*/
.account {
	font-size:14px;
}
.holder input.button {
	text-align: center;
    display: block;
    width: auto;
    font-size: 11px;
    padding: 8px 22px 7px;
	background-image: linear-gradient(to left, rgba(253, 214, 0, 0) 50%, #c0c0c0 50%);
    border-color: silver !important;
}
.button.bgrey, .pager input[type="submit"], input.bgrey[type="submit"]  {
	display:inline-block;
	width:auto;
	text-align: center;
    font-size: 11px;
    padding: 8px 22px 7px;
	background-image: linear-gradient(to left, rgba(253, 214, 0, 0) 50%, #c0c0c0 50%);
    border-color: silver;
}

.holder input[type="submit"].button:hover, .bgrey:hover, .pager input[type="submit"]:hover, input.bgrey[type="submit"]:hover {
    background-image: linear-gradient(to left, rgba(253, 214, 0, 0) 50%, #c0c0c0 50%);
    border-color: silver !important;
    color: #c0c0c0 !important;
}

.account input[type="checkbox"] {width:20px; height:20px;}

.new_save .button, input[type="submit"].button {
    display: block;
    margin: 25px auto;
}
.account [type='text']:focus {
	margin:4px 0px 6px 0px;
	font-size:16px;
	padding:4px 6px;
}
h3.message {
    font-size: 18px;
    font-weight: normal;
    /*padding: 9px 0px 0px 40px;
    background: url(/images/feature1.png) no-repeat top left;
    background-size: 35px;*/
    margin: 20px;
	display:block;
}
.clear {clear:both;}

.subnav ul li {
	list-style-type: none;
    color: white;
    display: inline-block;
    text-transform: uppercase;
	    margin-top: 2px;
		    min-height: 38px;
    vertical-align: middle;
}
/*.subnav {
    min-height: 45px;
    background:#f3f3f3;
	margin-bottom:50px;
}*/
.subnav ul li a {
    margin: 14.5px 18px 8px 20px;
    display: inline-block;
    position: relative;
}
.subnav ul li a:before {
    content: '//';
    color: #1253CC;
    font-weight: bold;
    padding-right: 5px;
    font-size: 22px;
    position: absolute;
    letter-spacing: 3px;
    left: -20px;
    top: -1px;
}
.subnav ul li:last-child a {
    margin-right: 0;
}
.subnav ul {
    margin-bottom: 0;
	float:right;
}
li.user-menu {position:relative; cursor:pointer;}
li.user-menu>img+div {
    display: none;
	position: absolute;
    padding: 20px;
    background: #f1f0f0;
	right: -63px;
    /*top: 43px;*/
    width: 250px;
	z-index:99999;
}
li.user-menu:hover>img+div, ul.hover li.user-menu>img+div {
    display:block;
}
li.user-menu img {
       margin-top: 5px;
    vertical-align: middle;
}
span.user a {
    color: #969696 !important;
	display: inline-block;
    vertical-align: middle;
	text-transform: initial !important;
}
.user-info label {text-transform:capitalize;}
.user-info label b {
    width: 100px;
    display: inline-block;
	text-transform:capitalize;
}
/*.logged-in.header-bkgd {
    background: url(../images/subnav_crane.png) no-repeat 29% bottom;
}*/
.logged-in.header-bkgd #header, .logged-in.header-bkgd #subnavs {
	mix-blend-mode:inherit;
}
body.page-default .logged-in.header-bkgd #header, body.page-default .logged-in.header-bkgd #subnavs {
    mix-blend-mode:inherit;
}
/*Address Edit*/
a.button.a_contacts {
    float: right;
    font-size: 13px;
    padding: 11px 20px 9px;
}
.bin input[type="submit"].button {
    margin: 5px 0;
    float: right;
}
.or {position:relative; padding:0 20px;}
.or:before {
    content: " ";
    position: absolute;
    top: 0px;
    left: 106%;
    width: 1px;
    height: 224px;
    background:#e4e4e4;
}
.or:after {
    content: "OR";
    position: absolute;
    top: 46%;
    left: 103%;
    font-size: 71%;
    color:#666;
    font-weight: bold;
    background: #fff;
    padding: 6px 0px;
}
.or + .cell {
    padding-left: 25px;
}
#contact h6 {
	font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
#contact .or:before {
    height: 100%;
}
#contact .or:after {
    display:none;
} 
#ContentPlaceHolder1_TransList1_FilterByType label {
    margin-bottom: 0;
}
input#ContentPlaceHolder1_GetComp {
    display: inline-block;
    margin: 0 20px;
}
.cap {text-transform:capitalize;}
.chart td img {
    min-width: 30px;
}
div#ContentPlaceHolder1_pnlScroll {
    max-height: 350px;
}
.complaints {margin-top:35px;}

.complaints input {
	margin-bottom: 0px;
}

.complaints div#ContentPlaceHolder1_pnlScroll td a {
    text-decoration: underline !important;
}

.error_bin {
	margin-bottom: -46px;
    margin-top: 46px;
}
       .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}
.saving {
    font-size: 18px;
    max-width: 480px;
}
.saving i {
    display: block;
    margin: 0 auto 20px;
    font-size: 25px;
}
.saving p {
    font-size: 18px;
    margin-top: 10px;
	font-family: "Nunito Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.fa-spinner:before {
    content: "\f110";
    color: #1253CC;
}
/*Domain Edit*/
.holder.border.domain {
	padding-right:0;
	padding-left:0;
}
.holder.domain label {
    margin-top: 10px;
	margin-bottom:0;
}
a#ContentPlaceHolder1_lnkPreview {
    float: right;
}
/*Login*/
.login {
	margin-bottom:30px;
}
.login .cell {
    margin: 0 auto;
}
.login table {margin-bottom:0; }
.login table, .login tbody, .login tr, .login td {
	border:none;
	background:#f1f1f1;
	font-size:18px;
}
.login td {
	display:block;
	text-align:left;
	padding-bottom:0;
	position:relative;
}
.login label {
	font-size:18px;
}
.login [type='checkbox'] + label {
    width: auto;
    display: inline-block;
    font-size: 15px;
}
table#ContentPlaceHolder1_Login1 table>tbody>tr:first-child>td {
    display: none;
}
table#ctl00_ContentPlaceHolder1_Login1>tbody>tr>td>table>tbody>tr:first-of-type td {
    display: none;
}
table#ContentPlaceHolder1_Login1 table>tbody>tr + tr, table#ct100_ContentPlaceHolder1_Login1 table>tbody>tr + tr {
    position: relative;
}
span#ContentPlaceHolder1_Login1_UserNameRequired, span#ContentPlaceHolder1_Login1_PasswordRequired,
span#ctl00_ContentPlaceHolder1_Login1_UserNameRequired, span#ctl00_ContentPlaceHolder1_Login1_PasswordRequired {
    position: absolute;
   /*  top: 143px; */
   top:-27px;
    left: 107px;
    color: red;
}
span#ContentPlaceHolder1_Login1_UserNameRequired, span#ct100_ContentPlaceHolder1_Login1_UserNameRequired {
    position: absolute;
    top: 20px;
    left: 117px;
    color: red;
}
a#ContentPlaceHolder1_Login1_PasswordRecoveryLink, a#ctl00_ContentPlaceHolder1_Login1_PasswordRecoveryLink {
    position: absolute;
    bottom: -37px;
    text-align: center;
    margin: 0 auto;
    left: 14px;
    font-size: 13px;
}
table#ContentPlaceHolder1_Login1, table#ctl00_ContentPlaceHolder1_Login1 {
    position: relative;
}
.login input[type="submit"].button {
    margin:15px auto;
}
.login input[type="password"]:focus, .login input[type="text"]:focus {padding:0.5rem; 	margin-bottom:16px;}
/*Pagination*/
.pager {
    margin: 15px 0;
    text-align: center;
    color: #868686;
}
.pager input.button {
    margin: 0 auto;
}
.numbers {text-align:center;}
.numbers .current {
        font-weight: bold;
    background: #1253CC;
    padding: 6px 5px 4px;
    border-radius: 20px;
    color: #000000;
    font-size: 14px;
    min-width: 28px;
    display: inline-block;
}
.pageOf {
    margin-top: 20px;
}
.grid-container.pager {
    padding: 0 !important;
}
/*Admin menu*/
.admin_menu a {
	padding: 5px 0;
    display: block;
    font-size: 16px;
}
.admin_menu h2.title {
    margin: 5px 0 0px;
    font-weight: bold;
}
/*Customer List*/
.cus_list input[type="submit"].button {
  margin:9px auto 0 auto;
}
a.button.bgrey.newCust {
    float: right;
    margin: -63px 15px 0 0;
}
/*Client Dashboard - Welcome */
.dashboard .client-info .cell.large-6 {
    background: #f1f1f1;
    padding: 10px;
}
.dashboard .subnav {
    background: transparent;
	margin:100px 0;
}
.dashboard ul {
    margin-left: 0;
	float:none;
}
.dashboard .subnav ul li {
    width: 19.6%;
	min-width: 200px;
    margin: 0;
    text-align: center;
}
.dashboard .subnav ul li a {
    color:#a2a2a2 !important;
    text-transform: capitalize;
    display: block;
    font-weight: 900;
    margin: 0 auto;
    font-size: 110%;
	padding-top: 135px;
    background: url(../images/a_info.jpg) no-repeat top center;
}
.dashboard .subnav ul li a:before {
	display:none;
}
.dashboard .subnav ul  li.user-menu {display:none;}
.dashboard .subnav ul li:nth-child(5) {
    display: none;
}
.dashboard .subnav ul li a.menu2 {background-image: url(../images/view_property.jpg);}
.dashboard .subnav ul li a.menu3 {background-image: url(../images/new_property.jpg);}
.dashboard .subnav ul li a.menu4 {background-image: url(../images/edit_account.jpg);}
.dashboard .subnav ul li a.menu5 {background-image: url(../images/contact_icon.jpg);}
/*.bricks {    
	background: url(../images/bricks_bottom.jpg) repeat-x bottom;
    display: block;
    width: 100vw;
    left: 0;
    position: absolute;
    height: 101px;
    bottom: 209px;
}*/
/*.bricks {
    background: url(../images/bricks_bottom.jpg) repeat-x bottom;
    display: block;
    width: 100vw;
    left: -41%;
    position: absolute;
    height: 101px;
    bottom: -126px;
}*/
body.page-welcome #footer:before {
    content: '';
    background: url(../images/bricks_bottom.jpg) repeat-x bottom;
    height: 100px;
    width: 100%;
    display: block;
    position: absolute;
    top: -103px;
}
.welcome_message {font-size:35px; font-weight:bold; margin:50px 20px 0; display:block;}

/*Lost Password*/
.fp .cell.medium-6.small-12 {
    border: none;
    background: #f1f1f1;
    font-size: 18px;
    padding: 20px;
}
.fp {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* span#ContentPlaceHolder1_passwordMessage {
    font-size: 16px;
    margin-top: 25px;
    display: block;
    color: #c10808;
    text-align: center;
} */
/* .error {
    background: url(/images/feature1.png) no-repeat 15px center;
    background-size: 57px;
    background-color: #f3f3f3;
    padding: 30px 30px 30px 76px;
    font-size: 18px;
} */
.error font {
    background: url(/images/feature1.png) no-repeat 15px center;
    background-size: 35px;
    padding: 35px 30px 30px 54px;
    font-size: 18px;
    line-height: 2.5em;
}
.page-default .error {
	background-image: none!important;
}
.success {
    font-size: 18px;
    margin: 20px;
    font-weight: bold;
    background: url(/images/complete.png) no-repeat left center;
    padding-left: 32px;
}

/*
====================================
REFERRER LIST
====================================
*/

.referrer th {
    text-align: left;
}

.referrerlogo img {
    max-height: 60px;
}

.page-lp .pricing-tbl img {
    max-height: 56px;
}

.page-lp div {
    text-align: center;
}

.page-lp .plus {
    display: inline-block;
    margin: 0px 30px;
    font-weight: 600;
    font-size: 41px;
    vertical-align: middle;
}

.page-lp svg {
    zoom: 0.4;
	margin: -80px auto -30px!important;
}

h1.pg-title.LP {
    margin: 0px;
    text-transform: inherit;
    letter-spacing: 0.5px;
    font-size: 25px;
}

h1.pg-title.LP:before {
	display: none;
}

span#ctl00_ContentPlaceHolder1_lblref {
    text-transform: capitalize;
}

.page-lp .pricing {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    flex-direction: column;
	padding: 20px 20px;
}

.page-lp form#aspnetForm {
    background: #6b6b6b;
    background-size: cover;
    background-image: url('/Images/lp_bk.jpg');
    background-blend-mode: luminosity;
    background-size: 110%;
    z-index: 0;
}

.page-lp form#aspnetForm:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: #ffffff;
    opacity: 0.2;
    z-index: 1;
    top: 0px;
}

.page-lp .grid-container {
    position: relative;
    z-index: 99;
}

.page-lp .pricing > div {
    background: #ffffff;
    padding: 80px 80px 0px 80px;
    box-shadow: 6px 6px 24px #ababab;
}


/*
====================================
Sign up form
====================================
*/
input#ContentPlaceHolder1_cc, input#ContentPlaceHolder1_billme {
    width: auto;
}
input#ContentPlaceHolder1_cc + label, input#ContentPlaceHolder1_billme + label {
    display: inline;
    margin-bottom: 20px;
}
#d2 input[type='radio'] {
    display: inline-block;
    width:auto;
}
#d2 input[type='radio'] + label {
    display: inline;
}

.divide {
   background: gainsboro;
    display: block;
    width: 100%;
    text-align: center;
    height: 3px;
    margin: 37px auto 45px;
    color: white;
}
.divide span {
    background: white;
    color: #969696;
    padding: 10px;
    display: inline-block;
    margin-top: -17px;
}
.search_panel .button-go {
    display: inline-block;
    background: #ffffff;
    border: solid 2px #adadad;
    padding: 3px 2px !important;
}
.search_panel input {
    margin-right: 0;
    border: solid 2px #adadad;
}
.search_panel .logged-in {
    display: none;
    position: absolute;
    width: 100vh;
}
.search_panel:active .logged-in, .search_panel:focus .logged-in, .search_panel:hover .logged-in {
    display: block;
}
.search_panel {
    position: relative;
}
.search_panel:before {
    content: '';
    background: url(../images/search_new.png) no-repeat;
    width: 39px;
    height: 49px;
    display: inline-block;
    padding-bottom: 16px;
}
.search_panel .button-go i {
    color: white;
    background: #1253CC;
    padding: 8px 8px 7px;
}
.val {
    color: #d80404;
    font-weight: bold;
	font-size:14px;
}
.val:before {
    content: '//';
    padding-right: 3px;
    letter-spacing: 5px;
    font-weight: 900;
}
input#cc, input#billme {
    display: inline-block;
    width: auto;
}
input#cc + label, input#billme + label {
    width: auto;
	margin-bottom:0;
}
.complete {
    font-size: 18px;
    background: url(/images/complete.png) no-repeat left center;
    padding-left: 30px;
    background-size: 25px;
    padding-top: 2px;
    color: #9c9c9c;
	    position: absolute;
       right: 135px;
    top: 26px;
    width: 30px;
    height: 29px;
}
.signup .holder label{ margin-bottom:35px;}

.signup .opt-sms label {margin-bottom: 0px;}

.signup .holder .large-12>label {
    margin-bottom: 0;
}
.signup .pad {margin:20px 0; display:block;}
.hide {display:none;}
.signup input[type="checkbox"] + label:before,
.login input[type="checkbox"] + label:before  {
        content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    border: solid 1px silver;
    margin-right: 10px;
    position: absolute;
    lefT: -13px;
    top: 0px;
    border-radius: 50px;
	background-color: #ffffff;
}
span#spCaptchaInvalid {
    margin-top: 10px;
}
.signup input[type="checkbox"] + label,
.login input[type="checkbox"] + label  {
    position: relative;
    margin: 0;
    padding:0px 0 0 22px;
}
.signup input[type="checkbox"] + label {
    padding-left: 38px;
    margin-bottom: 28px;
}
.login input[type="checkbox"] + label {margin-left:15px;}
.signup input[type="checkbox"],
.login input[type="checkbox"] {
    display: none;
}
input[type="checkbox"]:checked + label:before {
    background: url(/images/complete.png) no-repeat left center;
    border: none;
}

input[type="checkbox"] + label[for*="SMS"]:before {
    position: relative;
    vertical-align: middle;
    margin-left: -10px;
    margin-right: 0px;
    margin-top: -2px;
	margin-left: -26px;
}

.review {
    position: absolute;
    right: 20px;
    top: 26px;
}
.holder {position:relative;}
.signup .holder input.button {
    color: #000000!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 25px;
    font-weight: bold;
    font-size: 15px;
    background-color: transparent;
    background-size: 220% 100%;
    background-position: -2px;
    background-image: linear-gradient(to left, rgba(0, 102, 204, 0) 50%, #1253cc 50%);
    -webkit-transition: background-position 0.6s;
    -moz-transition: background-position 0.6s;
    transition: all 0.6s;
    border: 2px solid #1253cc !important;
    font-family: "Nunito Sans", sans-serif;
    padding: 0.85em 1.75rem;
    margin: 20px auto;
    width: 200px;
}
.signup .holder input.button:hover {
background-position: -88%!important;
    border: 2px solid #1253cc!important;
    background-color: transparent!important;
    background-image: linear-gradient(to left, rgba(0, 102, 204, 0) 50%, #1253cc 50%);
    opacity: 1;
}
.signup .button.small {
    padding: .85em 1.75rem 0.60em 1.75rem;
}
.signup   h2.title {padding-right: 50px;}

/*-------------
Thank you page 
---------------*/
.thanks {min-height:65%;}
.thanks p {
    font-size: 18px;
    line-height: 1.5em;
}
.thanks h3 {
    margin-top: 50px;
}

/*
====================================
RECAPTCHA
====================================
*/

.g-recaptcha div {
    width: 100%!important;
}

.g-recaptcha  {
    display:inline-block;
	position: relative;
    margin-top: 30px;
}

.g-recaptcha:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    /* outline: 4px solid red; */
    z-index: 999999;
    border: 5px solid white;
    top: 0px;
	display:none;
}

/*
===================================
FAQ page - accordion styles in foundation.css
===================================
*/
.accordion-content p 			{font-size: 18px; line-height: 1.5em;}
.is-active .accordion-title 		{font-weight: bold;}
.accordion-title:after {
   content: '?';
    position: absolute;
    left: 1rem;
    border: solid 1px grey;
    border-radius: 20px;
    color: #1253CC;
    width: 30px;
    padding-top: 1px;
    text-align: center;
    font-weight: bold;
    top: 27%;
}
.page-faqs #Contact h1 {
    font-size: 30px;
    margin-bottom:0;
	position:relative;
	margin-lefT: 40px;
}
.page-faqs #Contact h4 {
    font-size: 20px;
    padding-left: 40px;
    margin-bottom: 50px;
}
.accordion.active {
	margin-bottom:42px;
}
.page-faqs #Contact h1:before {
    position: absolute;
    left: -33px;
    top: -10px;
}
/*
===================================
Pricing page
===================================
*/
.pricing-tbl {
    margin: 10px 0 50px 0;
}
.pricing-tbl .grid-container {
    padding: 0;
}
.pricing-card {
        padding: 160px 20px 20px 20px;
    text-align: center;
    font-size: 18px;
    background: url(../images/view_property.jpg) no-repeat center 25px;
    border: solid 2px #b1b1b1;
	position:relative;
	transition: ease-in-out .3s all;
	max-width:400px;
	margin:0 auto;
	height:inherit;
	display: flex;
    flex-direction: column;
}
.pricing-card.starter{
    background: url(../images/starter_plan.jpg) no-repeat center 25px;
}
.pricing-card.premium {
    background: url(../images/premium_plan.jpg) no-repeat center 25px;
}
.pricing-card:hover {
	margin-top:-18px;
	border-color:#0073e6;
}

.p-title {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}
.price {
    font-size: 50px;
    color: #1253CC;
    font-weight: bold;
}
.desc {
}

.desc a {
    display: block;
    width: 102px;
    margin: 20px auto 0 auto;
}
.desc span {
    display: block;
}
.saveGrow .acctsize {
    color: #1253CC;
    font-weight: bold;
    font-size: 23px;
	margin-bottom:5px;
}
.perprop {
    font-weight: bold;
}
.p-group {
	flex-grow:1;
	padding:20px 0;
}
.saveGrow .p-group {
    padding: 10px 0;
}
.saveGrow .price {
    line-height:1em;
}
.savings {
        position: absolute;
    top: -33px;
    right: -33px;
    background: #1253CC;
    width: 80px;
    padding: 22px 10px 22px 10px;
    border-radius: 100px;
    font-size: 14.5px;
    line-height: 1em;
    font-weight: bold;
    text-align: center;
    border: solid 2px #ffffff;
}
.pricing p {
	font-size: 18px;
    line-height: 1.5;
	margin-bottom:40px;
}
.p-group select, .p-group select:focus  {
    font-size: 16px;
	    padding: 5px;
    height: auto;
}
/*
===================================
About page
===================================
*/
.quote {
        font-size: 41px;
    background: url(../images/quote_left.jpg) no-repeat top center;
    padding: 136px 150px 50px 150px;
    text-transform: uppercase;
    text-align: center;
}
.quote span {
        display: block;
    font-size: 20px;
    color: #7b7b7b;
    text-transform: initial;;
}
.about_text {
	    margin-bottom: -50px;
}
.about_text h3 {    
	font-size: 1.375rem;
    font-weight: bold;
}
.about_text p, .about_text li {
    font-size: 18px;
    line-height: 1.5;
}
.caution {
	background: black;
    color: white;
}
.about_text .caution h3 {
	margin-top: 39px;
    font-weight: normal;
    color: #1253CC;
    text-transform: uppercase;
    font-size: 19px;
}
.caution ul {
	    list-style-type: none;
    margin-left: 0;
}
.caution ul li:before {
    content: 'x';
    color: #1253CC;
    font-weight: bold;
    font-size: 25px;
    padding-right: 10px;
}
#Service.about_text h1 {
	font-size: 29px;
    text-shadow: none;
    padding-top: 82px;
    letter-spacing: 0;
    text-transform: initial;
    margin-bottom: 0;
}
.about_cta {
	    padding-top: 120px;
    padding-bottom: 20px;
}
section.about_cta h2 {
	    text-transform: uppercase;
    font-weight: normal;
    font-size: 28px;
    margin: 10px 0;
}
.video img {
    cursor: pointer;
}
.yellow {color:#1253CC;}
/*
=================================
SHARE WITH A FRIEND - REFER A FRIEND
=================================
*/
.maintable p {font-size:18px; line-height:1.5em;}
.referral .g-recaptcha {
    margin: 15px 0;
}
.referral label {
    font-size: 16px;
    line-height: 1.2em;
}
.referral input[type="submit"].button {
    display: inline-block;
    margin: 0 0 15px 0;
	width:auto;
}
.referral input {
    padding: 4px 6px;
    width: 100%;
    margin: 4px 0px 6px 0px;
    font-size: 16px;
    color: #666;
}
/*-----------------------
Email Log 
-------------------------*/
.page-emaillog .chart th 					{width:115px;}
.page-emaillog .chart th:nth-child(3n) 	{width: 275px;}
.page-emaillog .chart td					{vertical-align:top;}

input#ctl00_ContentPlaceHolder1_TransList1_ButtonFilter {
    width: 200px;
    margin: 10px auto 0;
}

/*----------------------------------
Error Page
----------------------------------*/
.error_page {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 660px;
    height: 300px;
    margin-top: -200px;
    margin-left: -330px;
}
.error_page h1 {
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-weight: normal;
    font-size: 120px;
    letter-spacing: -2px;
    color: #1253CC;
    padding: 0;
    margin: 0;
}
.error_page h2 {
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-size: 45px;
    color: black;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    background: url(/images/feature1.png) no-repeat -10px -2px;
    margin: 0;
    background-size: 77px;
    padding-top: 15px;
    padding-left: 70px;
}
.error_bkgd {
    display: block;
    height: calc(100vh - 377px);
}
.error_page p {font-size:20px; line-height:30px;}
.error_page p a {font-weight:bold;}

/*Deactivate Account link*/
input.button.bgrey.outline {
    background-position: -88%!important;
	margin-left:5px;
	    display: inline-block;
    margin-top: 11px;
}
input.button.bgrey.outline:hover {
background-position: -2px !important;
}
.account .cell.large-4 + .cell.large-8 {
    margin-top: 4px;
}
/*
====================================
RESPONSIVE MEDIA QUERIES
====================================
*/
@media print, screen and (max-width:1380px) {
	#Service, section#Service:after {
    background-repeat: repeat-y;
    background-size: 80px;
	}
	section#Service .grid-container {
    margin: 0 80px;
	}
}
@media print, screen and (max-width: 1220px) {
	.bottom-text .cell {width:100%;}
	#homescreen a.button {
    margin: 45px auto 28px auto;
    display: block;
    width: 375px;
	}
	#homescreen .tagline {padding:0 45px;}
	#homescreen .bottom-text p {text-align:center;}
	.g-recaptcha div {width:305px !important;}
}
@media print, screen and (max-width: 1050px) {
	.dashboard .subnav ul li {
    width: 32.33%;
    margin: 30px 0;
	}
	.dashboard .subnav {
    margin: 20px 0 50px 0;
	}
	.quote {
    padding: 136px 50px 50px 50px;
	}
	.about_text .video {
    display: none;
	}
}

/*1024 and down*/
@media print, screen and (max-width: 64em) {
	#homescreen .bottom-text span:last-child {
		display: none;
	}

	section#Service, section#Service:after {
		background-image: none!important;
	}
	section#Service .grid-container {
      margin:auto;
	}

	#Service .video {
		margin-top: 0px!important;
		text-align: center;
	}

	.dob_info  .or:before {
		position: absolute;
		bottom: -13px;
		top:inherit;
		left: 25%;
		width: 50%;
		height: 1px;
	}

	.dob_info  .or:after {
		top: inherit;
		bottom: -12%;
		left: 46%;
		padding:6px;
	}
	 .dob_info  .or + .cell, .or {
		padding:0;
	}
	#contact .holder {
    margin-top: 40px;
	}
	.large-4.cell.caution {
    max-width: 715px;
    margin-left: calc(0.9375rem * 3);
	}
	.signup .holder label {
    margin-bottom: 0;
	}
	.pricing-card {margin:20px auto;}
	.pricing-tbl {margin:10px 25px 50px;}
	.pricing-card:hover {margin-top:20px;}
	.title span.smalltxt.normal {display: block;}

	.tooltip .tooltiptext {
		width: 90vw;
		top: -59px;
		left: -48px;
	}

	.cell.BIN label {
		margin-top: 20px;
	}

}

@media print, screen and (max-width: 1000px) {
	.complaints + div#ContentPlaceHolder1_pnlScroll table#ContentPlaceHolder1_GridView1 tbody, .complaints + div#ContentPlaceHolder1_pnlScroll table#ContentPlaceHolder1_GridView, .complaints + div#ContentPlaceHolder1_pnlScroll table#ContentPlaceHolder1_GridView1 tr, .complaints + div#ContentPlaceHolder1_pnlScroll table#ContentPlaceHolder1_GridView1 td {
		display: block;
	}
	.complaints + div#ContentPlaceHolder1_pnlScroll table#ContentPlaceHolder1_GridView1>tbody>tr:first-child {
		display: none;
	}
	.complaints + div#ContentPlaceHolder1_pnlScroll table#ContentPlaceHolder1_GridView1 tr {
    padding: 20px;
	}
	.complaints + div#ContentPlaceHolder1_pnlScroll table#ContentPlaceHolder1_GridView1 td {
    padding: 3px 0;
	}
	.complaints + div#ContentPlaceHolder1_pnlScroll table#ContentPlaceHolder1_GridView1 tr > td:before {
    content: '';
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    left: 0;
	}
	.complaints + div#ContentPlaceHolder1_pnlScroll table#ContentPlaceHolder1_GridView1 tr > td {
		padding-left: 170px;
		position: relative;
	}
	.complaints + div#ContentPlaceHolder1_pnlScroll table#ContentPlaceHolder1_GridView1 tr > td:nth-child(1) {
    padding-left: 0;
    color: red;
    font-weight: bold;
    font-size: 17px;
	}
	.complaints + div#ContentPlaceHolder1_pnlScroll table#ContentPlaceHolder1_GridView1 tr > td:nth-child(2):before {
    content: 'Complaint Number:';
	}
	.complaints + div#ContentPlaceHolder1_pnlScroll table#ContentPlaceHolder1_GridView1 tr > td:nth-child(3):before {
    content: 'Date Entered:';
	}
	.complaints + div#ContentPlaceHolder1_pnlScroll table#ContentPlaceHolder1_GridView1 tr > td:nth-child(4):before {
    content: 'Complaint Detail:';
	}
	.complaints + div#ContentPlaceHolder1_pnlScroll table#ContentPlaceHolder1_GridView1 tr > td:nth-child(5):before {
    content: 'Category Code:';
	}
	.complaints + div#ContentPlaceHolder1_pnlScroll table#ContentPlaceHolder1_GridView1 tr > td:nth-child(6):before {
    content: 'Priority:';
	}
	.complaints + div#ContentPlaceHolder1_pnlScroll table#ContentPlaceHolder1_GridView1 tr > td:nth-child(7):before {
    content: 'Assigned To:';
	}
	
	/*Transaction List*/
	table#ctl00_ContentPlaceHolder1_TransList1_GridView1, table#ctl00_ContentPlaceHolder1_TransList1_GridView1 tbody, table#ctl00_ContentPlaceHolder1_TransList1_GridView1 tr, table#ctl00_ContentPlaceHolder1_TransList1_GridView1 td {
		display: block;
	}
	table#ctl00_ContentPlaceHolder1_TransList1_GridView1 tr.totalsrow, table#ctl00_ContentPlaceHolder1_TransList1_GridView1 tr.totalsrow td {
		display: flex;
	}
	table#ctl00_ContentPlaceHolder1_TransList1_GridView1 td {
    padding: 3px 0 3px 170px;
    position: relative;
	min-height: 24px;
	}
	table#ctl00_ContentPlaceHolder1_TransList1_GridView1 td:before {
    content: 'Date:';
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    left: 0;
	}
	table#ctl00_ContentPlaceHolder1_TransList1_GridView1 tr td:nth-child(2):before {
		content: 'Account #:';
		
	}
	table#ctl00_ContentPlaceHolder1_TransList1_GridView1 td:nth-child(3):before {
		content: 'Transaction Type:';
	}
	table#ctl00_ContentPlaceHolder1_TransList1_GridView1 td:nth-child(4):before {
		content: 'Description:';
	}
	table#ctl00_ContentPlaceHolder1_TransList1_GridView1 td:nth-child(5):before {
		content: 'Debit(-):';
	}
	table#ctl00_ContentPlaceHolder1_TransList1_GridView1 td:nth-child(6):before {
		content: 'Credit(+):';
	}
	table#ctl00_ContentPlaceHolder1_TransList1_GridView1 td:nth-child(7):before {
		content: 'Balance:';
	}
	table#ctl00_ContentPlaceHolder1_TransList1_GridView1 td:nth-child(8):before {
		content: 'TimeStamp:';
	}
	table#ctl00_ContentPlaceHolder1_TransList1_GridView1 tr.totalsrow td:before {
		display:none;
	}
	table#ctl00_ContentPlaceHolder1_TransList1_GridView1 tr.totalsrow td {
		padding-left:0;
	}
	table#ctl00_ContentPlaceHolder1_TransList1_GridView1 th {
		display:none;
	}
	table#ctl00_ContentPlaceHolder1_TransList1_GridView1 tr {
    padding: 20px;
	}
	table#ctl00_ContentPlaceHolder1_TransList1_GridView1 tr:first-child { display:none;}
	table#ctl00_ContentPlaceHolder1_TransList1_GridView1 tr.totalsrow td {
    padding: 3px 10px;
	font-weight:bold;
	}
	table#ctl00_ContentPlaceHolder1_TransList1_GridView1 tr.totalsrow td:nth-child(1),
	table#ctl00_ContentPlaceHolder1_TransList1_GridView1 tr.totalsrow td:nth-child(2),
	table#ctl00_ContentPlaceHolder1_TransList1_GridView1 tr.totalsrow td:nth-child(3) {
		display:none;
	} 
table#ctl00_ContentPlaceHolder1_TransList1_GridView1 tr.totalsrow + tr td:before {
    display: none;
} 	
table#ctl00_ContentPlaceHolder1_TransList1_GridView1 tr.totalsrow + tr td {
    padding-left: 0;
}

#Service.about_text h1 {
    font-size: 24px;
	padding-top: 35px;
}
section.about_cta h2 {text-align:center;}
.about_cta a.button {
    margin: 0 auto;
    width: 272px;
    display: block;
}
.quote {
    padding: 136px 10px 0 10px;
	font-size: 35px;
}
	.modal-content.saving {margin:30% auto;}
}
/*1024 and up*/
@media print, screen and (min-width: 64.063em) {
	#Search .search-button input {
		width: 100%;
	}

	#Register .register-button {
		padding-left: 0px;
	}

	#Register p {
		padding-right: 0px;
		text-align: left;
	}
}
@media print, screen and (max-width:805px) {
	.large-4.cell.caution {margin-left:0;}
	#Contact a.link {
		margin-left:0;
		font-size: 16px;
		letter-spacing: 1px;
	}
}

@media print, screen and (max-width: 40em) {
	#footer .seal.right  {
		position: relative;
		margin: auto;
		margin-bottom: 20px;
	}
}


/*641 and up*/
@media print, screen and (min-width: 40.063em) {
	#footer div.social-media, #footer .footer-menu, #footer .copyright {
		text-align: left;
	}

	.title-bar {
		display:none!important;
	}
		
	#header .top-bar li.last a {
		border: 2px solid #ffffff;
		border-radius: 25px;
		letter-spacing: 1px;
		/*box-shadow: 0 0 0.1px 0.5px black;*/
		margin-left: 0.7rem;
		padding: 0.7rem 1.5rem;
		font-weight: 600;
		background-image: linear-gradient(to left, #ffffff 50%, rgba(0, 0, 0, 0) 50%);
		background-size: 220% 100%;
		transition: all 0.6s;
	}

	#header .top-bar li.last a:hover {
		background-position: -88%!important;
		color:#000000!important;
		opacity: 1;
	}
	/*Subnav in main menu*/
.logged-in.header-bkgd + .grid-container {
    margin-top: 85px;
}
.logged-in.header-bkgd li.sub {
    width: 100%;
    position: absolute;
    width: 100vw;
    left: 0px;
    top: 94px;
    min-height: 45px;
    background: #f3f3f3;
    margin-bottom: 50px;
}
#header .menu .sub a {
    padding: 4px 0 0 0;
}
#header .menu {position:inherit;}

}

/*640px and down*/
@media print, screen and (max-width: 40em) {
	#header {
		mix-blend-mode: normal!important;
	}
	
	#header a	{
		color: #ffffff!important;
		letter-spacing: 1.5px;
		font-size: 114%;
	}

	#header img	{
		max-width:125px;
	}

	.menu, .menu.horizontal {
		flex-direction: column;
	}

	.title-bar {   
		position: absolute;
		z-index: 999;
		right: 0px;
		top: 20px;
		background: transparent!important;
	}

	.title-bar .menu-icon::after {
		background: transparent;
		box-shadow: none;
	}

	.top-bar {
		position: fixed;
		width: 100%;
		left: 0px;
		top: 0px;
		height: 100vh;
		background: rgba(0, 0, 0, 0.8196078431372549)!important;
		align-items: normal;
		padding-top: 100px;
		display:none;
		transition: fade 0.4s;
	}

	.title-bar .menu-icon {
		appearance: none!important;
		-webkit-appearance: none!important;
		outline: none!important;
		transition: all 0.4s;
	}


	.title-bar .menu-icon:after {
		transition: all 0.4s;
	}


	 #nav-icon3 {
	  width: 32px;
	  height: 28px;
	  position: reative;
	  margin: 0px auto;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .5s ease-in-out;
	  -moz-transition: .5s ease-in-out;
	  -o-transition: .5s ease-in-out;
	  transition: .5s ease-in-out;
	  cursor: pointer;
	}

	.top-bar[style*=block] + .title-bar #nav-icon3 {
		position: fixed;
		right:20px;
	}

	#nav-icon3 span {
	  display: block;
	  position: absolute;
	  height: 2px;
	  width: 100%;
	  background: #000000;
	  border-radius: 2px;
	  opacity: 1;
	  left: 0;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .25s ease-in-out;
	  -moz-transition: .25s ease-in-out;
	  -o-transition: .25s ease-in-out;
	  transition: .25s ease-in-out;
	}

	#nav-icon3 span:nth-child(1) {
	  top: 0px;
	}

	#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	  top: 10px;
	}

	#nav-icon3 span:nth-child(4) {
	  top: 20px;
	}

	.top-bar[style*=block] + .title-bar .menu-icon span:nth-child(1) {
	  top: 10px!important;
	  width: 0%!important;
	  left: 50%!important;
	}

	.top-bar[style*=block] + .title-bar .menu-icon span:nth-child(2) {
	  -webkit-transform: rotate(45deg)!important;
	  -moz-transform: rotate(45deg)!important;
	  -o-transform: rotate(45deg)!important;
	  transform: rotate(45deg)!important;
	}

	.top-bar[style*=block] + .title-bar .menu-icon span:nth-child(3) {
	  -webkit-transform: rotate(-45deg)!important;
	  -moz-transform: rotate(-45deg)!important;
	  -o-transform: rotate(-45deg)!important;
	  transform: rotate(-45deg)!important;
	}

	.top-bar[style*=block] + .title-bar .menu-icon span:nth-child(4) {
	  top: 10px!important;
	  width: 0%!important;
	  left: 50%!important;
	}

	.top-bar[style*=block] + .title-bar #nav-icon3 span {
		background: #ffffff!important;
	}

	
	section#Contact:before{
		opacity: 0.1;
		width: 100%;
	}

	#home input[type='text'], #home textarea, #home select, 
	.page-faqs input[type='text'], .page-faqs textarea, .page-faqs select{
		 border-bottom: 1px solid rgba(0, 0, 0, 0.65);
	}

	.full-width .grid-padding-x > .cell {
		padding-right: 1.875rem;
		padding-left: 1.875rem;
		padding-right: calc(0.9375rem * 2);
		padding-left: calc(0.9375rem * 2);
	}

	#features .grid-x > .cell {
		padding: 0 1.1rem!important;
	}

	#features .grid-x div:last-of-type p {
		margin-bottom: 0px;
	}

	section#Service, section#Service:after {
		background-image: none!important;
	}

	#Search .search-button input, #Register .register-button .button, #Contact .submit-button input {
		width: 100%;
	}

	section {
		padding-top: 85px;
		padding-bottom: 90px;
	}

	section h1 {
		font-size: 28px;
		line-height: 1.1;
		letter-spacing: 1px;
	}

	section h2 {
		font-size: 28px;
	}

	#homescreen a.button {
		margin-top: 20px;
		width: 100%;
		margin-bottom: 36px;
	}

	#homescreen .bottom-text p span:last-child {
		display: none;
	}

	#homescreen .bottom-text p {
		font-size: 1.8em;
		line-height: 1.1;
		text-align: center;
	}

	#homescreen .tagline .sub-title {
		font-size: 22.5px;
	}
	#homescreen .tagline {padding:0;}
	#homescreen .tagline .main-title {
		font-size: 44px;
		line-height: 1;
		text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.6);
	}

	#homescreen p.main-title:after {
		height: 19px;
		right: 15%;
		right: calc(50% - 116px);
		background-position: right;
		top: 106%;
	}

	#homescreen .bottom-text p {
		visibility: hidden;
	}

	#homescreen {
		background-position: left 76px;
	}

	#homescreen .tagline {
		text-align: center;
		margin-top: 10%;
	}

	.hide-for-small {display:none;}
	.dob_info .or:after, .or:after {left:46%;}
	.dob_info .or:before, .or:before {
		width:100%;
		left:0;
	}
	
	#contact .or:before {
		height: 1px;
		bottom: -21px;
		top: inherit;
	}

	#contact .or, #contact .or + .cell {
		padding-left:0.625rem;
	}
	#Contact a.link{
		font-size: 18px;
		letter-spacing: 2px;
	}

	a.button.a_contacts {
		float: none;
		display: block;
		max-width: 265px;
	}
	.smalltxt {
		display:block;
	}

	input#ContentPlaceHolder1_GetComp {
		margin: 10px 0 0;
	}

	span.accordion:after {
		right:15px !important;
	}

	.complaints + div#ContentPlaceHolder1_pnlScroll table#ContentPlaceHolder1_GridView1 tr > td,
	table#ctl00_ContentPlaceHolder1_TransList1_GridView1 td	{
		padding-top: 23px;
		padding-left:0;
	}

	.complaints + div#ContentPlaceHolder1_pnlScroll table#ContentPlaceHolder1_GridView1 tr > td:before,
	table#ctl00_ContentPlaceHolder1_TransList1_GridView1 td:before	{
		display: block;
		top: 4px;
	}
	
	table#ctl00_ContentPlaceHolder1_TransList1_GridView1 .totalsrow + tr td {
		padding-top:3px;
	}

	.pager input.button {
		margin: 8px auto;
		background: none!important;
		padding: 0;
		border: none;
		max-width: 33px;
		border-radius:0;
	}

	.pager input[type="submit"]:hover {
		border: none !important;
		color: #7b7b7b !important;
		border-radius:0;
	}

	.chart td:nth-child(2), .chart th:nth-child(2) {
		border-right: solid 1px #d1d1d1;
	}

	.dashboard .subnav ul li {
		width: 49%;
	}

	.logged-in.header-bkgd #header, .logged-in.header-bkgd #subnavs {mix-blend-mode:initial;}
	.hide-for-small {display:none;}
	.back-pg-title {font-size:22px;}
	.logged-in.header-bkgd li.sub {
		margin: 0 18px 0 11px;
	}
	
	.page-welcome .logged-in.header-bkgd li.sub:before {display:none;}
	.subnav li a:before {display:none;}
	.logged-in.header-bkgd .subnav ul {margin-left:0; float:none;}
	.logged-in.header-bkgd .subnav ul li {/*margin-left:-20px;*/ min-height:auto;}
	.logged-in.header-bkgd .subnav ul li a {margin: 0px;}
	.logged-in.header-bkgd #header .menu a {
		padding: 0.5rem 0.75rem;
		margin: 0px;
		font-size:16px;
	}
	.logged-in.header-bkgd .top-bar {padding-top:63px;}
	.logged-in ul.menu li:nth-child(1), .logged-in ul.menu li:nth-child(2), .logged-in ul.menu li:nth-child(3), .logged-in ul.menu li:nth-child(4), .logged-in ul.menu li:nth-child(5) {
		display: none;
	}
	.logged-in ul.menu .subnav li:nth-child(1), .logged-in ul.menu  .subnav li:nth-child(2), .logged-in ul.menu .subnav li:nth-child(3), .logged-in ul.menu .subnav li:nth-child(4), .logged-in ul.menu .subnav li:nth-child(5) {
		display: block; margin-left:-20px;
	}
	.logged-in.header-bkgd .subnav ul li.user-menu {
		margin-left: -6px;
		display:block;
	}

	.logged-in.header-bkgd li.user-menu:before {
		content: '/////////////////////////';
		/* content: '//'; */
		display: block;
		color: #1253CC;
		letter-spacing: 8px;
		max-width: 65vw;
		margin: 10px 0;
	}

	.user-info label {
		text-transform: capitalize;
		color: white;
		margin: 3px 0;
	}

	.logged-in.header-bkgd>img+div, li.user-menu>img+div{
		display: block;
		position: initial;
		background: transparent;
		color: white;
		padding: 10px 0;
		font-weight: normal;
	}
	/* span.user {
		position: absolute;
		top: 290px;
		left: 47px;
	} */
	span.user {
    position:relative;
    float: left;
    margin-top: -182px;
    margin-left: 28px;
	z-index:99999999999;
	}
	.logged-in.header-bkgd .subnav ul li.user-menu {min-height:213px;}

	/* .page-welcome span.user {
		top:150px;
	} */

	.search_panel {
		display: none !important;
	}
	.logged-in.header-bkgd + .grid-container {
		margin-top: 20px;
	}
	section.about_text h1:before {display:none;}
	.pg-title span {display:block;}
	.quote {
    padding: 80px 10px 0 10px;
    font-size: 25px;
    background-size: 70px;
	}
	#d2>.grid-x+.grid-x .cell.large-8 span {
		display: inline;
	}
	.page-emaillog table.chart thead, .page-emaillog table.chart tbody, .page-emaillog table.chart tfoot, .page-emaillog table, .page-emaillog td, .page-emaillog tr {display:block; max-width:100%;}
	.page-emaillog th {display:none;}
	.page-emaillog .chart td:nth-child(1n):before {
    content: 'Name:';
    display: inline-block;
    font-weight: bold;
    padding-right: 5px;
	width:100px;
	}
	.page-emaillog .chart td:nth-child(2n):before {content:'Sent To:';}
	.page-emaillog .chart td:nth-child(3n):before {content:'Subject:';}
	.page-emaillog .chart td:nth-child(4n):before {content:'Email Body:';}
	.page-emaillog .chart td:nth-child(5n):before {content:'';}
	.signup h2.title {padding-right: 135px;}
	.complete {right:125px;}

	.complaints_btn_holder {
		width: 100%;
	}

	.bgrey.complaints_btn {
		width: 100%;
		margin-bottom:10px;
	}

	.pnlScroll table.chart th {
		display: none;
	}

	.pnlScroll table.chart th:nth-child(1), .pnlScroll table.chart th:nth-child(2), .pnlScroll table.chart th:nth-child(3) {
		display: table-cell;
	}

	.pnlScroll table.chart tr td {
		display: none;
	}

	.pnlScroll table.chart tr td:nth-child(1), .pnlScroll table.chart tr td:nth-child(2), .pnlScroll table.chart tr td:nth-child(3) {
		display: table-cell;
	}
	
}

@media print, screen and (max-width: 575px) {
	.page-lp .pricing-tbl img {
		display: block;
		margin: auto;
	}

	.page-lp .plus {
		margin: 10px 30px;
	}

}

@media print, screen and (max-width: 450px) {
	.dashboard .subnav ul li a {
		display: block;
		margin: 0 auto;
		padding: 15px 0 15px 48px;
		background: url(../images/a_info.jpg) no-repeat left center;
		background-size: 38px;
		 font-weight: normal;
		color: #8e8e8e !important;
	}
	.dashboard .subnav ul li {
		width: 250px;
		margin: 5px 15px;
		display: inline-block;
		text-align: left;
	}

	span#ContentPlaceHolder1_SubNav1_welcomeMessage {
		font-size: 30px;
	}

	.pg-title {font-size: 25px;}
	input.button.bgrey.outline {margin-left:0;}
}

@media print, screen and (max-width: 380px) {
		.review {
    font-size: 0 !important;
    padding: 3px 11px 1px !important;
	}
	.review:before {
		content: '';
		background: url(../images/finder.png) no-repeat;
		width: 20px;
		height: 20px;
		display: block;
	}
	.complete {right:75px;}
	#Contact a.link {
    margin-left: 0;
    font-size: 16px;
	}
}

@media  print, screen and (min-width: 40em) and (max-device-width: 64em) and (orientation : landscape) {
	#header {
	    padding-bottom: 0px;
	}

	.menu li[role="menuitem"]:first-child {
		display: none;
	}

	#homescreen .tagline {
		margin-top: 5%;
	}

	#homescreen .tagline .sub-title {
		margin-bottom: 6px;
		font-size: 24px;
	}

	#homescreen .tagline .main-title {
		font-size: 44px;
	}

	#homescreen .bottom-text p {
		display: none;
	}

	#homescreen p.main-title:after {
		display: none;
	}

	#homescreen .bottom-text:before {
		background-image: linear-gradient(to bottom, #002f4b00 45%, #000000);
	}

	.pnlScroll table.chart th {
		display: none;
	}

	.pnlScroll table.chart th:nth-child(1), .pnlScroll table.chart th:nth-child(2), .pnlScroll table.chart th:nth-child(3), .pnlScroll table.chart th:nth-child(4) {
		display: table-cell;
	}

	.pnlScroll table.chart tr td {
		display: none;
	}

	.pnlScroll table.chart tr td:nth-child(1), .pnlScroll table.chart tr td:nth-child(2), .pnlScroll table.chart tr td:nth-child(3), .pnlScroll table.chart tr td:nth-child(4) {
		display: table-cell;
	}

	.bgrey.complaints_btn {
		display: block!important;
		margin-bottom: 10px;
	}

}

@media  print, screen and (max-device-width: 640px) and (orientation : landscape) {
	span.user {
		position: absolute;
		top: 84px;
		left: 300px;
	}

	.logged-in.header-bkgd .subnav ul li.user-menu {
		margin-left: -6px;
		display: block;
		margin-top: -166px;
		border: solid 1px;
		padding: 6px 10px 0;
		float: right;
	}

	.page-welcome .logged-in.header-bkgd .subnav ul li.user-menu { margin-top:-50px;}
	.page-welcome span.user {
		top: 51px;
	}

	.logged-in.header-bkgd li.user-menu:before { display:none;}
	.top-bar, .logged-in.header-bkgd .top-bar {padding-top:39px;}
	#header .menu a {
		padding: 0.35rem 0.75rem;
	}
}

