@charset "UTF-8";
/* CSS Document */
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */


/**
 * Remove default margin.
 */
/* body {
  margin: 0; } */

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
  color: #FFF;
  text-decoration: underline; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1; }

.clear {
  clear: both; }

div, p, h1, h2 {
  max-height: 90000em; }

.rel {
  position: relative; }

.sp {
  display: inline-block;
  background-image: url("images/frontpoint-sprite-052314.png");
  background-repeat: no-repeat; }

.sp40 {
  display: inline-block;
  background-image: url("images/sp_40.png");
  background-repeat: no-repeat; }
.sp41 {
  display: inline-block;
  background-image: url("images/affiliate_desktop_ADT.png");
  background-repeat: no-repeat; }
.sp42 {
  display: inline-block;
  background-image: url("images/affiliate_desktop_PYH.png");
  background-repeat: no-repeat;
  width: 95px;
  height: 71px;
  position: relative;
  margin: -2px 0 0 0;}

.spnew {
  display: inline-block;
  background-image: url("images/sp.png");
  background-repeat: no-repeat; }

.bold {
  font-weight: 900; }

.lrg {
  font-size: 22px; }

body {
  min-width: 1200px;
  background: #FFF;
  font-family: 'Open Sans', 'Roboto', sans-serif; }

.wrapper.top {
  width: 100%;
  background: #FFF;
  -webkit-box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.36);
  height: 70px;
  position: relative;
  z-index: 99; }
/* 
.container {
  width: 960px;
  height: auto;
  margin: 0 auto;
  position: relative; }

.container.over {
  width: 1000px;
  height: 623px;
  margin: 0 auto;
  position: relative; } */
.container.over.cf {
    width: 1025px;
}
.right {
  float: right; }

