/*
-----------------------------------------------
Style Sheet 
author:   Adam Blakey
version:  1.0  2008-04-09
----------------------------------------------- */


body {
	margin: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS', serif;
	font-weight:normal;
	font-size:14px;
	color:#333;
	margin-top:0px;
	padding-top:0px;
	background: #E9E9E9;
	
}

.pad { padding:5px; }
.error { color:#F00 }


.tabs {
  position: relative;   
  min-height: 200px; /* This part sucks */
  clear: both;
  margin: 10px 0 25px;
  border-top: 4px solid #000000;
 
}
.tab {
  float: left;
   
}
.tab label {
  background: #000000; 
  padding: 15px; 
  margin-left: 2px; 
  position: relative;
  left: 1px; 
  top: -39px;
  color: white;
  -webkit-transition: background-color .17s linear;
}
.tab [type=radio] {
  display: none;   
}
.content {
  position: absolute;
  top: -1px;
  left: 0;
  background: white;
  right: 0;
  bottom: 0;
  padding: 20px;
  -webkit-transition: opacity .6s linear;
  opacity: 0;
  clear:both;
  height: 100vh;
  display: block;
  overflow: auto;
  margin-bottom: 100px;
}
[type=radio]:checked ~ label {
   background: #46a4db;
}
[type=radio]:checked ~ label ~ .content {
  z-index: 1;
  opacity: 1;
}


.btnz {
  background: #000000;
  background-image: -webkit-linear-gradient(top, #000000, #05968a);
  background-image: -moz-linear-gradient(top, #000000, #05968a);
  background-image: -ms-linear-gradient(top, #000000, #05968a);
  background-image: -o-linear-gradient(top, #000000, #05968a);
  background-image: linear-gradient(to bottom, #000000, #05968a);
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btnz:hover {
  background: #000000;
  background-image: -webkit-linear-gradient(top, #000000, #00b0a1);
  background-image: -moz-linear-gradient(top, #000000, #00b0a1);
  background-image: -ms-linear-gradient(top, #000000, #00b0a1);
  background-image: -o-linear-gradient(top, #000000, #00b0a1);
  background-image: linear-gradient(to bottom, #000000, #00b0a1);
  text-decoration: none;
}

.btnz{
background-image: none;
background-color: #000000;
border: none;
border-radius: 0;
width: 100%
}

.btnz:hover{
cursor: pointer;
}


.buttonfl {
	float:left; width:15%; margin-left:10px; background: #000000;
}

	

/* Links 
----------------------------------------------------------------*/

a:link, a:active { color:#113D62; text-decoration: underline;}
a:visited { color:#113D62; text-decoration:underline}
a:hover { color:#00B5F3; text-decoration:underline}
a img {border:0 !important;}

a.navlinks:link	{font-size:14px; color:#fff; font-weight:bold; text-decoration:none;} 
a.navlinks:active	{font-size:14px; color:#fff; font-weight:bold; text-decoration:none;}
a.navlinks:visited	{font-size:14px; color:#fff; font-weight:bold; text-decoration:none;}
a.navlinks:hover	{font-size:14px; color:#00AFE0; font-weight:bold; text-decoration:none;}


#nav3 { font-size:100%; text-align:left; line-height:40px;  }
#nav3 ul {margin:0; padding:0px; }
#nav3 li { display:inline; padding:0px; color:#fff; font-weight:bold;}
#nav3 li a { color:#fff; font-weight:bold; text-decoration:none; padding:8px; background:#0067a6  }
#nav3 li a:hover { color: #fff; background:#0e96ea  }

#userbox { width:300px; margin-left:10px; background:#f7f7f7; border:1px solid #e3e3e3; float:left; margin-bottom:10px; font-size:14px; line-height:18px; height:200px; }
.title { background: #185486; font-weight:800; display:block; padding:8px; color:#fff;}
.title a { color:#fff; font-weight:800; font-size:14px; text-decoration:none}
.title a:hover { color:#fff; font-weight:800;}


.text, .image, .block     /* All container divs*/
 { padding-top:30px; }  
 

#body_text {
  width: 700px;
  margin-left: 25px;
  text-align: justify;
}


#primary_nav_wrap
{
	margin-top:15px
	clear: both;
  margin-bottom: 60px;
  z-index: 999;
}

#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
	z-index: 999;
}

#primary_nav_wrap ul a
{
	display:block;
	color:#333;
	text-decoration:none;
	font-weight:700;
	font-size:14px;
	line-height:60px;
	padding:0 15px;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	z-index: 999;
}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	z-index: 999;
}

#primary_nav_wrap ul li.current-menu-item
{
	background:#ddd;
	z-index: 999;
}

#primary_nav_wrap ul li:hover
{
	background:#f6f6f6;
	z-index: 999;
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0;
	z-index: 999;
}

#primary_nav_wrap ul ul li
{
	float:none;
	width:200px;
	z-index: 999;
}

#primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 15px;
	z-index: 999;
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%;
	z-index: 999;
}

#primary_nav_wrap ul li:hover > ul
{
	display:block;
	z-index: 999;
}
 
 

/* MAIN 
----------------------------------------------------------------*/

#main {width: 100%; margin: 0 auto; position: relative; padding:0px;}
#header {height: 120px; position:relative; background-color: #000000; background-size: 40%; margin:0px; padding:0px;}
#header::before {
  content: '';
  position: absolute;
  left:0px;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000000;
/*  background: -webkit-linear-gradient(left, rgba(47,142,138,1) 0%,rgba(47,142,138,1) 20px,rgba(47,142,138,0) 100%);
  background: -webkit-linear-gradient(left, rgba(47,142,138,1) 0%,rgba(47,142,138,1) 20px,rgba(47,142,138,0) 100%);
  background: -webkit-linear-gradient(left, rgba(47,142,138,1) 0%,rgba(47,142,138,1) 20px,rgba(47,142,138,0) 100%);*/
  z-index: 0;
}
#unmange { height:95px; color:#fff; background-color: #B20000; font-size:12px; font-weight:normal; padding:5px; text-align: center}
#header_image {height:80px; width:150px; background-image: url(../../images/je-header.png); background-size: 100% auto; background-repeat: no-repeat; background-position: center;  position: relative; z-index: 1; margin:20px; padding:0px; float:left;}
#search {height:30px; width:700px; margin:0px; padding:0px; float:right; color:#FFFFFF; line-height:30px; padding-top:25px; }
#navigation {height:32px; background-image:url(../../images/navigation.jpg); margin:0px; padding:0px;}
#nav { line-height:30px; padding-left:5px; color:#FFFFFF; font-size:9px; }
#subnavigation {height:30px; margin:0px; padding:0px; background-color:#F7F5F5}
#subnav { line-height:30px; padding-left:10px; font-size:14px  }
	
	#body {
		padding:10px;
		padding-left:10px;
		padding-right:10px;
		line-height:24px;
		height:auto;
		background-color:#fff;
		background-position:top;
		background-repeat:no-repeat;
		}
	#body h1 {font-size:24px; font-weight:normal; color:#000000;}
	#body h2 {font-size:16px; font-weight:bold; color:#FFAE41;}
	#body img { padding-right:20px;}
	
#footer {height:97px; text-align:center; background-image:url(../../images/index_04.jpg); clear:both; font-size:14px;  padding:0px; margin-top:0px;}
	#footer p { padding-top:50px; }
	#footer p a { color:#154A76; }
	#footer p a:hover { color:#113D62; }
	
#resultsbox { width:98%; margin-bottom:20px; padding:5px; border:1px solid #000000; font-size:14px; display:block; }
#resultsbox h3 {font-size:14px; font-weight:bold; color:#fff; background-color:#000000; padding:3px; margin:0px;}
#resultsbox h3 a {color:#fff;}
#resultsbox h3 a:hover {color:#154A76;}

#resultsbox3 { width:98%; margin-bottom:20px; padding:5px; border:1px solid #000000; font-size:14px; display:block; }
#resultsbox3 h3 {font-size:14px; font-weight:bold; color:#fff; background-color:#000000; padding:3px; margin:0px;}
#resultsbox3 h3 a {color:#fff;}
#resultsbox3 h3 a:hover {color:#154A76;}

#resultsbox2 { width:98%; margin-bottom:20px; padding:5px; border:1px solid #000000; font-size:14px; display:block; }
#resultsbox2 h3 {font-size:14px; font-weight:bold; color:#fff; background-color:#000000; padding:3px; margin:0px;}
#resultsbox2 h3 a {color:#fff;}
#resultsbox2 h3 a:hover {color:#00AFE0;}

#detailsbox { float:left; width:300px; margin-right:20px; font-size:14px;}
#detailsbox2 { float:left; width:600px; margin-right:20px; font-size:14px;}
#detailsbox3 { float:left; width:200px; margin-right:20px; font-size:14px;}

#detailsbox33 { float:left; width:45%; margin-right:40px; font-size:14px;}


.processing { background-color:#D6E8EE; padding:5px; margin-top:2px; margin-bottom:2px;}
.onhold {background-color:#FFD7D8; padding:5px; margin-top:2px; margin-bottom:2px; }
.complete {background-color:#D6E8EE; padding:5px; width:600px; margin-top:2px; margin-bottom:2px;}

#clearer {
	clear:both;
	line-height: 1px;
	font-size: 1px;
}

.btn4 {
  padding: 8px 14px;
  background: #005588;
  color: #FFF !important;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: solid 1px #013F66;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  text-decoration: none;
  font-size: 14px;
  margin-left:5px;
}

.btn4:hover { background: #005588 url('https://www.getyourmobi.co.uk/images/black-bg2.png');  border: solid 1px #013F66; text-decoration: none; }


/* CLASSES
----------------------------------------------------------------*/

.box { width:80px; text-align:center; border:0px; float:left; padding:3px; margin-right:28px; } 

a:link, a:active, a:visited {
  text-decoration: none
}
.highlight { background-color:#D6E8EE; padding:3px; width:300px; font-weight:bold; margin-top:2px; margin-bottom:2px; }
.highlight1 { background-color:#E9F9E1; padding:3px; width:300px; font-weight:bold; margin-top:2px; margin-bottom:2px; }
.highlight2 { background-color:#FEECD4; padding:3px; width:300px; font-weight:bold; margin-top:2px; margin-bottom:2px; }
.highlight3 { background-color:#F0EEEE; padding:3px; width:300px; font-weight:bold; margin-top:2px; margin-bottom:2px; }
.highlight4 { background-color:#D6E8EE; padding:3px; width:600px; margin-top:2px; margin-bottom:2px; }
.highlight5 { background-color:#D6E8EE; padding:3px; width:200px; margin-top:2px; margin-bottom:2px; }

.highlight33 { background-color:#F0EEEE; padding:6px; font-weight:bold; margin-top:5px; margin-bottom:2px; border-top: 1px solid #ccc;}
.highlight36 { background-color:#F0EEEE; padding:6px; font-weight:bold; margin-top:15px; margin-bottom:2px; border-top: 1px solid #ccc;}

.highlight_err { background-color:#f5e0d5; padding:6px; font-weight:bold; margin-top:15px; margin-bottom:2px; border-top: 1px solid #eec7b4;}
.highlight_go { background-color:#eff6dd; padding:6px; font-weight:bold; margin-top:15px; margin-bottom:2px; border-top: 1px solid #deefb9;}
.highlight_pending { background-color:#92c9d9; padding:6px; font-weight:bold; margin-top:15px; margin-bottom:2px; border-top: 1px solid #deefb9;}
.highlight_arrears { background-color:#ffb23f; padding:6px; font-weight:bold; margin-top:15px; margin-bottom:2px; border-top: 1px solid #deefb9;}
.highlight_error { background-color:#f5e0d5; padding:10px; font-weight:bold; margin-bottom:15px; border: 1px solid #eec7b4;}



/* TABS 
----------------------------------------------------------------*/

.tabs-menu {
    height: 30px;
    float: left;
    clear: both;
    margin-bottom: 0;
    width: 388px;
}

.tabs-menu li {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 10px;
    background-color: #ccc;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
    list-style: none;
    margin: 0;
padding: 0;
}

.tabs-menu li.current {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: -99;
}

.tabs-menu li a {
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none; 
    list-style: none;
}

.tabs-menu .current a {
    color: #fff;
}

.tab {
    border: 1px solid #d4d4d1;
    background-color: #F7F7F7;
    float: left; 
    margin-bottom: 20px;
    width: auto;
}

.tab-content {
    width: 660px;
    padding: 20px;
    display: none;
}

#tab-1 {
 display: block;   
}

.nicEdit-main {
  width:500px;
  background: #fff;
}



/* FORM 
----------------------------------------------------------------*/
.textfield { font-size:14px; color: #666666; padding:2px; border:1px solid #999999; height:15px; background-image:url(../../images/input_bg.gif); }
.input { font-size:14px; color: #333333; padding:2px; border:1px solid #999999; background-color:#FFFFFF;}
.input2 {
    font-size: 14px;
    color: #ffffff;
    padding: 11px 20px 11px 20px;
    border: 1px solid #00615a;
    background-color: #000000;
    margin-left: 2em;
    font-weight: bold;
}
.select { font-size:14px; color: #333333; padding:2px; border:1px solid #999999; background-color:#FFFFFF; margin-top:2px;}
select { font-size:14px; color: #333333; padding:4px; border:1px solid #999999; background-color:#FFFFFF; margin-top:2px;}
.textarea { font-size:14px; color: #666666; padding:2px; border:1px solid #999999; background-image:url(../../images/input_bg.gif); }

INPUT {padding-top:3px; margin-top:5px; margin-bottom:5px; }
TEXTAREA {padding-top:3px; margin-top:5px; margin-bottom:5px; }

.label { width: 8em; float: left; text-align: right; margin-right: 0.5em; margin-left: 0px; display: block; }
.label2 { width: 12em; float: left; text-align: right; margin-right: 0.5em; margin-left: 0px; display: block; }


/* BULLET LIST
----------------------------------------------------------------*/
	
UL	{list-style-image:url(../../images/bullet.png); margin-left:15px; padding-left:15px; }
LI  { margin-left:15px; padding-left:15px; }

/* CALENDER
----------------------------------------------------------------*/

#calendar {
		max-width: 900px;
		margin: 0 auto;
	}


input.DatePicker{
	width: 150px;
	padding: 3px 3px 3px 24px;
	border: 1px solid #0070bf;
	font-size: 13px;
	background: #fff url(../../images/date.gif) no-repeat top left;
	cursor: pointer;
}
input:focus.DatePicker{
	background: #fffce9 url(../../images/datefocus.gif) no-repeat top left;
}
.dp_container{
	position: relative;
	padding: 0;
	z-index: 500;
}
.dp_cal{
	background-color: #fff;
	border: 1px solid #0070bf;
	position: absolute;
	width: 177px;
	top: 28px;
	left: 150px;
	margin: 0px 0px 3px 0px;
}
.dp_cal table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.dp_cal select{
	margin: 2px 3px;
	font-size: 14px;
}
.dp_cal select option{
	padding: 1px 3px;
}
.dp_cal th,
.dp_cal td{
	width: 14.2857%;
	text-align: center;
	font-size: 14px;
	padding: 2px 0;
}
.dp_cal th{
	border: solid #aad4f2;
	border-width: 1px 0;
	color: #797774;
	background: #daf2e6;
	font-weight: bold;
}
.dp_cal td{
	cursor: pointer;
}
.dp_cal thead th{
	background: #d9eefc;
}
.dp_cal td.dp_roll{
	color: #000;
	background: #fff6bf;
}
/* must have this for the IE6 select box hiding */
.dp_hide{
	visibility: hidden;
}
.dp_empty{
	background: #eee;
}
.dp_today{
	background: #daf2e6;
}
.dp_selected{
	color: #fff;
	background: #328dcf;
}


/* TABS
----------------------------------------------------------------*/

div.demolayout {
	width: 100%;
	margin: 0px;
}

ul.demolayout {
	list-style-type: none;
	width: 450px;
	float: left;
	background: url(../../images/pixel.gif) bottom left repeat-x;
	margin:0px;
	padding:0px;
}

ul.demolayout li {
	margin: 0px;
	float: left;
	list-style:none;
}

ul.demolayout a {
	float: left;
	display: block;
	padding: 4px 8px;
	border: 1px solid #ccc;
	border-bottom: 0;
	color: #666;
	background: #eee;
	text-decoration: none;
	font-weight: bold;
}

ul.demolayout a:hover {
	background: #fff;
}

ul.demolayout a.active {
	background: #fff;
	padding-bottom: 5px;
	cursor: default;
	color: #7537A6;
}

.tabs-container {
	clear: left;
	border: 1px solid #ccc;
	border-top: 0;
	padding: 10px 8px 0 8px;
}



/* REMINDERS
----------------------------------------------------------------*/

html, body{
	height: 100%;
}
body{
	overflow-x: hidden;
}


.notifiPos{
	position: absolute;
	right: 0;
	top: 0;
	/* top: -1000%; */
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	height: calc(100vh - 48px);
	/* overflow-x: visible; */
	overflow: hidden;
	transform: translateX(calc(100% - 50px));
	width: 400px;
	display: flex;
	z-index: 999;
	pointer-events: none;
}
.notifications{
	position: absolute;
	top: 0;
	width: calc(100% - 50px);
	background-color: white;
	height: 100%;
	left: 50px;
	overflow: auto;
}
.notification{
	background-color: #ffffff;
	color: #fff;
	padding: 13px 10px 6px;
	border-bottom: 1px solid #b5b5b5;
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	/* margin-top: 5px; */
	overflow: hidden;
}
.removenotifi{
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	    transform: translateX(100%);
}
.notification h1{
	font-size: 14px;
	margin: 0;
	color: #444;
	line-height: 14px;
	margin-bottom: 5px;
}
.notification h3{
	font-size: 14px;
	margin: 0;
	color: #2b2b2b;
	font-weight: normal;
	/* line-height: 14px; */
	letter-spacing: 1.1px;
	margin-bottom: 5px;
	width: 100%;
}

.notification h3 span {
    border-left: 1px solid white;
    padding-left: 10px;
    letter-spacing: inherit;
    font-weight: 300;
}

.notification:hover{
	cursor: pointer;
	background-color: rgb(230, 242, 255) !important;
}

.notification .reminderBtn{
	display: block;
	width: 50%;
	background-color: red;
	padding: 2%;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 1.7em;
	float: left;
}

.notification .clearFix{
	clear: both;
}
.notification.des{
	background-color: rgba(251, 0, 0, 0.09);
}
.notification.appointment{
	background-color: #54D14D;
}
.notification.domainR{
	background-color: rgba(239, 155, 255, 0.31);
}
.notifiBody a{
	text-decoration: none;
	position: relative;
	display: block;
}

.notifiBody .dismissBtn,
.notifiBody .dismissBtn2{
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 18px;
	height: 100%;
	width: 43px;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	color: black;
	transition: 0.2s ease-in-out;
}
.notifiBody .completeBtn{
	position: absolute;
	display: block;
	top: 25px;
	right: 5px;
	background-color: #54D14D;
	color: #fff;
	font-size: 15px;
	padding: 0 5px;
	opacity: 0.4;
}

.notifiBody .completeBtn:hover, .notifiBody .dismissBtn:hover,.notifiBody .dismissBtn2:hover{
	/* background-color: #ff8080; */
	/* color: white; */
	/* transform: scale(1.2); */
	font-size: 28px;
}

.zFix{
position: relative;
z-index: 10000;
}

.userInfo{
	width: 50%;
	box-sizing: border-box;
	float: left;
}

.clearFix{
	clear: both;
}


.openNotifBar {
    width: 50px;
    height: calc(100vh - 48px);
    /* overflow: visible; */
    pointer-events: none;
}

.openNotifBar span {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height:  50px;
    padding: 14px;
    box-sizing: border-box;
    pointer-events: all;
    transition: 0.2s ease-in-out;
}

.openNotifBar span svg {
    width: 100%;
    fill: #e9e9e9;
}

.notification * {
    font-family: sans-serif;
}

.notifiPos.show .openNotifBar span svg {
    fill: white;
}

.notifiPos.show {
    background-color: white;
    transform: translateX(0);
    pointer-events: initial;
    position: fixed;
}

.notifiPos.show .openNotifBar {
	background-color: #07bdb0;
	position: fixed;
	top: 0;
}

.openNotifBar span:hover {
    cursor: pointer;
    padding: 12px;
}





.customerAlert {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    background-color: #169489;
    align-items: center;
    z-index: 1000000000;
}

.customerAlert svg {
    height: 48px;
    width: 58px;
    padding: 8px;
    background-color: #c42014;
    fill: #FFF;
}

.customerAlert svg path{
	fill: #FFF !important;
}


.customerAlert * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: sans-serif;
    font-weight: 300;
}

.customerAlert .customerInfo {
    text-align: center;
    color: white;
    display: flex;
    align-items: center;
}

.customerAlert h2 {
    padding-right: 15px;
    border-right: 1px solid white;
    margin-right: 15px;
    font-size: 18px;
}

.customerAlert a > span {
    color: white;
    font-size: 18px;
    margin-right: 20px;
}
		


.content > div {
}
































#quickquote * {
  margin: 0;
  padding: 0;
  font-family: helvetica;
  box-sizing: border-box;
}

#quickquote {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
  z-index: 999;
}
#quickquote.show {
  opacity: 1;
  pointer-events: initial;
}
#quickquote .cont {
  width: 98%;
  max-width: 900px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 10px;
  background-color: #f9f9f9;
  max-height: 90vh;
  overflow: auto;
}
#quickquote .cont > h1 {
  width: 90%;
  text-align: left;
  padding-left: 1.5%;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 35px;
}
#quickquote .cont > h1 .note {
  font-weight: 300;
  font-size: 15px;
  margin-left: 5px;
  color: grey;
}
#quickquote .cont > span#closeqq {
  width: 10%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 1.5%;
}
#quickquote .cont > span#closeqq:hover {
  cursor: pointer;
}
#quickquote .cont > span#closeqq:hover svg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#quickquote .cont > span#closeqq svg {
  width: 20px;
  will-change: transform;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
#quickquote .cont .work {
  width: 30.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 30px 0px 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1% 1.5%;
  background-color: white;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
#quickquote .cont .work p {
  padding: 0 20px;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  color: #333;
}
#quickquote .cont .work label {
  width: 50%;
  font-size: 18px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 0 auto;
  font-weight: 300;
  color: #333;
}
#quickquote .cont .work label.full{
	width: 100%;
}
#quickquote .cont .work label input {
  width: 100%;
  font-size: 30px;
  border: 0;
  outline: 0;
  text-align: center;
  margin-top: 10px;
}
#quickquote .cont .work button {
  width: 100%;
  border: 0;
  background: -webkit-linear-gradient(50deg, #019389, #03c5ae);
  background: linear-gradient(40deg, #019389, #03c5ae);
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 13px;
  letter-spacing: 1.5px;
  margin-top: 20px;
  text-transform: capitalize;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
#quickquote .cont .work button:hover {
  background: -webkit-linear-gradient(50deg, #019389, #03c5ae, #03c5ae);
  background: linear-gradient(40deg, #019389, #03c5ae, #03c5ae);
  cursor: pointer;
}




















#reminderToggle:checked ~ .callbackRemindersCont.single .callbackReminders,
#reminderToggle2:checked ~ .callbackRemindersCont.all .callbackReminders{
    max-height: 500px;
    overflow: auto;
	padding-bottom: 50px;
}
#reminderToggle:checked ~ .callbackRemindersCont.single:after,
#reminderToggle2:checked ~ .callbackRemindersCont.all:after{
    content: "Show Less";
    background-color: white;
}

.callbackRemindersCont {
    position: relative;
    padding: 0 10px;
    background-color: white;
}

.callbackReminders{
    max-height: 150px;
    transition: max-height 0.3s ease-in-out;
    overflow: hidden;
    min-height: 77px;
}

.callbackRemindersCont:after{
    content: "Show More";
    position: absolute;
    bottom: 0;
    width: 100%;
    top: initial;
    left: 0;
    background: linear-gradient(0, white, white, rgba(255,255,255,0.5));
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.callbackRemindersCont h1{
    margin: 0;
    padding: 10px 0;
    color: #000000;
    font-size: 24px;
    font-weight: 400;
}
.callbackRemindersCont label{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 50px;
    z-index: 1;
    display: block;
}
.callbackRemindersCont label:hover{
    cursor: pointer;
}

.callbackRemindersCont.all .callbackReminders > div:nth-child(2n) {
    background-color: white !important;
}

#reminderToggle3:checked ~ .seesiteRemindersCont.single .seesiteReminders,
#reminderToggle4:checked ~ .seesiteRemindersCont.all .seesiteReminders{
    max-height: 500px;
    overflow: auto;
	padding-bottom: 50px;
}
#reminderToggle3:checked ~ .seesiteRemindersCont.single:after,
#reminderToggle4:checked ~ .seesiteRemindersCont.all:after{
    content: "Show Less";
    background-color: white;
}

.seesiteRemindersCont {
    position: relative;
    padding: 0 10px;
    background-color: white;
}

.seesiteReminders{
    max-height: 150px;
    transition: max-height 0.3s ease-in-out;
    overflow: hidden;
    min-height: 77px;
}

.seesiteRemindersCont:after{
    content: "Show More";
    position: absolute;
    bottom: 0;
    width: 100%;
    top: initial;
    left: 0;
    background: linear-gradient(0, white, white, rgba(255,255,255,0.5));
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.seesiteRemindersCont h1{
    margin: 0;
    padding: 10px 0;
    color: #000000;
    font-size: 24px;
    font-weight: 400;
}
.seesiteRemindersCont label{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 50px;
    z-index: 1;
    display: block;
}
.seesiteRemindersCont label:hover{
    cursor: pointer;
}

.seesiteRemindersCont.all .seesiteReminders > div:nth-child(2n) {
    background-color: white !important;
}



