@font-face {
  font-family: 'Lato';
  font-weight: 100;
  font-style: normal;
  src: url('fonts/lato-hairline-webfont.eot');
  src: url('fonts/lato-hairline-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato-hairline-webfont.woff') format('woff'), url('fonts/lato-hairline-webfont.ttf') format('truetype'), url('fonts/lato-hairline-webfont.svg#latohairline') format('svg');
}
@font-face {
  font-family: 'Lato';
  font-weight: 300;
  font-style: normal;
  src: url('fonts/lato-light-webfont.eot');
  src: url('fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato-light-webfont.woff') format('woff'), url('fonts/lato-light-webfont.ttf') format('truetype'), url('fonts/lato-light-webfont.svg#latolight') format('svg');
}
@font-face {
  font-family: 'Lato';
  font-weight: 400;
  font-style: normal;
  src: url('fonts/lato-regular-webfont.eot');
  src: url('fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato-regular-webfont.woff') format('woff'), url('fonts/lato-regular-webfont.ttf') format('truetype'), url('fonts/lato-regular-webfont.svg#latoregular') format('svg');
}
@font-face {
  font-family: 'Lato';
  font-weight: 700;
  font-style: normal;
  src: url('fonts/lato-bold-webfont.eot');
  src: url('fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato-bold-webfont.woff') format('woff'), url('fonts/lato-bold-webfont.ttf') format('truetype'), url('fonts/lato-bold-webfont.svg#latobold') format('svg');
}
@font-face {
  font-family: 'Lato';
  font-weight: 900;
  font-style: normal;
  src: url('fonts/lato-black-webfont.eot');
  src: url('fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato-black-webfont.woff') format('woff'), url('fonts/lato-black-webfont.ttf') format('truetype'), url('fonts/lato-black-webfont.svg#latoblack') format('svg');
}
@font-face {
  font-family: 'Lato';
  font-weight: 100;
  font-style: italic;
  src: url('fonts/lato-hairlineitalic-webfont.eot');
  src: url('fonts/lato-hairlineitalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato-hairlineitalic-webfont.woff') format('woff'), url('fonts/lato-hairlineitalic-webfont.ttf') format('truetype'), url('fonts/lato-hairlineitalic-webfont.svg#latohairline_italic') format('svg');
}
@font-face {
  font-family: 'Lato';
  font-weight: 300;
  font-style: italic;
  src: url('fonts/lato-lightitalic-webfont.eot');
  src: url('fonts/lato-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato-lightitalic-webfont.woff') format('woff'), url('fonts/lato-lightitalic-webfont.ttf') format('truetype'), url('fonts/lato-lightitalic-webfont.svg#latolight_italic') format('svg');
}
@font-face {
  font-family: 'Lato';
  font-weight: 400;
  font-style: italic;
  src: url('fonts/lato-italic-webfont.eot');
  src: url('fonts/lato-italic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato-italic-webfont.woff') format('woff'), url('fonts/lato-italic-webfont.ttf') format('truetype'), url('fonts/lato-italic-webfont.svg#latoitalic') format('svg');
}
@font-face {
  font-family: 'Lato';
  font-weight: 700;
  font-style: italic;
  src: url('fonts/lato-bolditalic-webfont.eot');
  src: url('fonts/lato-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato-bolditalic-webfont.woff') format('woff'), url('fonts/lato-bolditalic-webfont.ttf') format('truetype'), url('fonts/lato-bolditalic-webfont.svg#latobold_italic') format('svg');
}
@font-face {
  font-family: 'Lato';
  font-weight: 900;
  font-style: italic;
  src: url('fonts/lato-blackitalic-webfont.eot');
  src: url('fonts/lato-blackitalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato-blackitalic-webfont.woff') format('woff'), url('fonts/lato-blackitalic-webfont.ttf') format('truetype'), url('fonts/lato-blackitalic-webfont.svg#latoblack_italic') format('svg');
}
body {
  background: #ffffff;
  overflow-x: hidden;
}
.txt {
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  border: 1px solid #e6e5e1;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-style: 13px;
  margin: 0;
  font-family: 'Lato', sans-serif;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
  -moz-transition: all .25s linear;
}
.txt:focus {
  outline: none;
  border-color: #4fa8dc;
  -moz-box-shadow: 0 0 8px rgba(79, 168, 220, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(79, 168, 220, 0.3);
  box-shadow: 0 0 8px rgba(79, 168, 220, 0.3);
}
.dateText {
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  border: 1px solid #e6e5e1;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-style: 13px;
  margin: 0;
  font-family: 'Lato', sans-serif;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
  -moz-transition: all .25s linear;
}
.dateText:focus {
  outline: none;
  border-color: #4fa8dc;
  -moz-box-shadow: 0 0 8px rgba(79, 168, 220, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(79, 168, 220, 0.3);
  box-shadow: 0 0 8px rgba(79, 168, 220, 0.3);
}
.btn_black {
  line-height: 26px;
  padding: 0px;
  margin: 0;
  border: 1px solid #636363;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  margin-left: 13px;
  float: right;
  text-shadow: 1px 1px 1px #2e2e2e;
  padding: 0 20px;
  background: #7c7c7c;
  /* Old browsers */
  background-image: -ms-linear-gradient(top, #7c7c7c 0%, #4d4d4d 100%);
  background-image: -moz-linear-gradient(top, #7c7c7c 0%, #4d4d4d 100%);
  background-image: -o-linear-gradient(top, #7c7c7c 0%, #4d4d4d 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7c7c7c), color-stop(1, #4d4d4d));
  background-image: -webkit-linear-gradient(top, #7c7c7c 0%, #4d4d4d 100%);
  background-image: linear-gradient(to bottom, #7c7c7c 0%, #4d4d4d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7C7C7C', endColorstr='#4D4D4D', GradientType=0);
  /* IE6-8 */
  cursor: pointer;
}
.btn_black:hover,
.btn_black:focus {
  background: #f9f9f9;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f9f9f9', GradientType=0);
  border: 1px solid #c6c4c4;
  color: #545454;
  text-shadow: 1px 1px 0 #ddd;
  outline: none;
}
.light-caps {
  text-transform: uppercase;
  font-weight: 300 !important;
  color: #898989 !important;
  font-size: 20px !important;
  letter-spacing: 1px;
}
select {
  float: left;
  width: 100%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e6e5e1;
  padding: 9px;
  margin: 0;
  font-size: 13px;
  font-style: italic;
  color: #959595;
  -moz-box-shadow: inset 0px -10px 20px #e8e8e8;
  -webkit-box-shadow: inset 0px -10px 20px #e8e8e8;
  box-shadow: inset 0px -10px 20px #e8e8e8;
  background: #ffffff url(../img/arr.png) no-repeat right center;
  -webkit-appearance: none;
}
select:focus {
  outline: none;
  border: #ddd;
}
.page_header h1 {
  float: left;
  width: 218px;
  height: 97px;
  background: url('../img/sprite.png') no-repeat left top;
  margin: 24px 0 25px 0;
}
.page_header h1 a {
  float: left;
  width: 218px;
  height: 97px;
  outline: none;
  text-indent: -99999px;
}
.page_header span {
  float: right;
  color: #959595;
  font-size: 14px;
  font-family: 'Lato';
  margin-top: 38px;
}
.page_header .hold {
  position: absolute;
  right: 15px;
  top: 76px;
}
.page_header .hold a {
  line-height: 26px;
  border: 1px solid #636363;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  margin-left: 13px;
  float: right;
  text-shadow: 1px 1px 1px #2e2e2e;
  padding: 0 20px;
  background: #7c7c7c;
  /* Old browsers */
  background-image: -ms-linear-gradient(top, #7c7c7c 0%, #4d4d4d 100%);
  background-image: -moz-linear-gradient(top, #7c7c7c 0%, #4d4d4d 100%);
  background-image: -o-linear-gradient(top, #7c7c7c 0%, #4d4d4d 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7c7c7c), color-stop(1, #4d4d4d));
  background-image: -webkit-linear-gradient(top, #7c7c7c 0%, #4d4d4d 100%);
  background-image: linear-gradient(to right, #7c7c7c 0%, #4d4d4d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c7c7c', endColorstr='#4d4d4d', GradientType=0);
  /* IE6-8 */
}
.page_header .hold a.login {
  padding-right: 35px;
  position: relative;
  width: 90px;
}
.page_header .hold a.login:after {
  position: absolute;
  display: block;
  content: " ";
  background: url('../img/sprite.png') no-repeat -219px -42px;
  width: 11px;
  height: 15px;
  right: 14px;
  top: 5px;
}
.page_header .hold a.login.open {
  background: #f9f9f9;
  border: 1px solid #c6c4c4;
  color: #545454;
  text-shadow: 1px 1px 0 #ddd;
}
.page_header .hold a.login.open:after {
  background: url('../img/sprite.png') no-repeat -219px -26px;
}
.page_header .hold a:hover {
  background: #f9f9f9;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f9f9f9', GradientType=0);
  border: 1px solid #c6c4c4;
  color: #545454;
  text-shadow: 1px 1px 0 #ddd;
}
.page_header .hold a:hover:after {
  background: url('../img/sprite.png') no-repeat -219px -26px;
}
.page_header nav {
  line-height: 50px;
  border: 1px solid #8cc63f;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: #74b321;
  /* Old browsers */
  background-image: -ms-linear-gradient(top, #74b321 0%, #679e1e 100%);
  background-image: -moz-linear-gradient(top, #74b321 0%, #679e1e 100%);
  background-image: -o-linear-gradient(top, #74b321 0%, #679e1e 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #74b321), color-stop(1, #679e1e));
  background-image: -webkit-linear-gradient(top, #74b321 0%, #679e1e 100%);
  background-image: linear-gradient(to bottom, #74b321 0%, #679e1e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74B321', endColorstr='#679E1E', GradientType=0);
  /* IE6-8 */
  -webkit-box-shadow: inset 0px 2px 2px #c2de9d;
  -moz-box-shadow: inset 0px 2px 2px #c2de9d;
  box-shadow: inset 0px 2px 2px #c2de9d;
}
.page_header nav ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page_header nav ul li {
  float: left;
}
.page_header nav ul li a {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-shadow: -1px 0px 1px #579e19;
  text-decoration: none;
  padding: 0 18px;
  float: left;
  background: url('../img/separator.png') no-repeat center right;
}
@media only screen and (max-width: 830px) {
  .page_header nav ul li a {
    font-size: 14px;
  }
}
.page_header nav ul li a.last {
  background: none;
}
.page_header nav ul li a:hover {
  color: rgba(0, 0, 0, 0.9);
  text-shadow: 1px 1px 0 rgba(255, 255, 253, 0.2);
}
.page_header nav ul li.submenu {
  position: relative;
}
.page_header nav ul li.submenu:hover div {
  display: block;
}
.page_header nav ul li.submenu a {
  padding-right: 40px;
}
.page_header nav ul li.submenu a:after {
  width: 10px;
  height: 6px;
  position: absolute;
  content: " ";
  right: 15px;
  top: 50%;
  margin-top: -2px;
  display: block;
  background: url('../img/sprite.png') no-repeat -1px -98px;
}
.page_header nav ul li.submenu div {
  display: none;
  position: absolute;
  width: 200px;
  z-index: 9999;
  border: 1px solid #c6c4c4;
  background: #f9f9f9;
  /* Old browsers */
  background-image: -ms-linear-gradient(top, #f9f9f9 0%, #d7d7d6 100%);
  background-image: -moz-linear-gradient(top, #f9f9f9 0%, #d7d7d6 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #d7d7d6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9f9f9), color-stop(1, #d7d7d6));
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #d7d7d6 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #d7d7d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#D7D7D6', GradientType=0);
  /* IE6-8 */
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  left: 0px;
  top: 50px;
}
.page_header nav ul li.submenu div:hover {
  display: block;
}
.page_header nav ul li.submenu div a {
  float: left;
  background: none;
  padding-right: 0px;
  color: #555;
  text-shadow: none;
  width: 100%;
}
.page_header nav ul li.submenu div a:after {
  display: none;
}
.page_header nav ul li.submenu div a:hover {
  color: #000;
  text-decoration: underline;
}
.page_header nav form {
  float: right;
  margin-right: 16px;
}
.page_header nav form input {
  line-height: 25px;
  height: 25px;
  border: 1px solid #6c9f29;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  width: 213px;
  padding-right: 30px;
  padding-left: 10px;
  font-size: 12px;
  -webkit-box-shadow: inset 5px 5px 5px #e7e7e7;
  -moz-box-shadow: inset 5px 5px 5px #e7e7e7;
  box-shadow: inset 5px 5px 5px #e7e7e7;
  background: url('../img/search.png') no-repeat 186px center #ffffff;
}
@media only screen and (max-width: 874px) {
  .page_header nav form input {
    width: 150px;
  }
}
.page_header nav form input:focus {
  outline: none;
}
.search_input {
  float: right;
  margin: 13px 16px 0 0;
  line-height: 25px;
  height: 25px;
  border: 1px solid #6c9f29;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  width: 213px;
  padding-right: 30px;
  padding-left: 10px;
  font-size: 12px;
  -webkit-box-shadow: inset 5px 5px 5px #e7e7e7;
  -moz-box-shadow: inset 5px 5px 5px #e7e7e7;
  box-shadow: inset 5px 5px 5px #e7e7e7;
  background: url('../img/search.png') no-repeat 186px center #ffffff;
}
.login_input div{
    float: left;
    width: 100%;
    margin-bottom: 17px;
}
.login_input div input {
    float: left;
    width: 70%;
}
.login_input div label {
float: left;
font-size: 14px;
font-weight: 500;
color: #7e7d7d;
line-height: 36px;
width: 30%;
}
.page_header_mygrange h1 {
  float: left;
  width: 218px;
  height: 97px;
  background: url('../img/sprite.png') no-repeat left top;
  margin: 24px 0 25px 0;
}
@media only screen and (max-width: 768px) {
  .page_header_mygrange h1 {
    margin-bottom: 10px;
  }
}
.page_header_mygrange h1 a {
  float: left;
  width: 218px;
  height: 97px;
  outline: none;
  text-indent: -99999px;
}
.page_header_mygrange span {
  float: right;
  color: #959595;
  font-size: 14px;
  margin-top: 38px;
}
@media only screen and (max-width: 768px) {
  .page_header_mygrange span {
    margin-top: 0px !important;
    margin-bottom: 10px;
    float: none;
    display: inline-block;
  }
}
.page_header_mygrange .hold {
  position: absolute;
  right: 15px;
  top: 76px;
}
.page_header_mygrange .hold a {
  line-height: 26px;
  border: 1px solid #636363;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  margin-left: 13px;
  float: right;
  text-shadow: 1px 1px 1px #2e2e2e;
  padding: 0 20px;
  background: #7c7c7c;
  /* Old browsers */
  background-image: -ms-linear-gradient(top, #7c7c7c 0%, #4d4d4d 100%);
  background-image: -moz-linear-gradient(top, #7c7c7c 0%, #4d4d4d 100%);
  background-image: -o-linear-gradient(top, #7c7c7c 0%, #4d4d4d 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7c7c7c), color-stop(1, #4d4d4d));
  background-image: -webkit-linear-gradient(top, #7c7c7c 0%, #4d4d4d 100%);
  background-image: linear-gradient(to bottom, #7c7c7c 0%, #4d4d4d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7C7C7C', endColorstr='#4D4D4D', GradientType=0);
  /* IE6-8 */
}
.page_header_mygrange .hold a.login {
  padding-right: 35px;
  position: relative;
  width: 90px;
}
.page_header_mygrange .hold a.login:after {
  position: absolute;
  display: block;
  content: " ";
  background: url('../img/sprite.png') no-repeat -219px -42px;
  width: 11px;
  height: 15px;
  right: 14px;
  top: 5px;
}
.page_header_mygrange .hold a.login.open {
  background: #f9f9f9;
  border: 1px solid #c6c4c4;
  color: #545454;
  text-shadow: 1px 1px 0 #ddd;
}
.page_header_mygrange .hold a.login.open:after {
  background: url('../img/sprite.png') no-repeat -219px -26px;
}
.page_header_mygrange .hold a:hover {
  background: #f9f9f9;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f9f9f9', GradientType=0);
  border: 1px solid #c6c4c4;
  color: #545454;
  text-shadow: 1px 1px 0 #ddd;
}
.page_header_mygrange .hold a:hover:after {
  background: url('../img/sprite.png') no-repeat -219px -26px;
}
.page_header_mygrange nav {
  line-height: 50px;
  border: 1px solid #8cc63f;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: #74b321;
  /* Old browsers */
  background-image: -ms-linear-gradient(top, #74b321 0%, #679e1e 100%);
  background-image: -moz-linear-gradient(top, #74b321 0%, #679e1e 100%);
  background-image: -o-linear-gradient(top, #74b321 0%, #679e1e 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#74b321), to(#679e1e));
  background-image: -webkit-linear-gradient(top, #74b321 0%, #679e1e 100%);
  background-image: linear-gradient(to bottom, #74b321 0%, #679e1e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74B321', endColorstr='#679E1E', GradientType=0);
  /* IE6-8 */
  -moz-box-shadow: inset 0px 2px 2px #c2de9d;
  -webkit-box-shadow: inset 0px 2px 2px #c2de9d;
  box-shadow: inset 0px 2px 2px #c2de9d;
}
.page_header_mygrange nav ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page_header_mygrange nav ul li {
  float: left;
}
.page_header_mygrange nav ul li a {
  font-size: 16px;
  color: #fff;
  text-shadow: -1px 0px 1px #579e19;
  text-decoration: none;
  padding: 0 18px;
  float: left;
  background: url('../img/separator.png') no-repeat center right;
}
.page_header_mygrange nav ul li a.last {
  background: none;
}
.page_header_mygrange nav ul li.submenu {
  position: relative;
}
.page_header_mygrange nav ul li.submenu:hover div {
  display: block;
}
.page_header_mygrange nav ul li.submenu a {
  padding-right: 40px;
}
.page_header_mygrange nav ul li.submenu a:after {
  width: 10px;
  height: 6px;
  position: absolute;
  content: " ";
  right: 15px;
  top: 50%;
  margin-top: -2px;
  display: block;
  background: url('../img/sprite.png') no-repeat -1px -98px;
}
.page_header_mygrange nav ul li.submenu div {
  display: none;
  position: absolute;
  width: 200px;
  z-index: 9999;
  border: 1px solid #c6c4c4;
  background: #f9f9f9;
  /* Old browsers */
  background-image: -ms-linear-gradient(top, #f9f9f9 0%, #d7d7d7 100%);
  background-image: -moz-linear-gradient(top, #f9f9f9 0%, #d7d7d7 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #d7d7d7 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#d7d7d7));
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #d7d7d7 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #d7d7d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#d7d7d7', GradientType=0);
  /* IE6-8 */
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  left: 0px;
  top: 50px;
}
.page_header_mygrange nav ul li.submenu div:hover {
  display: block;
}
.page_header_mygrange nav ul li.submenu div a {
  float: left;
  background: none;
  padding-right: 0px;
  color: #000;
  text-shadow: none;
  width: 100%;
}
.page_header_mygrange nav ul li.submenu div a:after {
  display: none;
}
.page_header_mygrange nav form {
  float: right;
  margin-right: 16px;
}
.page_header_mygrange nav form input {
  line-height: 25px;
  height: 25px;
  border: 1px solid #6c9f29;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  width: 213px;
  padding-right: 30px;
  padding-left: 10px;
  font-size: 12px;
  -webkit-box-shadow: inset 5px 5px 5px #e7e7e7;
  -moz-box-shadow: inset 5px 5px 5px #e7e7e7;
  box-shadow: inset 5px 5px 5px #e7e7e7;
  background: url('../img/search.png') no-repeat 186px center #ffffff;
}
.page_header_mygrange nav form input:focus {
  outline: none;
}
.main_vis {
  float: left;
  width: 100%;
  background: url('../img/main_vis.jpg') no-repeat center bottom;
}
.main_vis .large-4 {
  padding: 0;
}
.main_vis .box {
  margin-top: 50px;
  position: relative;
  z-index: 2;
}
.main_vis .box h2 {
  position: relative;
}
.main_vis .box h2:after {
  position: absolute;
  display: block;
  content: " ";
  background: url('../img/sprite.png') no-repeat -219px -26px;
  width: 11px;
  height: 15px;
  right: 14px;
  top: 15px;
}
.main_vis .find_box {
  float: left;
  z-index: 1;
  margin-top: -20px !important;
  background: #e0e3e9;
  /* Old browsers */
  background-image: -ms-linear-gradient(top, #e0e3e9 0%, #f2f3f6 100%);
  background-image: -moz-linear-gradient(top, #e0e3e9 0%, #f2f3f6 100%);
  background-image: -o-linear-gradient(top, #e0e3e9 0%, #f2f3f6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e3e9), to(#f2f3f6));
  background-image: -webkit-linear-gradient(top, #e0e3e9 0%, #f2f3f6 100%);
  background-image: linear-gradient(to bottom, #e0e3e9 0%, #f2f3f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E0E3E9', endColorstr='#F2F3F6', GradientType=0);
  /* IE6-8 */
  border: 1px solid #e2e5ea;
  padding: 15px;
  margin-bottom: 50px;
}
.main_vis .find_box h3 {
  float: left;
  font-size: 18px;
  width: 100%;
  font-weight: 300;
  color: #045483;
}
.main_vis .find_box input {
  float: left;
  width: 30%;
}
.main_vis .find_box select {
  float: right;
  width: 65%;
}
.main_vis .heading {
  margin-top: 45px;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .main_vis .heading {
    padding-left: 0;
  }
}
.main_vis .heading h2 {
  font-size: 53px;
  color: #045483;
  font-weight: 300;
  margin: 0;
}
.main_vis .heading h2 strong {
  font-weight: 400;
  color: #4fa8dc;
}
.main_vis .heading img {
  border: 4px solid #4fa8dc;
  -webkit-border-radius: 65px;
  -moz-border-radius: 65px;
  border-radius: 65px;
  margin-right: 25px;
  float: left;
}
.main_vis .heading img:last-child {
  margin-right: 0px;
}
.main_vis .heading span {
  float: left;
  width: 100%;
  margin-top: 18px;
}
.main_vis .heading p {
  float: left;
  width: 64%;
  clear: both;
  margin: 18px 0 55px 0;
  font-size: 16px;
  color: #656565;
  font-weight: 300;
  line-height: 1.3em;
}
.box {
  float: left;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 1px;
  -moz-box-shadow: 0px 0px 10px #f4f4f4;
  -webkit-box-shadow: 0px 0px 10px #f4f4f4;
  box-shadow: 0px 0px 10px #f4f4f4;
}
.box h2 {
  float: left;
  width: 100%;
  font-weight: 300;
  color: #464646;
  font-size: 18px;
  text-indent: 15px;
  line-height: 46px;
  margin: 0 0 1px 0;
  background: #f4f3ef;
  /* Old browsers */
  background-image: -ms-linear-gradient(top, #f4f3ef 0%, #e7e6e1 100%);
  background-image: -moz-linear-gradient(top, #f4f3ef 0%, #e7e6e1 100%);
  background-image: -o-linear-gradient(top, #f4f3ef 0%, #e7e6e1 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f3ef), to(#e7e6e1));
  background-image: -webkit-linear-gradient(top, #f4f3ef 0%, #e7e6e1 100%);
  background-image: linear-gradient(to bottom, #f4f3ef 0%, #e7e6e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F3EF', endColorstr='#E7E6E1', GradientType=0);
  /* IE6-8 */
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.box .box_content {
  float: left;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  background: #f8f7f2;
  border-top: 1px solid #f0efea;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.vis_form {
  float: left;
  width: 100%;
}
.vis_form div {
  float: left;
  width: 100%;
  margin-bottom: 17px;
}
.vis_form div label {
  float: left;
  font-size: 14px;
  font-weight: 500;
  color: #7e7d7d;
  line-height: 36px;
  width: 30%;
}
.vis_form div input {
  float: left;
  width: 70%;
}
.vis_form div:last-child {
  margin-bottom: 0px;
}
.vis_form div a {
  float: left;
  font-size: 14px;
  color: #464646;
  line-height: 28px;
}
.forgot-link {
  float: right !important;
}
.error {
  width: 100%;
  text-align: left;
  background-color: #B83131;
  display: inline-block;
  padding: 10px;
  margin-top: 5px;
  color: #FFF;
  border-radius: 5px;
}
.login-success {
  width: 100%;
  text-align: left;
  background-color:Green;
  display: inline-block;
  padding: 10px;
  margin-top: 5px;
  color: #FFF;
  border-radius: 5px;
}
.products {
  position: relative;
  z-index: 10;
  background: #fff;
}
.products .first {
  position: relative;
  min-height: 213px;
}
.products .first:after {
  height: 213px;
  width: 30px;
  position: absolute;
  content: " ";
  background: url("../img/deco.png");
  right: -15px;
  top: 50%;
  margin-top: -107px;
  display: block;
}
.products .first p {
  color: #959595;
  font-size: 16px;
  padding-left: 10px;
  font-weight: 300;
}
.products .first h2 {
  color: #80c45f;
  font-size: 24px;
  margin: 50px 0 0 10px;
  font-weight: 300;
}
.products p {
  margin: 10px 0 0 0;
  font-size: 13px;
  line-height: 1.3em;
  color: #636363;
}
.products p a {
  color: #0072bc;
}
.products .product {
  text-align: center;
}
.products .product img {
  margin-top: 25px;
  margin-bottom: 5px;
}
.products .product h3 {
  font-weight: 400;
  font-size: 18px;
  margin: 0;
}
.grey_row {
  background: #efefef;
  position: relative;
  float: left;
  width: 100%;
}
.grey_row:before {
  width: 12px;
  right: -88px;
  height: 12px;
  top: -12px;
  background: url("../img/square.png");
  position: absolute;
  display: inline-block;
  content: " ";
}
.grey_row:after {
  width: 88px;
  right: -88px;
  height: 100%;
  top: 0px;
  background: #efefef;
  position: absolute;
  display: inline-block;
  content: " ";
}
.grey_row .large-8 {
  background: #ffffff url("../img/home_separator.png") no-repeat right top;
  padding-bottom: 60px;
  position: relative;
  z-index: 10;
}
.grey_row .large-8:before {
  width: 12px;
  right: 0px;
  height: 12px;
  bottom: 0px;
  background: url("../img/square.png");
  position: absolute;
  display: inline-block;
  content: " ";
}
.grey_row .large-8 h2 {
  color: #4FA8DC;
  font-size: 30px;
  font-weight: 600;
  margin: 0px 50px 20px 0;
  line-height: 1.1em;
}
.grey_row .large-8 .map-headline {
  margin-top: 60px;
}
.grey_row .large-8 h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 300;
  color: #646464;
  width: 70%;
  line-height: 1.2em;
}
.grey_row .large-8 p {
  float: left;
  color: #797979;
  font-weight: 300;
  width: 30%;
  line-height: 1.3em;
}
.grey_row .large-8 img {
  float: left;
  width: 50%;
  margin-top: 16px;
  margin-left: 10%;
  margin-right: 10%;
}
.grey_row .large-8 a {
  float: left;
  clear: both;
  color: #0072bc;
}
.grey_row .large-4 {
  z-index: 1;
}
.grey_row .large-4:before {
  width: 100%;
  right: 0px;
  height: 50px;
  z-index: 2;
  top: 0px;
  background: url("../img/strips.png");
  position: absolute;
  display: inline-block;
  content: " ";
  -webkit-box-shadow: 0px 5px 10px #d4d4d4;
  -moz-box-shadow: 0px 5px 10px #d4d4d4;
  box-shadow: 0px 5px 10px #d4d4d4;
}
.grey_row .large-4:after {
  width: 19px;
  left: 0px;
  height: 273px;
  z-index: 2;
  top: 20%;
  background: url("../img/shadow.png");
  position: absolute;
  display: inline-block;
  content: " ";
}
.grey_row .carousel_col {
  float: right;
  width: 103%;
  margin-right: -5%;
  padding-top: 50px;
}
.grey_row .carousel_col .title {
  font-weight: 300;
  float: left;
  width: 100%;
  line-height: 60px;
  font-size: 15px;
  color: #646464;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.grey_row .carousel_col .title a {
  line-height: 56px;
  float: right;
  position: absolute;
  right: 0px;
  top: 0px;
  background: #e1e1e1;
  width: 13%;
  text-indent: -99999px;
  margin-left: 0px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.grey_row .carousel_col .title a:before {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 18px;
  left: 50%;
  margin-left: -12px;
  content: " ";
  display: block;
  background: url('../img/sprite.png') no-repeat -265px -1px;
}
.grey_row .carousel_col .title a.prev {
  right: 14%;
}
.grey_row .carousel_col .title a.prev:before {
  background: url('../img/sprite.png') no-repeat -219px -1px;
}
.grey_row .carousel_col .featured_agent {
  float: left;
  width: 100%;
  border-top: 2px solid #d7d7d7;
  padding-top: 30px;
  margin-top: 25px;
  position: relative;
}
.grey_row .carousel_col .featured_agent img {
  float: right;
  right: 0px;
  top: 30px;
  border: 2px solid #fff;
  width: 40%;
}
.grey_row .carousel_col .featured_agent h2 {
  margin: 0;
  float: left;
  width: 55%;
  font-size: 16px;
  font-weight: 300;
  color: #646464;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.grey_row .carousel_col .featured_agent p {
  color: #898989;
  font-size: 14px;
  width: 55%;
  font-weight: 300;
  float: left;
  margin: 16px 0 0 0;
}
.grey_row .carousel_col .featured_agent p strong {
  color: #555555;
}
.grey_row .carousel_col .featured_agent p a {
  color: #4fa8dc;
  font-size: 13px;
  text-decoration: none;
}
.grey_row .carousel_col .featured_agent p.small {
  font-size: 12px;
  font-weight: 400;
}
.grey_row .carousel_col .featured_agent p.small a {
  text-decoration: underline;
  color: #898989;
}
.grey_row .carousel_col .caroufredsel_wrapper {
  float: left !important;
  width: 100% !important;
}
#carousel {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
#carousel li {
  float: left;
}
#carousel li h2 {
  font-size: 16px;
  margin: 15px 0;
  color: #555555;
  font-weight: 400;
}
#carousel li p {
  margin: 0;
  color: #898989;
  font-size: 13px;
  line-height: 1.3em;
}
.page_footer {
  float: left;
  width: 100%;
  background: #efefef;
  padding: 30px 0;
  position: relative;
}
.page_footer .row {
  position: relative;
}
.page_footer .row:before {
  position: absolute;
  display: block;
  left: 0px;
  top: 0;
  content: " ";
  width: 80%;
  height: 1px;
  background: #e1e1e1;
}
.page_footer .contact_col h2 {
  margin: 20px 0;
  font-size: 13px;
  color: #666666;
  float: left;
  text-transform: uppercase;
  font-weight: 300;
  width: 100%;
}
.page_footer .contact_col p {
  float: left;
  width: 50%;
  margin: 0 0 20px 0;
  font-size: 12px;
  color: #666;
}
.page_footer .contact_col p strong {
  float: left;
  width: 100%;
}
.page_footer .rating {
  float: left;
  width: 100%;
  margin: 20px 0;
  color: #fff;
  font-weight: 300;
  font-size: 10px;
}
.page_footer .rating img {
  margin-right: 10px;
  float: left;
}
.page_footer .rating p {
  margin: 10px;
}
.page_footer .lnk2,
.page_footer .lnk {
  opacity: .8;
}
.page_footer .lnk2:hover,
.page_footer .lnk:hover {
  opacity: 1;
}
.page_footer .lnk {
  float: left;
  max-width: 49%;
}
.page_footer .lnk2 {
  float: right;
  max-width: 49%;
}
.page_footer .first {
  border-left: 1px solid #e1e1e1;
  color: #666666;
  font-size: 13px;
}
.page_footer .first a {
  color: #0072bc;
}
.page_footer .first a:hover {
  color: #004470;
}
.page_footer .first p {
  margin: 20px 0 0 0;
  float: left;
  width: 100%;
}
.page_footer .first ul,
.page_footer .first .ssl {
  float: left;
  margin: 20px 0 0 0;
  padding: 0;
  margin-left: -0.9375em;
  padding-left: 0.9375em;
  list-style: none;
  border-bottom: 1px solid #e1e1e1;
  cursor: pointer;
}
.page_footer .first ul li,
.page_footer .first .ssl li {
  float: left;
  padding-right: 15px;
  padding-bottom: 15px;
}
.page_footer .first ul li a,
.page_footer .first .ssl li a {
  display: block;
  text-indent: -99999px;
  text-decoration: none;
  width: 39px;
  height: 39px;
  background: url('../img/sprite.png') no-repeat -1px -174px;
  cursor: pointer;
}
.page_footer .first ul li a.tw,
.page_footer .first .ssl li a.tw {
  background-position: -54px -174px;
}
.page_footer .first ul li a.yt,
.page_footer .first .ssl li a.yt {
  background-position: -110px -174px;
}
.page_footer .first ul li a.li,
.page_footer .first .ssl li a.li {
  background-position: -163px -174px;
}
.page_footer .first .ssl {
  margin-top: 0;
  padding: 10px;
}
.login_box {
  position: absolute;
  border: 1px solid #c6c4c4;
  padding: 15px;
  display: none;
  width: 225px;
  box-sizing: content-box;
  z-index: 99999;
  top: 110px;
  right: -11px;
  background: #f9f9f9;
  /* Old browsers */
  background-image: -ms-linear-gradient(top, #f9f9f9 0%, #d7d7d6 100%);
  background-image: -moz-linear-gradient(top, #f9f9f9 0%, #d7d7d6 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #d7d7d6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#d7d7d6));
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #d7d7d6 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #d7d7d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#D7D7D6', GradientType=0);
  /* IE6-8 */
  -webkit-border-radius: 10px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 10px;
  -moz-border-radius-topleft: 0;
  border-radius: 10px;
  border-top-left-radius: 0;
}
.login_box:before {
  width: 90px;
  height: 13px;
  background: #f9f9f9;
  position: absolute;
  content: " ";
  display: block;
  left: -1px;
  top: -13px;
  border-left: 1px solid #c6c4c4;
  border-right: 1px solid #c6c4c4;
}
.login_box p {
  margin: 0 0 18px 0;
  float: left;
  width: 100%;
  color: #e6e7e7;
  font-weight: 300;
}
.login_box p a {
  color: #b7b7b7;
  line-height: 26px;
  float: left;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #e6e7e7;
  font-size: 13px;
  text-decoration: none;
}
.login_box p a:last-child {
  border-right-width: 0px;
  padding-right: 0px;
  margin-right: 0px;
}
.login_box p a:hover,
.login_box p a.active {
  color: #a3d28e;
  text-decoration: underline;
}
.login_box input {
  float: left;
  width: 100%;
  margin-bottom: 18px;
}
.login_box div a {
  font-size: 12px;
  color: #959595;
  line-height: 28px;
}
#sidebar {
  display: none;
}
@media only screen and (max-width: 768px) {
  .norton-logo {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .videoHolder {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
  body {
    zoom: 1;
    width: 100%;
    overflow-x: hidden;
  }
  .products .first {
    min-height: 100px;
  }
  .products .first h2 {
    margin-top: 20px;
  }
  .products .first:after {
    display: none;
  }
  .grey_row {
    margin-top: 20px;
  }
  .grey_row .large-8 {
    padding-bottom: 20px;
  }
  .grey_row .large-8 h2 {
    margin-right: 0px;
    margin-top: 20px;
  }
  .grey_row .large-8 p {
    width: 100%;
  }
  .grey_row .large-8 img {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .grey_row .carousel_col {
    width: 100%;
    margin-right: 0px;
  }
  .grey_row .carousel_col .title {
    font-size: 14px;
  }
  .grey_row:before {
    display: none;
  }
  .grey_row:after {
    display: none;
  }
  .page_header nav {
    display: none;
  }
  .main_vis .box {
    margin-top: 0px;
  }
  .main_vis .find_box {
    margin-bottom: 20px;
  }
  .main_vis .heading {
    margin-top: 0px;
  }
  .main_vis .heading img {
    max-width: 26%;
  }
  .main_vis .heading p {
    width: 100%;
    margin-bottom: 20px;
  }
  .main_vis .large-8 {
    padding: 0;
  }
  .page_header .login_side {
    display: none;
  }
  .page_header h1 {
    height: 30px;
    line-height: 30px;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    background: url("../img/menu.png") no-repeat left center;
  }
  .page_header h1 a {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-indent: 0;
    color: #555555;
    text-decoration: none;
    text-indent: 30px;
  }
  .page_footer .rating {
    font-size: 13px;
  }
  #main {
    -webkit-transition: 0.08s all ;
    -moz-transition: 0.08s all ;
    -o-transition: 0.8s all;
    transition: 0.08s all ;
    width: 100%;
    background: #fff;
    float: right;
    -moz-box-shadow: -2px 0px 8px -1px #111111;
    -webkit-box-shadow: -2px 0px 8px -1px #111111;
    box-shadow: -2px 0px 8px -1px #111111;
    z-index: 100;
    position: relative;
  }
  #sidebar {
    -webkit-transition: 0.08s all ;
    -moz-transition: 0.08s all ;
    -o-transition: 0.8s all;
    transition: 0.08s all ;
    display: block;
    background: #333;
    height: 100%;
    padding: 0px;
    float: left;
    width: 85%;
    color: #fff;
    position: absolute;
    margin-left: -85%;
  }
  #sidebar input {
    width: 80%;
    float: left;
  }
  #sidebar button {
    width: 19%;
    padding: 0;
    text-align: center;
    float: right;
    margin: 0;
    line-height: 34px;
  }
  #sidebar .section {
    float: left;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #727272;
  }
  #sidebar .section h2 {
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    width: 100%;
    color: #727272;
    margin: 0 0 10px 0;
    font-weight: 300;
  }
  #sidebar .section ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #sidebar .section ul li a {
    float: left;
    width: 100%;
    line-height: 38px;
    color: #ccc;
    text-decoration: none;
  }
  #sidebar .login_section input {
    width: 100%;
    margin-bottom: 10px;
  }
  #sidebar .login_section button {
    width: 100%;
  }
}
.actInfo.make_payment,
.actInfo.info_summary {
  background: #e0e3e9;
  background-image: -ms-linear-gradient(top, #e0e3e9 0%, #f2f3f6 100%);
  background-image: -moz-linear-gradient(top, #e0e3e9 0%, #f2f3f6 100%);
  background-image: -o-linear-gradient(top, #e0e3e9 0%, #f2f3f6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e3e9), to(#f2f3f6));
  background-image: -webkit-linear-gradient(top, #e0e3e9 0%, #f2f3f6 100%);
  background-image: linear-gradient(to bottom, #e0e3e9 0%, #f2f3f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E0E3E9', endColorstr='#F2F3F6', GradientType=0);
  /* IE6-8 */
  border: 1px solid #e2e5ea;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-top: 20px;
  -moz-box-shadow: inset 0 1px #fff;
  -webkit-box-shadow: inset 0 1px #fff;
  box-shadow: inset 0 1px #fff;
  padding: 3% 3% !important;
  line-height: 1.3em;
  width: 90%;
}
@media only screen and (max-width: 768px) {
  .actInfo.make_payment,
  .actInfo.info_summary {
    width: 100%;
  }
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.clear {
  clear: both;
}
hr {
  border: none;
  border-bottom: 1px solid #ddd;
}
.spacer-20 {
  margin: 20px 0;
  display: block;
}
.spacer-40 {
  margin: 40px 0;
  display: block;
}
.row .row.nocollapse {
  margin-left: 0 !important;
}
img.payment_helper {
  max-width: 170px;
  margin-bottom: 10px;
  margin-top: 20px;
  display: block;
  max-width: 100%;
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  img.payment_helper {
    padding: 0;
  }
}


.highlightBox.docview {
  font-size: 18px;
  margin-top: 20px;
  max-width: 100%;
  padding: 10px 5px 10px 5px;
}
@media only screen and (max-width: 768px) {
  .highlightBox.docview {
    font-size: 13px;
  }
}
.highlightBox.policy_manage {
  font-size: 18px;
  margin-top: 20px;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .highlightBox.policy_manage {
    font-size: 13px;
  }
}
.highlightBox table {
  width: 100%;
  text-align: left;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
}
.highlightBox table thead, .st-head-row-main {
  background-color: #004F87;
  background-image: -moz-linear-gradient(bottom, #004f87 0%, #0869af 100%);
  background-image: -o-linear-gradient(bottom, #004f87 0%, #0869af 100%);
  background-image: -webkit-linear-gradient(bottom, #004f87 0%, #0869af 100%);
  background-image: linear-gradient(bottom, #004f87 0%, #0869af 100%);
}
.highlightBox table th, .st-head-row-main {
  padding: 10px 10px 10px 20px;
  color: #fff;
  font-weight: 400;
  /*background-color: #004F87;*/
}
.highlightBox table tbody tr {
  background-color: #f8f8f8;
}
.highlightBox table tbody tr:nth-child(even) {
  background-color: #ededed;
}
.highlightBox table tbody tr:hover {
  background-color: #e5e5e5!important;
}
.highlightBox table tbody tr:last-child td {
  border-bottom: none;
}
.highlightBox table tbody td {
  padding: 10px 10px 10px 20px;
  border-bottom: 1px dotted #DDD;
}
.add_policy {
  margin: 40px 0;
}
.add_policy label {
  font-weight: 500;
  color: #7e7d7d;
  display: block;
  margin-bottom: 3px;
}
.add_policy .txt {
  width: 42%;
  font-style: normal;
  letter-spacing: 1px;
}
a.table_button {
  display: inline-block;
  font-size: 13px;
  padding: 5px 10px;
  background: #efefef;
  border: 1px solid #e6e5e1;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  text-decoration: none;
  text-transform: uppercase;
  color: #4a4a4a !important;
  font-weight: 500;
  letter-spacing: 1px;
  text-shadow: 1px 1px 0 #fff;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
  -moz-transition: all .25s linear;
}
a.table_button:hover {
  background: #333;
  color: #fff !important;
  text-shadow: 1px 1px 0 #000;
}
.remove_button:hover {
  background: #A50C0E;
  text-shadow: 1px 1px 0 #990000;
}
.add_button {
  margin-left: 15px;
}
.add_button:hover {
  background: #11772D;
  text-shadow: 1px 1px 0 #0b4a1c;
}
.highlightBox.my_policies_table {
  font-size: 12px;
}
.highlightBox.my_policies_table table thead th {
  padding: 10px 5px 10px 5px;
  font-size: 13px;
}
.highlightBox.my_policies_table table tbody td {
  padding: 10px 5px 10px 5px;
}
.highlightBox.my_policies_table table tr td:last-child {
  width: 150px;
  font-size: 13px;
}
.highlighted_headling span {
  font-weight: normal;
}
.highlightBox.payment_history_table {
  font-size: 15px;
}
.print_button {
  text-indent: -9999em;
  display: inline-block;
  background: url('../img/print-icon.png') no-repeat center;
  height: 16px;
  width: 16px;
  vertical-align: middle;
  opacity: .8;
}
.print_button:hover {
  opacity: 1;
}
a.print_button_label {
  background: url('../img/print-icon.png') no-repeat 10px center;
  display: inline-block;
  font-size: 12px;
  border: 1px solid #ddd;
  padding: 8px 10px 8px 35px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-decoration: none;
  color: #646464 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}
a.print_button_label:hover {
  color: #000 !important;
  background-color: #f1f1f1;
}
textarea.eula {
  resize: vertical;
  overflow-y: auto;
  max-width: 447px;
  padding: 15px;
  font-family: monospace;
  font-size: 13px;
  line-height: 1.3em;
  color: #949494;
  height: 130px;
  border: 1px solid #d9dcdf;
  -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75), inset 2px 3px 8px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75), inset 2px 3px 8px rgba(0, 0, 0, 0.11);
  box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.75), inset 2px 3px 8px rgba(0, 0, 0, 0.11);
}
.input_helper {
  font-size: .85em;
  color: #999;
  margin: 0;
  font-weight: 400;
}
/* ==========================================================================
	!!  PRINT STYLES
	========================================================================== */
@media print {
  .rightCol,
  .page_header_mygrange .hold,
  .page_footer,
  .page_header_mygrange .login_side .show-for-small,
  .shadowed:before,
  .shadowed:after {
    display: none !important;
    opacity: 0;
    visibility: hidden;
  }
  .page_header_mygrange h1 {
    float: none;
    width: 100px;
    height: 40px;
    background: url('../img/small-logo.jpg') no-repeat left top;
    margin: 5px 0;
  }
  .page_header_mygrange .large-6 {
    width: 30%;
    float: left;
    display: block;
  }
  .page_header_mygrange .large-6.login_side {
    width: 70%;
  }
  .page_header_mygrange span {
    margin-top: 0;
  }
  body {
    background: none;
    color: #000;
    font-size: 12pt;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
  }
  a:link[href^="http"]:after {
    content: " [" attr(href) "] " !important;
  }
  a:link {
    text-decoration: underline !important;
    color: #06c;
    font-size: 11pt;
  }
  .main-content h1 {
    font-size: 30px !important;
    color: #000 !important;
  }
  .main-content h2 {
    font-size: 20px !important;
    color: #999 !important;
  }
  .shadowed {
    background: none !important;
    padding: 0 !important;
  }
  .main-content.split.mygrange {
    height: auto !important;
    min-height: 0px !important;
  }
  .highlightBox {
    width: 100% !important;
    max-width: none !important;
  }
  .highlightBox .heading {
    background: #000 !important;
  }
  .highlightBox table {
    width: 100%;
    text-align: left;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
  }
  .highlightBox table thead {
    background: #000 !important;
  }
  .highlightBox table tbody tr {
    background-color: #f8f8f8;
  }
  .highlightBox table tbody tr:nth-child(even) {
    background-color: #ededed;
  }
  .highlightBox table tbody tr:hover {
    background-color: #e5e5e5!important;
  }
  .highlightBox table tbody tr:last-child td {
    border-bottom: none;
  }
  .highlightBox table tbody td {
    padding: 10px 10px 10px 20px;
    border-bottom: 1px dotted #DDD;
  }
  .panel {
    background: #ddd !important;
    color: #000 !important;
  }
}
.adminForm.regForm {
  background: #e0e3e9;
  background-image: -ms-linear-gradient(top, #e0e3e9 0%, #f2f3f6 100%);
  background-image: -moz-linear-gradient(top, #e0e3e9 0%, #f2f3f6 100%);
  background-image: -o-linear-gradient(top, #e0e3e9 0%, #f2f3f6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e3e9), to(#f2f3f6));
  background-image: -webkit-linear-gradient(top, #e0e3e9 0%, #f2f3f6 100%);
  background-image: linear-gradient(to bottom, #e0e3e9 0%, #f2f3f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E0E3E9', endColorstr='#F2F3F6', GradientType=0);
  border: 1px solid #e2e5ea;
}
.adminForm.regForm h3.heading {
  position: relative;
  background-color: #e5e9ed;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…AiIHdpZHRoPSIzMDUiIGhlaWdodD0iNTIiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
  color: #045483;
}
@media only screen and (max-width: 768px) {
  .adminForm.regForm h3.heading {
    font-size: 15px;
  }
}
.adminForm.regForm h3.heading:before {
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #fff;
  left: 0;
  bottom: 1px;
  position: absolute;
}
.adminForm.regForm label {
  color: #555;
}
.adminForm.regForm .inner {
  padding: 15px 25px 25px;
}
.adminForm.regForm hr {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.main-content .my_content {
  padding-right: 40px;
  margin-top: 40px;
}
.main-content .my_content h4 {
  margin: 1em 0 .25em 0;
}
.main-content .my_content p {
  margin: 0 0 1em 0;
  line-height: 1.4em;
}
.main-content .my_content p.intro {
  font-size: 1.2em;
}
@media only screen and (max-width: 768px) {
  .main-content .my_content {
    padding-right: 0px;
  }
  .main-content .my_content p.intro {
    font-size: 1.1em;
  }
}
.page_policy {
  max-height: 500px;
  overflow-y: scroll;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75), inset 2px 3px 8px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75), inset 2px 3px 8px rgba(0, 0, 0, 0.11);
  box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.75), inset 2px 3px 8px rgba(0, 0, 0, 0.11);
  border: 1px solid #d9dcdf;
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  .page_policy {
    max-height: 300px;
  }
}
.main-content.logged_out {
  min-height: 500px;
  background-position: 100% 0;
  background-size: 60%;
}
.panel.notification {
  background: #efefef;
  color: #222;
  border: 1px solid #ddd;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  /*
	background-image: url('../img/alert-icon.png');
	background-position: 15px center;
	background-repeat: no-repeat;
*/
}
.btn_table {
  display: inline-block;
  font-size: 13px;
  padding: 5px 10px;
  background: #efefef;
  border: 1px solid #e6e5e1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-decoration: none;
  text-transform: uppercase;
  color: #4a4a4a !important;
  font-weight: 500;
  letter-spacing: 1px;
  text-shadow: 1px 1px 0 #fff;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
  -moz-transition: all .25s linear;
}
.btn_table:hover,
.btn_table:focus {
  background: #333;
  color: #fff !important;
  text-shadow: 1px 1px 0 #000;
}
/* ==========================================================================
	!!  UI Elements
	========================================================================== */
.tooltipsy {
  padding: 10px;
  max-width: 400px;
  color: #303030;
  background-color: #f5f5b5;
  border: 1px solid #deca7e;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-shadow: none;
  font-size: 13px;
  line-height: 1.2em;
}
a.hastip {
  cursor: help;
  border-bottom: 1px dotted #005389;
}
a.help {
  display: inline-block;
  vertical-align: baseline;
  background: url('../img/help.png') no-repeat center center;
  width: 16px;
  height: 16px;
  text-indent: -9990em;
}
a.help.hastip {
  border-bottom: none;
}
.ui-datepicker-trigger {
  margin-left: 5px;
}
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0;
}
.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  margin-left: -40%;
  width: 80%;
  background-color: white;
  padding: 1.25em;
  border: solid 1px #666666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 50px;
}
.reveal-modal .column,
.reveal-modal .columns {
  min-width: 0;
}
.reveal-modal > :first-child {
  margin-top: 0;
}
.reveal-modal > :last-child {
  margin-bottom: 0;
}
.reveal-modal .close-reveal-modal {
  font-size: 1.375em;
  line-height: 1;
  position: absolute;
  top: 0.5em;
  right: 0.6875em;
  color: #aaaaaa;
  font-weight: bold;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .reveal-modal {
    padding: 1.875em;
    top: 6.25em;
  }
  .reveal-modal.tiny {
    margin-left: -15%;
    width: 30%;
  }
  .reveal-modal.small {
    margin-left: -20%;
    width: 40%;
  }
  .reveal-modal.medium {
    margin-left: -30%;
    width: 60%;
  }
  .reveal-modal.large {
    margin-left: -35%;
    width: 70%;
  }
  .reveal-modal.xlarge {
    margin-left: -47.5%;
    width: 95%;
  }
}
@media print {
  .reveal-modal {
    background: white !important;
  }
}


.password-strength p {
  margin: 0;
  }
.password-strength .meter {
  margin: 3px 0;
  height: 5px;
  background: #f5f5f5;
  }
.password-strength .meter #strength-bar {
  display: block;
  height: 100%;
  width: 0px;
  }
.password-strength .meter #strength-bar-small {
  display: block;
  height: 100%;
  width: 0px;
  }
.password-strength .meter .short {
  background: #636363;
  }
.password-strength .meter .weak {
  background: #ff3019;
  }
.password-strength .meter .fair {
  background: #ffcc33;
  }
.password-strength .meter .good {
  background: #ffa500;
  }
.password-strength .meter .strong {
  background: #2d98f3;
  }
.password-strength .meter .Verystrong {
  background: #76c261;
  }
.password-strength .meter .notRated {
  background: #666;
  }
.password-strength {
  margin-bottom: 10px;
  display: block;
  }

.pwdList
{
    margin:0;
	padding:0;
	list-style-type:none;

    }
.invalid {
	background:url(../img/invalid.png) no-repeat 0 50%;
	padding-left:22px;
	line-height:24px;
	color:#ec3f41;
	list-style-type:none;
}
.valid {
	background:url(../img/valid.png) no-repeat 0 50%;
	padding-left:22px;
	line-height:24px;
	color:#3a7d34;
	list-style-type:none;
}
.passwordMatch
{
    background:url(../img/valid.png) no-repeat 0 50%;
    padding-left:22px;
}

.pwdMinThreeMet 
{
    /*background:url(../img/bullet_black.png) no-repeat 0 50%;*/
	padding-left:22px;
	line-height:24px;
	color:#636363;
	list-style-type:none;
}


#pwdStrength {
	position:absolute;
	top:-17px;
	left: 317px;
	width:320px;
	padding:15px;
	background:#fefefe;
	font-size:.875em;
	border-radius:5px;
	box-shadow:0 1px 3px #ccc;
	border:1px solid #ddd;
	display:none;

}

#pwdStrength h4 {
	margin:0 0 10px 0;
	padding:0;
	font-weight:normal;
}
#pwdStrength::before {
	content: "\25c0"; /*To show the arrow */
	position:absolute;
	top:62px;
	left:-10%;
	font-size:44px;
	line-height:14px;
	text-shadow:none;
	color:#ddd;
	display:block;
}




#pwdStrengthUpdatePwdScreen {
	position:absolute;
	top:100px;
	left: 465px;
	width:320px;
	padding:15px;
	background:#fefefe;
	font-size:.875em;
	border-radius:5px;
	box-shadow:0 1px 3px #ccc;
	border:1px solid #ddd;
	display:none;
	z-index: 5;

}

#pwdStrengthUpdatePwdScreen h4 {
	margin:0 0 10px 0;
	padding:0;
	font-weight:normal;
}
#pwdStrengthUpdatePwdScreen::before {
	content: "\25c0"; /*To show the arrow */
	position:absolute;
	top:62px;
	left:-10%;
	font-size:44px;
	line-height:14px;
	text-shadow:none;
	color:#ddd;
	display:block;
}

#pwdStrengthShowInforScreen {
	position:absolute;
	top:40px;
	left: 408px;
	width:320px;
	padding:15px;
	background:#fefefe;
	font-size:.875em;
	border-radius:5px;
	box-shadow:0 1px 3px #ccc;
	border:1px solid #ddd;
	display:none;

}

#pwdStrengthShowInforScreen h4 {
	margin:0 0 10px 0;
	padding:0;
	font-weight:normal;
}
#pwdStrengthShowInforScreen::before {
	content: "\25c0"; /*To show the arrow */
	position:absolute;
	top:62px;
	left:-10%;
	font-size:44px;
	line-height:14px;
	text-shadow:none;
	color:#ddd;
	display:block;
}

#pwdStrengthChangePassword {
	position:absolute;
	top:39px;
	left: 458px;
	width:240px;
	padding:15px;
	background:#fefefe;
	font-size:.875em;
	border-radius:5px;
	box-shadow:0 1px 3px #ccc;
	border:1px solid #ddd;
	display:none;

}

#pwdStrengthChangePassword h4 {
	margin:0 0 10px 0;
	padding:0;
	font-weight:normal;
}
#pwdStrengthChangePassword::before {
	content: "\25c0"; /*To show the arrow */
	position:absolute;
	top:62px;
	left:-10%;
	font-size:44px;
	line-height:14px;
	text-shadow:none;
	color:#ddd;
	display:block;
}