.black {
  color: #2e2e2e; }

.green {
  color: #5bbd69; }

.white {
  color: #fff; }

body {
  min-height: 970px;
  position: relative;
  padding: 0 0; }

.logo-tab {
  background-position: -260px -37px;
  width: 256px;
  height: 39px;
  position: absolute;
  top: 46px;
  left: 0px;
  z-index: 99; }

/* .logo {
  background-position: 0 0;
  width: 250px;
  height: 71px;
  position: absolute;
  z-index: 100;
  top: 5px;
  left: 20px; } */

.number-tab {
  background-position: -260px 3px;
  width: 338px;
  height: 39px;
  position: absolute;
  z-index: 100;
  top: 20px;
  right: 0px;
  text-align: center; }

.number-tab p {
  font-size: 18px;
  font-weight: 300;
  color: #FFF;
  -webkit-margin-before: 8px;
  font-size: 18px;
  top: -3px;
  position: relative; }

.wrapper.phone {
  width: 100%;
  background: #58bc62;
  height: 49px; }

.top-phone {
  font-size: 44px;
  color: #FFF;
  font-weight: 900;
  float: right;
  position: relative;
  line-height: 1.3em;
  right: 25px;
  z-index: 99;
  top: -3px; }

.top-phone a {
  text-decoration: none;
  color: #fff; }

.header-img {
  height: 300px;
  margin: 0 auto;
  background-position: center; }

.header {
  width: 100%;
  margin: 16px 0; }

.header .seal_sm {
  float: left; }

.header .seal {
  background-position: 0px -56px;
  width: 156px;
  height: 115px;
  margin: 0 15px 0 5px; }

.header h1 sup {
  font-size: 10px;
  position: relative;
  top: -20px; }

.housebg h1 {
  font-size: 46px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin: 0 0 15px;
  line-height: 38px; }
  .housebg h1 .dagger {
    vertical-align: super;
    font-size: 20px;
    position: relative;
    top: -4px;
    left: -11px; }

.housebg .hv1 sup {
  font-size: 15px;
  font-weight: 300;
  position: relative;
  top: -28px;
  left: 0; }
.housebg .alt_star {
  background: url("images/alt_star.png") no-repeat;
  position: absolute;
  right: -12px;
  top: 0;
  height: 106px;
  width: 103px; }

img.risk_free_logo {
  position: absolute;
  left: -50px;
  top: 20px; }

.three-shell {
  width: 100%;
  height: auto;
  margin: 0 0 10px; }

.box-wrapper {
  width: 280px; }

.box-wrapper.blue {
  float: left;
  position: relative;
  top: 90px;
  left: -3px; }

.small_disc {
  color: #fff;
  display: inline-block;
  text-align: right;
  font-size: 10px;
  position: absolute;
  top: 68px;
  right: 54px; }

.box-wrapper.red {
  float: left;
  z-index: 19; }

.box-wrapper.green {
  float: left;
  margin: 0 13px 0 0;
  position: relative;
  width: 230px;
  top: 90px; }

.call-text {
  font-weight: 700;
  font-size: 23px;
  width: 220px;
  float: left;
  line-height: 1em;
  margin: 12px;
  text-align: right; }
  .call-text .bottom {
    font-size: 20px; }
  .call-text .cross_line {
    background-position: -2px -76px;
    width: 228px;
    height: 13px;
    position: absolute;
    top: 17px;
    left: 0px; }

.call-container {
  width: 560px; }

.call-button {
  float: left;
  width: 307px;
  height: 52px;
  background: #005f2e;
  border-radius: 5px;
  margin: 12px 0 0 0; }

.call-icon {
  background: url(images/top-call.png) no-repeat;
  width: 30px;
  height: 31px;
  float: left;
  margin: 12px; }

.number {
  font-size: 37px;
  color: #fff;
  font-weight: 700;
  position: relative;
  top: -2px; }
  .number a {
    text-decoration: none; }
    .number aimg {
      display: none !important; }

.plan-content {
  color: #fff; }

.plan-title {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  display: block;
  margin: 14px 0 0 14px; }

ul.plan-list {
  font-size: 14px;
  line-height: 24px;
  margin: 11px 0 0;
  list-style-image: url("images/yellow_check_list.png"); }
  ul.plan-list li {
    line-height: 14px;
    margin: 15px 0;
    width: 190px; }

.middle-box {
  width: 448px;
  left: -44px; }

span.location-text {
  font-size: 21px;
  font-weight: 400;
  display: block;
  text-align: center;
  color: #fff;
  margin: 20px 0 12px; }

span.location {
  background: url(images/location.png) no-repeat;
  width: 26px;
  height: 32px;
  display: inline-block;
  vertical-align: middle; }

.bbb_logo {
  display: block;
  margin: 10px auto;
  width: 110px; }

.legal_text_bottom {
  font-size: 11px;
  color: #fff;
  display: block;
  text-align: center;
  width: 262px;
  margin: 0 auto; }

.right.call-container {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#009d4d+0,057b3e+100 */
  background: #009d4d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #009d4d 0%, #057b3e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #009d4d 0%, #057b3e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #009d4d 0%, #057b3e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009d4d', endColorstr='#057b3e',GradientType=0 );
  /* IE6-9 */
  -webkit-box-shadow: 0px 1px 9px 0px rgba(0, 1, 1, 0.32);
  -moz-box-shadow: 0px 1px 9px 0px rgba(0, 1, 1, 0.32);
  box-shadow: 0px 1px 9px 0px rgba(0, 1, 1, 0.32); }

.protect_your {
  background: url("images/protect_pic.png") no-repeat;
  height: 78px;
  width: 72px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 1px; }

.wrapper.hide {
  height: 84px; }
  .wrapper.hide .container {
    height: 84px; }
    .wrapper.hide .container .logo {
      margin: 5px 0 0; }
    .wrapper.hide .container .call-container {
      margin: 5px 77px 0 0; }

/*=============================================
					bullet box
=============================================*/
.box.short.blue {
  width: 250px;
  height: 240px;
  position: relative;
  background: #155799;
  border: 2px solid #155799; }

.top-shell {
  width: 500px;
  margin-left: -29px;
  position: relative; }

.blue-grad {
  width: 100%;
  font-size: 28px;
  font-weight: 500;
  color: #FFF;
  text-shadow: #333 1px 1px 1px;
  -moz-text-shadow: #333 1px 1px 1px;
  -webkit-text-shadow: #333 1px 1px 1px;
  -ms-text-shadow: #333 1px 1px 1px;
  -o-text-shadow: #333 1px 1px 1px;
  text-align: center;
  padding: 8px 0;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc5YjdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNTgyYmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #79b7e7 0%, #3582bd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #79b7e7), color-stop(100%, #3582bd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #79b7e7 0%, #3582bd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #79b7e7 0%, #3582bd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #79b7e7 0%, #3582bd 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #79b7e7 0%, #3582bd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79b7e7', endColorstr='#3582bd',GradientType=0 );
  /* IE6-8 */
  background-color: #79b7e7;
  /* Old browsers */ }

.blue-tip.left {
  background-position: -192px 0px;
  width: 10px;
  position: absolute;
  height: 10px;
  float: left; }

.blue-tip.right {
  background-position: -204px 0px;
  width: 10px;
  height: 10px;
  float: right;
  right: 0;
  position: absolute; }

.bullet-text {
  font-weight: 300;
  font-size: 14px;
  color: #333;
  width: 250px;
  text-align: left;
  padding: 5px;
  margin: 0 auto; }

.bullet-text ul {
  margin: 0;
  padding-left: 20px; }

.bullet-text li {
  list-style-image: url(images/blue-arrow.png); }

.bullet-text ul.sub-list li {
  list-style: disc;
  font-size: 14px; }

.bline {
  border-bottom: #FFF solid 1px; }

.tline {
  border-top: #AAA solid 1px; }

.tpadding {
  padding-top: 10px; }

.product {
  background-position: -160px -84px;
  width: 235px;
  height: 88px;
  margin: 0px 0 0 30px; }

.more {
  background-position: -160px -55px;
  width: 80px;
  height: 25px;
  position: relative;
  top: 5px;
  left: 170px; }

/*=============================================
				promotional box
=============================================*/
.box.short.green {
  width: 240px;
  height: auto;
  position: relative; }

.green-grad {
  width: 100%;
  font-size: 28px;
  font-weight: 500;
  color: #FFF;
  text-shadow: #333 1px 1px 1px;
  -moz-text-shadow: #333 1px 1px 1px;
  -webkit-text-shadow: #333 1px 1px 1px;
  -ms-text-shadow: #333 1px 1px 1px;
  -o-text-shadow: #333 1px 1px 1px;
  text-align: center;
  padding: 8px 0;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzczYzY0OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDk4MGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #73c648 0%, #3d980e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #73c648), color-stop(100%, #3d980e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #73c648 0%, #3d980e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #73c648 0%, #3d980e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #73c648 0%, #3d980e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #73c648 0%, #3d980e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73c648', endColorstr='#3d980e',GradientType=0 );
  /* IE6-8 */
  background-color: #73c648;
  /* Old browsers */ }

.green-tip.left {
  background-position: -218px 0px;
  width: 10px;
  height: 10px;
  float: left;
  position: absolute; }

.green-tip.right {
  background-position: -230px 0px;
  width: 10px;
  height: 10px;
  float: right;
  position: absolute;
  right: 0; }

.green .offer {
  width: 257px;
  height: 246px;
  margin: 0;
  background: url(images/free_hss_new.png) no-repeat; }
  .green .offer .fine_print {
    color: #d3e6f4;
    font-size: 10px;
    width: 215px;
    line-height: 10px;
    margin: 0 auto;
    position: absolute;
    bottom: 20px;
    left: 20px; }
    .green .offer .fine_print sup {
      font-size: 7px; }

.green .offer.left_panel_photo {
  width: 257px;
  height: 335px;
  margin: 0;
  top: -19px;
  background: url(images/free-hss-photo.png) no-repeat; }
  .green .offer.left_panel_photo .fine_print {
    color: #d3e6f4;
    font-size: 10px;
    width: 215px;
    line-height: 10px;
    margin: 0 auto;
    position: absolute;
    bottom: 20px;
    left: 20px; }
    .green .offer.left_panel_photo .fine_print sup {
      font-size: 7px; }

.green .offer-text {
  font-size: 15px;
  font-weight: 300;
  color: #000;
  line-height: 1.1em;
  text-align: center; }

.green .offer-text a {
  color: #000;
  text-decoration: none; }

.red-grad .bold a {
  text-decoration: none;
  color: #fff; }

/*=============================================
					form box
=============================================*/
.red-grad {
  width: 508px;
  height: 68px;
  font-size: 27px;
  font-weight: 400;
  color: #FFF;
  text-shadow: #444343 1px 1px 1px;
  -moz-text-shadow: #333 1px 1px 1px;
  -webkit-text-shadow: #333 1px 1px 1px;
  -ms-text-shadow: #333 1px 1px 1px;
  -o-text-shadow: #333 1px 1px 1px;
  text-align: center;
  padding: 8px 0;
  position: relative;
  z-index: 20;
  margin-bottom: 0;
  background: url("images/blue_form_header.png") no-repeat; }
  .red-grad strong {
    font-weight: 700; }

.red-tip.left {
  background-position: -192px -12px;
  width: 10px;
  height: 10px;
  left: 0;
  top: 53px;
  float: left; }

.red-tip.right {
  background-position: -204px -12px;
  width: 10px;
  height: 10px;
  right: 0;
  top: 53px;
  float: right; }

.red-tip.bottom.left {
  background-position: -192px -24px;
  width: 10px;
  height: 10px;
  top: -10px;
  position: absolute; }

.red-tip.bottom.right {
  background-position: -204px -24px;
  width: 10px;
  height: 10px;
  top: -10px;
  position: absolute; }

.box-wrapper.red .box.tall {
  position: relative;
  border: 3px solid #0061a8;
  border-top: none; }

.box-wrapper.red .footer-shell {
  top: -10px; }

.box.tall {
  width: 440px;
  min-height: 345px;
  box-shadow: 0px 0px 8px #333333;
  -webkit-box-shadow: 0px 0px 8px #333333;
  -moz-box-shadow: 0px 0px 8px #333333;
  -ms-box-shadow: 0px 0px 8px #333333;
  -o-box-shadow: 0px 0px 8px #333333;
  font-size: 21px;
  font-weight: 300;
  color: #333;
  text-align: center;
  background: #fff; }

.text-wrapper {
  width: 389px;
  text-align: center;
  padding: 0px 8px;
  margin: 0px auto;
  font-size: 27px;
  font-weight: 700;
  line-height: 28px; }

.button-wrapper {
  margin: 0px auto;
  padding-top: 2px; }

.button-wrapper a {
  text-decoration: none; }

/* Initial button style BACKUP !!!! */
.ctabtn {
  display: inline-block;
  /* border: #F60 solid 1px; */
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  box-shadow: 0px 0px 4px #FF9 inset;
  -moz-box-shadow: 0px 0px 4px #FF9 inset;
  -webkit-box-shadow: 0px 0px 4px #FF9 inset;
  -ms-box-shadow: 0px 0px 4px #FF9 inset;
  -o-box-shadow: 0px 0px 4px #FF9 inset;
  color: #4d3214;
  text-shadow: 1px 1px 1px #FC6;
  -moz-text-shadow: 1px 1px 1px #FC6;
  -webkit-text-shadow: 1px 1px 1px #FC6;
  -ms-text-shadow: 1px 1px 1px #FC6;
  -o-text-shadow: 1px 1px 1px #FC6;
  font-weight: 500;
  text-align: center;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  /* background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmY2MwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmN2UwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=); */
  /* background: -moz-linear-gradient(top, #ffcc00 0%, #ff7e00 75%); */
  /* FF3.6+ */
  /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcc00), color-stop(75%, #ff7e00)); */
  /* Chrome,Safari4+ */
  /* background: -webkit-linear-gradient(top, #ffcc00 0%, #ff7e00 75%); */
  /* Chrome10+,Safari5.1+ */
  /* background: -o-linear-gradient(top, #ffcc00 0%, #ff7e00 75%); */
  /* Opera 11.10+ */
  /* background: -ms-linear-gradient(top, #ffcc00 0%, #ff7e00 75%); */
  /* IE10+ */
  /* background: linear-gradient(to bottom, #ffcc00 0%, #ff7e00 75%); */
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#ff7e00',GradientType=0 );
  /* IE6-8 */
  /* background-color: #ffcc00; */
  /* Old browsers */ 
  background-color: #13416f;
  color: white!important;
}

.ctabtn:hover {
  cursor: pointer;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmYWEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #fff200 0%, #ffaa00 75%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff200), color-stop(75%, #ffaa00));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff200 0%, #ffaa00 75%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff200 0%, #ffaa00 75%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff200 0%, #ffaa00 75%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff200 0%, #ffaa00 75%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff200', endColorstr='#ffaa00',GradientType=0 );
  /* IE6-8 */
  background-color: #fff200;
  /* Old browsers */ }

/* Initial button style BACKUP - END */
.button-wrapper .ctabtn.main {
  display: inline-block;
  /* border: 1px solid #ff9000; */
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  filter: none;
  width: 400px;
  height: 59px;
  margin: 0 0 10px 0;
  padding: 0;
  text-decoration: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 22px;
  color: #340f00;
  display: inline-block;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px #fff;
  line-height: 63px; }

.button-wrapper .ctabtn.main:hover {
  cursor: pointer;
  filter: none;
  margin: 0 0 10px 0;
  padding: 0;
  text-shadow: 0px 1px 2px #969696; }

.cta1_bullet {
  width: 23px;
  height: 22px;
  background-position: -422px -574px;
  margin: 0 0 -5px 20px; }

.ctabtn.main {
  font-size: 26px;
  padding: 8px 0;
  width: 250px;
  margin-bottom: 22px; }

.ctabtn.main a {
  text-decoration: none; }

.ctabtn.small {
  font-size: 18px;
  font-weight: 600;
  padding: 6px 0;
  width: 200px; }

.footer-shell {
  position: relative;
  top: 0px;
  width: 320px;
  margin-left: -10px; }

.red-tip.bottom.left {
  background-position: -192px -24px;
  width: 10px;
  height: 10px;
  top: -10px; }

.red-tip.bottom.right {
  background-position: -204px -24px;
  width: 10px;
  height: 10px;
  top: -10px; }

.logos-shell {
  width: 300px;
  height: 50px;
  background: #D2D2D2; }

.logos {
  background-position: -395px -79px;
  width: 174px;
  height: 27px;
  margin: 10px auto; }

body {
  width: 100%; }

hr.seperator {
  width: 180px;
  color: #ebebeb;
  /* border: none; */
  border: 0.5px solid #F2F2F2;
  margin: 2px auto; }

span.bigger-font {
  font-size: 52px; }

.copyright-container {
  color: #000;
  background: #efefef;
  font-size: 10px; }
  .copyright-container .container {
    padding: 20px 0 0; }
    .copyright-container .container a {
      text-decoration: none;
      color: #000; }

.dp_phone_container_closed {
  display: none; }

.housebg {
  /* background: url(images/porch_bg.png) no-repeat center #141414; */
  min-height: 605px;
  padding: 0 0 30px; }

.housebg.timer_count {
  /* background: url(images/porch_bg_mob-mobile.png) no-repeat right #141414; */
  background: #928a8a;
  min-height: 800px;
  padding: 0 0 15px; }

.adt_badge {
  width: 145px;
  height: 165px;
  background-image: url(images/secured_by_adt_sign.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  right: 60px;
  top: -165px;
  z-index: 2; }
  .adt_badge.pright {
    left: 23px; }

/*=============================================
					sticky bar
=============================================*/
.stickybar {
  width: 100%;
  height: 82px;
  margin-top: 0;
  /* box-shadow: 0px 2px 7px #888; */
  -moz-box-shadow: 0px 2px 7px #888;
  /* -webkit-box-shadow: 0px 2px 7px #888; */
  -ms-box-shadow: 0px 2px 7px #888;
  -o-box-shadow: 0px 2px 7px #888;
  z-index: 20;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#009d4d+0,057b3e+100 */
  background: #009d4d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #009d4d 0%, #057b3e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #009d4d 0%, #057b3e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #009d4d 0%, #057b3e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009d4d', endColorstr='#057b3e',GradientType=0 );
  /* IE6-9 */
  opacity: 1; }
  .stickybar .container {
    width: 1050px; }
    .stickybar .container .call-button {
      float: right;
      width: 430px;
      height: 64px;
      background: #005f2e;
      border-radius: 5px;
      margin: 9px 145px 0 0; }
      .stickybar .container .call-button .call-icon {
        background: url(images/sticky_call_icon.png) no-repeat;
        width: 41px;
        height: 40px;
        float: left;
        margin: 12px; }
      .stickybar .container .call-button .number {
        font-size: 53px;
        color: #fff;
        font-weight: 700;
        position: relative;
        top: -7px; }

.stickybar .text {
  font-size: 26px;
  font-weight: 700;
  color: #fff000;
  padding: 4px 0px;
  line-height: 0.5em;
  margin: 17px 0 0 0; }

.stickybar .offer2 {
  background-position: -198px -179px;
  width: 330px;
  height: 86px;
  float: left; }

.stickybar .phone {
  font-size: 43px;
  font-weight: 900;
  color: #fff;
  padding: 16px 10px;
  float: left; }

.stickybar .phone a {
  text-decoration: none;
  color: #fff; }

.text2 {
  color: #fff;
  font-weight: 700;
  font-size: 25px; }

.text-container {
  float: left;
  text-align: right;
  margin: 0 0 0 202px; }

/*=============================================
				reasons to choose
=============================================*/
.reasons {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 48px;
  color: #333333;
  text-align: left;
  margin: 50px 0 20px 0;
  font-weight: 500; }

.reasons span {
  color: #5abb62;
  font-weight: 900; }

.listing_bottom_box {
  width: 100%;
  background: #d9d9d9;
  padding: 0 0 30px; }

.listing_bottom {
  width: 960px;
  margin: 0 auto; }

.listing_bottom .left_col {
  width: 360px;
  float: left; }

.left_col img {
  margin: 20px; }

.left_coltext a {
  text-decoration: none; }

.left_coltext h3 {
  font-size: 20px;
  font-weight: 700; }

.left_coltext {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 20px; }

.left_coltext p, .left_coltext ul {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #494949;
  font-size: 15px; }

.left_coltext ul li {
  font-size: 15px;
  list-style: none;
  position: relative;
  line-height: 2.0em;
  list-style-image: url(images/black-arrow.png); }

.listing_bottom .right_col {
  width: 57%;
  float: right; }

.seclist .left_coltext {
  margin: 35px 20px 30px 0px;
  text-align: left;
  color: #000;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif; }

.seclist .left_col {
  float: right; }

.left_coltext .by {
  font-family: 'Open Sans',Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: italic;
  line-height: 1.3em;
  color: #C00; }

.quoted_text {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #494949;
  font-size: 15px;
  font-weight: 400; }

.seclist .qq_number {
  width: 660px;
  position: absolute;
  top: -18px;
  left: 150px; }

.seclist p {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #494949;
  font-size: 15px;
  line-height: 1.5em; }

.thirdlist .left_col {
  width: 100px;
  margin: 0 0 0 50px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #c20e35; }

.thirdlist .right_col {
  width: 57%;
  margin: 0px 0 40px 0;
  color: #c20e35;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif; }

.thirdlist p {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #494949;
  font-size: 15px;
  line-height: 1.5em; }

.thirdlist .qq_number {
  width: 763px;
  line-height: 36px;
  text-align: center;
  position: absolute;
  top: -18px;
  left: 101px;
  font-size: 19px; }

.fifthlist .left_col {
  width: 250px;
  float: left; }

.fifthlist .right_col {
  float: right;
  width: 70%;
  margin-top: 10px; }

.fifthlist .citation {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  width: 800px;
  float: right;
  position: relative;
  top: -10px;
  left: 150px; }

.fifthlist .citation sup {
  font-size: 11px; }

.risk_free {
  width: 246px;
  height: 140px;
  background-position: -197px -267px; }

.fifthlist {
  padding-bottom: 30px;
  background: #156b93;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE1NmI5MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTAzMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #156b93 0%, #010304 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #156b93), color-stop(100%, #010304));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #156b93 0%, #010304 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #156b93 0%, #010304 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #156b93 0%, #010304 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #156b93 0%, #010304 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#156b93', endColorstr='#010304',GradientType=0 );
  /* IE6-8 */ }

.fifthlist .left_coltext {
  width: 100%;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #fff; }

.fifthlist .left_coltext h3 {
  font-size: 26px;
  color: #fff;
  margin: 25px 0 0 0; }

.fifthlist .ul_left {
  float: left;
  width: 40%;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em; }

.fifthlist .ul_left li {
  padding-bottom: 5px;
  list-style: url(images/white-arrow.png); }

.fifthlist .ul_right {
  width: 60%;
  float: right;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em; }

.fifthlist .ul_right li {
  padding-bottom: 5px;
  list-style: url(images/white-arrow.png); }

/*=============================================
				comparison chart
=============================================*/
.left-col {
  width: 75%;
  float: left; }

.comp-chart {
  background: #F3F3F3;
  width: 100%;
  font-weight: 400;
  color: #333;
  margin-top: 50px; }

.comp-chart .wht {
  background: #FFF; }

.comp-chart .header-row {
  padding: 12px; }

.comp-chart .title-row {
  background: #5abb62;
  padding: 5px; }

.comp-chart .feat-row {
  padding: 7px;
  font-size: 14px; }

.comp-chart .icon.feat {
  background-position: -536px -178px;
  width: 21px;
  height: 26px;
  margin: 2px 0 0 10px;
  float: left; }

.comp-chart .icon.tech {
  background-position: -562px -178px;
  width: 25px;
  height: 18px;
  margin: 7px 0 0 10px;
  float: left; }

.comp-chart .icon.serv {
  background-position: -536px -178px;
  width: 21px;
  height: 26px;
  margin: 2px 0 0 10px;
  float: left; }

.comp-chart .feat-title {
  font-weight: 400;
  color: #323537;
  font-size: 30px;
  padding-top: 15px;
  float: left; }

.comp-chart .col-feat {
  width: 40%;
  padding-left: 10px;
  float: left; }

.comp-chart .frontpoint {
  background: url(images/frontpoint-logonew_sm.png);
  width: 160px;
  height: 47px;
  margin-left: 17px; }

.comp-chart .adt {
  background-position: -444px -267px;
  width: 138px;
  height: 47px;
  margin-left: 27px; }

.comp-chart .company-wrapper {
  width: 26%;
  margin: 5px 0 0 20px;
  float: left; }

.disc {
  font-size: 10px;
  text-align: center;
  padding: 4px 0; }

.comp-chart .comp-type {
  font-size: 24px;
  font-weight: 300;
  color: #FFF;
  padding-left: 10px;
  margin: 0 auto;
  float: left; }

.comp-chart .check-blue {
  background-position: -220px -20px;
  width: 16px;
  height: 14px;
  margin: 0 0 0 112px;
  float: left; }

.comp-chart .blue-blank {
  width: 20px;
  float: left;
  margin: 0 0 0 130px; }

.comp-chart .green-blank {
  width: 20px;
  float: left;
  margin: 0 0 0 157px; }

.comp-chart .check-green {
  background-position: -239px -20px;
  width: 16px;
  height: 14px;
  margin: 0 0 0 185px;
  float: left; }

.comp-chart .check-green.adj {
  margin-left: 87px; }

.comp-chart .blue-optional, .comp-chart .green-optional {
  width: 32%;
  text-align: center;
  float: left; }

.comp-chart .bottom-row {
  width: 100%;
  background: #5abb62;
  font-size: 18px;
  font-weight: 300;
  color: #FFF; }

.comp-chart .phone-wrapper {
  width: 40%;
  float: left;
  margin: 8px 10px 8px 50px; }

.comp-chart .phone2 {
  font-size: 44px;
  font-weight: 600;
  line-height: 0.8em; }

.comp-chart .phone2 a {
  text-decoration: none;
  color: #fff; }

.comp-chart .or {
  padding: 28px 10px;
  float: left; }

.comp-chart .ctabtn.main.adj {
  font-weight: 600;
  margin: 14px 20px; }

.bottom-row a {
  text-decoration: none;
  color: #fff; }

/*=============================================
					testis
=============================================*/
.right-col {
  width: 23%;
  float: right;
  padding: 0 5px; }

.awards-wrapper {
  width: 100%;
  margin-top: 50px; }

.award-one {
  background-position: -506px -421px;
  width: 71px;
  height: 83px;
  margin-right: 4px;
  float: left; }

.award-two {
  background-position: -446px -315px;
  width: 65px;
  height: 102px;
  margin-right: 4px;
  float: left; }

.award-three {
  background-position: -515px -315px;
  width: 65px;
  height: 102px;
  margin-right: 4px;
  float: left; }

.testi-wrapper {
  width: 100%;
  margin: 15px 0 0 0; }

.testi {
  background: #F3F3F3;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  font-style: italic; }

.testi p {
  padding: 15px;
  margin: 0px; }

.testi p.name {
  padding: 0 10px 15px 10px;
  margin: 0px;
  text-align: right;
  font-style: normal; }

.tilda {
  background-position: -519px -39px;
  width: 43px;
  height: 40px;
  margin: 0 0 20px 40px; }

/* formflowbox */
.formflowbox {
  background: #fff;
  padding-bottom: 20px;
  min-height: 1000px; }

@media only screen and (orientation: portrait) {
  .formflowbox {
    min-height: 2000px; } }
.formflowbox .title_block {
  margin: 15px 0px 0px; }

.formflowbox .title_block h2, .formflowbox .form_legaltxt.form_texth {
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px; }

.formflowbox .title_block span.red, .formflowbox .form_legaltxt.form_texth strong {
  color: red; }

.formflowbox #threeSeg_layer_container {
  position: relative;
  display: block;
  width: 304px; }

.formflowbox .segment {
  float: left;
  margin-bottom: 16px; }

.formflowbox .step4 {
  border: 1px solid #cccccc;
  padding: 15px;
  border-radius: 10px;
  margin-top: 20px;
  height: 810px;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(155, 154, 154, 0.51);
  -moz-box-shadow: 0px 4px 6px 0px rgba(155, 154, 154, 0.51);
  box-shadow: 0px 4px 6px 0px rgba(155, 154, 154, 0.51); }

.formflowbox .step4 .leftside {
  float: left;
  width: 40%;
  margin-left: 15px; }

.formflowbox .step4 .rightside {
  float: right;
  width: 51%;
  margin-right: 15px; }

.formflowbox .form_legaltxt.form_texth {
  font-size: 28.13px;
  font-weight: 700; }

p.big_title {
  font-size: 28.13px;
  font-weight: 700;
  margin: 10px 0 2px;
  margin-left: 15px; }

.formflowbox .title_float_left {
  float: left; }

.formflowbox .title_float_right {
  float: right;
  font-size: 22px;
  position: relative;
  right: 100px; }

.formflowbox .plus_title.title_float_right {
  position: relative;
  right: 110px;
  font-size: 22px; }

.formflowbox .new_title {
  margin: 0 0 30px;
  font-size: 20px;
  margin-left: 15px; }

.formflowbox .form-def-bg {
  margin: 0 0px 25px;
  background-color: #e7e7e7;
  padding: 24px 10px 9px;
  border: 4px solid #666666;
  border-radius: 10px;
  box-shadow: 0px 7px 16px -9px #333333; }
  .formflowbox .form-def-bg .form_legaltxt {
    color: #666666; }

.formflowbox .form-blue-bg {
  margin: 0 0px 25px;
  background-color: #3784be;
  padding: 24px 10px 9px;
  border: 4px solid #363636;
  border-radius: 10px;
  box-shadow: 0px 7px 16px -9px #333333; }
  .formflowbox .form-blue-bg .form_legaltxt {
    color: #fff; }

.formflowbox .form-grey-bg {
  margin: 0 0px 25px;
  background-color: #323638;
  padding: 24px 10px 9px;
  border: 4px solid #58bc62;
  border-radius: 10px;
  box-shadow: 0px 7px 16px -9px #333333; }
  .formflowbox .form-grey-bg .form_legaltxt {
    color: #fff; }

.formflowbox .form-green-bg {
  margin: 0 0px 25px;
  background-color: #58bc62;
  padding: 24px 10px 9px;
  border: 4px solid black;
  border-radius: 10px;
  box-shadow: 0px 7px 16px -9px #333333; }
  .formflowbox .form-green-bg .form_legaltxt {
    color: #fff; }

.formflowbox #form .fieldrow {
  padding: 3px 5px;
  clear: both; }

.formflowbox #form .fieldrow input {
  width: 86%;
  border-radius: 4px;
  color: #000;
  font-size: 14px;
  height: 32px;
  margin: 0px 0px 8px;
  outline: medium none;
  padding: 0px 3%;
  border: 1px solid #898989; }

#prop-form .form_container .fieldrow.half.radio_btn {
  width: 230px;
  margin: 0 auto 0 0;
  height: 30px; }
  #prop-form .form_container .fieldrow.half.radio_btn .form_lbl {
    font-size: 13px;
    float: left; }
  #prop-form .form_container .fieldrow.half.radio_btn .options {
    font-size: 13px;
    float: right;
    width: 113px; }
    #prop-form .form_container .fieldrow.half.radio_btn .options .left_side {
      margin: 0px 11px 0;
      float: left; }
      #prop-form .form_container .fieldrow.half.radio_btn .options .left_side input {
        height: 13px;
        width: 13px; }
    #prop-form .form_container .fieldrow.half.radio_btn .options .right_side {
      margin: 0px 11px 0; }
      #prop-form .form_container .fieldrow.half.radio_btn .options .right_side input {
        height: 13px;
        width: 13px; }

.formflowbox button.redcta {
  width: 92%;
  color: white;
  text-shadow: 2px 2px 2px #990000;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  padding: 10px;
  border: 2px solid #a3122f;
  border-radius: 10px;
  box-shadow: 0px 10px 6px -6px #993333;
  background: linear-gradient(to bottom, #c41c42 0%, #a3122f 100%) repeat scroll 0% 0% transparent;
  background: #c41c42;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c41c42 0%, #a3122f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c41c42), color-stop(100%, #a3122f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #c41c42 0%, #a3122f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #c41c42 0%, #a3122f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c41c42 0%, #a3122f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #c41c42 0%, #a3122f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c41c42', endColorstr='#a3122f',GradientType=0 );
  /* IE6-9 */ }

.formflowbox button.redcta:hover {
  color: #ffffcc;
  border: 2px solid #740000;
  box-shadow: 0px 10px 6px -8px #990033;
  background: #a31c42;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a31c42 0%, #c4171a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a31c42), color-stop(100%, #c4171a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a31c42 0%, #c4171a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #a31c42 0%, #c4171a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #a31c42 0%, #c4171a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #a31c42 0%, #c4171a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a31c42', endColorstr='#c4171a',GradientType=0 );
  /* IE6-9 */
  transition: all 0.4s ease-out 0s; }

.formflowbox .leftside form .form_legaltxt {
  font-size: 12px;
  margin: 10px 0px 0px;
  line-height: 1em;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: 400;
  display: block; }

.formflowbox form {
  text-align: center; }

.formflowbox .form_bottom {
  margin: 10px 0px;
  text-align: center; }

.formflowbox .form_bottom .trust {
  width: 135px;
  height: 42px;
  background-position: -17px -516px; }

.formflowbox .form_bottom .ebb {
  width: 135px;
  height: 44px;
  background-position: -19px -463px; }

.formflowbox .form_bottom span {
  position: static;
  margin: 0px 5px; }

.formflowbox .rightside .form_legaltxt {
  margin: 10px 0px 15px;
  display: block;
  font-size: 22.5px;
  font-weight: 500; }

.formflowbox .rightside .blue_header {
  display: block;
  float: none;
  text-align: left;
  background: #e7e7e7;
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  padding: 10px 23px;
  border: 1px solid #666666;
  border-bottom: none;
  -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;
  color: #000000; }

.formflowbox .redboxlist {
  clear: both;
  -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;
  margin: 0px 0px 15px;
  border: 1px solid #666666;
  border-top: none;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(155, 154, 154, 0.51);
  -moz-box-shadow: 0px 4px 6px 0px rgba(155, 154, 154, 0.51);
  box-shadow: 0px 4px 6px 0px rgba(155, 154, 154, 0.51); }

.formflowbox .redboxlist .floatleft {
  width: 100%; }

.formflowbox .floatright {
  float: right; }

.formflowbox .redboxlist .item {
  clear: both;
  position: relative;
  text-align: left;
  padding: 10px 0 10.6px 78px;
  font-size: 16px;
  font-weight: 700;
  color: #515151;
  min-height: 37px; }

.formflowbox .redboxlist .last_item {
  -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; }

.citation {
  font-size: 10px;
  color: #282828;
  font-weight: 400;
  width: 80%;
  position: relative;
  top: 0;
  left: 25px; }

.citation sup {
  font-size: 9px; }

span.smalltext {
  display: block;
  font-size: 12px;
  font-style: italic;
  color: #282828;
  font-weight: 400; }

.formflowbox .green_check {
  position: absolute;
  width: 33px;
  height: 33px;
  background-image: url("images/green_check_mark.png");
  left: 23px;
  top: 10px; }

.formflowbox .redboxlist .item .sp2 {
  position: absolute;
  left: 5px; }

.formflowbox .testimonialbox .item {
  float: left;
  width: 28%;
  margin: 0 19px 0 0;
  text-align: left;
  font-size: 14px; }

.dollar {
  background-position: -199px -561px;
  width: 47px;
  height: 32px;
  position: absolute;
  left: 21px; }

.paper {
  background-position: -313px -561px;
  width: 47px;
  height: 34px;
  position: absolute;
  left: 21px; }

.lock_safe {
  background-position: -265px -560px;
  width: 31px;
  height: 37px;
  position: absolute;
  left: 28px;
  top: 16px; }

.deals_tag {
  background-position: -365px -561px;
  width: 47px;
  height: 34px;
  position: absolute;
  left: 21px;
  top: 13px; }

/* ============== taking off truste badge ================ */
.ads .add1 {
  display: none; }

.formflowbox .form_bottom .trust {
  display: none; }

.logos-shell .logos {
  width: 72px; }

.formflowbox button.redcta {
  width: 92%;
  color: white;
  text-shadow: 2px 2px 2px #990000;
  text-align: center;
  font-weight: 900;
  font-size: 24px;
  padding: 10px;
  border: 2px solid #a3122f;
  border-radius: 10px;
  box-shadow: 0px 10px 6px -6px #993333;
  background: linear-gradient(to bottom, #c41c42 0%, #a3122f 100%) repeat scroll 0% 0% transparent;
  background: #c41c42;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c41c42 0%, #a3122f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c41c42), color-stop(100%, #a3122f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #c41c42 0%, #a3122f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #c41c42 0%, #a3122f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c41c42 0%, #a3122f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #c41c42 0%, #a3122f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c41c42', endColorstr='#a3122f',GradientType=0 );
  /* IE6-9 */ }

.formflowbox button.redcta:hover {
  border: 2px solid #740000;
  box-shadow: 0px 10px 6px -8px #990033;
  background: #a31c42;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a31c42 0%, #c4171a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a31c42), color-stop(100%, #c4171a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a31c42 0%, #c4171a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #a31c42 0%, #c4171a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #a31c42 0%, #c4171a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #a31c42 0%, #c4171a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a31c42', endColorstr='#c4171a',GradientType=0 );
  /* IE6-9 */
  transition: all 0.4s ease-out 0s; }

.formflowbox button.greencta {
  width: 92%;
  color: white;
  text-shadow: 2px 2px 2px #255f29;
  text-align: center;
  font-weight: 900;
  font-size: 24px;
  padding: 10px;
  border: 2px solid #35903d;
  border-radius: 10px;
  box-shadow: 0px 10px 6px -6px #003d06;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#58bc62+0,308a39+100 */
  background: #58bc62;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU4YmM2MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMDhhMzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #58bc62 0%, #308a39 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #58bc62), color-stop(100%, #308a39));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #58bc62 0%, #308a39 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #58bc62 0%, #308a39 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #58bc62 0%, #308a39 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #58bc62 0%, #308a39 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58bc62', endColorstr='#308a39',GradientType=0 );
  /* IE6-8 */ }

.formflowbox button.greencta:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#308a39+0,58bc62+100 */
  background: #308a39;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMwOGEzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1OGJjNjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #308a39 0%, #58bc62 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #308a39), color-stop(100%, #58bc62));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #308a39 0%, #58bc62 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #308a39 0%, #58bc62 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #308a39 0%, #58bc62 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #308a39 0%, #58bc62 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#308a39', endColorstr='#58bc62',GradientType=0 );
  /* IE6-8 */ }

.formflowbox button.goldcta {
  width: 92%;
  color: black;
  text-align: center;
  font-weight: 900;
  font-size: 24px;
  padding: 10px;
  border: 2px solid #f7ce2b;
  border-radius: 10px;
  box-shadow: 0px 10px 6px -6px #7f7200;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcff1e+0,f7bb2b+100 */
  background: #fcff1e;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmYxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2JiMmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fcff1e 0%, #f7bb2b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcff1e), color-stop(100%, #f7bb2b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fcff1e 0%, #f7bb2b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fcff1e 0%, #f7bb2b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fcff1e 0%, #f7bb2b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fcff1e 0%, #f7bb2b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcff1e', endColorstr='#f7bb2b',GradientType=0 );
  /* IE6-8 */ }

.formflowbox button.goldcta:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7bb2b+0,fcff1e+100 */
  background: #f7bb2b;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3YmIyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2ZmMWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f7bb2b 0%, #fcff1e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7bb2b), color-stop(100%, #fcff1e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f7bb2b 0%, #fcff1e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f7bb2b 0%, #fcff1e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f7bb2b 0%, #fcff1e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f7bb2b 0%, #fcff1e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7bb2b', endColorstr='#fcff1e',GradientType=0 );
  /* IE6-8 */ }

.formflowbox button.bluecta {
  width: 92%;
  color: white;
  text-shadow: 2px 2px 2px #004674;
  text-align: center;
  font-weight: 900;
  font-size: 24px;
  padding: 10px;
  border: 2px solid #0070b9;
  border-radius: 10px;
  box-shadow: 0px 10px 6px -6px #002e5b;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00bef1+0,0070b9+100 */
  background: #00bef1;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYmVmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDcwYjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #00bef1 0%, #0070b9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00bef1), color-stop(100%, #0070b9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #00bef1 0%, #0070b9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #00bef1 0%, #0070b9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #00bef1 0%, #0070b9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #00bef1 0%, #0070b9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bef1', endColorstr='#0070b9',GradientType=0 );
  /* IE6-8 */ }

.formflowbox button.bluecta:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0070b9+0,00bef1+100 */
  background: #0070b9;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNzBiOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGJlZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #0070b9 0%, #00bef1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0070b9), color-stop(100%, #00bef1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0070b9 0%, #00bef1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0070b9 0%, #00bef1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0070b9 0%, #00bef1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0070b9 0%, #00bef1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070b9', endColorstr='#00bef1',GradientType=0 );
  /* IE6-8 */ }

.formflowbox button.orangecta {
  width: 92%;
  color: white;
  text-shadow: 2px 2px 2px #8f4100;
  text-align: center;
  font-weight: 900;
  font-size: 24px;
  padding: 10px;
  border: 2px solid #ff7900;
  border-radius: 10px;
  box-shadow: 0px 10px 6px -6px #7e3f00;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYjMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjczMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffb300 0%, #ff7300 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb300), color-stop(100%, #ff7300));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb300 0%, #ff7300 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffb300 0%, #ff7300 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffb300 0%, #ff7300 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffb300 0%, #ff7300 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb300', endColorstr='#ff7300',GradientType=0 );
  /* IE6-8 */
  background-color: #ffb300;
  /* Old browsers */ }

.formflowbox button.orangecta:hover {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmY2MwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjljMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffcc00 0%, #ff9c00 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcc00), color-stop(100%, #ff9c00));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffcc00 0%, #ff9c00 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffcc00 0%, #ff9c00 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffcc00 0%, #ff9c00 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffcc00 0%, #ff9c00 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#ff9c00',GradientType=0 );
  /* IE6-8 */
  background-color: #ffcc00;
  /* Old browsers */ }

.form-nav {
  text-align: center;
  height: 20px;
  margin: 13px auto 0; }


span.back {
  background: url(images/back.png) no-repeat;
  width: 14px;
  height: 18px;
  display: inline-block; }

span.green-back {
  background: url(images/green-back.png) no-repeat; }

span.dot {
  background: url(images/other_selection.png) no-repeat;
  width: 14px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; }
  span.dot:hover {
    cursor: inherit; }

span.green-dot {
  background: url(images/current_selection.png) no-repeat; }

#prop-type hr.seperator {
  width: 180px;
  color: #ebebeb;
  /* border: none; */
  border: 0.5px solid #F2F2F2;
  margin: 11px auto; }

#prop-size {
  display: none; }
  #prop-size hr.seperator {
    width: 180px;
    color: #ebebeb;
    /* border: none; */
    border: 0.5px solid #F2F2F2;
    margin: 11px auto; }

#prop-door {
  display: none; }
  #prop-door hr.seperator {
    width: 180px;
    color: #ebebeb;
    /* border: none; */
    border: 0.5px solid #F2F2F2;
    margin: 11px auto; }

#processing-request {
  display: none; }

#prop-form {
  display: none; }
  #prop-form .text-wrapper {
    width: 424px;
    text-align: center;
    padding: 0px 8px;
    margin: 0px auto;
    font-size: 20px;
    font-weight: 400; }
  #prop-form input {
    line-height: normal;
    height: 20px;
    width: 330px;
    background: #eaeaea;
    border: 1px solid #cacaca;
    font-size: 84%;
    width: 98%;
    padding: 8px 0 8px 7px;
    color: #000;
    font-size: 15px; }
  #prop-form .half {
    width: 98%;
    padding: 8px 0 8px 7px;
    margin: 0; }
  #prop-form ::-webkit-input-placeholder {
    font-style: italic;
    color: #6e6e6e; }
  #prop-form :-moz-placeholder {
    /* Firefox 18- */
    font-style: italic;
    color: #6e6e6e; }
  #prop-form ::-moz-placeholder {
    /* Firefox 19+ */
    font-style: italic;
    color: #6e6e6e; }
  #prop-form :-ms-input-placeholder {
    font-style: italic;
    color: #6e6e6e; }
  #prop-form .form_legaltxt {
    width: 364px;
    margin: 0 auto;
    line-height: 11px;
    text-align: left; }
  #prop-form .orangecta:hover {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodΓÇªEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffcc00 0%, #ff9c00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcc00), color-stop(100%, #ff9c00));
    background: -webkit-linear-gradient(top, #ffcc00 0%, #ff9c00 100%);
    background: -o-linear-gradient(top, #ffcc00 0%, #ff9c00 100%);
    background: -ms-linear-gradient(top, #ffcc00 0%, #ff9c00 100%);
    background: linear-gradient(to bottom, #ffcc00 0%, #ff9c00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#ff9c00',GradientType=0 );
    background-color: #ffcc00; }
  #prop-form .orangecta {
    width: 390px;
    height: 59px;
    color: white;
    text-shadow: 2px 2px 2px #8f4100;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    padding: 10px;
    border: 2px solid #ff7900;
    border-radius: 10px;
    box-shadow: 0px 10px 6px -6px #7e3f00;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodΓÇªEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffb300 0%, #ff7300 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb300), color-stop(100%, #ff7300));
    background: -webkit-linear-gradient(top, #ffb300 0%, #ff7300 100%);
    background: -o-linear-gradient(top, #ffb300 0%, #ff7300 100%);
    background: -ms-linear-gradient(top, #ffb300 0%, #ff7300 100%);
    background: linear-gradient(to bottom, #ffb300 0%, #ff7300 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb300', endColorstr='#ff7300',GradientType=0 );
    background-color: #ffb300; }
  #prop-form button {
    margin: 4px;
    /* 3 */ }

.proc-title {
  color: #0f78fa;
  font-size: 28px;
  font-weight: 700;
  margin: 20px 0 0 6px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 6px;
  vertical-align: top; }

.grey {
  color: #6E6B6B; }

.loading {
  background: url(images/loading-spinner.gif) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  opacity: 0.4;
  margin: 6px 0 0 0;
  left: 0; }

.pref-list {
  line-height: 30px;
  margin: 0px 0 0 29px; }

.pref-content {
  position: relative;
  width: 382px;
  margin: 29px 39px;
  height: 162px;
  font-size: 19px;
  text-align: left; }

.form-title {
  font-size: 30px;
  font-weight: 700;
  margin: 14px 0 0 0;
  color: #474646; }

span.form-logo {
  background: url(images/form_logo.png) no-repeat;
  width: 29px;
  height: 32px;
  display: inline-block; }

.half {
  width: 118px;
  margin: 7px 0;
  height: 38px; }

span.ajax-loader {
  background: url(images/ajax-loader.gif);
  width: 32px;
  height: 32px;
  display: inline-block; }

.name.red {
  font-size: 11px;
  text-align: left;
  color: red; }

.validation-text {
  font-size: 11px;
  text-align: left;
  float: right;
  color: red;
  display: none; }

.half1 {
  display: none;
  float: left;
  /* float: right; */
  width: 33%;
  margin: 0 0 0 53px; }

.half2 {
  display: none;
  float: right;
  width: 47%; }

.fieldrow.half_input_left {
  float: left;
  width: 47%;
  height: 57px;
  position: relative; }

.fieldrow.half_input_left.lbl2 {
  float: left;
  width: 47%;
  height: 80px;
  position: relative;
  text-align: left;
  font-size: 17px; }

.fieldrow.half_input_right {
  float: right;
  width: 47%;
  height: 57px;
  position: relative;
  margin: 0 4px 0 0; }

.fieldrow.half_input_right.lbl2 {
  float: right;
  width: 47%;
  height: 80px;
  position: relative;
  margin: 0 4px 0 0;
  text-align: left;
  font-size: 17px; }

.form_container {
  width: 89%;
  margin: 6px auto; }

.fieldrow {
  height: 62px;
  position: relative; }

.fieldrow.last {
  height: 52px;
  position: relative; }

.fieldrow .form-field-invalid {
  background: url(images/form-not-check.png) no-repeat;
  height: 17px;
  width: 17px;
  display: inline-block;
  position: absolute;
  right: 1px;
  top: 12px; }

.fieldrow.half_input_left .form-field-invalid,
.fieldrow.half_input_right .form-field-invalid {
  right: -4px;
  top: 12px; }

.fieldrow .form-field-valid {
  background: url(images/form-check.png) no-repeat;
  height: 17px;
  width: 17px;
  display: inline-block;
  position: absolute;
  right: 1px;
  top: 12px; }

.fieldrow.half_input_left .form-field-valid,
.fieldrow.half_input_right .form-field-valid {
  right: -4px;
  top: 12px; }

.fieldrow.lbl2 .form-field-valid {
  background: url(images/form-check.png) no-repeat;
  height: 17px;
  width: 17px;
  display: inline-block;
  position: absolute;
  right: -4px;
  top: 34px; }

.fieldrow.lbl2 .form-field-invalid {
  background: url(images/form-not-check.png) no-repeat;
  height: 17px;
  width: 17px;
  display: inline-block;
  position: absolute;
  right: -4px;
  top: 34px; }

.fieldrow.lbl2 {
  height: 80px;
  text-align: left;
  font-size: 17px; }

.fieldrow.half_input_right.lbl2 .form-field-invalid,
.fieldrow.half_input_right.lbl2 .form-field-valid,
.fieldrow.half_input_left.lbl2 .form-field-invalid,
.fieldrow.half_input_left.lbl2 .form-field-valid {
  right: -2px; }

/*=======================
		show_steps
========================*/
.container_steps {
  width: 1020px;
  margin: 0 auto; }

.show_steps {
  list-style: none;
  padding: 0;
  margin: 20px 0 20px; }

.show_steps li {
  float: left;
  padding: 0;
  margin: 0px 11px;
  font-size: 15px; }

.show_steps .highlight_grey_type {
  background: url(images/type_background.png) no-repeat;
  width: 220px;
  height: 84px; }

.show_steps .highlight_grey_sq {
  background: url(images/sq_background.png) no-repeat;
  width: 234px;
  height: 84px; }

.show_steps .highlight_grey_day {
  background: url(images/day_background.png) no-repeat;
  width: 252px;
  height: 84px; }

.show_steps .dark_grey {
  background: url(images/get_your_own_bg.png) no-repeat;
  width: 219px;
  height: 84px; }

.show_steps .right_text {
  display: block;
  float: left;
  position: relative;
  top: 21px;
  left: 73px;
  text-transform: capitalize; }

.show_steps .right_text .text_title {
  font-size: 13px;
  font-weight: 700; }

.show_steps .img_icon {
  left: 6px;
  position: absolute;
  max-width: 62px;
  top: 12px; }

.ribbon_container {
  font-size: 56.25px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  margin-top: 30px; }

.ribbon-phone {
  position: absolute;
  left: 0;
  right: 0; }

.ie7 .ribbon_container {
  bottom: -200px; }

/*=============================================
					footer
=============================================*/
/* .footer {
  width: 100%;
  background-color: #EAEAEA;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #111111;
  padding: 40px 0;
  margin-top: 0; } */

  .tb {
    height: 37px!important;
}

.footer_box {
  width: 960px;
  margin: 0 auto; }

.footer_box p {
  margin-top: 26px; }

.footer .ft_left {
  float: left;
  font-size: 12px; }

.footer .ft_right {
  float: right;
  font-size: 12px; }

.footer .ft_right ul li {
  list-style: none;
  display: inline; }

.footer .ft_right ul li a {
  color: #000; }

.footer .ft_right ul li:hover {
  color: #2981A9; }

.footer .ads {
  width: 100%;
  margin-top: 40px; }

.ads .add1 {
  width: 133px;
  height: 42px;
  background-position: -196px -407px;
  margin-right: 30px; }

.ads .add2 {
  width: 114px;
  height: 42px;
  background-position: -195px -451px;
  margin-right: 30px; }

.ads .add3 {
  width: 148px;
  height: 52px;
  background-position: -312px -449px;
  margin-right: 40px; }

.ads .add4 {
  width: 121px;
  height: 54px;
  background-position: -186px -498px;
  margin-right: 40px; }

.ads .add5 {
  width: 40px;
  height: 54px;
  background-position: -450px -508px;
  margin-right: 40px; }

.ads .add6 {
  width: 131px;
  height: 47px;
  background-position: -311px -508px;
  margin-right: 40px; }

/*===========================================
				IE fixes
===========================================*/
.ie8 .stickybar .phone {
  font-size: 40px; }

.ie8 h1 {
  font-size: 35px; }

.ie8 .header .seal {
  margin-top: 15px; }

.ie7 .box.tall {
  font-size: 21px;
  background-color: gainsboro;
  filter: none; }

.ie7 .blue.short.box {
  height: 367px;
  background-color: #c8c8c8;
  filter: none; }

.ie7 .green.short.box {
  height: 367px;
  background-color: #c8c8c8;
  filter: none; }

.ie7 .stickybar .phone {
  font-size: 40px; }

.ie7 h1 {
  font-size: 35px; }

.ie7 .header .seal {
  margin-top: 15px; }

.segment.seg3block {
  float: left; }

.ie8 .stickybar .call-button .number {
  font-size: 53px;
  color: #fff;
  font-weight: 700;
  margin: 4px 0 0 0; }

.ie8 .number {
  font-size: 37px;
  color: #fff;
  font-weight: 700;
  margin: 4px 0 0 0; }

.ie8 .call-text {
  font-weight: 700;
  font-size: 20px;
  width: 220px;
  float: left;
  line-height: 1em;
  margin: 12px;
  text-align: right; }

.ie8 .call-text .bottom {
  font-size: 17px;
  margin: 8px 0 0; }

.ie8 .call-button {
  float: left;
  width: 307px;
  height: 52px;
  background: #005f2e;
  border-radius: 5px;
  margin: 9px 0 0 0; }

.ie8 .right.call-container {
  padding-bottom: 3px; }

.ep01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  border-radius: 5px;
  display: none; }
  .ep01 .top_bar {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e10f0f+0,b01313+100 */
    background: #e10f0f;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e10f0f 0%, #b01313 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e10f0f 0%, #b01313 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e10f0f 0%, #b01313 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e10f0f', endColorstr='#b01313',GradientType=0 );
    /* IE6-9 */
    border: 3px solid #fff;
    width: 600px;
    -webkit-box-shadow: 2px 1px 5px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 2px 1px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 1px 5px 0px rgba(0, 0, 0, 0.35);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
    .ep01 .top_bar .spnew.stop {
      width: 41px;
      height: 40px;
      background-position: -88px -232px;
      margin: 4px 0;
      position: relative;
      top: 4px;
      left: 4px; }
    .ep01 .top_bar .stop_copy {
      display: inline-block;
      font-size: 24px;
      font-weight: 700;
      color: #fff;
      margin: 4px 10px;
      position: relative;
      bottom: 10px; }
    .ep01 .top_bar .exitX {
      background: url(images/exit_x.png) no-repeat;
      float: right;
      display: block;
      margin: 8px 0;
      width: 19px;
      height: 10px;
      z-index: 1000;
      cursor: pointer; }
  .ep01 .bottom_bar {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#333333+0,202020+100 */
    background: #333333;
    /* Old browsers */
    background: -moz-linear-gradient(top, #333333 0%, #202020 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #333333 0%, #202020 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #333333 0%, #202020 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#202020',GradientType=0 );
    /* IE6-9 */
    width: 600px;
    -webkit-box-shadow: 2px 1px 5px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 2px 1px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 1px 5px 0px rgba(0, 0, 0, 0.35);
    -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;
    position: relative;
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    padding: 30px 0; }
    .ep01 .bottom_bar .spnew.gold_badge {
      width: 182px;
      height: 145px;
      background-position: -37px -35px;
      margin: 0 20px; }
    .ep01 .bottom_bar .gold_badge_copy {
      display: inline-block;
      color: #fff;
      font-size: 25px;
      font-weight: 700;
      width: 360px;
      margin: 10px 20px 0 0;
      position: absolute; }
    .ep01 .bottom_bar .green_bar {
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#009d4d+0,057b3e+100 */
      background: #009d4d;
      /* Old browsers */
      background: -moz-linear-gradient(top, #009d4d 0%, #057b3e 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #009d4d 0%, #057b3e 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #009d4d 0%, #057b3e 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009d4d', endColorstr='#057b3e',GradientType=0 );
      /* IE6-9 */
      z-index: 99999;
      color: #fff;
      padding: 0 14px;
      position: relative;
      bottom: 8px;
      font-size: 45px;
      font-weight: 700;
      border-radius: 5px;
      border: 1px solid #fff; }
      .ep01 .bottom_bar .green_bar .white_phone {
        width: 35px;
        height: 36px;
        background-position: -94px -321px; }
    .ep01 .bottom_bar .pattern_overlay {
      background: url(images/subtle-pattern.html) repeat;
      position: absolute;
      height: 100%;
      width: 600px;
      z-index: 9999;
      display: block;
      top: 0; }
  .ep01 .timer_bar {
    background: url(images/timer_bottom.png) no-repeat;
    display: inline-block;
    width: 100%;
    height: 100px;
    margin: 0 74px; }
    .ep01 .timer_bar .timeStapClock {
      margin: 0 0 0;
      display: inline-block;
      position: absolute;
      bottom: 10px;
      border: 1px solid #d7e0eb;
      border-radius: 10px;
      right: 88px;
      height: 78px;
      background: #000; }
      .ep01 .timer_bar .timeStapClock .center_time {
        background: #000;
        padding: 0;
        margin: 6px 16px;
        color: #e70c0c;
        height: 64px;
        display: block;
        position: relative;
        right: 5px;
        float: none; }
        .ep01 .timer_bar .timeStapClock .center_time .epdata {
          width: 32px;
          text-align: center;
          height: 56px;
          position: relative;
          display: inline-block; }
          .ep01 .timer_bar .timeStapClock .center_time .epdata .num {
            font-size: 38px;
            font-weight: 700;
            font-family: 'Digital W00';
            position: relative;
            top: -2px;
            line-height: 26px; }
          .ep01 .timer_bar .timeStapClock .center_time .epdata .label {
            display: block;
            text-align: center;
            font-size: 16px;
            min-width: 44px;
            text-transform: uppercase;
            color: #FFF;
            position: absolute;
            bottom: -4px; }
        .ep01 .timer_bar .timeStapClock .center_time .float_left {
          float: none; }
          .ep01 .timer_bar .timeStapClock .center_time .float_left .num {
            font-weight: 700;
            position: relative;
            font-size: 31px;
            top: -10px;
            left: 5px;
            margin: 0; }

.ep02 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  display: none; }
  .ep02 .exit_sp {
    background: url("images/exitpop_sp.png") no-repeat;
    display: inline-block; }
  .ep02 .top_bar {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e10f0f+0,b01313+100 */
    background: #e10f0f;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e10f0f 0%, #b01313 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e10f0f 0%, #b01313 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e10f0f 0%, #b01313 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#e10f0f', endColorstr='#b01313',GradientType=0 );
    /* IE6-9 */
    -webkit-box-shadow: 2px 1px 5px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 2px 1px 5px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 2px 1px 5px 0 rgba(0, 0, 0, 0.35);
    border: 3px solid #fff;
    width: 600px;
    height: 53px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
    .ep02 .top_bar .stop {
      width: 41px;
      height: 40px;
      background-position: 0 0;
      margin: 4px 0;
      position: absolute;
      top: 4px;
      left: 197px; }
    .ep02 .top_bar .stop_copy {
      font-size: 24px;
      font-weight: 700;
      color: #fff;
      margin: 22px auto 0 200px !important;
      position: relative;
      bottom: 10px;
      width: 253px;
      display: block;
      text-align: center; }
    .ep02 .top_bar .exitX {
      background: url("images/exit_x.png") no-repeat;
      float: right;
      margin: 8px 0;
      width: 19px;
      height: 10px;
      z-index: 1000;
      position: absolute;
      right: 36px;
      cursor: pointer;
      top: 16px; }
  .ep02 .bottom_bar {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    position: relative;
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    height: 285px;
    background: url("images/exitpop_bg.png") no-repeat;
    background-position: -11px -8px; }
    .ep02 .bottom_bar .sign {
      width: 130px;
      height: 250px;
      position: absolute;
      background-position: -49px 0;
      left: 51px;
      top: -114px; }
    .ep02 .bottom_bar .authorized {
      position: absolute;
      color: #fff;
      font-size: 9px;
      left: 41px;
      top: 8px;
      font-weight: 100; }
    .ep02 .bottom_bar .spnew.gold_badge {
      background: url("images/badge_yellow.png") no-repeat;
      width: 103px;
      height: 104px;
      display: block;
      position: absolute;
      left: 74px;
      top: 27px; }
    .ep02 .bottom_bar .gold_badge_copy {
      display: inline-block;
      color: #fff;
      font-size: 37px;
      font-weight: 700;
      width: 360px;
      line-height: 1.15 !important;
      margin: 35px 20px 23px 188px !important; }
      .ep02 .bottom_bar .gold_badge_copy sup {
        font-size: 10px;
        top: -2.2em; }
    .ep02 .bottom_bar .gold_badge_sub_text {
      font-size: 16px;
      font-weight: 300;
      color: #fff; }
      .ep02 .bottom_bar .gold_badge_sub_text sup {
        top: -1em;
        font-size: 8px; }
    .ep02 .bottom_bar .green_bar {
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#009d4d+0,057b3e+100 */
      background: #009d4d;
      /* Old browsers */
      background: -moz-linear-gradient(top, #009d4d 0%, #057b3e 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #009d4d 0%, #057b3e 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #009d4d 0%, #057b3e 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#009d4d', endColorstr='#057b3e',GradientType=0 );
      /* IE6-9 */
      z-index: 99999;
      color: #fff;
      padding: 6px 14px;
      bottom: 8px;
      font-size: 25px;
      text-align: center;
      width: 345px;
      font-weight: 700;
      margin: auto;
      border-radius: 5px;
      border: 1px solid #fff; }
      .ep02 .bottom_bar .green_bar .white_phone {
        width: 35px;
        height: 36px;
        background-position: -187px 0; }
      .ep02 .bottom_bar .green_bar .phone_number {
        font-size: 45px; }
    .ep02 .bottom_bar .superscript_text {
      font-size: 8px;
      color: #fff;
      text-align: center;
      width: 600px;
      padding: 8px 0;
      display: block; }
    .ep02 .bottom_bar .pattern_overlay {
      background: url("images/subtle-pattern.html") repeat;
      position: absolute;
      height: 100%;
      width: 600px;
      z-index: 9999;
      display: block;
      top: 0; }
  .ep02 .timer_bar {
    background: url("images/adt_exitpop_grey.png") no-repeat;
    display: inline-block;
    width: 100%;
    height: 100px;
    margin: 0 74px; }
    .ep02 .timer_bar .timeStapClock {
      margin: 0;
      display: inline-block;
      position: absolute;
      bottom: 10px;
      border: 1px solid #d7e0eb;
      border-radius: 10px;
      right: 88px;
      height: 78px;
      background: #000; }
      .ep02 .timer_bar .timeStapClock .center_time {
        background: #000;
        padding: 0;
        margin: 6px 16px;
        color: #e70c0c;
        height: 64px;
        display: block;
        position: relative;
        right: 5px;
        float: none; }
        .ep02 .timer_bar .timeStapClock .center_time .epdata {
          width: 32px;
          text-align: center;
          height: 56px;
          position: relative;
          display: inline-block; }
          .ep02 .timer_bar .timeStapClock .center_time .epdata .num {
            font-size: 38px;
            font-weight: 700;
            font-family: 'Digital W00';
            position: relative;
            top: -2px;
            line-height: 26px; }
          .ep02 .timer_bar .timeStapClock .center_time .epdata .label {
            display: block;
            text-align: center;
            font-size: 16px;
            min-width: 44px;
            text-transform: uppercase;
            color: #FFF;
            position: absolute;
            bottom: -4px; }
        .ep02 .timer_bar .timeStapClock .center_time .float_left {
          float: none; }
          .ep02 .timer_bar .timeStapClock .center_time .float_left .num {
            font-weight: 700;
            position: relative;
            font-size: 31px;
            top: -10px;
            left: 5px;
            margin: 0; }

.ep02 {
  display: none;
  float: left;
  margin: 10px 0 0 6px; }
  .ep02 .middle {
    display: inline-block;
    float: left;
    margin: 13px 10px 0; }
    .ep02 .middle .redeem {
      font-size: 35px;
      font-weight: 700;
      margin: 0 0 5px;
      color: #fff;
      text-align: center; }
    .ep02 .middle .phone_container {
      background: #0a4527;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      width: 548px;
      height: 80px; }
      .ep02 .middle .phone_container .phone_icon {
        background-position: -150px -95px;
        height: 55px;
        width: 52px;
        float: left;
        margin: 14px 7px 0 24px; }
      .ep02 .middle .phone_container .number {
        font-size: 69px;
        font-weight: 700;
        line-height: 82px;
        color: #fff;
        float: left; }
  .ep02 #timer {
    background: #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 77px;
    width: 161px;
    margin: 10px 160px 0 0;
    float: right; }
    .ep02 #timer .top_half {
      font-family: 'Roboto', sans-serif;
      font-size: 34px;
      color: #ff0026;
      text-align: center;
      font-weight: 700;
      padding: 6px 0 0;
      display: block;
      margin-top: 3px; }
    .ep02 #timer .bottom_half {
      color: #fff;
      font-size: 15px; }
      .ep02 #timer .bottom_half .hrs,
      .ep02 #timer .bottom_half .min,
      .ep02 #timer .bottom_half .sec {
        float: left;
        display: inline-block;
        width: 32px;
        margin: 0 4px; }
      .ep02 #timer .bottom_half .hrs {
        margin: 0 14px 0 18px; }
      .ep02 #timer .bottom_half .sec {
        margin: 0 10px 0 9px; }
  .ep02 .time_left {
    color: #fff;
    font-size: 13px;
    text-align: center; }

.ep02 {
  display: none;
  float: left;
  margin: 10px 0 0 6px; }
  .ep02 .middle {
    display: inline-block;
    float: left;
    margin: 13px 10px 0; }
    .ep02 .middle .redeem {
      font-size: 35px;
      font-weight: 700;
      margin: 0 0 5px;
      color: #fff;
      text-align: center; }
    .ep02 .middle .phone_container {
      background: #0a4527;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      width: 548px;
      height: 80px; }
      .ep02 .middle .phone_container .phone_icon {
        background-position: -150px -95px;
        height: 55px;
        width: 52px;
        float: left;
        margin: 14px 7px 0 24px; }
      .ep02 .middle .phone_container .number {
        font-size: 69px;
        font-weight: 700;
        line-height: 82px;
        color: #fff;
        float: left; }
  .ep02 #timer {
    background: #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 77px;
    width: 161px;
    margin: 10px 160px 0 0;
    float: right; }
    .ep02 #timer .top_half {
      font-family: 'Roboto', sans-serif;
      font-size: 34px;
      color: #ff0026;
      text-align: center;
      font-weight: 700;
      padding: 6px 0 0;
      display: block;
      margin-top: 3px; }
    .ep02 #timer .bottom_half {
      color: #fff;
      font-size: 15px; }
      .ep02 #timer .bottom_half .hrs,
      .ep02 #timer .bottom_half .min,
      .ep02 #timer .bottom_half .sec {
        float: left;
        display: inline-block;
        width: 32px;
        margin: 0 4px; }
      .ep02 #timer .bottom_half .hrs {
        margin: 0 14px 0 18px; }
      .ep02 #timer .bottom_half .sec {
        margin: 0 10px 0 9px; }
  .ep02 .time_left {
    color: #fff;
    font-size: 13px;
    text-align: center; }

.ep03 {
  display: none;
  float: left;
  margin: 10px 0 0 6px; }
  .ep03 .middle {
    display: inline-block;
    float: left;
    margin: 13px 10px 0; }
    .ep03 .middle .redeem {
      font-size: 35px;
      font-weight: 700;
      margin: 0 0 5px;
      color: #fff;
      text-align: center; }
    .ep03 .middle .phone_container {
      background: #0a4527;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      width: 548px;
      height: 80px; }
      .ep03 .middle .phone_container .phone_icon {
        background-position: -150px -95px;
        height: 55px;
        width: 52px;
        float: left;
        margin: 14px 7px 0 24px; }
      .ep03 .middle .phone_container .number {
        font-size: 69px;
        font-weight: 700;
        line-height: 82px;
        color: #fff;
        float: left; }
  .ep03 #timer {
    background: #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 77px;
    width: 161px;
    margin: 10px 160px 0 0;
    float: right; }
    .ep03 #timer .top_half {
      font-family: 'Roboto', sans-serif;
      font-size: 34px;
      color: #ff0026;
      text-align: center;
      font-weight: 700;
      padding: 6px 0 0;
      display: block;
      margin-top: 3px; }
    .ep03 #timer .bottom_half {
      color: #fff;
      font-size: 15px; }
      .ep03 #timer .bottom_half .hrs,
      .ep03 #timer .bottom_half .min,
      .ep03 #timer .bottom_half .sec {
        float: left;
        display: inline-block;
        width: 32px;
        margin: 0 4px; }
      .ep03 #timer .bottom_half .hrs {
        margin: 0 14px 0 18px; }
      .ep03 #timer .bottom_half .sec {
        margin: 0 10px 0 9px; }
  .ep03 .time_left {
    color: #fff;
    font-size: 13px;
    text-align: center; }

.ep03 {
  display: none;
  float: left;
  margin: 10px 0 0 6px; }
  .ep03 .middle {
    display: inline-block;
    float: left;
    margin: 13px 10px 0; }
    .ep03 .middle .redeem {
      font-size: 35px;
      font-weight: 700;
      margin: 0 0 5px;
      color: #fff;
      text-align: center; }
    .ep03 .middle .phone_container {
      background: #0a4527;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      width: 548px;
      height: 80px; }
      .ep03 .middle .phone_container .phone_icon {
        background-position: -150px -95px;
        height: 55px;
        width: 52px;
        float: left;
        margin: 14px 7px 0 24px; }
      .ep03 .middle .phone_container .number {
        font-size: 69px;
        font-weight: 700;
        line-height: 82px;
        color: #fff;
        float: left; }
  .ep03 #timer {
    background: #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 77px;
    width: 161px;
    margin: 10px 160px 0 0;
    float: right; }
    .ep03 #timer .top_half {
      font-family: 'Roboto', sans-serif;
      font-size: 34px;
      color: #ff0026;
      text-align: center;
      font-weight: 700;
      padding: 6px 0 0;
      display: block;
      margin-top: 3px; }
    .ep03 #timer .bottom_half {
      color: #fff;
      font-size: 15px; }
      .ep03 #timer .bottom_half .hrs,
      .ep03 #timer .bottom_half .min,
      .ep03 #timer .bottom_half .sec {
        float: left;
        display: inline-block;
        width: 32px;
        margin: 0 4px; }
      .ep03 #timer .bottom_half .hrs {
        margin: 0 14px 0 18px; }
      .ep03 #timer .bottom_half .sec {
        margin: 0 10px 0 9px; }
  .ep03 .time_left {
    color: #fff;
    font-size: 13px;
    text-align: center; }

.bg_overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=68)";
  filter: alpha(opacity=68);
  -moz-opacity: 0.68;
  -khtml-opacity: 0.68;
  opacity: 0.68;
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999; }

.grey_border_box {
  position: fixed;
  border-radius: 8px;
  padding: 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  z-index: 999999;
  height: auto;
  display: block;
  left: 34%;
  top: 18%; }

#popup-container-right {
  overflow: hidden;
  position: absolute;
  width: 40px;
  height: 84px;
  right: 0;
  top: 620px;
  z-index: 33; }
  #popup-container-right #inner-popup-container {
    position: absolute;
    right: -315px;
    margin-right: 0;
    z-index: 23; }
    #popup-container-right #inner-popup-container .sp-pop {
      background-image: url(images/adt-pop-spr.png);
      background-repeat: no-repeat;
      display: inline-block; }
    #popup-container-right #inner-popup-container .popup-header {
      width: 270px;
      height: 80px;
      border: 1px solid #ff8600;
      -webkit-border-top-left-radius: 5px;
      -webkit-border-bottom-left-radius: 5px;
      -moz-border-radius-topleft: 5px;
      -moz-border-radius-bottomleft: 5px;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      background: #ffcb0a;
      background: -moz-linear-gradient(top, #ffcb0a 0%, #ff7e00 100%);
      background: -webkit-linear-gradient(top, #ffcb0a 0%, #ff7e00 100%);
      background: linear-gradient(to bottom, #ffcb0a 0%, #ff7e00 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcb0a', endColorstr='#ff7e00',GradientType=0 );
      text-align: center; }
      #popup-container-right #inner-popup-container .popup-header .image-tab.sp-pop {
        width: 115px;
        height: 90px;
        background-position: -21px -16px;
        position: absolute;
        left: -75px;
        top: -1px; }
      #popup-container-right #inner-popup-container .popup-header .header-top {
        font-weight: 700;
        padding: 3px 0 0 31px;
        text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.7); }
        #popup-container-right #inner-popup-container .popup-header .header-top span.close-x.sp-pop {
          width: 13px;
          height: 12px;
          background-position: -147px -16px;
          position: absolute;
          right: 4px;
          top: 5px; }
        #popup-container-right #inner-popup-container .popup-header .header-top .header-text {
          font-size: 16px; }
        #popup-container-right #inner-popup-container .popup-header .header-top .header-number {
          font-size: 24px;
          line-height: 1; }
          #popup-container-right #inner-popup-container .popup-header .header-top .header-number a {
            text-decoration: none;
            color: #000; }
      #popup-container-right #inner-popup-container .popup-header .header-bottom {
        background: #363636;
        font-size: 12px;
        color: #fff;
        height: 25px;
        line-height: 25px;
        cursor: pointer; }
        #popup-container-right #inner-popup-container .popup-header .header-bottom .header-bottom-text {
          margin-top: 5px;
          padding-left: 32px; }
    #popup-container-right #inner-popup-container .popup-form-area {
      display: none;
      width: 262px;
      height: 288px;
      background: #ebebeb;
      border: 2px solid #ff8600;
      position: relative;
      right: -6px;
      top: -2px; }
      #popup-container-right #inner-popup-container .popup-form-area .form_container {
        width: 84%;
        margin: 4px auto; }
        #popup-container-right #inner-popup-container .popup-form-area .form_container input {
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px;
          border: 1px solid #ccc; }
        #popup-container-right #inner-popup-container .popup-form-area .form_container .fieldrow.half_input_right.lbl2,
        #popup-container-right #inner-popup-container .popup-form-area .form_container .fieldrow.half_input_left.lbl2,
        #popup-container-right #inner-popup-container .popup-form-area .form_container .fieldrow.lbl2 {
          margin: 0;
          font-size: 11px;
          height: 55px; }
        #popup-container-right #inner-popup-container .popup-form-area .form_container .fieldrow.half_input_right.lbl2 .validation-text,
        #popup-container-right #inner-popup-container .popup-form-area .form_container .fieldrow.half_input_left.lbl2 .validation-text {
          bottom: -2px; }
        #popup-container-right #inner-popup-container .popup-form-area .form_container .half {
          width: 90%;
          margin: 0 0 2px;
          height: 24px;
          padding-left: 5%; }
        #popup-container-right #inner-popup-container .popup-form-area .form_container .fieldrow.lbl2 input.full {
          width: 95%;
          padding-left: 3%;
          height: 26px;
          margin-bottom: 2px; }
        #popup-container-right #inner-popup-container .popup-form-area .form_container .fieldrow.lbl2 .form-field-invalid, #popup-container-right #inner-popup-container .popup-form-area .form_container .fieldrow.lbl2 .form-field-valid {
          right: 4px;
          top: 22px; }
        #popup-container-right #inner-popup-container .popup-form-area .form_container .fieldrow.lbl2 .validation-text {
          position: absolute;
          right: 0;
          font-size: 10px;
          bottom: -5px; }
      #popup-container-right #inner-popup-container .popup-form-area button.orangecta {
        width: 218px;
        height: 40px;
        line-height: 35px;
        display: block;
        border: 1px solid #d07500;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        background: #ffb300;
        background: -moz-linear-gradient(top, #ffb300 0%, #ff7300 100%);
        background: -webkit-linear-gradient(top, #ffb300 0%, #ff7300 100%);
        background: linear-gradient(to bottom, #ffb300 0%, #ff7300 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb300', endColorstr='#ff7300',GradientType=0 );
        font-size: 21px;
        color: #fff;
        font-weight: 700;
        text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
        -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.53);
        -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.53);
        box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.53);
        margin: 8px auto 4px; }
      #popup-container-right #inner-popup-container .popup-form-area .disc {
        font-size: 8px;
        text-align: center;
        padding: 4px 0;
        width: 243px;
        margin: auto;
        color: #363636; }
      #popup-container-right #inner-popup-container .popup-form-area .popup-loading-animation {
        background: url(images/ajax-loader.gif);
        width: 32px;
        height: 32px;
        display: none;
        margin: 100px auto 0; }

