        /* =========================================================
   CLAIM FORM + BODY CALCULATOR — EXTRACTED CSS
   Only rules that match the supplied HTML block.
   Order preserved so later overrides still win.
   ========================================================= */


/* ---------------------------------------------------------
   1. BASE / RESET (only what touches this markup)
   --------------------------------------------------------- */
* ,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div, span, h3, h5, h6, p, a, ul, li, form, label, input, select, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

ol, ul { list-style-position: inside; }

body {
  line-height: 1;
  /* font-family: "signikaregular", Open-sans, Helvetica, sans-serif; */
  font-family:  Open-sans, Helvetica, sans-serif;
  background: #f6f6f6;
  font-size: 15px;
  color: #666;
}

a {
  color: #0a4e86;
  -webkit-transition: 0.3s all ease-in-out 0s;
  transition: 0.3s all ease-in-out 0s;
}
a:hover,
a:focus,
a:visited {
  color: #333;
  outline: 0;
  text-decoration: none;
}

h3, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

p { margin: 0 0 10px; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input, button, select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  color: inherit;
}

button { overflow: visible; }
button, select { text-transform: none; }

button,
html input[type="button"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }

input { line-height: normal; }

input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 4px 0 0;
  line-height: normal;
}

input[type="radio"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

select { cursor: pointer; outline: none; }

/* global field skin */
input,
select,
textarea {
  font-size: 90%;
  border: 1px solid #d1d1d1;
  background-color: #fcfcfc;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}


/* ---------------------------------------------------------
   2. GRID + UTILITIES USED IN THIS BLOCK
   --------------------------------------------------------- */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-sm-5, .col-md-5, .col-lg-5,
.col-sm-6, .col-md-6, .col-lg-6,
.col-md-7, .col-sm-7,
.col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-12 { float: left; }
  .col-sm-12 { width: 100%; }
  .col-sm-7  { width: 58.33333333%; }
  .col-sm-6  { width: 50%; }
  .col-sm-5  { width: 41.66666667%; }
}

@media (min-width: 992px) {
  .col-md-5, .col-md-6, .col-md-7, .col-md-12 { float: left; }
  .col-md-12 { width: 100%; }
  .col-md-7  { width: 58.33333333%; }
  .col-md-6  { width: 50%; }
  .col-md-5  { width: 41.66666667%; }
}

@media (min-width: 1200px) {
  .col-lg-5, .col-lg-6, .col-lg-12 { float: left; }
  .col-lg-12 { width: 100%; }
  .col-lg-6  { width: 50%; }
  .col-lg-5  { width: 41.66666667%; }
}

.text-right { text-align: right; }

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.clear { clear: both; }

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}
.clearfix:after,
.row:after { clear: both; }

/* step-2 congratulations banner */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert > p,
.alert > ul { margin-bottom: 0; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}


/* ---------------------------------------------------------
   3. CARD / FORM SHELL
   --------------------------------------------------------- */
.card-form {
  padding: 0;
  background: none;
  border: none;
  color: #fff;
}
.card-form label {
  font-weight: bold;
  font-size: 17px;
  text-align: left;
}

.homesearch_form {
  padding: 0 !important;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  background: #f9f9f9;
  border: 0;
  -webkit-border-radius: 0px;
  border-radius: 0;
  font-family: "signikaregular";
  font-size: 15px;
  color: #fff;
}

.homesearch_form .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-bottom: 12px;
}

