/**
* Template Name: BizLand - v3.1.0
* Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #545253;
  background-color: #fff;
}

.form1 {
    padding: 35px;
    border-radius: 10px;
    width: auto;
    border-top: 10px solid #42b99f;
    box-shadow: 0px 2px 14px 2px rgb(0 0 0 / 6%);

}

.footer__copyright {
    text-align: center;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  color: #6eb7c2;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}





b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #dcdcdc;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  min-width: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #282727;
  border: 0;
  border-bottom: 1px solid #fdfdfc;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
legend,
td,
th {
  padding: 0;
}
*,
:after,
:before {
  box-sizing: border-box;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a:focus,
a:hover {
  color: #3c838e;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.img-responsive {
  display: block;
  max-width: auto;
  height: auto;
}

img.hidden-xs {
  width: 382px;
}

.hidden-xs {
  width: auto;
}



.col-sm-4 img {
  width: 100px;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.4;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:after,
.container:before {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:after,
.container-fluid:before {
  display: table;
  content: " ";
}





.col-lg-12 {
  text-align: center;
  font-size: 20px;
}

h2 {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

.text--blue {
  color: #6eb7c2;
}

.container-fluid:after {
  clear: both;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
  padding: 0px;
}
.row:after,
.row:before {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-1 {
  width: 8.3333333333%;
}
.col-xs-2 {
  width: 16.6666666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.3333333333%;
}
.col-xs-5 {
  width: 41.6666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.3333333333%;
}
.col-xs-8 {
  width: 66.6666666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.3333333333%;
}
.col-xs-11 {
  width: 91.6666666667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.3333333333%;
}
.col-xs-pull-2 {
  right: 16.6666666667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.3333333333%;
}
.col-xs-pull-5 {
  right: 41.6666666667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.3333333333%;
}
.col-xs-pull-8 {
  right: 66.6666666667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.3333333333%;
}
.col-xs-pull-11 {
  right: 91.6666666667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.3333333333%;
}
.col-xs-push-2 {
  left: 16.6666666667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.3333333333%;
}
.col-xs-push-5 {
  left: 41.6666666667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.3333333333%;
}
.col-xs-push-8 {
  left: 66.6666666667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.3333333333%;
}
.col-xs-push-11 {
  left: 91.6666666667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
  cursor: disabled;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size],
textarea.form-control {
  height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.form-control,
output {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  color: #545253;

}
output {
  padding-top: 7px;
}
.form-control {
  width: 100%;
  height: 48px;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #6eb7c2;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(110, 183, 194, 0.6);
}
.form-control::-moz-placeholder {
  color: #bab9ba;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #bab9ba;
}
.form-control::-webkit-input-placeholder {
  color: #bab9ba;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #dcdcdc;
  opacity: 1;
}
.checkbox.disabled label,
.form-control[disabled],
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .form-control,
fieldset[disabled] .radio label {
  cursor: disabled;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control,
  input[type="time"].form-control {
    line-height: 48px;
  }
  .input-group-sm input[type="date"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"],
  .input-group-sm input[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > input.input-group-addon[type="time"],
  input[type="date"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  input[type="time"].input-sm {
    line-height: 33px;
  }
  .input-group-lg input[type="date"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"],
  .input-group-lg input[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > input.input-group-addon[type="time"],
  input[type="date"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  input[type="time"].input-lg {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label,
.checkbox-inline,
.radio label,
.radio-inline {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox label,
.radio label {
  min-height: 22px;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: disabled;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 38px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}
.form-group-sm .form-control,
.input-group-sm > .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.input-group-sm > .input-group-addon {
  height: 33px;
  line-height: 1.5;
}
.input-group-sm > .input-group-btn > .btn,
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
select.input-sm {
  height: 33px;
  line-height: 33px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control,
.input-group-sm > .input-group-btn > select.btn[multiple],
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.form-group-lg .form-control,
.input-group-lg > .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.input-group-lg > .input-group-addon {
  height: 49px;
  line-height: 1.3333333;
}
.input-group-lg > .input-group-btn > .btn,
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
select.input-lg {
  height: 49px;
  line-height: 49px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control,
.input-group-lg > .input-group-btn > select.btn[multiple],
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 60px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  pointer-events: none;
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-lg + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-sm + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #a0bc57;
}
.has-success .form-control {
  border-color: #a0bc57;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #85a040;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c9d9a0;
}
.has-success .input-group-addon {
  color: #a0bc57;
  background-color: #d9e4bb;
  border-color: #a0bc57;
}
.has-success .form-control-feedback {
  color: #a0bc57;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #98732d;
}
.has-warning .form-control {
  border-color: #98732d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #715521;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #cfa75c;
}
.has-warning .input-group-addon {
  color: #98732d;
  background-color: #fee6b7;
  border-color: #98732d;
}
.has-warning .form-control-feedback {
  color: #98732d;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #e97158;
}
.has-error .form-control {
  border-color: #e97158;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #e34b2b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f5beb2;
}
.has-error .input-group-addon {
  color: #e97158;
  background-color: #f6c6bc;
  border-color: #e97158;
}
.has-error .form-control-feedback {
  color: #e97158;
}
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #949193;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type="checkbox"],
  .form-inline .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-header:after,
.modal-header:before {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after,
.modal-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.4;
  border-radius: 4px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #fff;
  text-decoration: none;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: disabled;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #fff;
  background-color: #6eb7c2;
  border-color: #6eb7c2;
}
.btn-default.focus,
.btn-default:focus {
  color: #fff;
  background-color: #4ba5b2;
  border-color: #34737c;
}
.btn-default:hover {
  color: #fff;
  background-color: #4ba5b2;
  border-color: #489eab;
}
.btn-default.active,
.btn-default:active,
.open > .btn-default.dropdown-toggle {
  color: #fff;
  background-color: #4ba5b2;
  background-image: none;
  border-color: #489eab;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .btn-default.dropdown-toggle.focus,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle:hover {
  color: #fff;
  background-color: #408d99;
  border-color: #34737c;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #6eb7c2;
  border-color: #6eb7c2;
}
.btn-default .badge {
  color: #6eb7c2;
  background-color: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #f6931d;
  border-color: #f6931d;
}
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #d77909;
  border-color: #8e5006;
}
.btn-primary:hover {
  color: #fff;
  background-color: #d77909;
  border-color: #ce7408;
}
.btn-primary.active,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #d77909;
  background-image: none;
  border-color: #ce7408;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #b56607;
  border-color: #8e5006;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #f6931d;
  border-color: #f6931d;
}
.btn-primary .badge {
  color: #f6931d;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #a0bc57;
  border-color: #95b247;
}
.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #85a040;
  border-color: #495723;
}
.btn-success:hover {
  color: #fff;
  background-color: #85a040;
  border-color: #708736;
}
.btn-success.active,
.btn-success:active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #85a040;
  background-image: none;
  border-color: #708736;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .btn-success.dropdown-toggle.focus,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle:hover {
  color: #fff;
  background-color: #708736;
  border-color: #495723;
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #a0bc57;
  border-color: #95b247;
}
.btn-success .badge {
  color: #a0bc57;
  background-color: #fff;
}
.btn-info {
  color: #6eb7c2;
  background-color: transparent;
  border-color: #6eb7c2;
}
.btn-info.focus,
.btn-info:focus {
  color: #6eb7c2;
  background-color: transparent;
  border-color: #34737c;
}
.btn-info:hover {
  color: #6eb7c2;
  background-color: transparent;
  border-color: #489eab;
}
.btn-info.active,
.btn-info:active,
.open > .btn-info.dropdown-toggle {
  color: #6eb7c2;
  background-color: transparent;
  background-image: none;
  border-color: #489eab;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .btn-info.dropdown-toggle.focus,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle:hover {
  color: #6eb7c2;
  background-color: transparent;
  border-color: #34737c;
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: transparent;
  border-color: #6eb7c2;
}
.btn-info .badge {
  color: transparent;
  background-color: #6eb7c2;
}
.btn-warning {
  color: #fff;
  background-color: #e97158;
  border-color: #e65e41;
}
.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #e34b2b;
  border-color: #942a14;
}
.btn-warning:hover {
  color: #fff;
  background-color: #e34b2b;
  border-color: #cf3a1b;
}
.btn-warning.active,
.btn-warning:active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #e34b2b;
  background-image: none;
  border-color: #cf3a1b;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .btn-warning.dropdown-toggle.focus,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle:hover {
  color: #fff;
  background-color: #cf3a1b;
  border-color: #942a14;
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #e97158;
  border-color: #e65e41;
}
.btn-warning .badge {
  color: #e97158;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger.active,
.btn-danger:active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .btn-danger.dropdown-toggle.focus,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #6eb7c2;
  border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #3c838e;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #bab9ba;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon {
  white-space: nowrap;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #545253;
  text-align: center;
  background-color: #dcdcdc;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn,
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn,
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.modal,
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #939390;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.4;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:after,
.modal-footer:before {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:after,
.clearfix:before {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs,
  .visible-xs-block {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm,
  .visible-sm-block {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md,
  .visible-md-block {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg,
  .visible-lg-block {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.carousel,
.carousel-inner {
  position: relative;
}
.carousel-inner {
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active,
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-control,
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .active.left,
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #0009;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
@-webkit-keyframes spinnerAnim {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinnerAnim {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
a,
article,
b,
blockquote,
canvas,
caption,
code,
div,
footer,
form,
h3,
h4,
h5,
h6,
header,
i,
iframe,
object,
ol,
small,
span,
strong,
sub,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
video {
  margin: 0;
  padding: 0;
}
h1,
h2,
img,
p {
  padding: 0;
}
a,
button,
input,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  outline: 0 !important;
}
button,
select {
  cursor: pointer;
}
ol,
ul {
  list-style: none;
  margin-top: 50px;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
h1,
h4,
h5 {
  font-weight: 700;
}
h1 {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  line-height: 1.2;
  font-size: 36px;
}
h2,
h3 {
  line-height: 1.3;
}
h2 {
  font-size: 29px;
}
h3 {
  font-size: 22px;
}
h4,
h5 {
  line-height: 1.4;
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h2,
h3,
h4,
h5,
p {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
}
p {
  line-height: 26px;
}
h2,
h3 {
  font-weight: bolder;
}
h2,
p {
  font-weight: 400;
}
.logo,
.logo-pros {
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -1000px;
}
.logo .inline,
.logo-pros .inline {
  display: inline-block;
}
.logo {
  background-image: url(../images/modstyle-logos/logo--dark-color.40a7bc94.svg);
  height: 35px;
  width: 152px;
}

.form1 h1 {
    font-weight: lighter;
    text-align: center;
    font-size: 22px;
}

.form1 p{
    text-align: center;
}


.logo-pros {
  background-image: url(../images/modstyle-logos/logo-pros--dark-color.4d5071f9.svg);
  height: 50px;
  width: 172px;
}
.logo--dark-bw {
  background-image: url(../images/modstyle-logos/logo--dark-bw.7f9ed5e7.svg);
}
.logo--white-color {
  background-image: url(../images/modstyle-logos/logo--white-color.25f5c8b1.svg);
}
.logo--white-bw {
  background-image: url(../images/modstyle-logos/logo--white-bw.53d13fa8.svg);
}
.logo-pros--white-color {
  background-image: url(../images/modstyle-logos/logo-pros--white-color.b36b542e.svg);
}
@media (max-width: 767px) {
  .logo-pros {
    height: 43px;
    width: 150px;
  }
}
.carousel-inner > .item {
  background-color: #fff;
}
.carousel-inner > .item.autofill {
  display: block;
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: -1;
}
@font-face {
  font-display: block;
  font-family: modicons-basic;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/modstyle-icons/modicons-basic/fonts/modicons-basic.8c759337.eot?qwk6pl#iefix)
      format("embedded-opentype"),
    url(../fonts/modstyle-icons/modicons-basic/fonts/modicons-basic.f5eb6af0.ttf?qwk6pl)
      format("truetype"),
    url(../fonts/modstyle-icons/modicons-basic/fonts/modicons-basic.018bb211.woff?qwk6pl)
      format("woff"),
    url(../fonts/modstyle-icons/modicons-basic/fonts/modicons-basic.37e809cb.svg?qwk6pl#modicons-basic)
      format("svg");
}
.icon-add,
.icon-arrow-down,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-caret-down,
.icon-caret-left,
.icon-caret-right,
.icon-caret-up,
.icon-close,
.icon-ellipsis,
.icon-facebook,
.icon-hamburger,
.icon-link,
.icon-pinterest,
.icon-subtract,
.icon-twitter,
.icon-website {
  font-family: modicons-basic !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  speak-as: none;
  text-transform: none;
}
.icon-facebook::before {
  content: "\e90d";
}
.icon-link::before {
  content: "/e90e.png";
}
.icon-pinterest::before {
  content: "\e90f";
}
.icon-twitter::before {
  content: "\e910";
}
.icon-add::before {
  content: "\e90a";
}
.icon-subtract::before {
  content: "\e90b";
}
.icon-close::before {
  content: "\e909";
}
.icon-arrow-down::before {
  content: "\e900";
}
.icon-arrow-left::before {
  content: "\e901";
}
.icon-arrow-right::before {
  content: "\e902";
}
.icon-arrow-up::before {
  content: "\e903";
}
.icon-hamburger::before {
  content: "\e904";
}
.icon-caret-down::before {
  content: "\e905";
}
.icon-caret-left::before {
  content: "\e906";
}
.icon-caret-right::before {
  content: "\e907";
}
.icon-caret-up::before {
  content: "\e908";
}
.icon-ellipsis::before {
  content: "\e90c";
}
.icon-website::before {
  content: "\e911";
}
@font-face {
  font-display: block;
  font-family: modicons-fill;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/modstyle-icons/modicons-fill/fonts/modicons-fill.c61c1389.eot?w44a84#iefix)
      format("embedded-opentype"),
    url(../fonts/modstyle-icons/modicons-fill/fonts/modicons-fill.22651e8d.ttf?w44a84)
      format("truetype"),
    url(../fonts/modstyle-icons/modicons-fill/fonts/modicons-fill.9302c2ea.woff?w44a84)
      format("woff"),
    url(../fonts/modstyle-icons/modicons-fill/fonts/modicons-fill.8bb6a756.svg?w44a84#modicons-fill)
      format("svg");
}
[class*=" icon-fill-"],
[class*=" icon-stroke-"],
[class*="icon-stroke-md-"],
[class^="icon-fill-"],
[class^="icon-stroke-"],
[class^="icon-stroke-md-"] {
  font-family: modicons-fill !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  speak-as: none;
  text-transform: none;
}
.icon-fill-restart::before {
  content: "\f135";
}
.icon-fill-toolbox::before {
  content: "\e914";
}
.icon-fill-lightning::before {
  content: "\e913";
}
.icon-fill-calculator::before {
  content: "\e911";
}
.icon-fill-window::before {
  content: "\e912";
}
.icon-fill-cancel::before {
  content: "\e90b";
}
.icon-fill-hammer::before {
  content: "\e90c";
}
.icon-fill-print::before {
  content: "\e90d";
}
.icon-fill-target::before {
  content: "\e90e";
}
.icon-fill-payment-check::before {
  content: "\e908";
}
.icon-fill-sliders::before {
  content: "\e909";
}
.icon-fill-warning::before {
  content: "\e90a";
}
.icon-fill-chat::before {
  content: "\e901";
}
.icon-fill-credit-card::before {
  content: "\e902";
}
.icon-fill-lock::before {
  content: "\e903";
}
.icon-fill-question::before {
  content: "\e904";
}
.icon-fill-share::before {
  content: "\e905";
}
.icon-fill-star-half::before {
  content: "\e906";
}
.icon-fill-star::before {
  content: "\e907";
}
.icon-fill-calendar::before {
  content: "\e900";
}
.icon-fill-cash::before {
  content: "\e91f";
}
.icon-fill-check::before {
  content: "\e920";
}
.icon-fill-clipboard::before {
  content: "\e921";
}
.icon-fill-clock::before {
  content: "\e922";
}
.icon-fill-deal::before {
  content: "\e923";
}
.icon-fill-dollar-sign::before {
  content: "\e924";
}
.icon-fill-edit::before {
  content: "\e925";
}
.icon-fill-external-link::before {
  content: "\e926";
}
.icon-fill-finish::before {
  content: "\e927";
}
.icon-fill-license::before {
  content: "\e928";
}
.icon-fill-mail::before {
  content: "\e929";
}
.icon-fill-phone::before {
  content: "\e92a";
}
.icon-fill-pin::before {
  content: "\e92b";
}
.icon-fill-price-tag::before {
  content: "\e92c";
}
.icon-fill-profile::before {
  content: "\e92d";
}
.icon-fill-search::before {
  content: "\e92e";
}
.icon-fill-shield::before {
  content: "\e92f";
}
.icon-fill-truck::before {
  content: "\e930";
}
.icon-fill-upload::before {
  content: "\e931";
}
.icon-fill-book::before {
  content: "\e90f";
}
.icon-fill-camera::before {
  content: "\e910";
}
.icon-fill-info::before {
  content: "\e916";
}
@font-face {
  font-display: block;
  font-family: modicons-stroke;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/modstyle-icons/modicons-stroke/fonts/modicons-stroke.d5ad820d.eot?wkzvee#iefix)
      format("embedded-opentype"),
    url(../fonts/modstyle-icons/modicons-stroke/fonts/modicons-stroke.613e4d94.ttf?wkzvee)
      format("truetype"),
    url(../fonts/modstyle-icons/modicons-stroke/fonts/modicons-stroke.adff00d3.woff?wkzvee)
      format("woff"),
    url(../fonts/modstyle-icons/modicons-stroke/fonts/modicons-stroke.04071965.svg?wkzvee#modicons-stroke)
      format("svg");
}
[class*=" icon-stroke-"],
[class*="icon-stroke-md-"],
[class^="icon-stroke-"],
[class^="icon-stroke-md-"] {
  font-family: modicons-stroke !important;
}
.icon-stroke-contractor-selection::before {
  content: "\e93a";
}
.icon-stroke-filter::before {
  content: "\e93b";
}
.icon-stroke-home-security::before {
  content: "\e93c";
}
.icon-stroke-installation::before {
  content: "\e93d";
}
.icon-stroke-maintenance::before {
  content: "\e93e";
}
.icon-stroke-research::before {
  content: "\e93f";
}
.icon-stroke-article::before {
  content: "\e926";
}
.icon-stroke-mic::before {
  content: "\e938";
}
.icon-stroke-webinar::before {
  content: "\e939";
}
.icon-stroke-walk-in-tub::before {
  content: "\e927";
}
.icon-stroke-umbrella::before {
  content: "\e928";
}
.icon-stroke-stair-lift::before {
  content: "\e929";
}
.icon-stroke-solar::before {
  content: "\e92a";
}
.icon-stroke-sink::before {
  content: "\e92b";
}
.icon-stroke-siding::before {
  content: "\e92c";
}
.icon-stroke-shower::before {
  content: "\e92d";
}
.icon-stroke-roofing::before {
  content: "\e92e";
}
.icon-stroke-ribbon::before {
  content: "\e92f";
}
.icon-stroke-medical::before {
  content: "\e930";
}
.icon-stroke-kitchen::before {
  content: "\e931";
}
.icon-stroke-hvac::before {
  content: "\e932";
}
.icon-stroke-hot-tub::before {
  content: "\e933";
}
.icon-stroke-gutter::before {
  content: "\e934";
}
.icon-stroke-flooring::before {
  content: "\e935";
}
.icon-stroke-door::before {
  content: "\e936";
}
.icon-stroke-cabinet::before {
  content: "\e937";
}
.icon-stroke-restart::before {
  content: "\e924";
}
.icon-stroke-toolbox::before {
  content: "\e925";
}
.icon-stroke-calculator::before {
  content: "\e956";
}
.icon-stroke-window::before {
  content: "\e957";
}
.icon-stroke-cancel::before {
  content: "\e91e";
}
.icon-stroke-hammer::before {
  content: "\e91f";
}
.icon-stroke-print::before {
  content: "\e920";
}
.icon-stroke-target::before {
  content: "\e921";
}
.icon-stroke-payment-check::before {
  content: "\e91b";
}
.icon-stroke-sliders::before {
  content: "\e91c";
}
.icon-stroke-warning::before {
  content: "\e91d";
}
.icon-stroke-chat::before {
  content: "\e902";
}
.icon-stroke-credit-card::before {
  content: "\e903";
}
.icon-stroke-lock::before {
  content: "\e904";
}
.icon-stroke-question::before {
  content: "\e905";
}
.icon-stroke-share::before {
  content: "\e906";
}
.icon-stroke-star-half::before {
  content: "\e907";
}
.icon-stroke-star::before {
  content: "\e908";
}
.icon-stroke-calendar::before {
  content: "\e900";
}
.icon-stroke-cash::before {
  content: "\e901";
}
.icon-stroke-check::before {
  content: "\e909";
}
.icon-stroke-clipboard::before {
  content: "\e90a";
}
.icon-stroke-clock::before {
  content: "\e914";
}
.icon-stroke-deal::before {
  content: "\e915";
}
.icon-stroke-dollar-sign::before {
  content: "\e916";
}
.icon-stroke-edit::before {
  content: "\e917";
}
.icon-stroke-external-link::before {
  content: "\e918";
}
.icon-stroke-finish::before {
  content: "\e919";
}
.icon-stroke-license::before {
  content: "\e91a";
}
.icon-stroke-mail::before {
  content: "\e90b";
}
.icon-stroke-phone::before {
  content: "\e90c";
}
.icon-stroke-pin::before {
  content: "\e90d";
}
.icon-stroke-price-tag::before {
  content: "\e90e";
}
.icon-stroke-profile::before {
  content: "\e90f";
}
.icon-stroke-search::before {
  content: "\e910";
}
.icon-stroke-shield::before {
  content: "\e911";
}
.icon-stroke-truck::before {
  content: "\e912";
}
.icon-stroke-upload::before {
  content: "\e913";
}
.icon-stroke-book::before {
  content: "\e922";
}
.icon-stroke-camera::before {
  content: "\e923";
}
.icon-stroke-info::before {
  content: "\e940";
}
.icon-stroke-plumbing::before {
  content: "\e941";
}
@font-face {
  font-display: block;
  font-family: modicons-stroke-md;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/modstyle-icons/modicons-stroke-md/fonts/modicons-stroke-md.ce8a5f03.eot?lvxr3i#iefix)
      format("embedded-opentype"),
    url(../fonts/modstyle-icons/modicons-stroke-md/fonts/modicons-stroke-md.75407ff4.ttf?lvxr3i)
      format("truetype"),
    url(../fonts/modstyle-icons/modicons-stroke-md/fonts/modicons-stroke-md.3ace4513.woff?lvxr3i)
      format("woff"),
    url(../fonts/modstyle-icons/modicons-stroke-md/fonts/modicons-stroke-md.9d2551db.svg?lvxr3i#modicons-stroke-md)
      format("svg");
}
[class*="icon-stroke-md-"],
[class^="icon-stroke-md-"] {
  font-family: modicons-stroke-md !important;
}
.icon-stroke-md-door::before {
  content: "\e900";
}
.icon-stroke-md-hvac::before {
  content: "\e901";
}
.icon-stroke-md-roofing::before {
  content: "\e902";
}
.icon-stroke-md-siding::before {
  content: "\e903";
}
.icon-stroke-md-solar::before {
  content: "\e904";
}
.icon-stroke-md-window::before {
  content: "\e905";
}
.btn {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  border-radius: 100px;
  font-size: 15px;
  height: 48px;
  letter-spacing: 0.8px;
  line-height: 19px;
  margin: 10px 0;
  overflow: hidden;
  padding: 14px 30px 15px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.15s ease;
  width: 100%;
  z-index: 0;
}
.btn,
.btn:hover {
  border: 0;
}
.btn,
.btn:active,
.btn:visited {
  box-shadow: none;
}
.btn:disabled {
  cursor: not-allowed;
}
.btn__spinner,
.btn__text {
  display: block;
  margin: 0 auto;
  transition: opacity 0.1s cubic-bezier(0.4, 0.1, 0.5, 1);
}
.btn__spinner {
  height: 20px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  visibility: hidden;
  left: 50%;
  position: absolute;
  width: 20px;
}
.btn__spinner::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.btn__spinner::after {
  -webkit-animation: spinnerAnim 1.5s linear infinite;
  animation: spinnerAnim 1.5s linear infinite;
  border: 4px solid #3c838e;
  border-radius: 50%;
  border-right-color: #fff;
  border-top-color: #fff;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.btn__text {
  left: 0;
  position: relative;
  width: 100%;
}
.btn__check,
.btn__error {
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.1s cubic-bezier(0.4, 0.1, 0.5, 1);
  visibility: hidden;
}
.btn__check i,
.btn__error i {
  margin-left: 5px;
}
.btn__error {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
}
.btn__check {
  transition-delay: 0.1s;
}
.btn-link {
  color: #6eb7c2;
}
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  color: #58929b;
}
.btn-default {
  background: #6eb7c2;
  color: #fff;
}
.btn-default:active,
.btn-default:focus,
.btn-default:hover {
  background: #58929b;
}
.btn-primary .btn__spinner::after {
  border: 4px solid #a65d07;
  border-right-color: #fff;
  border-top-color: #fff;
}
.btn-secondary {
  background: 0 0;
  border: 2px solid #bab9ba;
  line-height: 17px;
  color: #bab9ba;
}
.btn-secondary:focus,
.btn-secondary:hover {
  border: #8a8a8a 2px solid;
  color: #8a8a8a;
}
.btn-secondary:active {
  background: 0 0;
}
.btn-secondary:disabled:hover {
  border: 2px solid #bab9ba;
  color: #bab9ba;
}
.btn-secondary .btn__spinner::after {
  border: 4px solid #878687;
  border-right-color: #bab9ba;
  border-top-color: #bab9ba;
}
.btn-info {
  border: 2px solid #6eb7c2;
  line-height: 17px;
}
.btn-info:focus,
.btn-info:hover {
  border: #58929b 2px solid;
  color: #58929b;
}
.btn-info:disabled {
  color: #6eb7c2;
}
.btn-info .btn__spinner::after {
  border: 4px solid #3c838e;
  border-right-color: #6eb7c2;
  border-top-color: #6eb7c2;
}
.btn-lg {
  font-size: 16px;
  height: 60px;
  padding: 20px 40px;
}
.btn-lg.btn-info {
  padding: 18px 28px;
}
.btn-sm {
  font-size: 14px;
  line-height: 18px;
  height: 37px;
  padding: 10px 20px;
}
.btn-sm.btn-info {
  padding: 8px 18px;
}
.btn-xs {
  font-size: 12px;
  line-height: 15px;
  height: 29px;
  padding: 7px 14px;
}
.btn-xs.btn-info {
  padding: 5px 12px;
}
.btn-inline-block {
  display: inline !important;
  width: auto;
}
.btn-next {
  position: relative;
}
.btn-back::before,
.btn-next::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font: 14px/1 modicons-basic;
  text-rendering: auto;
}
.btn-next::after {
  position: absolute;
  right: 15px;
  top: 14px;
  content: "\e902";
  font-size: 19px;
}
.btn-back {
  padding: 12px;
  width: 48px;
}
.btn-back::before {
  content: "\e901";
  font-size: 20px;
}
.btn-back--with-text {
  position: relative;
  width: auto;
}
.btn-back--with-text::before {
  left: 15px;
  position: absolute;
  top: 12px;
}
.btn--loading {
  cursor: wait;
}
.btn--loading .btn__text {
  visibility: hidden;
}
.btn--loading .btn__spinner {
  display: block;
  opacity: 1;
  visibility: visible;
}
.btn--loading.btn-next::after,
.form--loading .btn.btn-next::after {
  display: none;
}
.card-btn,
.secure-text {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  position: relative;
  text-align: center;
}
.secure-text {
  text-transform: none;
  letter-spacing: auto;
  line-height: 20px;
  padding-left: 12px;
  margin: -5px auto 0;
  font-weight: 700;
  color: #bab9ba;
  font-size: 9px;
  width: 140px;
}
.secure-text::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font: 14px/1 modicons-fill;
  text-rendering: auto;
  content: "\e903";
  position: absolute;
  left: 0;
  font-size: 9px;
  top: 5px;
}
.card-btn {
  font-weight: 400;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  box-shadow: 0 3px 0 0 #dcdcdc, 0 5px 7px 0 rgba(0, 0, 0, 0.1);
  color: #545253;
  display: inline-block;
  font-size: 14px;
  height: 165px;
  margin-bottom: 3px;
  padding: 0;
  transition: background-color 0.15s ease, border-color 0.15s ease,
    box-shadow 0.15s ease;
  vertical-align: top;
  white-space: normal;
  width: 165px;
}
.card-btn > span {
  display: block;
  left: 10px;
  position: absolute;
  right: 10px;
}
.card-btn__icon {
  height: 80px;
  line-height: 80px;
  top: 20px;
  text-align: center;
  vertical-align: middle;
}
.card-btn__icon img {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.card-btn__name {
  bottom: 25px;
  line-height: 15px;
  max-height: 30px;
  overflow: hidden;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.card-btn:focus,
.card-btn:hover {
  background: #f3f9fa;
  border-color: #a8d3da;
  box-shadow: 0 3px 0 #a8d3da, 0 5px 7px rgba(40, 39, 39, 0.1);
}
.card-btn:active {
  background: #8ab3b9;
  border-color: #426d74;
  box-shadow: 0 -3px 0 #426d74, inset 0 4px 4px rgba(0, 0, 0, 0.16);
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.expand-collapse {
  position: relative;
}
.expand-collapse--with-icon::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font: 14px/1 modicons-stroke;
  text-rendering: auto;
  color: #6eb7c2;
  content: "\e956";
  font-size: 20px;
  margin-top: 3px;
  position: absolute;
}
.expand-collapse--with-icon .expand-collapse__btn,
.expand-collapse--with-icon .expand-collapse__content {
  padding-left: 30px;
}
.expand-collapse__content {
  overflow: hidden;
  position: relative;
  transition: height 0.5s ease;
}
.expand-collapse__content::after {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  bottom: 0;
  content: "";
  height: 30px;
  left: 0;
  opacity: 1;
  position: absolute;
  transition: opacity 0.25s;
  width: 100%;
}
.expand-collapse__content--open::after {
  opacity: 0;
}
.expand-collapse__btn {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  background-color: transparent;
  border: 0;
  color: #6eb7c2;
  cursor: pointer;
  padding: 0;
  position: relative;
}
.expand-collapse__btn--caret::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font: 14px/1 modicons-basic;
  text-rendering: auto;
  color: #6eb7c2;
  content: "\e905";
  margin-left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.expand-collapse__btn:active,
.expand-collapse__btn:focus {
  outline: 0;
}
.expand-collapse__btn--open.expand-collapse__btn--caret::after {
  content: "\e908";
}
.carousel-inner,
.item {
  position: relative;
  transition: opacity 0.4s cubic-bezier(0.4, 0.1, 0.5, 1);
}
.body--submitting {
  transition: opacity 0.4s 1.5s cubic-bezier(0.4, 0.1, 0.5, 1);
}
.body--submitted {
  opacity: 0;
}
.form {
  position: relative;
}
.form--loading .btn {
  cursor: wait;
}
.form--loading .btn__text {
  visibility: hidden;
}
.form--loading .btn__spinner {
  display: block;
  opacity: 1;
  visibility: visible;
}
.form--submit {
  cursor: wait;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form--submit * {
  pointer-events: none;
}
.form--submit .step > :not(.form-btns) {
  opacity: 0.4;
}
.form--submit .btn-back {
  opacity: 0;
}
.form--submit .btn__spinner {
  opacity: 1;
  visibility: visible;
}
.form--submit .btn__text,
.form--submit-done .btn-primary.btn-next::after,
.form--submit-error .btn-primary.btn-next::after {
  display: none;
}
.form--submit-done,
.form--submit-error {
  cursor: default;
}
.form--submit-done .btn-primary {
  background-color: #a0bc57;
}
.form--submit-done .btn-primary:active,
.form--submit-done .btn-primary:focus,
.form--submit-done .btn-primary:hover {
  background-color: #a0bc57;
}
.form--submit-done .btn__spinner {
  opacity: 0;
  visibility: hidden;
}
.form--submit-done .btn__check {
  opacity: 1;
  visibility: visible;
}
.form--submit-error .btn-primary {
  background-color: #e97158;
}
.form--submit-error .btn-primary:active,
.form--submit-error .btn-primary:focus,
.form--submit-error .btn-primary:hover {
  background-color: #e97158;
}
.form--submit-error .btn__spinner,
.form--submit-error .btn__text {
  opacity: 0;
  transition-delay: 0.1s;
  visibility: hidden;
}
.form--submit-error .btn__error {
  opacity: 1;
  transition-delay: 0.1s;
  visibility: visible;
}
.form-control {
  box-shadow: inset 2px 1px 2px 0 rgba(0, 0, 0, 0.08),
    inset -2px 0 2px 0 rgba(0, 0, 0, 0.08);
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 15px;
  padding: 13px;
  position: relative;
}
.form-control:focus {
  border: 1px solid #bab9ba;
  box-shadow: none;
}
.input-group {
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  margin-bottom: 15px;
}
.input-group > :first-child {
  border-radius: 3px 0 0 3px;
  box-shadow: inset 2px 1px 2px 0 rgba(0, 0, 0, 0.08);
}
.input-group > :last-child {
  border-radius: 0 3px 3px 0;
  box-shadow: inset -2px 1px 2px 0 rgba(0, 0, 0, 0.08);
}
.input-group .form-control {
  border: 0;
}
.input-group-addon {
  background-color: #fff;
  border: 0;
  color: #dcdcdc;
  font-size: 20px;
}
.input-group:focus-within {
  border: 1px solid #bab9ba;
}
.input-group:focus-within * {
  box-shadow: none;
}
.input-group--inline-btn {
  border: 0;
}
.input-group--inline-btn:focus-within {
  border: 0;
}
.input-group--inline-btn .form-control {
  border-width: 1px 0 1px 1px;
  border-color: #dcdcdc;
  border-style: solid;
}
.input-group--inline-btn .form-control:focus {
  border-color: #bab9ba;
}
.input-group--inline-btn .input-group-btn .btn {
  border-radius: 0 4px 4px 0;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.radio {
  margin-top: 0;
}
.radio.form-control {
  box-shadow: none;
  height: auto;
  min-height: 48px;
  padding: 0;
}
.radio label {
  line-height: 21px;
  padding: 15px 15px 15px 40px;
  width: 100%;
}
.radio label input[type="radio"] {
  left: 15px;
  position: absolute;
  top: 10px;
  opacity: 0;
}
.radio label input[type="radio"] + span {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 15px;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  display: block;
  height: 20px;
  left: 13px;
  position: absolute;
  top: 16px;
  width: 20px;
  z-index: 2;
}
.radio label input[type="radio"] + span::after {
  background: #fff;
  border-radius: 9px;
  content: "";
  display: block;
  height: 10px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 4px;
  transition: opacity 0.15s ease;
  width: 10px;
  z-index: 3;
}
.radio label input[type="radio"]:checked + span {
  background-color: #6eb7c2;
  border: 1px solid #6eb7c2;
}
.radio label input[type="radio"]:checked + span::after,
.radio-with-check input:checked + .icon {
  opacity: 1;
}
.radio-colored input {
  position: absolute;
  visibility: hidden;
}
.radio-colored input:checked ~ span {
  border: 1px solid transparent;
}
.radio-colored input:checked ~ span::before {
  background: #2c494d;
}
.radio-colored input:checked ~ label {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  background-color: #6eb7c2;
  border-color: #6eb7c2;
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
}
.radio-colored label {
  background-color: #dcdcdc;
  border: 1px solid #c4c4c0;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  margin: 10px auto;
  padding: 10px 25px 10px 60px;
  position: relative;
  transition: all 0.15s linear;
  white-space: nowrap;
}
.radio-colored label:hover {
  background-color: #939390;
  color: #fff;
}
.radio-colored span,
.radio-colored span::before {
  border-radius: 100%;
  display: block;
  position: absolute;
}
.radio-colored span {
  background-color: #fff;
  border: 1px solid #bab9ba;
  cursor: pointer;
  pointer-events: none;
  height: 16px;
  -webkit-transform: translate(28px, -44px);
  -ms-transform: translate(28px, -44px);
  transform: translate(28px, -44px);
  transition: border ease 0.15s;
  width: 16px;
}
.radio-colored span::before {
  content: "";
  height: 12px;
  margin: auto;
  -webkit-transform: translate(1px, 1px);
  -ms-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
  transition: background ease 0.15s;
  width: 12px;
}
.radio-with-check {
  display: block;
  margin-bottom: 15px;
  padding: 15px;
  position: relative;
  text-align: center;
}
.radio-with-check label {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 0;
  padding: 0 15px;
}
.radio-with-check:hover input + .icon + span {
  border-color: #6eb7c2;
}
.radio-with-check input {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
.radio-with-check input + .icon {
  color: #6eb7c2;
  font-size: 16px;
  line-height: 16px;
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: opacity ease 0.15s;
}
.radio-with-check input + .icon + span {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: border-color ease 0.15s;
  z-index: 2;
}
.radio-with-check input:checked + .icon + span {
  border-color: #6eb7c2;
}
.radio-btn-group {
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0;
  overflow: auto;
}
.radio-btn-group__btn {
  float: left;
  width: 20%;
}
.radio-btn-group__btn + .radio-btn-group__btn {
  border-left: 1px solid #dcdcdc;
}
.radio-btn-group label {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #8a8a8a;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 70px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 20px 5px;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  white-space: nowrap;
  width: 100%;
}
.radio-btn-group label:hover {
  background-color: #fbfbf9;
  color: #545253;
}
.radio-btn-group label:active {
  background-color: #58929b;
}
.radio-btn-group input {
  position: absolute;
  visibility: hidden;
}
.radio-btn-group input + span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  padding: 25% 0;
}
.radio-btn-group input + span:hover {
  background-color: #fbfbf9;
}
.radio-btn-group input:checked + span {
  background-color: #6eb7c2;
  border: 1px solid #58929b;
  box-shadow: inset 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}
.radio-btn-group input:checked ~ label {
  border: 1px solid #58929b;
  font-weight: 700;
  line-height: 16px;
}
.radio-btn-group input:checked ~ label,
.radio-btn-group input:checked ~ label:hover {
  background-color: #6eb7c2;
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
}
.radio-btn-group input:checked ~ label:first-child span {
  border-radius: 4px 0 0 4px;
}
.radio-btn-group input:checked ~ label:last-child span {
  border-radius: 0 4px 4px 0;
}
.radio-btn-group input:active + span {
  background-color: #58929b;
  border: 1px solid #58929b;
  box-shadow: inset 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}
.checkbox.form-control {
  line-height: 15px;
  padding: 15px 10px 10px 15px;
}
.checkbox label {
  display: inline-block;
  height: 100%;
  padding-left: 26px;
  position: relative;
  width: 100%;
}
.checkbox label input[type="checkbox"] {
  background: 0 0;
  border-color: #fff;
  border-radius: 0;
  left: 16px;
  margin-top: 0;
  position: absolute;
  top: -2px;
}
.checkbox label input[type="checkbox"]::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font: 14px/1 modicons-fill;
  text-rendering: auto;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  content: "\e920";
  display: block;
  height: 20px;
  text-align: center;
  transition: color 0.15s ease;
  width: 20px;
}
.checkbox label input[type="checkbox"]:checked::before {
  background-color: #6eb7c2;
  border-color: #58929b;
  color: #fff;
  font-size: 18px;
}
.checkbox--no-border.checkbox {
  margin: 15px 0;
}
.checkbox--no-border.checkbox label {
  line-height: 15px;
  padding-left: 35px;
  width: auto;
}
.checkbox--no-border.checkbox label input[type="checkbox"] {
  left: 25px;
  top: -2px;
}
.select,
div.form-control {
  box-shadow: none;
  padding: 0;
}
.select {
  box-shadow: inset 2px 1px 2px 0 rgba(0, 0, 0, 0.08),
    inset -2px 0 2px 0 rgba(0, 0, 0, 0.08);
  font-size: 16px;
  line-height: 19px;
  -webkit-appearance: none;
  appearance: none;
  background: 0 0;
  border: 0;
  cursor: pointer;
  outline: 0;
  padding: 14px 15px 13px;
  margin: 0;
  position: relative;
  width: 100%;
}
.select:focus {
  border: 1px solid #bab9ba;
  box-shadow: none;
}
.select option {
  background: #fff;
  color: #545253;
}
.arrow-down::after,
.select + span {
  position: absolute;
  right: 15px;
  top: 50%;
}
.select + span {
  margin-top: -7px;
  pointer-events: none;
}
.arrow-down {
  margin: 0;
}
.arrow-down::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font: 14px/1 modicons-basic;
  text-rendering: auto;
  content: "\e905";
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.image-selector {
  display: inline-block;
  height: 87px;
  margin: 0 0 8px;
  width: 32.5%;
}
.image-selector__group,
.mixed-input-widget--right form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.image-selector input {
  display: none;
}
.image-selector input:checked ~ .image-selector__border {
  border: 3px solid #6eb7c2;
  border-radius: 8px;
  padding: 2px;
}
.image-selector__border {
  border: 3px solid #fff;
  border-radius: 8px;
  display: inline-block;
  height: 100%;
  padding: 2px;
  width: 100%;
}
.image-selector__border:hover {
  border: 3px solid #6eb7c2;
}
.image-selector label {
  background-position: center 1px;
  background-size: cover;
  border-radius: 5px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  height: 100%;
  line-height: 77px;
  text-align: center;
  width: 100%;
}
.image-selector label span {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
}
.has-error .input-group * {
  box-shadow: none;
}
.has-error .form-control {
  border: 1px solid #e97158;
  color: #e97158;
}
.has-error .form-error-message {
  display: block !important;
}
.has-error .radio-with-check input + .icon + span {
  border: 2px solid #e97158;
}
.has-error .radio-btn-group,
.has-error .radio-colored label {
  border: 1px solid #e97158;
}
.has-error .image-selector + .form-error-message,
.has-error .radio-btn-group + .form-error-message,
.has-error .radio-colored label + .form-error-message {
  margin-top: 5px;
}
.has-error .image-selector__border {
  border: 3px solid #e97158;
}
.has-error .input-group {
  border: 0;
}
.has-error .input-group:focus-within {
  border: 0;
}
.has-error .input-group--inline-btn .form-control {
  border-color: #e97158;
}
.form-error-message {
  color: #e97158;
  font-size: 14px;
  display: none;
  margin: -10px 0 10px 2px;
}
@media (max-width: 767px) {
  .image-selector {
    margin-bottom: 0;
    width: 31%;
  }
}

.pagination {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #dcdcdc;
  font-size: 0;
  list-style: none;
  margin: 30px 0;
  padding: 0;
  vertical-align: middle;
}
.pagination li {
  display: inline-block;
  font-size: 16px;
  height: 30px;
  letter-spacing: 0.8px;
  width: 35px;
  line-height: 30px;
  text-align: center;
}
.pagination li.disabled > * {
  cursor: not-allowed;
}
.pagination li.active > * {
  color: #6eb7c2;
}
.pagination a {
  color: #8a8a8a;
  transition: color 0.15s ease;
}
.pagination a:active,
.pagination a:focus,
.pagination a:hover {
  color: #6eb7c2;
}
.pagination i {
  bottom: -1px;
  position: relative;
}
.progress-bar {
  margin-bottom: 15px;
}
.progress-bar__title {
  color: #8a8a8a;
  display: block;
  letter-spacing: 1px;
  font-size: 11px;
  margin: 0 0 4px;
  position: relative;
  text-transform: uppercase;
}
.progress-bar__empty,
.progress-bar__fill {
  background-color: #ecf1dd;
  border-radius: 4px;
  height: 5px;
  width: 100%;
  z-index: 1;
}
.progress-bar__fill {
  background-color: #a0bc57;
  overflow: hidden;
  position: relative;
  top: -5px;
  transition: width 0.65s;
  width: 0%;
  z-index: 2;
}
.progress-bar__percentage {
  display: none;
  position: absolute;
  right: 0;
}
.mixed-input-widget,
.mixed-input-widget--left {
  border-radius: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mixed-input-widget {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  margin: 25px auto;
  max-width: 850px;
  min-height: 145px;
  width: 100%;
}
.mixed-input-widget--left {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff right center no-repeat;
  background-size: cover;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}
.mixed-input-widget--right {
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  padding: 30px 25px;
}
.mixed-input-widget__title {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  font-size: 33px;
  line-height: 40px;
  margin: 0 auto;
  width: 85%;
}
.mixed-input-widget .form-group,
.single-input-widget .form-group {
  margin-bottom: 0;
}
.mixed-input-widget .form-group:nth-child(1) {
  -webkit-flex-basis: 55%;
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 20px;
  min-width: 230px;
}
.mixed-input-widget .form-group:nth-child(2) {
  -webkit-flex-basis: 38%;
  -ms-flex-preferred-size: 38%;
  flex-basis: 38%;
  -webkit-flex-grow: 0.5;
  -ms-flex-positive: 0.5;
  flex-grow: 0.5;
  min-width: 140px;
}
.single-input-widget {
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: 25px auto;
  width: 100%;
}
.single-input-widget--left,
.single-input-widget--right {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
}
.single-input-widget--left {
  background: #fff center center no-repeat;
  background-size: cover;
}
.single-input-widget--right {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px;
}
.single-input-widget__title {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  font-size: 33px;
  line-height: 40px;
  margin: 0;
}
.single-input-widget .form-group__label {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.single-input-widget .post {
  color: #545253;
  display: none;
  text-align: center;
}
.single-input-widget .post__title {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 29px;
  margin: 0;
}
.single-input-widget .post__desc {
  font-size: 14px;
  letter-spacing: 0.1px;
  margin: 0;
}
.single-input-widget .box {
  border: 2px solid transparent;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bottom-cta-block {
  background: #545253 center center no-repeat;
  background-size: cover;
  color: #fff;
  margin-bottom: 20px;
  padding: 30px;
  position: relative;
  text-align: center;
  z-index: 0;
}
.bottom-cta-block__title {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 52px;
  position: relative;
  z-index: 2;
}
.bottom-cta-block button {
  z-index: 2;
}
.bottom-cta-block::after {
  background: rgba(0, 0, 0, 0.55);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.fullscreen-cta {
  background: #545253 center center no-repeat;
  background-size: cover;
  color: #fff;
  left: 0;
  margin: 20px 0;
  padding: 50px 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.fullscreen-cta__container {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}
.fullscreen-cta__title {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 52px;
  margin: 0;
}
@media (max-width: 991px) {
  .mixed-input-widget__title {
    font-size: 26px;
  }
  .mixed-input-widget .form-group:nth-child(1) {
    margin-right: 0;
  }
  .single-input-widget {
    background-size: 45% 100%;
  }
  .single-input-widget--left {
    width: 40%;
  }
  .single-input-widget--right {
    padding: 20px 30px;
    width: 60%;
  }
  .single-input-widget__title {
    font-size: 26px;
  }
  .fullscreen-cta__title {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .mixed-input-widget {
    border-radius: 13px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mixed-input-widget--left,
  .mixed-input-widget--right {
    width: 100%;
  }
  .mixed-input-widget--left {
    background-position: bottom center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 26px 29px 46px 34px;
  }
  .mixed-input-widget--right {
    padding: 20px 20px 0;
  }
  .mixed-input-widget--right .col-sm-5 {
    padding-left: 15px;
  }
  .mixed-input-widget__title {
    font-size: 28px;
    line-height: 34px;
    margin-left: 0;
    width: 100%;
  }
  .mixed-input-widget .form-group:nth-child(1) {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    margin-right: 0;
  }
  .mixed-input-widget .form-group:nth-child(2) {
    -webkit-flex-basis: 41%;
    -ms-flex-preferred-size: 41%;
    flex-basis: 41%;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .mixed-input-widget .form-btn {
    min-width: auto;
    width: 18%;
  }
  .mixed-input-widget .zipbox {
    max-width: none;
  }
  .single-input-widget {
    background-size: 100% 150px;
    border-radius: 13px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    margin: -10px auto 25px;
  }
  .single-input-widget--left,
  .single-input-widget--right {
    width: 100%;
  }
  .single-input-widget--left {
    background-position: center bottom;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 26px 29px 46px 34px;
  }
  .single-input-widget--right {
    padding: 20px;
  }
  .single-input-widget__title {
    font-size: 28px;
    line-height: 34px;
    margin-left: 0;
  }
  .bottom-cta-block {
    margin-left: -15px;
    margin-right: -15px;
  }
  .bottom-cta-block__title {
    font-size: 26px;
    line-height: 37px;
  }
  .fullscreen-cta {
    padding: 25px 20px 40px;
  }
  .fullscreen-cta__container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .fullscreen-cta__container .col-sm-6 {
    padding: 0;
  }
  .fullscreen-cta__title {
    font-size: 26px;
    line-height: 37px;
    margin-bottom: 27px;
  }
}
.star-rating,
.star-rating__stars {
  display: inline-block;
}
.star-rating > span {
  vertical-align: middle;
}
.star-rating__stars {
  height: 24px;
  line-height: 24px;
  margin-right: 5px;
  position: relative;
}
.star-rating__stars::after,
.star-rating__stars::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font: 14px/1 modicons-fill;
  text-rendering: auto;
  content: "\e907\e907\e907\e907\e907";
  display: inline-block;
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
}
.star-rating__stars::before {
  color: #f6f5f1;
  position: relative;
  z-index: 1;
}
.star-rating__stars::after {
  color: #fec14b;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 2;
  width: 0;
}
.star-rating__stars--00::before {
  color: #f6f5f1;
  font-size: 24px;
  height: 24px;
  line-height: 24px;
}
.star-rating__stars--00::after {
  display: none;
}
.star-rating__stars--05::after {
  width: 10%;
}
.star-rating__stars--10::after {
  width: 20%;
}
.star-rating__stars--15::after {
  width: 30%;
}
.star-rating__stars--20::after {
  width: 40%;
}
.star-rating__stars--25::after {
  width: 50%;
}
.star-rating__stars--30::after {
  width: 60%;
}
.star-rating__stars--35::after {
  width: 70%;
}
.star-rating__stars--40::after {
  width: 80%;
}
.star-rating__stars--45::after {
  width: 90%;
}
.star-rating__stars--50::after {
  width: 100%;
}
.star-rating__label {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #545253;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  transition: color ease 0.15s;
  white-space: nowrap;
}
.star-rating__label--text,
.star-rating__label--verified {
  color: #f6931d;
  font-size: 14px;
  line-height: 18px;
}
.star-rating__label--text {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #767475;
}
.star-rating--lg,
.star-rating--lg .star-rating__stars {
  height: 28px;
  line-height: 28px;
}
.star-rating--lg .star-rating__stars::after,
.star-rating--lg .star-rating__stars::before {
  font-size: 28px;
  height: 28px;
  line-height: 28px;
}
.star-rating--sm .star-rating__stars {
  height: 20px;
  line-height: 20px;
}
.star-rating--sm .star-rating__stars::after,
.star-rating--sm .star-rating__stars::before {
  font-size: 20px;
  height: 20px;
  line-height: 20px;
}
a.star-rating:active .star-rating__label,
a.star-rating:focus .star-rating__label,
a.star-rating:hover .star-rating__label {
  color: #434142;
}
a.star-rating:active .star-rating__label--verified,
a.star-rating:focus .star-rating__label--verified,
a.star-rating:hover .star-rating__label--verified {
  color: #c47517;
}
a.star-rating:active .star-rating__label--text,
a.star-rating:focus .star-rating__label--text,
a.star-rating:hover .star-rating__label--text {
  color: #545253;
}
.ext-rating-icon {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  border: 1px solid #dcdcdc;
  border-radius: 16px;
  color: #545253;
  display: inline-block;
  font-size: 17px;
  line-height: 20px;
  padding: 5px 10px;
  transition: border-color 0.15s ease;
}
.ext-rating-icon--bbb,
.ext-rating-icon--google {
  background-repeat: no-repeat;
  padding-left: 30px;
}
.ext-rating-icon--google {
  background-position: 10px 50%;
  background-image: url(../images/modstyle-icons/google.70fa605f.svg);
  background-size: 14px 14px;
}
.ext-rating-icon--bbb {
  background-image: url(../images/modstyle-icons/bbb.4860a631.svg);
  background-position: 8px 50%;
  background-size: 22px 22px;
}
a.ext-rating-icon:active,
a.ext-rating-icon:focus,
a.ext-rating-icon:hover {
  border-color: #bab9ba;
  color: #545253;
}
.ratings-set {
  margin: 0 0 15px;
}
.ratings-set__group {
  font-size: 0;
}
.ratings-set__group + .ratings-set__group {
  margin-top: 10px;
}
.ratings-set__group .ext-rating-icon + .ext-rating-icon {
  margin-left: 9px;
}
.large-rating-icon,
.large-rating-icon::after {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  display: inline-block;
}
.large-rating-icon {
  height: 40px;
  line-height: 40px;
  padding-left: 45px;
  position: relative;
  font-weight: 700;
  color: #545253;
  font-size: 28px;
}
.large-rating-icon::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font: 14px/1 modicons-fill;
  text-rendering: auto;
  color: #fec14b;
  content: "\e907";
  font-size: 40px;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute;
  top: 0;
  width: 40px;
}
.large-rating-icon::after {
  font-weight: 400;
  color: #767475;
  content: "/ 5";
  font-size: 15px;
  vertical-align: middle;
}
.large-rating-icon--empty-star {
  color: #dcdcdc;
}
.large-rating-icon--empty-star::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font: 14px/1 modicons-stroke;
  text-rendering: auto;
  color: #f6f5f1;
  content: "\e908";
  font-size: 40px;
}
.large-rating-icon--bbb::before,
.large-rating-icon--google::before {
  background-image: url(../images/modstyle-icons/google.70fa605f.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  content: "";
}
.large-rating-icon--bbb::before {
  background-image: url(../images/modstyle-icons/bbb.4860a631.svg);
  background-size: 38px 38px;
}
.large-rating-icon--bbb::after {
  display: none;
}
@media (max-width: 767px) {
  .large-rating-icon {
    font-size: 20px;
    height: 65px;
    line-height: 20px;
    min-width: 40px;
    padding: 45px 0 0;
    text-align: center;
    white-space: nowrap;
  }
  .large-rating-icon::before {
    left: 50%;
    margin-left: -20px;
    top: 0;
  }
}
.large-rating-icon-set {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.large-rating-icon-set__item {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 165px;
  min-width: 130px;
  padding: 20px 0;
}
.large-rating-icon-set__item--large {
  max-width: 100%;
  min-width: 300px;
  padding: 0;
}
@media (max-width: 767px) {
  .large-rating-icon-set__item:not(.large-rating-icon-set__item--large) {
    min-width: 70px;
  }
}
.review-prompt {
  color: #545253;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 30px;
}
.review-prompt__title {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.review-prompt__cta {
  margin-top: 15px;
}
.review-prompt__cta .btn {
  margin: 0;
  width: auto;
}
.review-item {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.review-item + .review-item {
  margin-top: 30px;
}
.review-item__by {
  color: #545253;
  line-height: 22px;
}
.open-hours dd.open-now,
.review-item__author {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.review-item__date {
  color: #939390;
}
.review-item__rating {
  margin-top: 10px;
}
.review-item__text {
  color: #767475;
  font-size: 16px;
  line-height: 26px;
  margin-top: 10px;
}
.review-item__more-btn {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-appearance: none;
  appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #6eb7c2;
  font-size: 14px;
  margin: 0;
  padding: 0;
  transition: color ease 0.15s;
}
.review-item__more-btn:active,
.review-item__more-btn:focus,
.review-item__more-btn:hover {
  color: #58929b;
}
.review-item__photos {
  list-style: none;
  margin: 10px -3px 0;
  overflow: hidden;
  padding: 0;
}
.review-item__photos-title {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #767475;
  font-size: 16px;
  line-height: 26px;
  margin: 15px 0 5px;
}
.review-item__photo {
  background: #dcdcdc;
  border-radius: 4px;
  float: left;
  height: 75px;
  margin: 0 3px 6px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 75px;
}
.review-item__photo-img {
  cursor: pointer;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.reviews-block {
  position: relative;
}
.reviews-block__header {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  border-bottom: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  color: #545253;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px;
  overflow: auto;
  padding: 5px 0;
}
.reviews-block__header-left {
  float: left;
}
.reviews-block__header-right {
  float: right;
}
.reviews-block__dropdown,
.reviews-block__header-right label {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
}
.reviews-block__header-right label {
  color: #8a8a8a;
  display: inline-block;
  margin: 0 10px 0 0;
  text-align: right;
  font-weight: 400;
}
.reviews-block__header-right i {
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 1;
}
.reviews-block__dropdown-wrapper {
  display: inline-block;
  position: relative;
}
.reviews-block__dropdown {
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
  background: 0 0;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  outline: 0;
  padding-right: 20px;
  transition: width ease-in-out 0.65s;
  width: auto;
  z-index: 2;
}
.reviews-block--loading::after,
.reviews-block--loading::before {
  background: #fff;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.reviews-block--loading::before {
  bottom: 0;
  opacity: 0.75;
  content: "";
  z-index: 3;
}
.reviews-block--loading::after {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  border-bottom: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  content: "Loading reviews...";
  font-size: 14px;
  line-height: 22px;
  padding: 5px 0;
  z-index: 4;
}
.powered-by-google {
  background-image: url(../images/modstyle-logos/powered_by_google_on_white.bdabcd09.png);
  background-repeat: no-repeat;
  background-size: 144px 18px;
  background-color: #f9f9f5;
  background-position: center center;
  border-radius: 4px;
  height: 48px;
  margin: 30px 0 0;
}
@media (-webkit-min-device-pixel-ratio: 1.3),
  (min--moz-device-pixel-ratio: 1.3),
  (min-device-pixel-ratio: 1.3),
  (min-resolution: 1.3dppx) {
  .powered-by-google {
    background-image: url(../images/modstyle-logos/powered_by_google_on_white@2x.65edac3c.png);
  }
}
.contractor-more-block {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #767475;
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 15px;
  transition: color 0.15s ease;
}
.contractor-more-block__header {
  margin-bottom: 10px;
}
.contractor-more-block__badge {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  background: #767475;
  border-radius: 4px;
  color: #fff;
  font-size: 10px;
  line-height: 13px;
  margin-right: 5px;
  padding: 3px 5px;
  text-transform: uppercase;
  transition: background-color 0.15s ease;
  white-space: nowrap;
}
.contractor-more-block__note {
  color: #bab9ba;
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
  white-space: nowrap;
}
.contractor-more-block__cta {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #6eb7c2;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  transition: color 0.15s ease;
  white-space: nowrap;
}
.contractor-more-block__cta::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font: 14px/1 modicons-basic;
  text-rendering: auto;
  content: "\e907";
  font-size: 10px;
}
.contractor-more-block--review .contractor-more-block__text::before {
  content: "“";
}
.contractor-more-block--review .contractor-more-block__text::after {
  content: "”";
}
.contractor-more-block--promo {
  color: #a0bc57;
}
.contractor-more-block--promo .contractor-more-block__badge {
  background: #a0bc57;
}
.contractor-more-block--promo .contractor-more-block__cta {
  color: #809645;
}
.contractor-more-block--promo .contractor-more-block__cta:active,
.contractor-more-block--promo .contractor-more-block__cta:focus,
.contractor-more-block--promo .contractor-more-block__cta:hover {
  color: #607034;
}
a.contractor-more-block {
  color: #767475;
}
a.contractor-more-block:active,
a.contractor-more-block:focus,
a.contractor-more-block:hover {
  color: #545253;
}
a.contractor-more-block--promo {
  color: #a0bc57;
}
a.contractor-more-block--promo:active,
a.contractor-more-block--promo:focus,
a.contractor-more-block--promo:hover {
  color: #809645;
}
a.contractor-more-block--promo:active .contractor-more-block__badge,
a.contractor-more-block--promo:focus .contractor-more-block__badge,
a.contractor-more-block--promo:hover .contractor-more-block__badge {
  background: #809645;
}
a.contractor-more-block--promo:active .contractor-more-block__cta,
a.contractor-more-block--promo:focus .contractor-more-block__cta,
a.contractor-more-block--promo:hover .contractor-more-block__cta {
  color: #607034;
}
.contractor-icons-list {
  color: #767475;
  font-size: 16px;
  line-height: 26px;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.contractor-icons-list li {
  margin: 0 0 5px;
  padding: 0 0 0 24px;
  position: relative;
}
.contractor-icons-list li [class*=" icon-"],
.contractor-icons-list li [class^="icon-"] {
  color: #545253;
  font-size: 18px;
  line-height: 26px;
  left: 0;
  position: absolute;
  top: 0;
}
.contractor-icons-list > :last-child {
  margin-bottom: 0;
}
.appt-details {
  margin: 0 0 15px;
  padding: 0 0 0 23px;
  position: relative;
}
.appt-details__label,
.appt-details__text,
.appt-details__title {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
}
.appt-details__label {
  font-weight: 700;
  color: #bab9ba;
  line-height: 13px;
  margin: 0 0 5px;
  text-transform: uppercase;
  font-size: 10px;
}
.appt-details__text,
.appt-details__title {
  font-size: 14px;
}
.appt-details__title {
  margin: 0 0 5px;
  position: relative;
  font-weight: 700;
  color: #545253;
  line-height: 18px;
}
.appt-details--confirmed .appt-details__title::before,
.appt-details__title::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  font-size: 18px;
}
.appt-details__title::before {
  left: -23px;
  position: absolute;
  top: -1px;
  font: 14px/1 modicons-stroke;
  content: "\e900";
}
.appt-details__text {
  font-weight: 400;
  color: #767475;
  line-height: 17px;
}
.appt-details--confirmed .appt-details__title {
  color: #a0bc57;
}
.appt-details--confirmed .appt-details__title::before {
  font: 14px/1 modicons-fill;
  content: "\e920";
  line-height: 18px;
}
.contractor-info {
  min-height: 68px;
  padding-left: 88px;
  position: relative;
}
.contractor-info > :last-child {
  margin-bottom: 0;
}
.contractor-info__logo {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 68px;
  left: 0;
  position: absolute;
  top: 0;
  width: 68px;
}
.contractor-info__name {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #545253;
  font-size: 22px;
  line-height: 29px;
  margin: 0 0 10px;
}
.contractor-info__name a {
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease;
}
.contractor-info__name a:active,
.contractor-info__name a:focus,
.contractor-info__name a:hover {
  color: #6eb7c2;
}
.contractor-info .contractor-icons-list {
  font-size: 14px;
  line-height: 18px;
}
.contractor-info .contractor-icons-list li [class*=" icon-"],
.contractor-info .contractor-icons-list li [class^="icon-"] {
  line-height: 18px;
}
.contractor-info--lg {
  min-height: 160px;
  padding-left: 192px;
}
.contractor-info--lg .contractor-info__logo {
  height: 160px;
  width: 160px;
}
.contractor-info--lg .contractor-info__name {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 15px;
}
.contractor-info--mobile {
  padding: 0;
}
.contractor-info--mobile .contractor-info__logo-name {
  display: table;
  margin: 0 0 15px;
  width: 100%;
}
.contractor-info--mobile .contractor-info__logo {
  display: table-cell;
  height: 68px;
  position: static;
  width: 68px;
}
.contractor-info--mobile .contractor-info__logo--desktop {
  background: 0 0 !important;
  display: none;
}
.contractor-info--mobile .contractor-info__name {
  display: table-cell;
  font-size: 22px;
  height: 68px;
  line-height: 29px;
  padding-left: 15px;
  vertical-align: middle;
}
.contractor-info--mobile--lg .contractor-info__logo {
  height: 68px;
  width: 68px;
}
@media (max-width: 767px) {
  .contractor-info {
    padding: 0;
  }
  .contractor-info .contractor-info__logo-name {
    display: table;
    margin: 0 0 15px;
    width: 100%;
  }
  .contractor-info .contractor-info__logo {
    display: table-cell;
    height: 68px;
    position: static;
    width: 68px;
  }
  .contractor-info .contractor-info__logo--desktop {
    background: 0 0 !important;
    display: none;
  }
  .contractor-info .contractor-info__name {
    display: table-cell;
    font-size: 22px;
    height: 68px;
    line-height: 29px;
    padding-left: 15px;
    vertical-align: middle;
  }
  .contractor-info--lg .contractor-info__logo {
    height: 68px;
    width: 68px;
  }
}
@media (min-width: 767px) {
  .contractor-info:not(.contractor-info--mobile)
    .contractor-info__logo--mobile {
    background: 0 0 !important;
    display: none;
  }
  
}
.align-items-center{
    width:100%;
}

.contractor-card {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 0 30px;
  padding: 20px;
}
.contractor-card__info {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 20px;
}
.contractor-card__actions {
  width: 230px;
}
.contractor-card__action-row--text {
  padding: 10px 0;
}
.contractor-card__action-row + .contractor-card__action-row {
  border-top: 1px solid #dcdcdc;
}
.contractor-card__action-row .appt-details {
  margin-bottom: 0;
}
.contractor-card__action-btn {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  background: 0 0;
  border: 0;
  border-radius: 0;
  box-shadow: 0;
  color: #6eb7c2;
  cursor: pointer;
  display: block;
  font-size: 12px;
  letter-spacing: 0.3px;
  line-height: 16px;
  padding: 10px 0 10px 23px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  transition: color 0.15s ease;
  width: 100%;
}
.contractor-card__action-btn:active,
.contractor-card__action-btn:focus,
.contractor-card__action-btn:hover {
  color: #58929b;
}
.contractor-card__action-btn [class*=" icon-"],
.contractor-card__action-btn [class^="icon-"] {
  font-size: 16px;
  left: 0;
  line-height: 16px;
  position: absolute;
  top: 10px;
}
.contractor-card--vertical {
  display: block;
  padding: 0;
}
.contractor-card--vertical .contractor-card__info {
  padding: 20px;
}
.contractor-card--vertical .contractor-card__actions {
  border-top: 1px solid #dcdcdc;
  text-align: center;
  width: 100%;
}
.contractor-card--vertical
  .contractor-card__actions
  .appt-details__title::before {
  display: none;
}
.contractor-card--vertical .contractor-card__action-row--text {
  padding: 15px 20px;
}
.contractor-card--vertical .contractor-card__action-btn {
  padding: 15px 20px;
  text-align: center;
}
.contractor-card--vertical .contractor-card__action-btn [class*=" icon-"],
.contractor-card--vertical .contractor-card__action-btn [class^="icon-"] {
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.contractor-card--vertical .star-rating .star-rating__stars {
  height: 20px;
  line-height: 20px;
}
.contractor-card--vertical .star-rating .star-rating__stars::after,
.contractor-card--vertical .star-rating .star-rating__stars::before {
  font-size: 20px;
  height: 20px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .contractor-card {
    display: block;
    padding: 0;
  }
  .contractor-card .contractor-card__info {
    padding: 20px;
  }
  .contractor-card .contractor-card__actions {
    border-top: 1px solid #dcdcdc;
    text-align: center;
    width: 100%;
  }
  .contractor-card .contractor-card__actions .appt-details__title::before {
    display: none;
  }
  .contractor-card .contractor-card__action-row--text {
    padding: 15px 20px;
  }
  .contractor-card .contractor-card__action-btn {
    padding: 15px 20px;
    text-align: center;
  }
  .contractor-card .contractor-card__action-btn [class*=" icon-"],
  .contractor-card .contractor-card__action-btn [class^="icon-"] {
    position: relative;
    top: -2px;
    vertical-align: middle;
  }
  .contractor-card .star-rating .star-rating__stars {
    height: 20px;
    line-height: 20px;
  }
  .contractor-card .star-rating .star-rating__stars::after,
  .contractor-card .star-rating .star-rating__stars::before {
    font-size: 20px;
    height: 20px;
    line-height: 20px;
  }
}

#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 86px;
  align-items:center;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header.fixed-top {
  height: 70px;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #222222;
}

#header .logo a span {
  color: #42b99f;
}

#header .logo img {
  max-height: 40px;
}

.scrolled-offset {
  margin-top: 70px;
}

.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 15px;
  font-weight: 600;
  color: #222222;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #42b99f;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover, .navbar .active, .navbar li:hover > a {
  color: #42b99f;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #42b99f;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}



.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile > ul > li {
  padding: 0;
}

.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #42b99f;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #42b99f;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

.profile-actions {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  margin: 0 0 30px;
}
.profile-actions .btn {
  margin: 0;
}
.profile-actions__headline {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  margin: 0 0 15px;
}
.profile-actions__row + .profile-actions__row {
  border-top: 1px solid #dcdcdc;
}
.profile-actions__row--text {
  padding: 15px;
}
.profile-actions__row--text .appt-details,
.profile-actions__row--text .contractor-more-block {
  margin-bottom: 0;
}
.profile-actions__btn {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  background: 0 0;
  border: 0;
  border-radius: 0;
  box-shadow: 0;
  color: #545253;
  cursor: pointer;
  display: block;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 18px;
  min-width: 100%;
  overflow: hidden;
  padding: 15px 15px 15px 38px;
  position: relative;
  text-align: left;
  text-overflow: ellipsis;
  transition: color 0.15s ease;
  white-space: nowrap;
}
.mobile-bottom-toolbar--active
  .mobile-bottom-toolbar__content
  .btn-secondary:active,
.mobile-bottom-toolbar--active
  .mobile-bottom-toolbar__content
  .btn-secondary:focus,
.mobile-bottom-toolbar--active
  .mobile-bottom-toolbar__content
  .btn-secondary:hover,
.profile-actions__btn:active,
.profile-actions__btn:focus,
.profile-actions__btn:hover {
  color: #58929b;
}
.profile-actions__btn [class*=" icon-"],
.profile-actions__btn [class^="icon-"] {
  font-size: 18px;
  left: 15px;
  line-height: 18px;
  position: absolute;
  top: 15px;
}
.open-hours,
.promotion {
  color: #545253;
  font-size: 16px;
  line-height: 22px;
}
.open-hours dd.open-now::after,
.open-hours dt {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
}
.open-hours dt {
  float: left;
  padding-right: 10px;
  width: 45px;
  font-weight: 700;
}
.open-hours dd {
  margin: 0 0 0 55px;
  padding: 0;
}
.open-hours dd.open-now::after {
  font-weight: 400;
  content: "(Open)";
}
.open-hours dd.closed {
  color: #bab9ba;
  text-transform: uppercase;
}
.promotion {
  color: #767475;
  line-height: 26px;
  margin: 0 0 45px;
}
.promotion__header {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
  vertical-align: top;
}
.promotion__badge {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  background: #a0bc57;
  border-radius: 4px;
  color: #fff;
  font-size: 10px;
  line-height: 13px;
  margin-right: 5px;
  padding: 3px 5px;
  text-transform: uppercase;
  transition: background-color 0.15s ease;
  white-space: nowrap;
}
.promotion__note {
  color: #bab9ba;
  vertical-align: middle;
  white-space: nowrap;
}
.promotion__title {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #a0bc57;
  font-size: 18px;
  line-height: 25px;
}
.promotion__trades {
  color: #bab9ba;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 15px;
}
.promotion__subtitle {
  color: #545253;
  font-size: 18px;
  line-height: 25px;
  margin: 0 0 15px;
}
.promotion__details {
  margin: 0 0 25px;
}
.promotion__terms-title {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #545253;
  font-size: 14px;
  letter-spacing: 0.69;
  line-height: 20px;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.promotion__terms {
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 15px;
}
.promotion__more-btn {
  border: 0;
  display: inline;
  font-size: 14px;
  letter-spacing: 0.8px;
  line-height: 18px;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}
.mobile-bottom-toolbar {
  background: #fff;
  bottom: 0;
  box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.05);
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1000;
}
.mobile-bottom-toolbar__content {
  background: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  position: relative;
  z-index: 2;
}
.mobile-bottom-toolbar__content .btn {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
.mobile-bottom-toolbar__content .btn-primary {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.mobile-bottom-toolbar__content .btn-secondary {
  background: #fff;
  border: 1px solid #dcdcdc;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  height: 37px;
  line-height: 37px;
  padding: 0;
  position: relative;
  text-align: center;
  text-indent: 1px;
  width: 37px;
}
.mobile-bottom-toolbar__content .btn-secondary:active,
.mobile-bottom-toolbar__content .btn-secondary:focus,
.mobile-bottom-toolbar__content .btn-secondary:hover {
  border-color: #bab9ba;
}
.mobile-bottom-toolbar__content .btn-secondary::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font: 14px/1 modicons-basic;
  text-rendering: auto;
  content: "\e90c";
  font-size: 18px;
  position: relative;
  top: 3px;
}
.mobile-bottom-toolbar__content .btn + .btn {
  margin-left: 15px;
}
.mobile-bottom-toolbar__menu {
  bottom: 0;
  left: 15px;
  opacity: 0;
  padding: 15px 0 0;
  position: absolute;
  right: 15px;
  transition: bottom ease 0.3s, opacity ease 0.3s;
  z-index: 1;
}
.mobile-bottom-toolbar__menu .profile-actions {
  margin-bottom: 0;
}
.mobile-bottom-toolbar-overlay {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
.mobile-bottom-toolbar-overlay--active {
  display: block;
}
.mobile-bottom-toolbar--active .mobile-bottom-toolbar__menu {
  bottom: 72px;
  opacity: 1;
}
.mobile-bottom-toolbar--active .mobile-bottom-toolbar__content .btn-secondary {
  color: #6eb7c2;
}
.mobile-bottom-toolbar--active
  .mobile-bottom-toolbar__content
  .btn-secondary::before {
  content: "\e909";
}
.contractor-card-v2 {
  background: #fff;
  border: 1px solid #dcdcdc;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #434142;
  cursor: pointer;
  overflow: hidden;
  transition: box-shadow 0.15s ease;
}
.contractor-card-v2__header {
  border-bottom: 1px solid #dcdcdc;
  padding: 10px;
  position: relative;
}
.contractor-card-v2__header-link {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #545253;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 97px;
  padding-right: 30px;
  position: relative;
}
.contractor-card-v2__header-link:active,
.contractor-card-v2__header-link:focus,
.contractor-card-v2__header-link:hover {
  color: inherit;
}
.contractor-card-v2__logo {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  display: block;
  font-size: 0;
  height: 97px;
  line-height: 97px;
  overflow: hidden;
  text-align: center;
  width: 97px;
}
.contractor-card-v2__logo img {
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
}
.contractor-card-v2__name-props {
  display: block;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 16px;
}
.contractor-card-v2__name {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  display: block;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 6px;
}
.contractor-card-v2__props {
  display: block;
  font-size: 12px;
  line-height: 15px;
}
.contractor-card-v2__rating-views {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 53px;
  position: relative;
}
.contractor-card-v2__rating-views-col {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  text-align: center;
}
.contractor-card-v2__rating-views-col
  + .contractor-card-v2__rating-views-col::before {
  background: #dcdcdc;
  content: "";
  display: block;
  height: 53px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
}
.contractor-card-v2__rating {
  text-align: center;
}
.contractor-card-v2__rating .star-rating__stars {
  height: 12px;
  line-height: 12px;
  margin-right: 0;
}
.contractor-card-v2__rating .star-rating__stars::after,
.contractor-card-v2__rating .star-rating__stars::before {
  font-size: 12px;
  height: 12px;
  letter-spacing: 4px;
  line-height: 12px;
}
.contractor-card-v2__rating .star-rating__stars::before {
  color: #fde9d1;
}
.contractor-card-v2__rating .star-rating__stars--05::after {
  width: 8%;
}
.contractor-card-v2__rating .star-rating__stars--15::after {
  width: 28%;
}
.contractor-card-v2__rating .star-rating__stars--25::after {
  width: 48%;
}
.contractor-card-v2__rating .star-rating__stars--35::after {
  width: 68%;
}
.contractor-card-v2__rating .star-rating__stars--45::after {
  width: 88%;
}
.contractor-card-v2__rating .star-rating__label {
  color: #f7a84a;
  font-size: 11px;
  line-height: 14px;
  margin-right: 4px;
}
.contractor-card-v2__rating .star-rating:active .star-rating__label,
.contractor-card-v2__rating .star-rating:focus .star-rating__label,
.contractor-card-v2__rating .star-rating:hover .star-rating__label {
  color: #f6931d;
}
.contractor-card-v2__rating-cta {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 14px;
}
.contractor-card-v2__views {
  display: inline-block;
  white-space: nowrap;
}
.contractor-card-v2__views-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contractor-card-v2__views-count {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #6eb7c2;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 24px;
  line-height: 29px;
  padding: 0 13px;
}
.contractor-card-v2__views-copy {
  -webkit-flex: 10;
  -ms-flex: 10;
  flex: 10;
  text-align: left;
}
.contractor-card-v2__views-title {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 14px;
}
.contractor-card-v2__views-descr {
  font-size: 10px;
  line-height: 13px;
}
.contractor-card-v2__promo {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  border-bottom: 1px solid #dcdcdc;
  font-size: 11px;
  line-height: 14px;
  padding: 16px 10px;
  text-align: center;
}
.contractor-card-v2__promo a {
  color: inherit;
}
.contractor-card-v2__promo i {
  color: #a0bc57;
  font-size: 15px;
  margin-right: 5px;
  vertical-align: middle;
}
.contractor-card-v2__instant-match {
  background: #fbfbf9;
  padding: 20px 10px 20px 60px;
  position: relative;
}
.contractor-card-v2__instant-match-title {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 3px;
}
.contractor-card-v2__instant-match-descr {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 14px;
}
.contractor-card-v2__instant-match::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font: 14px/1 modicons-fill;
  text-rendering: auto;
  color: #6eb7c2;
  content: "\e913";
  font-size: 24px;
  left: 30px;
  position: absolute;
  top: 26px;
}
.contractor-card-v2__appt-details {
  padding: 10px;
  text-align: center;
}
.contractor-card-v2__appt-details-descr,
.contractor-card-v2__appt-details-title {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.contractor-card-v2__appt-details-title {
  margin-bottom: 2px;
  text-transform: uppercase;
  color: #bab9ba;
  font-size: 10px;
  line-height: 13px;
}
.contractor-card-v2__appt-details-descr {
  color: #a0bc57;
  font-size: 14px;
  line-height: 18px;
}
.contractor-card-v2__cta {
  background: #fbfbf9;
  padding: 10px;
  text-align: center;
}
.contractor-card-v2__cta .btn {
  display: block;
  margin: 0;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}
.contractor-card-v2__cta .btn-link {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
}
.contractors-list-v2 {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}
.contractors-list-v2__item,
.cp-v2 p,
.cp-v2 ul {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .contractor-card-v2 {
    padding: 20px 20px 110px;
    position: relative;
  }
  .contractor-card-v2::after {
    background: #fbfbf9;
    border-top: 1px solid #dcdcdc;
    bottom: 0;
    content: "";
    display: block;
    height: 90px;
    left: 0;
    position: absolute;
    right: 0;
  }
  .contractor-card-v2:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  }
  .contractor-card-v2__body,
  .contractor-card-v2__header {
    float: left;
    width: 50%;
  }
  .contractor-card-v2__header {
    border: 0;
    margin: 0;
    padding: 0;
  }
  .contractor-card-v2__header-link::after,
  .contractor-card-v2__header::after,
  .contractor-card-v2__rating-views::after {
    display: none;
  }
  .contractor-card-v2__header-link {
    padding-right: 0;
  }
  .contractor-card-v2__name {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 6px;
  }
  .contractor-card-v2__props {
    font-size: 11px;
    line-height: 14px;
  }
  .contractor-card-v2__logo {
    height: 120px;
    line-height: 120px;
    width: 120px;
  }
  .contractor-card-v2__body {
    padding-left: 20px;
  }
  .contractor-card-v2__rating-views {
    border: 0;
    margin-top: 0;
  }
  .contractor-card-v2__rating .star-rating__label {
    font-size: 15px;
  }
  .contractor-card-v2__rating .star-rating__stars,
  .contractor-card-v2__rating .star-rating__stars::after,
  .contractor-card-v2__rating .star-rating__stars::before {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
  }
  .contractor-card-v2__rating-cta {
    font-size: 14px;
    line-height: 14px;
    margin-top: 2px;
  }
  .contractor-card-v2__promo {
    border: 0;
  }
  .contractor-card-v2__cta,
  .contractor-card-v2__instant-match {
    background: 0 0;
    border: 0;
    bottom: 45px;
    padding: 20px;
    position: absolute;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    width: 50%;
    z-index: 2;
  }
  .contractor-card-v2__instant-match {
    left: 0;
    padding: 20px 20px 20px 70px;
  }
  .contractor-card-v2__instant-match::after {
    left: 42px;
  }
  .contractor-card-v2__cta {
    right: 0;
  }
  .contractor-card-v2__cta .btn-link:active,
  .contractor-card-v2__cta .btn-link:focus,
  .contractor-card-v2__cta .btn-link:hover {
    border-color: #bab9ba;
  }
}
.cp-v2 {
  color: #434142;
  font-size: 14px;
  line-height: 21px;
  padding: 0 23px;
}
.cp-v2 .profile-page-nav {
  border-bottom: 1px solid #dcdcdc;
  box-shadow: none;
  font-size: 14px;
  line-height: 18px;
  margin-left: -23px;
  margin-right: -23px;
  margin-top: 23px;
  text-transform: none;
}
.cp-v2 .profile-page-nav__tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.cp-v2 .profile-page-nav__tab {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
}
.cp-v2 .profile-page-nav__link {
  padding: 5px 15px;
}
.cp-v2__section {
  padding: 15px 0;
}
.cp-v2__section-subtitle {
  border-bottom: 1px solid #dcdcdc;
  font-size: 24px;
  line-height: 30px;
  margin: 24px 0;
  padding: 0 0 10px;
}
.cp-v2__section-subtitle--photos {
  border-bottom: 0;
  margin-bottom: 17px;
  padding-bottom: 0;
}
.cp-v2 .open-hours dt,
.cp-v2__section-subtitle-link {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
}
.cp-v2__section-subtitle-link {
  bottom: -5px;
  float: right;
  font-size: 13px;
  line-height: 16px;
  position: relative;
  font-weight: 500;
}
.cp-v2 .open-hours {
  color: inherit;
  margin-left: 26px;
  max-width: 330px;
}
.cp-v2 .open-hours dd,
.cp-v2 .open-hours dt {
  margin-bottom: 12px;
}
.cp-v2 .open-hours dt {
  font-weight: 600;
  color: #767475;
  width: 90px;
}
.cp-v2 .open-hours dd {
  margin-left: 90px;
  text-align: right;
}
.cp-v2 .contractor-icons-list {
  color: inherit;
}
.cp-v2 hr {
  border-bottom: 1px solid #dcdcdc;
  border-top: 0;
  margin: 23px 0;
}
.cp-v2-hero {
  background: #8a8a8a;
  height: 117px;
  margin-left: -23px;
  margin-right: -23px;
  overflow: hidden;
  position: relative;
}
.cp-v2-hero__back-btn {
  background-color: rgba(84, 82, 83, 0.75);
  border-radius: 50%;
  left: 22px;
  line-height: 1;
  padding: 6px 8px 6px 5px;
  position: absolute;
  top: 15px;
  z-index: 2;
}
.cp-v2-hero__back-btn,
.cp-v2-hero__back-btn:active,
.cp-v2-hero__back-btn:focus,
.cp-v2-hero__back-btn:hover {
  color: #fff;
}
.cp-v2-hero__img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}
.cp-v2-company {
  margin-top: -40px;
  position: relative;
  z-index: 2;
}
.cp-v2-company__logo {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  display: block;
  font-size: 0;
  height: 78px;
  line-height: 78px;
  margin: 0 0 8px;
  overflow: hidden;
  text-align: center;
  width: 78px;
}
.cp-v2-company__logo img {
  max-height: 100%;
  max-width: 100%;
}
.cp-v2-company__name {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 4px;
  padding: 0;
}
.cp-v2-company__rating {
  font-size: 0;
}
.cp-v2-company__logo img,
.cp-v2-company__rating a {
  display: inline-block;
  vertical-align: middle;
}
.cp-v2-company__rating a + a {
  margin-left: 6px;
}
.cp-v2-company__rating .star-rating {
  margin-left: 11px;
}
.cp-v2-company__rating .star-rating__label--verified {
  color: #545253 !important;
}
.open-hours-copy {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 4px;
  padding-left: 26px;
  position: relative;
}
.open-hours-copy::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font: 14px/1 modicons-stroke;
  text-rendering: auto;
  content: "\e914";
  left: 2px;
  position: absolute;
  top: 1px;
}
.cp-v2-photos {
  -ms-overflow-style: none;
  margin-left: -23px;
  margin-right: -23px;
  overflow-y: hidden;
  overflow-x: scroll;
  scrollbar-width: none;
}
.cp-v2-photos::-webkit-scrollbar,
.cp-v2-reviews-section .review-item__photos-wrapper::-webkit-scrollbar,
.cp-v2-reviews-section .review-item__photos::-webkit-scrollbar {
  display: none;
}
.cp-v2-photos__list {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.cp-v2-photos__item {
  background: #8a8a8a;
  border-radius: 2px;
  display: inline-block;
  height: 146px;
  margin: 0 4px;
  overflow: hidden;
  width: 146px;
}
.cp-v2-photos__item:first-child {
  margin-left: 23px;
}
.cp-v2-photos__item:last-child {
  margin-right: 23px;
}
.cp-v2-photos__img {
  cursor: pointer;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.promotions-v2-list {
  list-style: none;
  padding: 0;
}
.promotions-v2-list li {
  margin: 0 0 23px;
}
.cp-v2-reviews-section + .cp-v2-reviews-section,
.promotions-v2-list li + li {
  border-top: 1px solid #dcdcdc;
  padding-top: 23px;
}
.promotion-v2 {
  color: #767475;
}
.promotion-v2__subtitle,
.promotion-v2__terms-title {
  color: #545253;
}
.promotion-v2__title {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #a0bc57;
  font-size: 16px;
  line-height: 19px;
  padding-left: 25px;
  position: relative;
}
.promotion-v2__title i {
  left: 0;
  margin-right: 5px;
  position: absolute;
  top: 3px;
}
.promotion-v2__trades {
  margin-bottom: 16px;
  padding-left: 25px;
}
.promotion-v2__subtitle,
.promotion-v2__terms-title {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
}
.promotion-v2__terms-title {
  font-size: 13px;
  line-height: 21px;
}
.promotion-v2__details--terms,
.promotion-v2__trades {
  font-size: 14px;
  line-height: 18px;
}
.cp-v2-reviews-section,
.cp-v2-reviews-section .reviews-block__header {
  margin-left: -23px;
  margin-right: -23px;
  padding-left: 23px;
  padding-right: 23px;
}



.cp-v2-reviews-section__title {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bolder;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 16px;
}
.cp-v2-reviews-section__footer {
  border-top: 1px solid #dcdcdc;
  margin-left: -23px;
  margin-right: -23px;
  padding: 15px 23px 0;
  text-align: center;
}
.cp-v2-reviews-section__more-btn {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  border: 0;
  border-radius: 0;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.cp-v2-reviews-section .reviews-block__header {
  font-size: 12px;
  line-height: 15px;
}
.cp-v2-reviews-section .reviews-block__header-right i {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cp-v2-reviews-section .reviews-block__dropdown {
  position: relative;
}
.cp-v2-reviews-section .review-item {
  margin-left: -23px;
  margin-right: -23px;
  padding-bottom: 25px;
  padding-left: 23px;
  padding-right: 23px;
  position: relative;
}
.cp-v2-reviews-section .review-item + .review-item {
  border-top: 1px solid #dcdcdc;
  margin-top: 0;
  padding-top: 25px;
}
.cp-v2-reviews-section .review-item__by,
.cp-v2-reviews-section .review-item__project,
.cp-v2-reviews-section .review-item__rating {
  margin-right: 50px;
}
.cp-v2-reviews-section .review-item__project {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #8a8a8a;
  font-size: 12px;
  line-height: 14px;
  margin-top: 2px;
}
.cp-v2-reviews-section .review-item__rating {
  margin-top: 8px;
}
.cp-v2-reviews-section .review-item__photos-wrapper {
  -ms-overflow-style: none;
  margin-left: -23px;
  margin-right: -23px;
  margin-top: 10px;
  overflow: auto;
}
.cp-v2-reviews-section .review-item__photos {
  display: block;
  font-size: 0;
  height: 75px;
  list-style: none;
  margin: 0;
  overflow: visible;
  padding: 0;
  white-space: nowrap;
  width: auto;
  overflow-y: hidden;
  overflow-x: scroll;
  scrollbar-width: none;
}
.cp-v2-reviews-section .review-item__photo {
  display: inline-block;
  float: none;
  margin-bottom: 0;
  overflow: hidden;
}
.cp-v2-reviews-section .review-item__photo:first-child {
  margin-left: 23px;
}
.cp-v2-reviews-section .review-item__photo:last-child {
  margin-right: 23px;
}
.cp-v2-reviews-details,
.cp-v2-reviews-section .review-item__meta {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
}
.cp-v2-reviews-section .review-item__meta {
  color: #8a8a8a;
  margin-top: 10px;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
.cp-v2-reviews-section .review-item--google::before,
.cp-v2-reviews-section .review-item--modernize::before {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 25px;
  float: right;
  width: 35px;
}
.cp-v2-reviews-section .review-item--google::before {
  background-image: url(../images/modstyle-icons/google.70fa605f.svg);
}
.cp-v2-reviews-section .review-item--modernize::before {
  background-image: url(../images/modstyle-icons/modernize.6b5dc778.svg);
}
.cp-v2-reviews-details {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.cp-v2-reviews-details dt {
  float: left;
  width: 70%;
  margin-bottom: 16px;
}
.cp-v2-reviews-details dd {
  float: left;
  text-align: right;
  width: 30%;
  margin: 0 0 16px;
}
.cp-v2-reviews-details .star-rating__stars {
  margin-right: 0;
}
.cp-v2-reviews-tags-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cp-v2-reviews-tags-list li {
  display: inline-block;
  margin: 0 10px 8px 0;
}
.cp-v2-review-tag-btn {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  -webkit-appearance: none;
  appearance: none;
  background: 0 0;
  border: 1px solid #6eb7c2;
  border-radius: 20px;
  color: #6eb7c2;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  line-height: 14px;
  padding: 8px 17px 9px;
  transition: background-color 0.15s ease;
  white-space: nowrap;
}
.cp-v2-review-tag-btn:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}
.cp-v2-review-tag-btn:not(:disabled):active,
.cp-v2-review-tag-btn:not(:disabled):focus,
.cp-v2-review-tag-btn:not(:disabled):hover {
  background: #6eb7c2;
  color: #fff;
}
.cp-v2-review-tag-btn--active {
  background: #6eb7c2;
  color: #fff;
}
@media (max-width: 767px) {
  .cp-v2 .open-hours {
    font-size: 13px;
    line-height: 16px;
    max-width: 250px;
  }
  .cp-v2 .review-item__text {
    font-size: 13px;
    line-height: 21px;
  }
  .cp-v2-company .ext-rating-icon {
    border-color: #bab9ba;
    font-size: 12px;
    line-height: 15px;
    padding: 3px 9px 3px 23px;
  }
  .cp-v2-company .ext-rating-icon--google {
    background-position: 4px 50%;
  }
  .cp-v2-company .ext-rating-icon--bbb {
    background-position: 5px 50%;
    background-size: auto 16px;
  }
  .cp-v2-company a.ext-rating-icon:active,
  .cp-v2-company a.ext-rating-icon:focus,
  .cp-v2-company a.ext-rating-icon:hover {
    border-color: #8a8a8a;
  }
  .cp-v2-company .star-rating {
    display: inline-block;
    line-height: 12px;
    margin-top: -2px;
    position: relative;
    vertical-align: middle;
  }
  .cp-v2-company .star-rating__stars {
    height: 12px;
    line-height: 12px;
  }
  .cp-v2-company .star-rating__stars::after,
  .cp-v2-company .star-rating__stars::before {
    font-size: 12px;
    height: 12px;
    letter-spacing: 4px;
    line-height: 12px;
  }
  .cp-v2-company .star-rating__stars::before {
    color: #fde9d1;
  }
  .cp-v2-company .star-rating__stars--05::after {
    width: 8%;
  }
  .cp-v2-company .star-rating__stars--15::after {
    width: 28%;
  }
  .cp-v2-company .star-rating__stars--25::after {
    width: 48%;
  }
  .cp-v2-company .star-rating__stars--35::after {
    width: 68%;
  }
  .cp-v2-company .star-rating__stars--45::after {
    width: 88%;
  }
  .cp-v2-company .star-rating__label {
    font-size: 11px;
    line-height: 14px;
  }
}
@media (min-width: 768px) {
  .cp-v2 .profile-page-nav {
    border: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  }
  .cp-v2 .profile-page-nav__tabs {
    display: block;
  }
  .cp-v2 .profile-page-nav__link {
    min-width: 160px;
    padding: 15px;
  }
  .cp-v2__section {
    padding: 40px 0;
  }
  .cp-v2 .star-rating__stars::after,
  .cp-v2 .star-rating__stars::before {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .cp-v2-hero {
    height: 220px;
  }
  .cp-v2-company {
    margin-top: -45px;
    min-height: 165px;
    padding-left: 195px;
    padding-top: 80px;
    position: relative;
  }
  .cp-v2-company__logo {
    border: 0;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
    height: 165px;
    left: 0;
    line-height: 165px;
    position: absolute;
    top: 0;
    width: 165px;
  }
  .cp-v2-company__name {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 12px;
  }
  .open-hours-copy {
    font-size: 18px;
    line-height: 25px;
  }
  .open-hours-copy::before {
    font-size: 18px;
    top: 2px;
  }
  .cp-v2-photos__item {
    height: 175px;
    margin: 0 8px;
    width: 175px;
  }
  .promotion-v2 {
    font-size: 16px;
    line-height: 26px;
  }
  .promotion-v2__title {
    font-size: 18px;
    line-height: 25px;
  }
  .promotion-v2__subtitle {
    font-size: 16px;
    line-height: 21px;
  }
  .cp-v2-reviews-section,
  .cp-v2-reviews-section .reviews-block__header {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .cp-v2-reviews-section__title {
    font-size: 22px;
    line-height: 29px;
  }
  .cp-v2-reviews-section .reviews-block__header {
    font-size: 14px;
    line-height: 26px;
  }
  .cp-v2-reviews-section .review-item,
  .cp-v2-reviews-section__footer {
    margin-left: 0;
    margin-right: 0;
  }
  .cp-v2-reviews-section .review-item__author {
    font-size: 18px;
    line-height: 25px;
  }
  .cp-v2-reviews-section .review-item__project {
    font-size: 14px;
    letter-spacing: 0.1px;
    line-height: 18px;
  }
  .cp-v2-reviews-section .review-item__photos-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .cp-v2-reviews-section .review-item__photo {
    margin: 0 8px 16px;
  }
  .cp-v2-reviews-section .review-item__photo:first-child {
    margin-left: 0;
  }
  .cp-v2-reviews-section .review-item__photo:last-child {
    margin-right: 0;
  }
  .cp-v2-reviews-details {
    max-width: 460px;
  }
  .cp-v2-reviews-details dt {
    font-size: 18px;
    line-height: 24px;
  }
}
.inline-validation--loading .input-group-addon .icon {
  left: 50%;
  position: relative;
  z-index: 99;
}
.form--ty .section__legal,
.form--ty .step,
.grecaptcha-badge,
.ty-state,
.ty-state-block {
  display: none;
}
h1,
h2,
p {
  margin: 0 0 10px;
}
img {
  margin: 0 auto;
  width: 100%;
}
.form--ty {
  overflow: auto;
}
.form--ty .ty-state,
img {
  display: block;
}
.form-group--required {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.form-group--required .form-group__tooltip--input-text,
.form-group--required .form-group__tooltip-icon {
  bottom: 0;
  position: absolute;
  right: 0;
}
.form-group--required .form-group__tooltip {
  min-width: 50px;
}
.form-group--required .form-group__tooltip-icon {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.form-group--required .form-group__tooltip-icon:hover {
  cursor: pointer;
}
.form-group--required
  .form-group__tooltip-icon:hover
  + .form-group__tooltip-message {
  bottom: 50px;
  opacity: 1;
}
.form-group--required .form-group__tooltip-icon::before {
  color: #6eb7c2;
  font-size: 25px;
  line-height: 1;
}
.form-group--required .form-group__tooltip-message {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  bottom: 40px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  line-height: 16px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  right: -10px;
  text-align: left;
  transition: all 250ms ease;
  width: 250px;
  z-index: 1;
}
.form-group--required
  .form-group__tooltip-message
  .form-group__tooltip-triangle {
  border-bottom: 11px solid #dcdcdc;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: -11px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 26px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 0;
}
.form-group--required
  .form-group__tooltip-message
  .form-group__tooltip-triangle::after {
  border-bottom: 10px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: -7px;
  top: 1px;
  width: 0;
}
.form-group--required .form-group__asterisk {
  color: #e97158;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 1;
}
.text--bold {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.text--blue {
  color: #42b99f;
}
.text--small {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}
.navbar {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 0;
      height: 90px;
  position: relative;
  width: 100%;
  z-index: 3;
}
.navbar img{
    width: 10%;
    height: auto;
    padding: 10px;
  }

.overflowed img,
.section__list + img {
  bottom: 35px;
  margin-bottom: -106px;
  margin-right: 175px;
  position: relative;
}
.section__list + img {
  bottom: 35px;
}
.content .section {
  border-bottom: 1px solid #dcdcdc;
}
.content .section:nth-child(1) {
  background: #fdfdfc;
  padding-bottom: 40px;
  padding-top: 40px;
}
.content .section:nth-child(1) [class^="col-lg"]:first-of-type {
  margin-top: 20px;
}
.content .section:nth-child(1) .section--middle .form-group:first-of-type {
  margin-right: 15px;
}
.content .section:nth-child(1) .section__title {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
}
.content .section:nth-child(1) .section__subtitle {
  font-size: 22px;
  margin-top: 25px;
  font-weight: lighter;
  line-height: 29px;
}
.content .section:nth-child(1) .section__list ul {
  margin-left: 10%;
}
.content .section:nth-child(1) .section__list li {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bolder;
  font-size: 18px;
  left: 40px;
  position: relative;
  text-indent: -40px;
  width: 80%;
}
.content .section:nth-child(1) .section__list li::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font: 14px/1 modicons-stroke;
  text-rendering: auto;
  content: "";
  display: inline-block;
  font-size: 30px;
  height: 30px;
  margin-right: 10px;
  position: relative;
  text-indent: 0;
  vertical-align: middle;
  width: 30px;
}
.content .section:nth-child(1) .section__list li::after {
  border: 0.5px dashed #bab9ba;
  content: "";
  display: block;
  height: 40px;
  left: -25px;
  position: relative;
  top: 0;
  width: 1px;
}

.content .section:nth-child(1) .section__list li:nth-child(3)::before {
  content: "\f095";
  font-family: "Font Awesome 5 Free"; 
  top: 5px;
  font-weight:900 ;
}

.content .section:nth-child(1) .section__list li:nth-child(3)::after {
  height: 65px;
}
.content .section:nth-child(1) p.text--blue {
  font-size: 29px;
  margin: 0 0 20px;
}
.content .section:nth-child(3) {
  border: 0;
  padding-bottom: 100px;
  padding-top: 120px;
  text-align: center;
}
.content .section:nth-child(3) .section__logo {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px auto 0;
  width: 70%;
}
.content .section:nth-child(3) .section__logo picture {
  margin: 0 auto;
}
.content .section:nth-child(3) .section__logo img {
  height: auto;
  margin: 0 auto;

}
.content .section:nth-child(3) .section__header {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
}
.content .section:nth-child(4) .section--middle [class^="col-"]:first-of-type {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.content .section:nth-child(4) .section--middle [class^="col-"]:nth-of-type(2) {
  padding-bottom: 50px;
}
.content .section:nth-child(4) .section__list {
  margin: 28px 0 18px;
}
.content .section:nth-child(4) .section__list p {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
}
.content .section:nth-child(4) .section__list ul {
  -webkit-column-count: 2;
  column-count: 2;
}
.content .section:nth-child(4) .section__list li {
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.content .section:nth-child(4) .section__list li i {
  color: #a0bc57;
  margin-right: 10px;
}
.content .section:nth-child(4) .section__list div {
  display: inline-block;
}
.content .section:nth-child(4) .section__list div:first-child {
  margin-right: 36px;
}
.content .section:nth-child(6) {
  padding-bottom: 90px;
  padding-top: 90px;
}
.content .section:nth-child(6) img {
  margin-bottom: 20px;
  width: auto;
}
.content .section:nth-child(6) .row:not(:last-child) {
  margin: 0 0 50px;
}
.content .section__questions {
  margin: 0px 0 0;

}

.wrapper img{
    margin-bottom: 55px;
}

.content .section__tcpa {
  font-size: 10px;
  line-height: 13px;
  margin: 20px 0 0;
}
.content .section__subtitle,
.content .section__title {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bolder;
  font-size: 29px;
  line-height: 38px;
}
.content .section__subtitle {
  font-size: 22px;
  line-height: 29px;
}
.content .section__row--centered {
  margin: 0 auto;
  width: 90%;
}
.content .section--middle,
.content .section__row--baseline {
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.content .section--middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.content .section__video {
  display: none;
  height: 0;
  padding-bottom: 56.25%;
  position: inherit;
}
.content .section__video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.content .section__video--thumb {
  transition: all 0.5s ease;
}
.content .section__video--thumb:hover {
  cursor: pointer;
  opacity: 0.5;
}
.content .section__feature {
  line-height: 26px;
  margin: 0 20px;
}
.content .section__feature .text--blue {
  font-size: 18px;
}
.content .section--whitebg {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  border-top: 10px solid #6eb7c2;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  max-width: 450px;
  padding: 25px 20px;
}
.content .section--whitebg .step__title {
  font-size: 18px;
  margin: 0;
  text-align: center;
}
.content .section--whitebg .step__subtitle {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 20px;
}
.content .section--whitebg .form__title:not(.section__tcpa),
.content .section--whitebg p:not(.section__tcpa) {
  text-align: center;
}
.content .section--whitebg .form-call {
  font-size: 16px;
  line-height: 19px;
  margin-top: 10px;
  text-align: center;
}
.content .section--thankyou {
  border-top: 0;
  overflow: auto;
}
.content .section--thankyou h2 {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  border-bottom: 1px solid #dcdcdc;
  font-size: 29px;
  margin: 0 auto;
  padding-bottom: 10px;
  width: 80%;
}
.content .section--thankyou p {
  line-height: 26px;
  margin-top: 20px;
}
.step {
  display: none;
}
.step--active {
  display: block;
}
.form-btns {
  max-width: 80%;
}
.form-btns--centered {
  margin: 0 auto;
}
.form-btns--long {
  max-width: 90%;
}
.carousel-inner .item p span,
.form-btns--long .btn {
  font-size: 16px;
}
.wrapper {
  margin: 0 auto;
  max-width: 400px;
}
.carousel-inner {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
}
.carousel-inner .item {
  background-color: transparent;
}
.carousel-inner .item p {
  font-size: 22px;
  font-style: italic;
  line-height: 29px;
}
.carousel-inner .item.next,
.carousel-inner .item.prev {
  top: auto;
}
.carousel-indicators {
  bottom: 0;
}
.carousel-indicators li {
  border-color: #dcdcdc;
  height: 9px;
  margin: 0 2px;
  width: 9px;
}
.carousel-indicators .active {
  background-color: #dcdcdc;
  height: 9px;
  margin: 0 2px;
  width: 9px;
}
.carousel__nav {
  bottom: 50%;
  color: #8a8a8a;
  display: inline-block;
  font-size: 20px;
  line-height: 0;
  position: absolute;
}
.carousel__nav:focus,
.carousel__nav:hover {
  color: #8a8a8a;
}
.carousel__nav-prev {
  left: -60px;
}
.carousel__nav-next {
  right: -60px;
}
.form-group .form-control {
  margin: 0;
}

#topbar {
  background: #42b99f;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}

#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}

#topbar .contact-info i a, #topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

#topbar .social-links a:hover {
  color: white;
}

.form-partners-block {
  background: #f9f9f5;
  border: 1px solid rgba(220, 220, 220, 0.5);
  border-radius: 6px;
  margin-top: 30px;
  padding: 30px 0;
  text-align: center;
}
.form-partners-block__subtitle {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #fec14b;
  font-size: 23px;
  margin-bottom: 5px;
}
.form-partners-block__title {
  font-size: 15px;
  margin-bottom: 20px;
}
.form-partners-block__partner {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  color: #545253;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0;
  padding: 15px 25px;
  position: relative;
}
.partner__logo {
  background: url(../images/connect-logo.5ae96624.svg) no-repeat;
  background-size: contain;
  height: 63px;
  margin: 0 auto 20px;
  width: 190px;
}
.partner__cta {
  margin-top: 20px;
}
.partner__list {
  margin: 0 auto;
  max-width: 245px;
}
.partner__list-item {
  margin-bottom: 8px;
  position: relative;
}
.partner__list-item::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font: 14px/1 modicons-fill;
  text-rendering: auto;
  color: #a0bc57;
  content: "\e920";
  font-size: 15px;
  margin-right: 5px;
}
.footer {
  background-color: #434142;
}
.footer .logo {
  height: 25px;
}
.footer__content {
  color: #fdfdfc;
  font-size: 15px;
  padding: 22px 0;
}
.footer__bottom,
.footer__menu {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__menu {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer__link {
  color: #fdfdfc;
}
.footer__link:last-child {
  border-left: 1px solid #fdfdfc;
  margin-left: 15px;
  padding-left: 15px;
}
@media (max-width: 991px) {
  [class^="section section-"] {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .content .section__row--centered {
    width: 100%;
  }
  .content .section__feature {
    margin: 0;
  }
  .content .section__title {
    font-size: 26px;
    line-height: 34px;
  }
  .content .section--whitebg .step__title {
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 3px;
  }
  .content .section:nth-child(1) .section__title {
    font-size: 32px;
  }
  .content .section:nth-child(1) .section__list {
    margin: 10px 0 0 5%;
  }
  .content .section:nth-child(1) .section__list li::before {
    top: 5px;
  }
  .content .section:nth-child(1) .section__list li:nth-child(3)::before {
    top: 0;
  }
  .content .section:nth-child(1) .section--middle {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content .section:nth-child(1) .section--middle .form-group {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .content .section:nth-child(1) .section--middle .form-group:first-of-type {
    margin-right: 0;
  }
  .content .section:nth-child(1) p.text--blue {
    margin: 10px 0 20px;
  }
  .content .section:nth-child(3) .section__logo {
    width: 100%;
  }
  .content .section:nth-child(4) img {
    margin-top: 25px;
  }
  .content .section:nth-child(4) .section__list {
    margin: 10px 0;
  }
  .content .section:nth-child(4) .section__list ul {
    text-align: left;
  }
  .content .section:nth-child(7) {
    height: 450px;
  }
  .form-btns {
    max-width: 100%;
  }
  .carousel-inner {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .overflowed {
    overflow: hidden;
    position: relative;
    top: -170px;
  }
  .overflowed img {
    min-width: 200px;
    position: static;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 200px;
  }
  .row {
    margin: 0;
  }
  form .row {
    margin: 0 -15px;
  }
  .content .section:not(:first-of-type) {
    text-align: center;
  }
  .content .section--whitebg .title {
    font-size: 16px;
    line-height: 21px;
  }
  .content .section--whitebg .subtitle {
    font-size: 14px;
    line-height: 18px;
  }
  .content .section__video {
    height: auto;
    margin-bottom: 20px;
    padding: 0;
    position: static;
  }
  .content .section__video iframe {
    position: static;
  }
  .content .section:nth-child(1) {
    overflow: hidden;
    padding-bottom: 120px;
    padding-top: 20px;
  }
  .content .section:nth-child(1) [class^="col-"]:first-of-type {
    margin: 0;
  }
  .content .section:nth-child(1) .section__title {
    font-size: 28px;
    line-height: 34px;
  }
  .content .section:nth-child(1) .section__subtitle {
    font-size: 20px;
    margin-top: 25px;
    line-height: 25px;
  }
  .content .section:nth-child(1) .section__list {
    display: block;
    margin: 20px auto 0;
    width: 90%;
  }
  .content .section:nth-child(1) p.text--blue {
    font-size: 26px;
    line-height: 34px;
  }
  .content .section:nth-child(3) {
    margin-top: -170px;
    padding: 0;
  }
  .content .section:nth-child(3) .section__header {
    line-height: 26px;
    margin: 40px 0 20px;
  }
  .content .section:nth-child(3) .section__logo img {
    max-height: 50px;
    max-width: 325px;
    margin: 10px 5px;
  }
  .content .section:nth-child(3) .section__logo picture {
    margin: 10px 5px;
  }
  .content .section:nth-child(4) {
    padding-bottom: 0;
  }
  .content
    .section:nth-child(4)
    .section--middle
    [class^="col-"]:nth-of-type(2) {
    padding: 30px 0;
  }
  .content .section:nth-child(4) .section__list ul {
    display: block;
    margin: 0 auto;
    width: 90%;
  }
  .content .section:nth-child(5) {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .content .section:nth-child(7) {
    background-size: 910px;
    overflow: hidden;
    padding: 0;
  }
  .content .section:nth-child(7) .section__testimonials {
    margin-left: -5%;
    padding: 30px 45px;
    width: 110%;
  }
  .content .section:nth-child(7) .section__title {
    width: 70%;
  }
  .content .section:nth-child(8) {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .content .section--middle {
    display: block;
  }
  .content .section--whitebg {
    margin: 0 auto;
    padding: 15px;
  }
  .content .section--thankyou {
    border: 0;
    box-shadow: none;
    margin: 0 auto;
    padding: 15px 0;
  }
  .content .section--thankyou h2 {
    width: 100%;
  }
  .carousel-inner .item p {
    font-size: 20px;
    line-height: 25px;
  }
  .carousel-inner .item span,
  .footer__content .d-sm-block {
    font-size: 16px;
    line-height: 26px;
  }
  .carousel__nav {
    bottom: 0;
    position: relative;
    top: 3px;
    z-index: 16;
  }
  .carousel__nav-prev {
    left: -40px;
  }
  .carousel__nav-next {
    right: -40px;
  }
  .footer {
    padding: 20px 10px;
  }
  .footer__content {
    text-align: center;
  }
  .footer__content .d-sm-block {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__bottom div:nth-child(1) {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .footer__bottom div:nth-child(2) {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer__bottom div:nth-child(3) {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .footer__copyright {
    display: block;
    margin: 20px 0;
  }
  .footer .logo {
    margin: 0 auto;
  }
  .form-btns--long .btn {
    font-size: 14px;
  }
  .form-partners-block__partner {
    display: block;
    min-height: 0;
  }
  .form-partners-block .col-sm-6 + .col-sm-6 {
    margin-top: 10px;
    padding: 0;
  }
}
.form-control:focus-within:not(input) {
  border: 0;
}
.form-group.has-error .select {
  color: #545253;
}
.form-group.has-error .select:focus {
  border: 1px solid #e97158;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px rgba(233, 113, 88, 0.5);
}
.select {
  border-radius: 4px;
  transition: all 1ms ease;
}
.content .section:nth-child(1) .section__list {
  margin: 30px 0 0;
}
.content .section:nth-child(1) .section__list li {
  line-height: 22px;
}
.content .section:nth-child(1) .section__list li::before {
  top: -5px;
}
.content .section:nth-child(1) .section__list li::after {
  margin: 10px 0 0;
}
.content .section:nth-child(1) .section__list li:nth-child(1)::before {
  content: "\f135";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;



}




.content .section:nth-child(1) .section__list li:nth-child(2)::before {
  content: "\f007";
  top: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.content .section:nth-child(5) {
  padding-bottom: 90px;
  padding-top: 90px;
  text-align: center;
}
.content .section:nth-child(5) img {
  margin-bottom: 20px;
}
.content .section:nth-child(5) .row:not(:last-child) {
  margin: 0 0 50px;
}
.content .section:nth-child(5) .row:first-child p {
  margin: 0 auto;
  max-width: 610px;
  width: 68%;
}
.content .section:nth-child(6) {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: center/cover no-repeat
    url(../images/background-contractor.903a3205.jpg);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 650px;
  text-align: center;
}
.content .section:nth-child(6) .section__title {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  border-bottom: 1px solid #dcdcdc;
  font-size: 22px;
  margin: 0 auto;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 80%;
}
.content .section:nth-child(6) .section__testimonials {
  background: rgba(253, 253, 252, 0.95);
  border-radius: 6px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  padding: 20px 100px;
}
.content .section:nth-child(7) {
  line-height: 26px;
  padding-bottom: 100px;
  padding-top: 100px;
  text-align: center;
}
.content .section:nth-child(7) .hidden-xs {
  padding: 0;
}
.step:nth-child(2) .step__title {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 31px;
  margin-bottom: 5px;
  text-align: center;
}
.step:nth-child(2) .step__subtitle {
  font-size: 16px;
  line-height: 21px;
  margin: 0 auto 20px;
  text-align: center;
  width: 80%;
}
@media (max-width: 991px) {
  .content .section:nth-child(1) li:nth-child(2)::before {
    top: 12px;
  }
  .content .section:nth-child(4) {
    border-bottom: 0;
  }
  .content .section:nth-child(4) img {
    margin-top: 40px;
  }
  .content .section:nth-child(4) .section__title {
    padding: 0 0 30px;
  }
  .content .section:nth-child(4) .section__list {
    margin: 30px 0 10px;
  }
  .content .section:nth-child(6) {
    height: 450px;
  }
  .content .section:nth-child(7) p + .btn-primary {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .content .section:nth-child(6) {
    background-size: 910px;
    height: 600px;
    overflow: hidden;
    padding: 0;
  }
  .content .section:nth-child(6) .section__testimonials {
    margin-left: -5%;
    padding: 30px 45px;
    width: 110%;
  }
  .content .section:nth-child(6) .section__title {
    width: 70%;
  }
  .content .section:nth-child(7) {
    height: auto;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .content .section:nth-child(7) .container {
    padding-left: 5px;
    padding-right: 5px;
  }
  .content .section:nth-child(7) p + .btn-primary {
    width: 100%;
  }
}

section.Privacy {
    margin-top: 50px;
    margin-bottom: 60px;
    text-align: left;
    width: 100%;
    text-align:left;
    justify-content:center;
    margin-right: 5%;
}

section.Privacy p {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 16px;
    margin-top:15px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 300;
}

section.Privacy h1 {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 28px;
    font-weight:300;
    margin-bottom:30px;



}

section.Privacy h3 {
    margin-left: 5%;
    margin-right: 5%;
            font-weight:200;

    margin-bottom:15px;
            text-decoration:underline;
}

.title h1{
    font-size: 35px;
        margin-left: 5%;
        font-weight:300;
        text-decoration:underline;
    margin-right: 5%;
    text-align: center;
    margin-top: 55px;
    margin-bottom: 10px;
}


b{
    font-weight:500;
}


.mobile-hide{
    display:flex;
    width:60%;
    margin-top:10px;
    justify-content:right;

}

.con{
    padding:20px;
}

.header{
    display: flex;
    box-shadow: -2px 6px 17px -6px rgba(69,69,69,0.13);
    padding-bottom:10px;
    text-align:center;
    
}

.header img{
    width:100px;
}

.logo{
    width:30%;
}