.countdown {
  background-color: #c8353b;
  /* background-color: #009a4c; */
  width: 945px;
  height: 152px;
  margin: 76px 0 0; }
  .countdown .left_side {
    background: url("images/prize_box.png") no-repeat;
    height: 142px;
    width: 141px;
    margin: 7px 0 0 7px;
    display: inline-block;
    float: left; }
  .countdown .middle {
    display: inline-block;
    float: left;
    margin: 13px 10px 0; }
    .countdown .middle .redeem {
      font-size: 35px;
      font-weight: 700;
      margin: 0 0 5px;
      color: #fff;
      text-align: center; }
    .countdown .middle .phone_container {
      background: #353535;
      /* background: #0a4527; */
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      width: 548px;
      height: 80px; }
      .countdown .middle .phone_container .phone_icon {
        background-position: -150px -95px;
        height: 55px;
        width: 52px;
        float: left;
        margin: 14px 7px 0 24px; }
      .countdown .middle .phone_container .number {
        font-size: 69px;
        font-weight: 700;
        line-height: 82px;
        color: #fff;
        float: left; }
  .countdown .right_side {
    display: inline-block;
    float: left;
    margin: 10px 0 0 6px; }
    .countdown .right_side #timer {
      background: #353535;
      /* background: #000; */
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      height: 94px;
      width: 212px; }
      .countdown .right_side #timer .top_half {
        font-family: 'Roboto', sans-serif;
        font-size: 38px;
        color: #ff0026;
        text-align: center;
        height: 49px;
        font-weight: 700;
        padding: 6px 0 0;
        display: block; }
      .countdown .right_side #timer .bottom_half {
        color: #fff;
        font-size: 20px; }
        .countdown .right_side #timer .bottom_half .hrs,
        .countdown .right_side #timer .bottom_half .min,
        .countdown .right_side #timer .bottom_half .sec {
          float: left;
          display: inline-block;
          width: 33px;
          margin: 0 10px; }
        .countdown .right_side #timer .bottom_half .hrs {
          margin: 0 14px 0 30px; }
        .countdown .right_side #timer .bottom_half .sec {
          margin: 0 10px 0 20px; }
    .countdown .right_side .time_left {
      color: #fff;
      font-size: 13px;
      text-align: center; }

/*# sourceMappingURL=style.css.map */