.homesearch_form h3 {
  padding: 15px;
  background: #820007;              /* inline style overrides to #1EB0E6 */
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "signikasemibold" !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.homesearch_form h6 {
  color: #a50009;                   /* inline style overrides to #0a4e86 */
  font-size: 12px;
  border-bottom: 1px dotted #b1b1b1;
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 2;
}

.homesearch_form h5 {
  margin-bottom: 25px !important;
  font-size: 20px;
  font-family: "signikaregular" !important;
  color: #0a4e86;
}

.homesearch_form label {
  display: block;
  font-family: "signikaregular";
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  padding-bottom: 8px;
}

.homesearch_form input[type="radio"],
.homesearch_form input[type="checkbox"] { margin-right: 5px; }

.homesearch_form input[type="text"],
.homesearch_form input[type="email"],
.homesearch_form input[type="tel"],
input[type="text"] {
  width: 100%;
  border: 0;
  color: #666;
  background: #fff !important;
  border: 1px solid #fff;
  opacity: 1 !important;
  padding: 8px 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: "signikaregular";
  font-size: 15px;
}

/* step 2 wrapper tweaks */
.form_section_02 h5 {
  margin-bottom: 12px !important;
  margin-top: 15px !important;
}
.form_section_02 .steps_count { margin-top: 15px !important; }
.form_section_02 .alert {
  padding: 10px 15px;
  margin-bottom: 15px;
  display: none !important;
}

.step_2_message { line-height: 1.3; }
.step_2_message_bottom {
  line-height: 1.3;
  color: #a50009;
}

.section_2_form { padding-top: 6px; }


/* ---------------------------------------------------------
   4. STEP COUNTER (1 – 2 – 3)
   --------------------------------------------------------- */
.steps_count {
  display: inline-block;
  position: relative;
}

.step_no {
  display: block;
  float: left;
  width: 23px;
  height: 23px;
  margin-left: 22px;
  text-align: center;
  color: #737373;
  position: relative;
  z-index: 2;
  font-size: 13px;
  line-height: 18px;
  background: #fff;
  cursor: pointer;
  border: 2px solid #9e9e9e;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.steps_count .step_no:first-child { margin-left: 0; }

.active_step {
  background: #b1b1b1;
  color: #fff;
}

.completed_step {
  background-color: #24b155;
  color: #fff;
  text-indent: 0 !important;
  border-color: #24b155 !important;
}

.step_no.step_03 { cursor: not-allowed; }

.steps_count span.strike {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  background: #9e9e9e;
}


/* ---------------------------------------------------------
   5. BODY MAP / CLAIMS CALCULATOR
   --------------------------------------------------------- */
#claims-calculator-wrapper {
  height: 360px;
  overflow: hidden;
}

#claims-calculator { float: left; }

.css-map-container {
  margin: 0 !important;
  overflow: hidden;
  padding: 0 !important;
  position: relative;
}

.css-map-container span {
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: -9999px;
  width: 0;
}

.css-map {
  display: block;
  left: 0;
  margin: 0 !important;
  list-style: none;
  padding: 0 !important;
  position: relative;
}

.css-map li {
  height: 0;
  width: 0;
}

.css-map li a {
  color: #666;
  font: normal 12px "Lucida Grande", Arial, sans-serif;
  left: 50%;
  text-align: center;
  top: 460px;
  white-space: nowrap;
  height: auto;
  margin: -9999em 0 0;
  position: absolute;
  text-decoration: none;
  width: auto;
  z-index: 89;
}

.css-map li a:focus { outline: 0 none; }

.css-map li a .tooltip-arrow {
  left: 50%;
  top: auto;
}

.css-map .active-region a { color: #18559c; }
.css-map .active-region .bg { z-index: 87; }

.css-map .bg { padding: 10px; }

.css-map .m {
  cursor: pointer;
  z-index: 99;
}
.css-map .m span { z-index: 89; }

/* --- sprite sizing --- */
.m170 { width: 170px; }

.m170 .claims-calculator,
.m170 .claims-calculator .bg {
  background: url(../images/claims-calculator.png) no-repeat -650px 0;
}

.m170 .claims-calculator {
  height: 460px;
  width: 170px;
  background-position: 0 0 !important;
}

.m170 .claims-calculator .m { margin: 9999px 0 0; }
.m170 .claims-calculator .m span { font-size: 50px !important; }

.css-map-container.m170 {
  position: relative;
  margin: -48px 0 0 13px !important;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

/* --- hover / active sprite positions per region --- */
.m170 .body1:hover .bg,
.m170 .body1.focus .bg,
.m170 .body1.active-region .bg { height: 69px; left: 52px; top: 0; width: 54px; }
.m170 .body1:hover .bg,
.m170 .body1.focus .bg { background-position: -247px 0; }
.m170 .body1.active-region .bg { background-position: -247px -320px; }

.m170 .body2:hover .bg,
.m170 .body2.focus .bg,
.m170 .body2.active-region .bg { height: 43px; left: 47px; top: 47px; width: 69px; }
.m170 .body2:hover .bg,
.m170 .body2.focus .bg { background-position: -312px 0; }
.m170 .body2.active-region .bg { background-position: -312px -320px; }

.m170 .body3:hover .bg,
.m170 .body3.focus .bg,
.m170 .body3.active-region .bg { height: 129px; left: 35px; top: 73px; width: 91px; }
.m170 .body3:hover .bg,
.m170 .body3.focus .bg { background-position: -371px -173px; }
.m170 .body3.active-region .bg { background-position: -371px -493px; }

.m170 .body4:hover .bg,
.m170 .body4.focus .bg,
.m170 .body4.active-region .bg { height: 85px; left: 12px; top: 77px; width: 138px; }
.m170 .body4:hover .bg,
.m170 .body4.focus .bg { background-position: -248px -78px; }
.m170 .body4.active-region .bg { background-position: -248px -398px; }

.m170 .body5:hover .bg,
.m170 .body5.focus .bg,
.m170 .body5.active-region .bg { height: 71px; left: 4px; top: 146px; width: 154px; }
.m170 .body5:hover .bg,
.m170 .body5.focus .bg { background-position: -395px -63px; }
.m170 .body5.active-region .bg { background-position: -395px -383px; }

.m170 .body6:hover .bg,
.m170 .body6.focus .bg,
.m170 .body6.active-region .bg { height: 53px; left: 2px; top: 206px; width: 158px; }
.m170 .body6:hover .bg,
.m170 .body6.focus .bg { background-position: -482px 0; }
.m170 .body6.active-region .bg { background-position: -482px -320px; }

.m170 .body7:hover .bg,
.m170 .body7.focus .bg,
.m170 .body7.active-region .bg { height: 55px; left: 40px; top: 189px; width: 82px; }
.m170 .body7:hover .bg,
.m170 .body7.focus .bg { background-position: -390px 1px; }
.m170 .body7.active-region .bg { background-position: -390px -319px; }

.m170 .body8:hover .bg,
.m170 .body8.focus .bg,
.m170 .body8.active-region .bg { height: 136px; left: 30px; top: 200px; width: 102px; }
.m170 .body8:hover .bg,
.m170 .body8.focus .bg { background-position: -247px -172px; }
.m170 .body8.active-region .bg { background-position: -247px -492px; }

.m170 .body9:hover .bg,
.m170 .body9.focus .bg,
.m170 .body9.active-region .bg { height: 89px; left: 20px; top: 317px; width: 121px; }
.m170 .body9:hover .bg,
.m170 .body9.focus .bg { background-position: -492px -154px; }
.m170 .body9.active-region .bg { background-position: -492px -474px; }

.m170 .body10:hover .bg,
.m170 .body10.focus .bg,
.m170 .body10.active-region .bg { height: 39px; left: 15px; top: 396px; width: 131px; }
.m170 .body10:hover .bg,
.m170 .body10.focus .bg { background-position: -481px -254px; }
.m170 .body10.active-region .bg { background-position: -481px -574px; }

/* retina sprites */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {
  .m170 .claims-calculator,
  .m170 .claims-calculator .bg {
    background: transparent url(../images/claims-calculator.png) no-repeat -975px 0;
    background-size: 650px 632px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (min-device-pixel-ratio: 2) {
  .m170 .claims-calculator,
  .m170 .claims-calculator .bg {
    background: transparent url(../images/claims-calculator.png) no-repeat -1300px 0;
    background-size: 650px 632px;
  }
}

/* --- clickable hotspots (s1 … s17) --- */
.body1 .s1 { height:.1em; left:1.4em; top:.2em;  width:.6em }
.body1 .s2 { height:.1em; left:1.3em; top:.3em;  width:.8em }
.body1 .s3 { height:.1em; left:1.6em; top:1.3em; width:.2em }
.body1 .s4 { height:.1em; left:1.5em; top:1.2em; width:.4em }
.body1 .s5 { height:.1em; left:1.4em; top:1.1em; width:.6em }
.body1 .s6 { height:.7em; left:1.2em; top:.4em;  width:1em  }

.body2 .s1 { height:.1em; left:1.3em; top:1.7em; width:.8em  }
.body2 .s2 { height:.1em; left:1.2em; top:1.6em; width:1.1em }
.body2 .s3 { height:.1em; left:1.3em; top:1.5em; width:.9em  }
.body2 .s4 { height:.1em; left:1.4em; top:1.4em; width:.6em  }
.body2 .s5 { height:.1em; left:1.8em; top:1.3em; width:.2em  }
.body2 .s6 { height:.1em; left:1.4em; top:1.3em; width:.2em  }
.body2 .s7 { height:.1em; left:1.9em; top:1.2em; width:.1em  }
.body2 .s8 { height:.1em; left:1.4em; top:1.2em; width:.1em  }

.body3 .s1 { height:.3em;  left:.9em;  top:2.8em; width:.1em  }
.body3 .s2 { height:.6em;  left:.9em;  top:1.8em; width:.1em  }
.body3 .s3 { height:.1em;  left:1em;   top:1.7em; width:.3em  }
.body3 .s4 { height:.1em;  left:2.1em; top:1.7em; width:.3em  }
.body3 .s5 { height:1.4em; left:2.4em; top:1.8em; width:.1em  }
.body3 .s6 { height:2.2em; left:1em;   top:1.8em; width:1.4em }

.body4 .s1 { height:.2em;  left:2.9em; top:2.9em; width:.1em }
.body4 .s2 { height:1.1em; left:2.8em; top:2em;   width:.1em }
.body4 .s3 { height:.3em;  left:.5em;  top:2.8em; width:.1em }
.body4 .s4 { height:.4em;  left:.5em;  top:2.4em; width:.5em }
.body4 .s5 { height:1.4em; left:2.5em; top:1.8em; width:.3em }
.body4 .s6 { height:1.4em; left:.6em;  top:1.8em; width:.3em }
.body4 .s7 { height:.1em;  left:2.4em; top:1.7em; width:.2em }
.body4 .s8 { height:.1em;  left:.8em;  top:1.7em; width:.2em }

.body5 .s1 { height:.9em;  left:2.7em; top:3.2em; width:.1em }
.body5 .s2 { height:.7em;  left:3.1em; top:3.6em; width:.1em }
.body5 .s3 { height:1.1em; left:3em;   top:3.2em; width:.1em }
.body5 .s4 { height:1.2em; left:2.8em; top:3.1em; width:.2em }
.body5 .s5 { height:.6em;  left:2.6em; top:3.2em; width:.1em }
.body5 .s6 { height:1em;   left:.3em;  top:3.3em; width:.1em }
.body5 .s7 { height:.7em;  left:.7em;  top:3.2em; width:.1em }
.body5 .s8 { height:1em;   left:.6em;  top:3.2em; width:.1em }
.body5 .s9 { height:1.2em; left:.4em;  top:3.1em; width:.2em }

.body6 .s1 { height:.6em; left:2.8em; top:4.6em; width:.1em }
.body6 .s2 { height:.9em; left:2.9em; top:4.3em; width:.3em }
.body6 .s3 { height:.6em; left:.2em;  top:4.5em; width:.1em }
.body6 .s4 { height:.9em; left:.3em;  top:4.3em; width:.3em }

.body7 .s1 { height:.1em; left:1.6em; top:4.8em; width:.2em  }
.body7 .s2 { height:.2em; left:1.5em; top:4.6em; width:.4em  }
.body7 .s3 { height:.1em; left:1.4em; top:4.5em; width:.6em  }
.body7 .s4 { height:.1em; left:1.3em; top:4.4em; width:.8em  }
.body7 .s5 { height:.1em; left:1.2em; top:4.3em; width:1em   }
.body7 .s6 { height:.1em; left:1.1em; top:4.2em; width:1.3em }
.body7 .s7 { height:.2em; left:1em;   top:4em;   width:1.4em }

.body8 .s1  { height:2em;   left:2.5em; top:4.6em; width:.1em }
.body8 .s2  { height:.1em;  left:2.4em; top:4.2em; width:.1em }
.body8 .s3  { height:.1em;  left:2.2em; top:4.3em; width:.3em }
.body8 .s4  { height:.1em;  left:2.2em; top:6.6em; width:.3em }
.body8 .s5  { height:2.2em; left:2.1em; top:4.4em; width:.4em }
.body8 .s6  { height:1.9em; left:2em;   top:4.5em; width:.1em }
.body8 .s7  { height:1.4em; left:1.9em; top:4.6em; width:.1em }
.body8 .s8  { height:.7em;  left:1.8em; top:4.8em; width:.1em }
.body8 .s9  { height:.3em;  left:1.6em; top:4.9em; width:.2em }
.body8 .s10 { height:.9em;  left:1.5em; top:4.8em; width:.1em }
.body8 .s11 { height:1.6em; left:1.4em; top:4.6em; width:.1em }
.body8 .s12 { height:2em;   left:1.3em; top:4.5em; width:.1em }
.body8 .s13 { height:.1em;  left:.9em;  top:6.6em; width:.4em }
.body8 .s14 { height:1.9em; left:.8em;  top:4.7em; width:.1em }
.body8 .s15 { height:2.2em; left:.9em;  top:4.4em; width:.4em }
.body8 .s16 { height:.1em;  left:.9em;  top:4.3em; width:.3em }
.body8 .s17 { height:.1em;  left:1em;   top:4.2em; width:.1em }

.body9 .s1  { height:.1em;  left:2.5em; top:6.6em; width:.2em }
.body9 .s2  { height:.9em;  left:2.3em; top:6.7em; width:.4em }
.body9 .s3  { height:.3em;  left:2.2em; top:6.7em; width:.1em }
.body9 .s4  { height:.1em;  left:1.2em; top:6.7em; width:.1em }
.body9 .s5  { height:1.2em; left:.6em;  top:6.8em; width:.1em }
.body9 .s6  { height:.7em;  left:1.1em; top:6.7em; width:.1em }
.body9 .s7  { height:1.1em; left:1em;   top:6.7em; width:.1em }
.body9 .s8  { height:.1em;  left:.7em;  top:6.6em; width:.2em }
.body9 .s9  { height:1.3em; left:2.4em; top:6.8em; width:.4em }
.body9 .s10 { height:1.4em; left:.7em;  top:6.7em; width:.3em }

.body10 .s1 { height:.3em; left:2.8em; top:8.4em; width:.1em }
.body10 .s2 { height:.6em; left:2.4em; top:8.1em; width:.4em }
.body10 .s3 { height:.3em; left:.5em;  top:8.4em; width:.1em }
.body10 .s4 { height:.5em; left:.6em;  top:8.2em; width:.1em }
.body10 .s5 { height:.6em; left:.7em;  top:8.1em; width:.3em }


/* ---------------------------------------------------------
   6. FORM FIELDS, BUTTONS, RADIOS, FOOTER TEXT
   --------------------------------------------------------- */
.step_1_form { margin-top: 22px; }

.form_blue_title {
  color: #127ab1;
  font-size: 20px;
  margin-top: 0 !important;
  margin-bottom: 18px !important;
  font-weight: 400;
  font-family: "Open Sans", sans-serif !important;
}

label.field_subtitle {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  display: block;
  padding: 0;
  line-height: 1 !important;
  margin-bottom: 7px !important;
  font-family: "Open Sans", sans-serif !important;
}

p.field_wrap { margin-bottom: 15px; }

p.less_space { margin-bottom: 8px !important; }

p.field_wrap input[type="text"],
p.field_wrap input[type="email"],
p.field_wrap input[type="tel"] {
  background: #fff !important;
  line-height: 1;
  padding: 8px 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000;
  border: 1px solid #d3dcdb;
  border-radius: 0 !important;
}

p.field_wrap input[type="text"]:focus,
p.field_wrap input[type="email"]:focus,
p.field_wrap input[type="tel"]:focus { outline: none; }

p.field_wrap input[type="submit"],
p.field_wrap input[type="button"],
p.field_wrap button {
  background: #0a4e86;
  border: 2px solid #0a4e86;
  border-radius: 0;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  padding: 10px 15px;
  font-family: "Open Sans", sans-serif;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
}

p.field_wrap input[type="submit"]:hover,
p.field_wrap input[type="button"]:hover,
p.field_wrap button:hover {
  color: #0a4e86;
  background: 0 0;
}

p.field_wrap input[type="submit"]:focus,
p.field_wrap input[type="button"]:focus,
p.field_wrap button:focus { outline: none; }

p.big_btn button { padding: 10px 13px; }

/* decorative shadow under inputs */
span.shadow {
  display: block;
  height: 9px;
  background: url(images/field_shadow.jpg) no-repeat top center;
}

/* yes / no rows */
.radio_row {
  color: #333 !important;
  margin-bottom: 8px;
  margin-top: 8px;
}
.radio_row label {
  color: #666 !important;
  padding: 0 !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 8px !important;
}
.radio_row .col-md-7,
.radio_row .col-md-5 { padding: 0; }
.radio_row .col-md-5 input[type="radio"] { margin: 0 4px 0 15px !important; }
.radio_row .col-md-5 input[type="radio"]:first-child { margin: 0 4px 0 0 !important; }

/* last row + T&C text */
.form_last_row .col-md-6 { padding: 0; }
.form_last_row p { margin-bottom: 0 !important; }
.form_last_row a {
  color: #2b96cc;
  font-family: Open-sans, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
}
.form_section_02 .form_last_row {
  margin-top: 0 !important;
  margin-bottom: 0;
}

.certyficate {
  margin: 15px 0 0 0;
  font-size: 13px;
  line-height: 1.4em;
}
.certyficate a { color: #1eb0e6; }


/* ---------------------------------------------------------
   7. RESPONSIVE
   --------------------------------------------------------- */
@media (max-width: 1200px) {
  div .css-map-container.m170 {
    margin: -48px 0 0 -28px !important;
    transform: scale(0.7, 0.7);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homesearch_form h3 { padding: 12px; font-size: 15px; margin-bottom: 13px; }
  .homesearch_form .form_section_01 .col-md-7 { width: 68%; float: left; }
  .homesearch_form .form_section_01 .col-md-5 { width: 32%; float: left; }
  .form_section_02 .col-md-7 { width: 60%; float: left; }
  .form_section_02 .col-md-5 { width: 40%; float: right; }
  .steps_count .step_no { margin-left: 6px; }
  p.field_wrap { margin-bottom: 8px; }
  .homesearch_form .row { padding-bottom: 12px; }
  .homesearch_form label,
  .homesearch_form { font-size: 14px; }
  .homesearch_form h5 { margin-bottom: 10px; }
}

@media only screen and (min-width: 532px) and (max-width: 767px) {
  .homesearch_form h3 { padding: 12px; font-size: 15px; margin-bottom: 13px; }
  .homesearch_form .form_section_01 .col-md-7 { width: 68%; float: left; }
  .homesearch_form .form_section_01 .col-md-5 { width: 32%; float: left; padding-top: 3px; }
  .form_section_02 .col-md-7 { width: 60%; float: left; }
  .form_section_02 .col-md-5 { width: 40%; float: right; }
  .steps_count .step_no { margin-left: 7px; }
  .homesearch_form .row { padding-bottom: 6px; }
  .homesearch_form label,
  .homesearch_form { font-size: 14px; }
  .homesearch_form h5 { margin-bottom: 10px; }
  .form_section_01 .col-md-6 { width: 50%; float: left; }
  .css-map-container.m170 { margin-left: 15% !important; }
  .section_2_form .col-md-6.col-sm-6 { width: 50%; float: left; }
  .section_2_form .col-md-7.col-sm-7 { width: 58.3333%; float: left; }
  .section_2_form .col-md-5.col-sm-5 { width: 41.6667%; float: left; }
}

@media only screen and (min-width: 480px) and (max-width: 531px) {
  .form_section_01 .col-md-6 { width: 50%; float: left; }
  .form_section_01 .main_titles { margin-bottom: 10px; }
  .col-md-5.steps_count_wrap.text-right { text-align: center !important; }
  .css-map-container.m170 {
    float: none !important;
    width: 170px;
    margin: -48px auto 0 -30px !important;
  }
  .homesearch_form label,
  .homesearch_form { font-size: 14px; }
  .homesearch_form h5 { margin-bottom: 10px; }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  p.less_space { margin-bottom: 0 !important; }
  .row.section_2_form { padding-top: 0 !important; }
  .homesearch_form label,
  .homesearch_form { font-size: 12px !important; }
  .form_section_01 .col-md-6 { width: 50%; float: left; padding-left: 0; }
  span.shadow { display: none; }
  .form_last_row { margin-top: 20px !important; margin-bottom: 0 !important; }
  p.big_btn button { text-align: center; }
  p.big_btn button i { display: none; }
  .form_last_row a { display: inline-block; margin-bottom: 6px; }
  p.field_wrap { margin-bottom: 22px; }
  .form_section_01 .main_titles { margin-bottom: 10px; }
  .col-md-5.steps_count_wrap.text-right { text-align: center !important; }
  .css-map-container.m170 {
    float: none !important;
    width: 170px;
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    margin: -48px auto 0 -15px !important;
  }
  .homesearch_form h5 { margin-bottom: 10px; }
}

@media (max-width: 640px) {
  .homesearch_form h3 { padding: 10px 15px; font-size: 14px; font-weight: 400; }
}

@media (max-width: 575px) {
  #claims-calculator-wrapper { height: 332px !important; }
  div .css-map-container.m170 {
    margin: -49px 0 0 -7px !important;
    transform: scale(0.7);
  }
}