body {
  background: #fff;
  min-width: 350px;
  line-height: 1.6em;
  font-size: 16px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
a {
  color: #01a2e5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Zilla Slab', serif;
}
p {
  text-align: justify;
}
.pb p {
  text-align: inherit;
}
.pb-main > .main {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}
.pb-main > .main > .main {
  margin: 0 auto;
  padding: 0;
}
.pb-main > .main > .main .pb-container {
  margin: 0px -15px;
}
.btn {
  font-weight: 700;
}
.btn-secondary.btn-hover:hover {
  background: white;
  color: #01a2e5;
}
.btn-cta {
  background: #ff6332 !important;
  color: white !important;
  border-color: #ff6332 !important;
}
.btn-cta:hover {
  background: white !important;
  color: #ff6332 !important;
}
.main {
  max-width: 1140px;
  margin: 0 auto;
}
.popular,
.sidemenu {
  background: #01a2e5;
  background: repeating-linear-gradient(135deg, #01a2e5, #01a2e5 2px, #018cc8 2px, #01a2e5 4px) !important;
}
a.sidemenu_trigger {
  position: fixed;
  background: #01a2e5;
  top: 10px;
  left: 10px;
  z-index: 100;
  border-radius: 50%;
  padding: 10px;
  font-size: 20px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 1em;
  text-align: center;
}
.scrolled a.sidemenu_trigger {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
a.sidemenu_trigger:hover {
  background: #0190cc;
}
.sidemenu {
  z-index: 101;
  box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.4);
}
.sidemenu .sidemenu-menus li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1.6em;
  font-size: 1.2em;
}
.sidemenu .sidemenu-menus a:hover {
  background: rgba(0, 0, 0, 0.2) !important;
  color: #fff;
}
.sidemenu .sidemenu-menus li.active > a {
  background: rgba(0, 0, 0, 0.05) !important;
  font-weight: bolder !important;
  color: #fff;
}
.sidemenu .menu-social a {
  width: 36px;
  height: 36px;
  background: #222;
  font-size: 1.2em;
  border-radius: 50%;
  padding: 5px;
}
#header {
  padding: 20px 0px 20px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 15px solid #313131;
}
#header .tel,
#header .email {
  color: #0b1832;
  text-decoration: none;
  line-height: 1em;
}
#header .telemail {
  margin-top: 0px;
}
#header .tel {
  font-size: 2em;
}
#header .menu {
  margin: 0;
}
.container {
  max-width: 95%;
}
#logo {
  display: block;
  text-align: center;
}
#logo img {
  border-left: 1px solid #0b1832;
  border-right: 1px solid #0b1832;
  padding: 0px 5px;
}
.menu a {
  text-decoration: none;
}
#mainnav {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 15px;
}
#mainnav li {
  position: relative;
  transition: 0.3s;
}
#mainnav .menu-primary > li > a,
#mainnav .menu-primary > li > span {
  color: #0b1832;
  text-transform: uppercase;
  padding: 5px 10px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
}
#mainnav .menu-primary > li > a:hover {
  color: #28a0ed;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.featuredimage.has-cta h1 {
  display: none;
}
.featuredimage {
  text-align: center;
  position: relative;
}
.featuredimage .main {
  max-width: 1140px;
  margin: 0 auto;
}
.featuredimage.has-image {
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
  max-height: 500px;
  overflow: hidden;
}
.featuredimage.has-image > img {
  visibility: hidden;
}
.featuredimage.has-image > .content h1 {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 10px;
  bottom: 20px;
  position: absolute;
}
.featuredimage.has-image,
.featuredimage.has-cta {
  border-bottom: 15px solid #313131;
  margin-bottom: 20px;
}
.plugin-frontpage .featuredimage.has-cta {
  border-bottom: none;
}
.pagebuilder .featuredimage.has-image,
.pagebuilder .featuredimage.has-cta {
  margin-bottom: 0px;
}
.featuredimage.has-image {
  margin-bottom: 30px;
}
@supports (transform:translateX(-50%)) {
  .featuredimage.has-image > .content h1 {
    left: 50%;
    transform: translateX(-50%);
  }
}
.btn {
  border-radius: 0px;
}
.btn-primary {
  background: #80ba70;
  border: 1px solid #7db86d;
}
.btn-secondary {
  background: #01a2e5;
  border: 1px solid #019ee0;
  color: #fff;
}
.btn-grey {
  background: #313131;
  border: 1px solid #2e2e2e;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:hover {
  background: #71b25f;
  border: 1px solid #71b25f;
  color: #fff;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:active:hover {
  background: #0190cc;
  border: 1px solid #0190cc;
  color: #fff;
}
.btn-grey:hover,
.btn-grey:active,
.btn-grey:focus,
.btn-grey:active:hover {
  background: #242424;
  border: 1px solid #242424;
  color: #fff;
}
#header .btn {
  font-size: 16px;
  font-weight: 700;
}
#header .btn .fa {
  font-size: 1.2em;
  margin-right: 5px;
}
#top-content {
  padding: 0px;
}
#above-content,
#below-content {
  padding: 20px;
}
#above-content {
  padding-bottom: 0px;
}
#below-content {
  padding-top: 0px;
}
body {
  overflow-x: hidden;
}
#content {
  padding: 20px;
}
#content .pb {
  margin: -20px;
}
#header .menu-social,
#bottom .menu-social {
  padding-top: 3px;
}
#header .menu-social .fa,
#bottom .menu-social .fa {
  padding: 5px 10px;
  margin-right: 0px;
}
#bottom .menu-social a {
  font-size: 1.5em;
  padding: 5px;
}
#header .menu li + li {
  margin-left: 3px;
}
#logo,
#header .telemail {
  margin-top: 15px;
}
#mainnav .menu-primary li ul {
  display: none;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  top: 100%;
  left: 0px;
  width: 200%;
  min-width: 300px;
  position: absolute;
  z-index: 100;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}
#mainnav .menu-primary > li > ul {
  display: block;
  overflow: hidden;
  height: 0;
  padding: 0;
  transform: translateY(-10px);
  transition: transform 0.3s linear;
  text-align: left;
  min-width: 200%;
  width: auto;
}
#mainnav .menu-primary > li:hover > ul,
#mainnav .menu-primary > li.hover > ul {
  transform: translateY(0);
  padding: 20px;
  height: auto;
}
#mainnav .menu-primary li > ul a {
  color: #555;
  padding: 4px 5px;
  width: 100%;
  font-weight: normal;
  display: block;
  text-transform: none;
  padding-left: 15px;
}
#mainnav .menu-primary li > ul a:before {
  content: '> ';
  position: absolute;
  left: 0;
  color: #ddd;
}
#mainnav .menu-primary li > ul a:hover {
  background: #ededed;
}
#mainnav .menu-primary li > ul li + li {
  border-top: 1px solid #f1f1f1;
  margin: 0;
}
#mainnav .menu-primary li > ul ul {
  top: 0px;
  left: 100%;
}
#mainnav .menu-primary li.right > ul ul {
  top: 0px;
  right: 100%;
  left: auto;
}
#mainnav .menu-primary > li.right > ul {
  right: 0px;
  left: auto;
}
#mainnav .menu-primary li:hover > ul,
#mainnav .menu-primary li.hover > ul {
  display: block;
}
@media (max-width: 1140px) {
  .main {
    padding-left: 15px;
    padding-right: 15px;
  }
  #content {
    padding: 20px 15px;
  }
  #content .pb {
    margin: -20px -15px;
  }
}
#header .menu-primary > li {
  margin-left: 3px;
}
#header .menu-primary > li + li:before {
  content: '';
  border-left: 1px solid #e6e6e6;
  height: 50%;
  margin-right: 3px;
}
#header .email {
  font-size: 0.8em;
}
@media (max-width: 950px) {
  #header {
    padding-bottom: 20px;
    border-bottom-width: 5px;
  }
  .featuredimage.has-image {
    background: local;
  }
  .featuredimage.has-image {
    background: none !important;
    background: none;
  }
  .featuredimage.has-image > img {
    visibility: visible;
  }
  .featuredimage.has-image > .content > h1 {
    background: none;
    position: static;
    color: #0b1832;
    transform: none;
  }
  #header .row {
    display: flex;
    flex-flow: wrap;
  }
  #header .span4 {
    display: block;
    float: none;
    width: 50%;
    flex: 1 0 50%;
  }
  #header .logospan {
    flex: 0 1 100%;
    width: 100%;
    order: -1;
    margin-bottom: 10px;
  }
  #logo img {
    border: none;
  }
}
@media (max-width: 768px) {
  #header {
    text-align: center;
  }
  #header .items-right > * {
    float: none;
  }
  #header .span4 {
    width: 100%;
    flex: 1 1 100%;
  }
  #header .menu {
    justify-content: center;
  }
  #header .email {
    display: none;
  }
  #logo img {
    padding: 0px 40px;
  }
  .featuredimage .content {
    width: 100%;
  }
  .featuredimage.has-image,
  .featuredimage.has-image .content,
  .featuredimage.has-image .content h1 {
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 0;
    position: static;
    transform: translateX(0%);
    border: none;
    margin: 0;
    max-height: none;
  }
  .featuredimage.has-image .content h1 {
    margin-top: 20px;
    background: none;
    color: #28a0ed;
    text-align: left;
  }
}
.blue-bg {
  background: #01A2E5;
}
.dark {
  color: #fff;
}
.dark a {
  color: inherit;
}
.pb-element p,
.pb-element h1,
.pb-element h2,
.pb-element h3,
.pb-element h4,
.pb-element h5,
.pb-element h6 {
  margin: 0.5em 0;
}
.pb-element p:last-child,
.pb-element h1:last-child,
.pb-element h2:last-child,
.pb-element h3:last-child,
.pb-element h4:last-child,
.pb-element h5:last-child,
.pb-element h6:last-child {
  margin-bottom: 0;
}
.pb-element p:first-child,
.pb-element h1:first-child,
.pb-element h2:first-child,
.pb-element h3:first-child,
.pb-element h4:first-child,
.pb-element h5:first-child,
.pb-element h6:first-child {
  margin-top: 0;
}
.pb-element-title[class*="-bg"] {
  padding: 20px 0px;
}
.dark-grey-bg {
  background: #292b2c;
  color: #fff;
}
.greyalpha-bg {
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
}
.pricing_display > div {
  color: #fff;
  background: rgba(1, 162, 229, 0.7);
}
.pricing_display > div a {
  color: #fff;
}
.pricing_display > div .ticks {
  margin-top: 20px;
}
.pb .pricing-container {
  padding: 20px;
}
h6 {
  font-size: 1.1em;
  font-weight: bold;
}
footer {
  background: #4F4F4F;
  padding-top: 50px;
  padding-bottom: 50px;
}
footer .footer-container {
  border-top: 8px solid #01A2E5;
  padding-top: 20px;
}
footer #footer-logo {
  margin-bottom: 20px;
}
footer .row {
  border-top: 2px solid #01A2E5;
  margin: 0;
}
footer h3 {
  border-bottom: 2px solid #01A2E5;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1em;
  padding: 5px 0px;
  margin-bottom: 10px;
}
footer .copyright {
  font-size: 10px;
  text-transform: uppercase;
}
footer .copyright p {
  margin-bottom: 0px;
  text-align: center;
  letter-spacing: 2px;
}
footer .menu li {
  padding: 5px;
  list-style: disc;
  margin-left: 10px;
  font-size: 0.9em;
}
footer a:hover,
footer a:active,
footer a:active:hover,
footer a:focus {
  color: #fff;
  text-decoration: underline;
}
#bottom {
  padding: 20px;
}
#securityseal {
  text-align: right;
  margin-top: 55px;
}
.cta-quickquote {
  position: fixed;
  bottom: 0;
  left: 20px;
  height: auto !important;
  background: #ff6332;
  z-index: 100;
  padding-bottom: 50px;
  margin-bottom: -50px;
  overflow: visible;
}
.cta-quickquote .fa-close {
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 50%;
  background: #b0692f;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 18px;
}
.cta-quickquote.dismissed .fa-close {
  display: none;
}
.cta-quickquote_layer_back {
  opacity: 0.2;
}
.cta-quickquote_layer_form {
  display: none;
}
.quickquote {
  z-index: 1;
  position: relative;
  color: #fff;
}
.quickquote > div {
  padding: 20px;
}
.quickquote .showform + div {
  /*width:200px;*/
}
.darken {
  background: rgba(0, 0, 0, 0.2);
}
#bottom h2 {
  text-transform: uppercase;
}
.buttons {
  margin: 3px -2px;
}
.row.indent,
.main .row.indent {
  width: 90%;
  margin: 0 auto;
}
.input-container {
  flex-grow: 1;
}
.input-container > fieldset {
  flex-grow: 1;
}
.input-container textarea {
  width: 100%;
  min-height: 120px;
}
.input-container input,
.input-container textarea,
.input-container select {
  /*width:100%;	*/
}
#bottom {
  margin-bottom: 30px;
}
#bottom .label-container {
  margin: 0;
}
#bottom .label-container .label {
  text-transform: uppercase;
  font-size: 1.1em;
}
#bottom h2 {
  text-transform: uppercase;
  margin-bottom: 1em;
}
#bottom .box {
  padding: 40px;
  background: #fbfbfb;
  border: 1px solid #f4f4f4;
}
#bottom .menu-social a {
  min-width: 55px;
  display: inline-block;
  text-align: center;
}
#content .form_contact_form textarea {
  height: 142px;
}
.steps_progress {
  font-size: 1.1em;
  justify-content: flex-start;
  background: #f2f2f2;
  margin-bottom: 20px;
  overflow: hidden;
}
.steps_progress > div + div {
  margin-left: 0px;
  border-left: 1px solid #e2e2e2;
}
.steps_progress .number {
  display: none;
}
.steps_progress > div {
  vertical-align: middle;
  padding: 10px 40px 10px 40px;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  color: #c2c2c2;
  transition: all 0.3s linear;
}
.steps_progress > div::before {
  content: ' ';
  font-size: 1.6em;
  line-height: 40px;
  font-family: FontAwesome;
  position: absolute;
  top: 10px;
  left: 15px;
  line-height: 1em;
  color: rgba(0, 0, 0, 0.3);
}
.steps_progress > div.active {
  background: #c2c2c2;
  border-left-color: #c2c2c2;
  color: #fff;
  padding-left: 60px;
}
.steps_progress > div.active::before {
  content: '\f054';
}
.steps_progress > div.completed {
  background: #80ba70;
  border-left-color: #80ba70;
  color: #fff;
  padding-left: 60px;
}
.steps_progress > div.completed::before {
  content: '\f00c';
}
.was {
  display: inline-block;
}
.pill {
  border-radius: 3px;
  padding: 10px;
  font-size: 1.1em;
  margin: 10px;
  text-align: center;
  color: #fff;
  background: #80ba70;
  line-height: 1.3em;
}
.pill.calcdate {
  background: #01a2e5;
  font-size: 1em;
}
.pill.amount {
  font-size: 2em;
}
.center {
  text-align: center;
  align-items: center;
}
.pricebox {
  text-align: center;
  box-shadow: inset 0px 0px 120px rgba(0, 0, 0, 0.1);
}
.pricebox .pill,
.pricebox b {
  display: block;
  text-align: center;
}
.pricebox .pill {
  box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.8), 0px 0px 50px rgba(255, 255, 255, 0.8), 0px 0px 50px rgba(255, 255, 255, 0.8);
}
.pricebox img {
  margin: 10px;
}
.pricebox .label {
  font-size: 11px;
  color: #555;
}
.pricebox .input-container {
  width: 80%;
  margin: 0 auto;
}
.pricebox input {
  width: 100%;
}
.fieldset-prices > .formitem {
  width: 49%;
  font-size: 1.2em;
  float: left;
  padding: 1%;
  margin-left: 1%;
  margin-bottom: 1%;
  border: 1px solid #f1f1f1;
  background: #f8f8f8;
  border-radius: 5px;
  clear: none !important;
}
.fieldset-prices > .formitem select,
.fieldset-prices > .formitem input,
.fieldset-prices > .formitem .input-inner {
  width: 100%;
}
.topprice {
  margin-bottom: 20px;
  padding: 10px;
  background: #01a2e5;
  color: #fff;
}
.topprice > div + div {
  margin-left: 20px;
}
.box {
  padding: 40px;
  background: #f2f2f2;
  border: 1px solid #ddd;
}
.box + .box {
  margin-top: 20px;
}
#mainnav.sticky {
  z-index: 15;
}
.step-previous,
.step-previous:hover {
  background: #c2c2c2;
  border: 1px solid #b5b5b5;
  color: #fff;
  font-weight: normal;
}
.postarchive-testimonials > .archive-items,
.postarchive-guarantees > .archive-items,
.postarchive-staff > .archive-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.postarchive-testimonials > .archive-items > div,
.postarchive-guarantees > .archive-items > div,
.postarchive-staff > .archive-items > div {
  position: relative;
  margin-bottom: 30px;
  min-height: 40px;
  padding: 25px 50px;
  background: #f5f5f5;
  border-radius: 2px;
  font-size: 0.9em;
  display: flex;
  flex-direction: column;
  flex-basis: 30%;
  justify-content: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.mobile .postarchive-testimonials > .archive-items > div,
.mobile .postarchive-guarantees > .archive-items > div,
.mobile .postarchive-staff > .archive-items > div {
  flex-basis: 97%;
}
.postarchive-staff > .archive-items > div {
  justify-content: flex-start;
}
.postarchive-guarantees > .archive-items {
  margin: -15px;
  justify-content: space-around;
}
.postarchive-guarantees > .archive-items > div {
  flex-basis: 47%;
  justify-content: flex-start;
}
.mobile .postarchive-guarantees > .archive-items > div {
  flex-basis: 97%;
}
.postarchive-guarantees > .archive-items h3 {
  font-size: 2em;
  background: #01a2e5;
  padding: 10px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  min-height: 2.8em;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
.postarchive-guarantees > .archive-items h3::before {
  font-size: 4em;
  position: absolute;
  color: rgba(255, 255, 255, 0.2);
  top: -20px;
  right: -20px;
  content: "\f005";
  font-family: FontAwesome;
  transform: rotate(20deg);
}
q {
  position: relative;
  line-height: 1.2em;
  margin-bottom: 20px;
  display: block;
}
q::before,
q::after {
  font-size: 4em;
  color: #01a2e5;
  position: absolute;
  line-height: 20px;
}
q::before {
  left: -30px;
  top: 0px;
}
q::after {
  right: -30px;
  bottom: -20px;
}
.featuredimage.no-image.no-cta .content .main {
  padding-top: 20px;
  text-align: left;
}
.featuredimage.no-image.no-cta h1 {
  margin-bottom: 20px;
  color: #28a0ed;
}
.questions > header {
  margin-bottom: 20px;
}
.questions > header input {
  float: right;
}
accordion + accordion {
  margin-top: 0px;
}
accordion {
  margin-bottom: 10px;
  clear: both;
}
.questions accordion > section {
  background: #fff;
  margin-bottom: 0;
  border-top: none;
}
.questions accordion > header {
  background: #f8f8f8;
  border: 1px solid #ddd;
}
.questions accordion > header:before {
  content: 'Q. ';
  font-weight: normal;
  color: #888;
  font-size: 0.8em;
}
.post-blog {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0px;
}
.pagenav a {
  margin: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 1.1em;
  color: #0275d8 !important;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.5;
}
.pagenav a.current {
  background-color: #0275d8 !important;
  border-color: #0275d8 !important;
  color: #fff !important;
}
.pagenav a:hover {
  background-color: #eceeef;
  border: 1px solid #ddd;
  color: #0275d8 !important;
}
.pagenav a.current:hover {
  color: #fff !important;
}
.error404 {
  min-height: 500px;
  background: #f1f1f1;
}
.error404 span {
  line-height: 1.6em;
}
.error404 p {
  text-align: center;
  font-size: 2em;
  line-height: 1.6em;
}
ul.tick li,
ul.check li {
  background-position: 5px 5px;
}
.boxed {
  margin: -1% !important;
}
.boxed > * {
  margin: 10px;
  padding: 10px;
  background-color: #f5f5f5;
  border-radius: 2px;
  font-size: 0.9em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.check.boxed > *,
.tick.boxed > * {
  background-position: 10px 10px;
}
.indented {
  width: 80% !important;
  margin: 0 auto !important;
}
ul.check.check33.boxed li {
  width: 31%;
  margin: 1%;
  padding-right: 20px;
}
ul.check.check50.boxed li {
  width: 48%;
  margin: 1%;
}
.mobile ul.check {
  padding: 0;
  margin: 0;
}
.testimonials-shortcode .rating {
  float: right;
  width: 100px;
  color: #ffdd03;
  margin-left: 10px;
  margin-bottom: 20px;
}
.horizontal-scroll {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.horizontal-scroll::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 285px;
  z-index: 1;
  background: url(/themes/themename/assets/images/whitegrad-left.png) repeat-y;
}
.horizontal-scroll::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 285px;
  background: url(/themes/themename/assets/images/whitegrad-right.png) repeat-y;
}
.horizontal-scroll .testimonials-shortcode > * {
  float: left;
  margin: 10px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  max-width: 546px;
  min-width: 500px;
  background: #fdfdfd;
}
.testimonials-shortcode .testimonial {
  clear: both;
  margin: 10px 30px;
  font-size: 0.9em;
}
.testimonials-shortcode .testimonial q > div {
  overflow: hidden;
  text-overflow: ellipsis;
}
.testimonials-shortcode .testimonial q::before,
.testimonials-shortcode .testimonial q::after {
  color: #ddd;
}
#header {
  overflow: hidden;
  padding-right: 15px;
  padding-left: 15px;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.main .row {
  margin-left: -15px;
  margin-right: -15px;
}
.payment_buttons {
  float: right;
}
.payment_buttons .hasimg span {
  display: none;
}
.payment_buttons label {
  cursor: pointer;
  color: #80ba70;
}
.payment_buttons .noimg span {
  text-decoration: underline;
}
.nospace > * {
  padding: 0;
}
#feefotop.dark-grey-bg h3 {
  color: #777 !important;
  margin: 20px 0px 0px;
  font-size: 1.6em;
}
#feefotop.dark-grey-bg * {
  color: #fff !important;
  text-align: right !important;
}
#feefotop.dark-grey-bg a {
  color: #01a2e5 !important;
}
#feefotop.dark-grey-bg .testimonials-shortcode > div {
  width: 100%;
}
#feefotop {
  padding: 10px 0px;
}
#feefotop .module {
  margin: 0;
  padding: 0;
}
#feefotop .span4 {
  text-align: center;
}
#feefotop .testimonial-by {
  text-transform: uppercase;
  font-family: 'Zilla Slab', serif;
  margin-right: 30px;
}
#feefotop .testimonial {
  font-family: 'Zilla Slab', serif;
  font-size: 1em;
}
#feefotop p {
  margin: 0px;
}
.testimonial-by {
  text-align: right;
  margin-top: 10px;
  clear: both;
}
.testimonials-shortcode .testimonial q div {
  max-height: 3.8em;
  text-overflow: ellipsis;
  text-align: justify;
}
.testimonials-shortcode .readmore {
  float: right;
  font-size: 0.8em;
  margin-right: 30px;
}
.testimonials-shortcode_button,
.testimonials-shortcode_button:hover {
  border-radius: 20px;
  padding: 10px 20px;
  color: #414143;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #bbb;
  background: #fff;
}
.testimonials-shortcode_button img,
.testimonials-shortcode_button:hover img {
  max-width: 140px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.testimonials-shortcode_button .stars,
.testimonials-shortcode_button:hover .stars {
  color: #ffdd00;
  white-space: nowrap;
  font-size: 1.2em;
}
.testimonials-shortcode_button .text,
.testimonials-shortcode_button:hover .text {
  font-size: 20px;
}
.form_essay_calculator .btn-upload {
  font-size: 1.4em;
  font-weight: normal;
}
.servindent .box img {
  padding: 0px 50px;
  width: auto;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
#cookie_message {
  padding: 10px;
  background: #292b2c;
  font-size: 0.9em;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  color: #fff;
}
#cookie_message p {
  margin: 0;
}
#cookie_message p + p {
  margin-top: 10px;
}
#cookie_message a {
  color: inherit;
}
.mobile #cookie_message .message,
.tablet #cookie_message .message {
  padding-left: 50px;
}
#thankyou {
  background: #28a0ed;
  color: #fff;
  padding: 40px;
  font-size: 1.2em;
}
#thankyou a,
#thankyou a:hover,
#thankyou a:visited,
#thankyou a:active {
  color: #fff;
}
#thankyou td {
  font-size: 1.4em;
  line-height: 1.6em;
}
#thankyou tbody > tr > th {
  padding-right: 5px;
  min-width: 200px;
}
#friendlist {
  padding: 15px 0px;
}
#friendlist img {
  vertical-align: top;
}
#friendlist h3 {
  font-size: 15px;
  display: inline-block;
  margin-left: 10px;
}
#friendlist div {
  cursor: pointer;
  margin-bottom: 5px;
  padding: 5px;
}
#friendlist div:hover {
  background: #ddd;
}
#friendlist div.selected {
  opacity: 0.5;
  background: #7fb96f;
  color: #fff;
}
#facebookfriends {
  display: flex;
  flex-wrap: wrap;
}
#facebookfriends > div {
  background: #f1f1f1;
  padding: 5px;
  margin: 5px;
}
#facebookfriends img {
  width: 32px;
  height: 32px;
  vertical-align: top;
}
#facebookfriends h3 {
  font-size: 12px;
  display: inline-block;
  white-space: nowrap;
  margin: 0;
  margin-left: 5px;
}
#friend_success_message > div {
  margin-bottom: 20px;
  padding: 20px;
  color: #fff;
  background: #7fb96f;
}
#friend_success_message a {
  color: #fff;
}
#friend_sent div {
  display: inline-block;
}
#friend_sent div a {
  display: inline-block;
  margin: 0px 5px 5px 0px;
  background: #7fb96f;
  color: #fff;
  text-decoration: none;
}
.your_details label {
  display: block;
  font-size: 1.2em;
}
.friends_form label {
  font-size: 0.8em;
}
.friends_form label span {
  display: block;
}
.friend {
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
}
.friend + .friend {
  border-top: 3px solid rgba(0, 0, 0, 0.2);
  padding-top: 20px;
}
.friend a {
  position: absolute;
  color: #fff;
  font-size: 0.7em;
  padding: 10px;
  top: 10px;
  right: -5px;
  z-index: 10;
}
.friends_form input[type="text"],
.friends_form input[type="email"] {
  padding: 10px;
  background: #333;
  border: 1px solid #fff;
  background: #fff;
  color: #000;
  width: 100%;
  box-sizing: border-box;
}
.friends_form .col1 {
  background: #79a6bb;
  color: #fff;
  margin: 0;
  border-bottom: 10px solid #333;
  padding-top: 10px;
}
.friends_form .add_friend.button {
  background: #7fb96f;
  background: 1px solid #7fb96f;
  color: #fff;
  font-size: 0.9em;
  display: inline-block;
  padding: 2px 8px;
}
.friends_form .add_friend.button:hover {
  background: #fff;
  color: #7fb96f;
  text-decoration: none;
}
.friends_form > .row {
  display: flex;
  margin: 0;
}
.friends_form > .row > .span6 {
  width: 50%;
  margin: 0;
}
.friends_form .col2 {
  background: #333;
  color: #fff;
  margin: 0;
  border-top: 10px solid #79a6bb;
  padding-bottom: 10px;
}
.friends_form .pad {
  padding: 10px 20px;
}
.friends_form h2 {
  font-size: 2em;
  color: #fff;
  background: none;
  padding: 0;
  margin-bottom: 20px;
}
.friends_form {
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}
.friends_form > .buttons button.btn-primary {
  font-size: 1.6em;
  width: auto;
  min-width: 31%;
  text-align: center;
  background: #333;
  text-transform: uppercase;
  border-left: 10px solid #79a6bb;
  border-right: 10px solid #79a6bb;
  padding: 20px;
  color: #79a6bb;
  margin-top: 20px;
  margin-left: 2%;
  margin-bottom: 20px;
}
.friends_form > .buttons button.btn-primary:hover {
  color: #fff;
}
.featuredimage.has-image.has-sub > .content .main {
  max-width: 600px;
  background: rgba(128, 186, 112, 0.7);
  color: #fff;
  padding: 20px;
  text-align: center;
}
.featuredimage.has-image.has-sub > .content .main h1 {
  position: static;
  transform: none;
  background: none;
}
.featuredimage.has-image.has-sub > .content .main a {
  color: #fff;
}
.subscribe_cta .buttons {
  text-align: center;
}
.subscribe_cta .buttons .btn-subscribe {
  font-size: 1.2em;
}
footer .menu-footer {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9em;
}
footer .menu-footer li {
  list-style: none;
  margin-right: 8px;
  margin-left: 0px;
  padding: 0;
}
footer .menu-footer li a {
  color: #01A2E5;
}
#friend_sent {
  display: none;
}
#tve_flt h1,
#tve_flt h2,
#tve_flt h3,
#tve_flt h4,
#tve_flt h5,
#tve_flt h6 {
  clear: both;
}
@media (max-width: 768px) {
  #thankyou th,
  #thankyou td {
    display: block;
    text-align: left;
  }
  #feefotop .span4 {
    margin-bottom: 20px;
  }
  .horizontal-scroll::before {
    margin-left: -100px;
  }
  .horizontal-scroll::after {
    margin-right: -100px;
  }
  ul.check.check33,
  ul.tick.column3,
  ul.boxed.check.check33,
  ul.boxedtick.column3 {
    display: flex;
  }
  ul.check.check33 li,
  ul.tick.column3 li {
    width: 50%;
  }
  ul.check.boxed.check33 li,
  ul.boxed.tick.column3 li {
    width: 48%;
  }
  .cta-quickquote {
    display: none;
  }
}
#header .btn.btn-link {
  background: none;
  border: none;
  color: #111;
}
#header .btn.btn-link.small .fa {
  font-size: 14px;
}
#header a[href="#close"] {
  padding: 0px 5px;
}
#header input[type="search"],
#header input[type="search"]:focus {
  border: 1px solid #ddd;
  outline: none !important;
  height: 99%;
  font-weight: normal;
}
.searchbox404 {
  margin: 0 auto;
  max-width: 350px;
}
.searchbox404 h3 {
  font-size: 1.2em;
  margin: 20px 0px 0px;
}
.searchbox404 .module {
  padding-top: 10px;
}
.searchbox404 input {
  height: 100%;
  margin: 0;
}
.boldgreen b,
.boldgreen strong {
  color: #80ba70;
}
.boldblue b,
.boldblue strong {
  color: #01a2e5;
}
.boldorange b,
.boldorange strong {
  color: #ff6332;
}
.popular .btn-primary {
  background: #ff6332;
}
.popular .btn-primary:hover {
  background: #ff5018;
}
.pricing_display .popular ul .fa {
  color: #ff6332;
}
.trust {
  background: #80ba70;
  color: #fff;
}
.pad {
  padding: 20px;
}
.padmore {
  padding: 40px;
}
.trust {
  border-bottom: 2px solid #63a750;
  box-shadow: inset 0px 60px 120px rgba(0, 0, 0, 0.2);
}
.trust ul,
.trust li {
  margin: 0;
  padding: 0;
}
.trust .testimonial {
  font-size: 1.2em;
}
.trust .testimonials-shortcode .testimonial q div {
  max-height: 2.5em;
}
.trust .readmore {
  color: #fff;
  margin-right: 0;
  position: relative;
  z-index: 1000;
  top: -10px;
}
.trust q::before,
.trust q::after {
  color: #fff;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .hidden-sm {
    display: none;
  }
}
@media (max-width: 640px) {
  .fieldset-prices > .formitem {
    float: none;
    width: auto;
  }
}
@media (max-width: 500px) {
  .hidden-xs {
    display: none;
  }
}
@media (max-width: 500px) {
  ul.check.check33 li,
  ul.check.check33,
  ul.check.check33.boxed li,
  ul.check.check33.boxed {
    width: 100%;
  }
  .horizontal-scroll .testimonials-shortcode > * {
    max-width: 346px;
    min-width: 300px;
  }
  .horizontal-scroll::before,
  .horizontal-scroll::after {
    display: none;
  }
  .sly-container {
    padding: 0 !important;
  }
  .horizontal-scroll .testimonials-shortcode > * {
    width: 280px;
    min-width: 280px;
  }
  .sly-wrap .next {
    width: 30px;
    right: 0px !important;
  }
  .sly-wrap .prev {
    width: 30px;
    left: 0px !important;
  }
  .cta-quickquote {
    display: none !important;
  }
}
.btn-payment-request {
  background: linear-gradient(90deg, #80ba70, #219d39, #80ba70);
  box-shadow: inset 0px -20px 30px 0px rgba(0, 0, 0, 0.1);
  background-size: 200% 100%;
  font-size: 1.1em;
  padding: 15px 20px;
  white-space: normal;
  -webkit-animation: ctabutton 5s ease infinite;
  -moz-animation: ctabutton 5s ease infinite;
  animation: ctabutton 5s ease infinite;
}
.btn-payment-request .fa {
  font-size: 0.9em;
}
@-webkit-keyframes ctabutton {
  0% {
    background-position: 4% 0%;
  }
  50% {
    background-position: 97% 100%;
  }
  100% {
    background-position: 4% 0%;
  }
}
@-moz-keyframes ctabutton {
  0% {
    background-position: 4% 0%;
  }
  50% {
    background-position: 97% 100%;
  }
  100% {
    background-position: 4% 0%;
  }
}
@keyframes ctabutton {
  0% {
    background-position: 4% 0%;
  }
  50% {
    background-position: 97% 100%;
  }
  100% {
    background-position: 4% 0%;
  }
}
.other_opts .choose_other_payment_type {
  text-align: center;
  color: #999;
  padding: 20px 0px;
}
.other_opts .choose_other_payment_type .or {
  font-size: 1.3em;
  padding-bottom: 20px;
}
.other_opts .payment_buttons {
  float: none;
  justify-content: center;
}
.other_opts .payment_buttons span {
  text-decoration: none;
  color: #999;
}
.other_opts .payment_buttons label {
  text-align: center;
  padding: 0px 10px;
}
.other_opts .payment_buttons .lgimg.hidden {
  width: auto;
  max-height: 70px;
  display: inline-block !important;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.7;
}
.other_opts .payment_buttons label:visible + label {
  border-left: 1px solid #f1f1f1;
}
.other_opts .payment_buttons label:hover .lgimg.hidden {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.other_opts .payment_buttons label:hover span {
  color: #000;
}
.other_opts .payment_buttons img.lgimg + .smimg {
  display: none;
}
.payment-request-button::before {
  display: block;
  content: 'Use the button below to use saved cards or mobile payments like Google Pay, Apple Pay etc';
  margin-bottom: 20px;
  color: #999;
  text-align: center;
}
.checkout-formitems {
  justify-content: center;
}
.checkout-formitems > * {
  margin: 20px 00px 0px;
  padding: 20px;
  flex-grow: 1;
}
.checkout-formitems > * + * {
  border-left: 1px solid #f1f1f1;
}
.checkout-formitems .label {
  text-transform: uppercase;
  color: #888;
  font-size: 14px !important;
  font-size: 0.8rem !important;
  font-weight: bold;
  transform: scale(1) !important;
}
.checkout-formitems .focused .label {
  color: #666;
  font-size: 14px !important;
  font-size: 0.8rem !important;
  transform: scale(1) !important;
}
.checkout-formitems .payment_form_cc select,
.checkout-formitems .payment_form_cc .select2 {
  width: 80px !important;
  min-width: 80px !important;
}
@keyframes swing {
  0% {
    transform: rotate(9deg);
  }
  100% {
    transform: rotate(-9deg);
  }
}
@keyframes scale {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: rotate(1.1);
  }
}
@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.archive-items .imgcont {
  margin-bottom: 10px;
}
.payment_pending {
  background: #de6d3b;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  -webkit-animation: Gradient 15s ease infinite;
  -moz-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 20px;
  text-align: center;
}
.payment_pending .fa {
  font-size: 3em;
  margin-bottom: 10px;
  animation: scale ease-in-out 1s infinite alternate;
}
.payment_pending h2 {
  font-size: 1.3em;
  animation: scale ease-in-out 1s infinite alternate;
}
.payment_pending .progress {
  display: none;
  margin: 20px 0px 0px;
}
.payment_pending .progress > div {
  height: 5px;
  background: rgba(0, 0, 0, 0.05);
  margin: 0;
}
.sidemenu .sidemenu-menus a.opensub:hover {
  background: none !important;
  color: #fff;
}
.mobile #bottom {
  margin: 0;
  padding: 0;
}
.mobile #bottom > .main,
.mobile #bottom .main > .row {
  margin: 0;
  padding: 0;
  width: 100%;
}
.mobile #bottom .main > .row > * {
  margin-bottom: 15px;
}
.mobile .box {
  padding: 15px;
}
.dark hr {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.form-suffix-minimum .fieldset-prices > .formitem {
  background: none;
  border: none;
  padding: 0;
  font-size: 1.05em;
}
.form-suffix-minimum #step_progress {
  background: transparent;
  font-size: 0.8em;
  justify-content: center;
}
.form-suffix-minimum #step_progress > div.active {
  background: #01a2e5;
}
.form-suffix-minimum #step_progress > div + div {
  border-left: 1px solid #222;
}
.form-suffix-minimum input,
.form-suffix-minimum select,
.form-suffix-minimum textarea {
  border: 1px solid #222;
  color: #222;
  background: #eee;
}
.form-suffix-minimum .checkout-formitems > * + * {
  border-left: none;
}
.form-suffix-minimum .calc_option_types li > a {
  color: #A7D9EF;
  font-size: 1.1em;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
}
.form-suffix-minimum .calc_option_types .more {
  font-size: 0.8em;
  margin-top: 10px;
  display: inline-block;
}
#top-module > .module {
  padding: 0;
}
/*# sourceMappingURL=/themes/themename/assets/css/serve.template.less.css.map */