@charset "UTF-8";
li.drop-nav__categories-view-all {
  border-bottom: none;
}
li.drop-nav__categories-view-all > div {
  margin: 0 0 -2px 0;
  padding: 20px 15px;
}
li.drop-nav__categories-view-all > div > a {
  width: 100%;
}

/*
@mixin robotoThin {
  font-family: 'RobotoThin', Arial, sans-serif;
  font-weight: 100;
  font-style: normal;
}

@mixin robotoThinItalic {
  font-family: 'RobotoThinItalic', Arial, sans-serif;
  font-weight: 100;
  font-style: italic;
}

@mixin robotoLightItalic {
  font-family: 'RobotoLightItalic', Arial, sans-serif;
  font-weight: 300;
  font-style: italic;
}
*/
.rwd-fw--lit {
  font-family: "RobotoLight", Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.rwd-fw--reg {
  font-family: "RobotoRegular", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.rwd-fw--reg-i {
  font-family: "RobotoRegularItalic", Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
}

.rwd-fw--med {
  font-family: "RobotoMedium", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}

/**
 * Colours
 */
/**
 * Base
 */
/**
 * Bootstrap
 */
.rwd-onboarding-progress-bar {
  font-size: 0;
  list-style: none;
  padding: 0;
}
.rwd-onboarding-progress-bar ul {
  padding: 0;
}
.rwd-onboarding-progress-bar ul li {
  display: inline-block;
  width: 25%;
}
.rwd-onboarding-progress-bar ul li .rwd-onboarding-progress-bar__text,
.rwd-onboarding-progress-bar ul li .rwd-onboarding-progress-bar__step {
  float: left;
}
.rwd-onboarding-progress-bar ul li .rwd-onboarding-progress-bar__step {
  border: 1px solid #b5b8bb;
  border-radius: 50%;
  color: black;
  display: inline-block;
  float: left;
  font-size: 20px;
  height: 80px;
  padding-top: 26.6666666667px;
  text-align: center;
  width: 80px;
}
.rwd-onboarding-progress-bar ul li .rwd-onboarding-progress-bar__text {
  align-items: center;
  display: flex;
  font-size: 16px;
  height: 80px;
  margin: 0 10px;
  max-width: 55%;
}
.rwd-onboarding-progress-bar ul li .rwd-onboarding-progress-bar__text em {
  color: #b5b8bb;
  font-style: normal;
}
.rwd-onboarding-progress-bar ul li.completed .rwd-onboarding-progress-bar__step, .rwd-onboarding-progress-bar ul li.active .rwd-onboarding-progress-bar__step {
  border: 3px solid #3bc03b;
}
.rwd-onboarding-progress-bar ul li.completed .rwd-onboarding-progress-bar__step {
  background-color: #3bc03b;
  color: #3bc03b;
  position: relative;
}
.rwd-onboarding-progress-bar ul li.completed .rwd-onboarding-progress-bar__step:after {
  color: #fff;
  content: "\e988";
  font-family: "icons";
  font-size: 48px;
  left: 13px;
  position: absolute;
  top: 25px;
}

/**
 * Colours
 */
/**
 * Base
 */
/**
 * Bootstrap
 */
.rwd-quote-progress-steps {
  background: #002e3f;
}
.rwd-quote-progress-steps ul {
  font-size: 0;
  list-style: none;
  padding: 0;
}
.rwd-quote-progress-steps ul li {
  color: #7A929A;
  display: inline-block;
  position: relative;
  width: 25%;
}
.rwd-quote-progress-steps ul li.active {
  color: #fff;
}
.rwd-quote-progress-steps ul li.active i {
  background-color: #fff;
}
.rwd-quote-progress-steps ul li.completed i {
  color: #7A929A;
}
.rwd-quote-progress-steps ul li.completed:after {
  color: #002e3f;
  content: "\e988";
  font-family: "icons";
  position: absolute;
}
.rwd-quote-progress-steps ul li i {
  background-color: #7A929A;
  border-radius: 50%;
  color: #002e3f;
  display: inline-block;
  float: left;
  font-family: "RobotoMedium", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .rwd-quote-progress-steps {
    padding: 20px 0 30px;
  }
  .rwd-quote-progress-steps ul li {
    font-size: 20px;
  }
  .rwd-quote-progress-steps ul li.completed:after {
    padding-right: 10px;
    font-size: 24px;
    left: 1px;
    margin-left: 10px;
    top: 2px;
    vertical-align: -4px;
  }
  .rwd-quote-progress-steps ul li i {
    height: 45px;
    margin-right: 10px;
    margin-top: -9px;
    padding-top: 9px;
    width: 45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .rwd-quote-progress-steps {
    padding: 20px 0;
  }
  .rwd-quote-progress-steps ul li {
    font-size: 16px;
  }
  .rwd-quote-progress-steps ul li.completed:after {
    font-size: 14px;
    left: 4px;
    padding-right: 3px;
    margin-left: 3px;
    top: 0;
    vertical-align: -1px;
  }
  .rwd-quote-progress-steps ul li i {
    height: 27px;
    margin-right: 6px;
    margin-top: -1px;
    padding-top: 1px;
    width: 27px;
  }
}
@media screen and (max-width: 767px) {
  .rwd-quote-progress-steps {
    padding: 20px 0;
  }
  .rwd-quote-progress-steps__small-hide {
    display: none;
  }
  .rwd-quote-progress-steps ul li {
    font-size: 16px;
  }
  .rwd-quote-progress-steps ul li.completed i {
    color: transparent;
  }
  .rwd-quote-progress-steps ul li.completed:after {
    color: #002e3f;
    padding-right: 8px;
    font-size: 16px;
    left: 2px;
    margin-left: 5px;
    vertical-align: -2px;
  }
  .rwd-quote-progress-steps ul li i {
    height: 30px;
    margin-right: 8px;
    margin-top: -2px;
    padding-top: 2px;
    width: 30px;
  }
}
@media screen and (max-width: 575px) {
  .rwd-quote-progress-steps {
    padding: 15px 0;
  }
  .rwd-quote-progress-steps ul li {
    font-size: 13px;
  }
  .rwd-quote-progress-steps ul li.completed:after {
    padding-right: 8px;
    font-size: 13px;
    left: 5px;
    margin-left: 0;
    padding-top: 1px;
    vertical-align: 0;
  }
  .rwd-quote-progress-steps ul li i {
    height: 25px;
    margin-right: 5px;
    margin-top: 0;
    padding-top: 0;
    width: 25px;
  }
}
@media screen and (max-width: 340px) {
  .rwd-quote-progress-steps {
    padding: 15px 0;
  }
  .rwd-quote-progress-steps ul li {
    font-size: 12px;
  }
  .rwd-quote-progress-steps ul li i {
    margin-right: 3px;
    margin-top: 1px;
  }
}
/**
 * Colours
 */
/**
 * Base
 */
/**
 * Bootstrap
 */
.tls-cookie-popup {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0 0 2px #5d5d5d;
  background-color: white;
  border: 1px solid #b5b8bb;
  bottom: 45px;
  left: 50px;
  position: fixed;
  width: 210px;
  z-index: 100001;
}
.tls-cookie-popup .btn:hover {
  cursor: pointer;
}
.tls-cookie-popup__box-heading {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #41afc6;
  color: white;
  font-family: "RobotoMedium", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  margin: 0;
  padding: 10px;
}
.tls-cookie-popup__box-heading i {
  font-size: 20px;
  padding-right: 3px;
  vertical-align: -3px;
}
.tls-cookie-popup__box-heading .tls-icon-font--cirlce-cross {
  float: right;
}
.tls-cookie-popup__box-heading .tls-icon-font--cirlce-cross:hover {
  cursor: pointer;
}
.tls-cookie-popup__box-body {
  font-size: 14px;
  padding: 10px 10px 5px;
}
.tls-cookie-popup__box-body p {
  margin: 5px 0 10px;
}
.tls-cookie-popup__box-body p a {
  color: #41afc6;
}
.tls-cookie-popup__box-body .rm-btn--core {
  font-weight: 500 !important;
}
.tls-cookie-popup__box-policy {
  color: #41afc6;
  display: inline-block;
  font-size: 15px;
  padding: 15px 5px 0 0;
  text-align: right;
  width: 100%;
}
.tls-cookie-popup__box-policy:hover {
  cursor: pointer;
  text-decoration: underline;
}
.tls-cookie-popup__box-turn-off {
  margin-bottom: 10px;
}

.tls-cookie-ctrl--mb .btn:hover {
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .tls-cookie-ctrl {
    bottom: 0;
    height: 60px;
    position: fixed;
    z-index: 100001;
  }
  .tls-cookie-ctrl__btn {
    border-color: transparent;
    border-style: solid;
    border-width: 60px 0 0 60px;
    border-left-color: #41afc6;
    border-top-color: rgba(69, 39, 101, 0);
    display: inline-block;
    height: 0;
    position: relative;
    width: 0;
    display: inline-block;
    position: relative;
  }
  .tls-cookie-ctrl__btn i {
    color: white;
    font-size: 28px;
    left: -60px;
    position: absolute;
    top: -30px;
  }
  .tls-cookie-ctrl__btn i:hover {
    cursor: pointer;
  }
  .tls-cookie-ctrl--mb {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .tls-cookie-ctrl--mb {
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    color: white;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    z-index: 999999;
  }
  .tls-cookie-ctrl--mb .tls-cookie-popup--mb-text,
  .tls-cookie-ctrl--mb .tls-cookie-popup--mb-text-cookies-off {
    font-size: 13px;
    line-height: 15px;
    margin: 0;
  }
  .tls-cookie-ctrl--mb .tls-cookie-popup--mb-settings {
    text-decoration: underline;
  }
  .tls-cookie-ctrl--mb .tls-cookie-popup--mb-settings:hover {
    cursor: pointer;
  }
  .tls-cookie-ctrl--mb .btn {
    padding: 6px 0 !important;
  }
  .tls-cookie-popup--mb,
  .tls-cookie-ctrl {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .tls-cookie-popup {
    left: 2%;
    right: 2%;
    width: 96%;
  }
}
/**
 * Colours
 */
/**
 * Base
 */
/**
 * Bootstrap
 */
.widget-code {
  background-color: #f2f7fa;
  margin-bottom: 30px;
  max-width: 700px;
  padding: 2px 35px 20px 25px;
}
.widget-code__text .icon-tooltip2 {
  font-size: 24px;
  line-height: 24px;
  margin-left: 4px;
  vertical-align: -4px;
}
.widget-code__text .icon-tooltip2:hover {
  cursor: pointer;
}
.widget-code__icon-code {
  font-size: 20px;
  margin-top: 15px;
}
.widget-code__icon-code:hover {
  cursor: pointer;
}
.widget-code .icon-arrow-down:before {
  font-size: 20px;
}
.widget-code__code-info {
  background-color: #fff;
  border: 2px solid #000;
  margin-bottom: 15px;
  margin-top: 20px;
  padding: 8px 10px;
}
.widget-code__output {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  margin-bottom: 15px;
  margin-top: 40px;
  padding: 15px 10px 1px;
}
.widget-code__output textarea {
  background-color: #fff;
  border: none;
  color: #000;
  font-size: 15px;
  height: auto;
  margin-bottom: 35px;
  outline: none;
  overflow: auto;
  resize: none;
}
.widget-code__output div {
  min-height: 80px;
  margin-bottom: 0;
  padding: 0px 15px;
}
.widget-code__output div span.btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.widget-code__output div span.btn:hover {
  cursor: pointer;
}
.widget-code__copy-notify {
  margin: 8px 15px 0 0;
  text-align: center;
}

/**
 * Colours
 */
/**
 * Base
 */
/**
 * Bootstrap
 */
.onboarding-geo-radius__table-filters {
  background-color: white;
  padding: 20px 30px 5px;
}
.onboarding-geo-radius__table-filters h2 {
  font-family: "RobotoMedium", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  margin: 0;
}
.onboarding-geo-radius__table-filters p {
  font-size: 14px;
  line-height: 14px;
}

.onboarding-geo-radius__table {
  margin-top: 15px;
}
.onboarding-geo-radius__table .coverage {
  padding: 0 0 30px;
}
.onboarding-geo-radius__table .coverage .core {
  background-color: white;
  min-width: inherit;
  max-width: inherit;
  padding: 0 25px 25px;
}
.onboarding-geo-radius__table table tr:first-child {
  border-bottom: 40px solid white;
}
.onboarding-geo-radius__table table tr {
  border-bottom: 10px solid white;
  border-top: 10px solid white;
}
.onboarding-geo-radius__table table tr td {
  background-color: #f2f7fa !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
.onboarding-geo-radius__table table tr td:first-child {
  font-family: "RobotoMedium", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  padding-top: 15px;
}

/**
 * Colours
 */
/**
 * Base
 */
/**
 * Bootstrap
 */
.onboarding-pricing__heading {
  border-bottom: 1px solid #b5b8bb;
  font-size: 15px;
  color: #5d5d5d;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.onboarding-pricing__category {
  font-size: 18px;
  padding-top: 20px;
}
.onboarding-pricing__category .icon-arrow-down:before {
  font-size: 24px;
  font-weight: bold;
}
.onboarding-pricing__category .icon:hover {
  cursor: pointer;
}
.onboarding-pricing__category .onboarding-pricing__category-img {
  margin-top: -18px;
  padding-right: 18px;
}
.onboarding-pricing__products .icon-tick2 {
  color: #3bc03b;
  font-size: 32px;
  font-weight: bold;
  margin-top: -5px;
}
.onboarding-pricing__products ul {
  display: none;
  font-size: 13px;
  list-style-type: none;
  padding-left: 0;
}
.onboarding-pricing__products ul li {
  background-color: #b5b8bb;
  display: inline-block;
  line-height: 22px;
  text-align: center;
  width: 40px;
}
.onboarding-pricing__products span.btn,
.onboarding-pricing__products a.btn {
  cursor: pointer;
  min-width: 140px;
  padding: 1px 20px;
}
.onboarding-pricing__products .row [class^=col-] {
  padding-bottom: 10px;
  padding-top: 10px;
}
.onboarding-pricing__products .row:nth-child(odd) [class^=col-] {
  background: #fff;
}
.onboarding-pricing__products .row:last-child {
  margin-bottom: 20px;
}
.onboarding-pricing__pricing-set {
  display: block !important;
}
.onboarding-pricing__pricing-set .onboarding-pricing__pricing-set--yes {
  background-color: #3bc03b;
}
.onboarding-pricing__get-leads {
  margin-top: 80px;
}
.onboarding-pricing__get-leads p {
  margin-bottom: 10px;
}

.onboarding-pricing-tabs .complexity-tabs-content__intro h2 {
  font-size: 20px;
  padding-top: 35px;
}
.onboarding-pricing-tabs .js-onboarding-scope-of-works {
  display: inline-block;
  margin-top: 50px;
  text-decoration: underline;
}
.onboarding-pricing-tabs .js-onboarding-scope-of-works:hover {
  cursor: pointer;
}
.onboarding-pricing-tabs .manage-listing .complexity-tabs-content__text {
  padding: 5px 0 30px;
}
.onboarding-pricing-tabs .table-show-more .complexity-tabs-content__disclaimer {
  padding: 50px 0 25px;
}
.onboarding-pricing-tabs .manage-product-footer__columns .btn {
  padding: 7px 40px;
}
.onboarding-pricing-tabs .manage-product-footer__columns .btn--show-complexity-tab {
  min-width: 280px;
}

/**
 * Colours
 */
/**
 * Base
 */
/**
 * Bootstrap
 */
.onboarding-choose-products__categories {
  list-style: none;
  padding: 0;
}
.onboarding-choose-products__categories li {
  background-color: #fff;
  font-size: 18px;
  padding: 12px 20px;
  margin-bottom: 10px;
  width: 85%;
}
.onboarding-choose-products__categories li:hover {
  background-color: #e6e6e6;
  cursor: pointer;
}
.onboarding-choose-products__categories li.category-active {
  background-color: #3bc03b;
  color: white;
  width: 100%;
}
.onboarding-choose-products__categories li.category-active:hover {
  background-color: #3bc03b;
  cursor: default;
}
.onboarding-choose-products__products {
  background-color: white;
  margin-bottom: 30px;
  padding: 20px 20px 8px;
}
.onboarding-choose-products__products .onboarding-choose-products__product {
  background-color: #f2f7fa;
  display: flex;
  min-height: 45px;
  margin-bottom: 12px;
}
.onboarding-choose-products__products .onboarding-choose-products__product .onboarding-choose-products__product-name {
  border-right: 8px solid #fff;
  flex: 1;
  padding: 9px 12px;
}
.onboarding-choose-products__products .onboarding-choose-products__product .onboarding-choose-products__product-check {
  width: 45px;
}
.onboarding-choose-products__products .onboarding-choose-products__product .onboarding-choose-products__product-check:hover {
  cursor: pointer;
}
.onboarding-choose-products__products .onboarding-choose-products__product .onboarding-choose-products__product-check .icon {
  color: #3bc03b;
  font-weight: bold;
  font-size: 40px;
  display: inline-block;
  margin: 1px 2px 0;
}
.onboarding-choose-products__products .onboarding-choose-products__product .onboarding-choose-products__product-check .icon:hover {
  cursor: pointer;
}
.onboarding-choose-products__products .onboarding-choose-products__product .onboarding-choose-products__product-check[data-disabled=disabled]:hover {
  cursor: default;
}
.onboarding-choose-products__products .onboarding-choose-products__product .onboarding-choose-products__product-check[data-disabled=disabled] .icon {
  color: #b5b8bb;
}
.onboarding-choose-products__products .onboarding-choose-products__product .onboarding-choose-products__product-check[data-disabled=disabled] .icon:hover {
  cursor: default;
}

/**
 * Colours
 */
/**
 * Base
 */
/**
 * Bootstrap
 */
.onboarding-general {
  padding: 40px 0;
}
.onboarding-general__heading h2 {
  font-size: 20px;
  font-family: "RobotoMedium", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-bottom: 20px;
}
.onboarding-general__heading h2 .onboarding-general__optional {
  font-family: "RobotoLight", Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #b5b8bb;
  display: block;
  padding-top: 5px;
}
.onboarding-general__heading .btn--blue-outline {
  background-color: #fff;
}
.onboarding-general__heading .btn--blue-outline:hover {
  cursor: pointer;
}
.onboarding-general__heading:after {
  clear: both;
  content: "";
  display: block;
}

.btn--onboarding-continue {
  min-width: 250px;
  padding: 10px;
  margin-top: 30px;
}

.btn--onboarding-continue--disabled,
.btn--onboarding-continue--disabled:hover {
  background-color: #b5b8bb !important;
  border-color: #b5b8bb !important;
}

/**
 * Colours
 */
/**
 * Base
 */
/**
 * Bootstrap
 */
.rwd-verify-email {
  text-align: center;
}
.rwd-verify-email h1 {
  padding-bottom: 5px;
}
.rwd-verify-email h1, .rwd-verify-email h2 {
  color: #002e3f;
  font-family: "RobotoMedium", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
}
.rwd-verify-email h2 {
  margin-top: 10px;
}
.rwd-verify-email .icon {
  color: #41afc6;
}
.rwd-verify-email a,
.rwd-verify-email #js-rwd-verify-email__change-email {
  color: #41afc6;
  text-decoration: underline;
}
.rwd-verify-email a:hover,
.rwd-verify-email #js-rwd-verify-email__change-email:hover {
  cursor: pointer;
}
.rwd-verify-email #js-rwd-verify-email__change-email--closed {
  background: #f2f7fa;
  border: 1px solid #e6e6e6;
  margin: 30px 0 5px;
  padding: 20px 10px;
}
.rwd-verify-email #js-rwd-verify-email__change-email--closed .btn {
  margin-top: 15px;
}
.rwd-verify-email__check-email {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 30px 30px 40px;
}
.rwd-verify-email__check-email h2 {
  margin: 10px auto;
  max-width: 400px;
  line-height: 28px;
}
.rwd-verify-email__change-email {
  border-top: 1px solid #e6e6e6;
  font-family: "RobotoMedium", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  margin-top: 40px;
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .rwd-verify-email h1 {
    font-size: 32px;
  }
  .rwd-verify-email h2 {
    font-size: 22px;
  }
  .rwd-verify-email .icon {
    font-size: 112px;
  }
  .rwd-verify-email__check-email {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .rwd-verify-email h1, .rwd-verify-email h2 {
    word-wrap: break-word;
  }
  .rwd-verify-email h1 {
    font-size: 24px;
  }
  .rwd-verify-email h2 {
    font-size: 20px;
    line-height: 22px;
  }
  .rwd-verify-email .icon {
    font-size: 80px;
  }
  .rwd-verify-email__check-email {
    margin-top: 20px;
  }
}
/**
 * Colours
 */
/**
 * Base
 */
/**
 * Bootstrap
 */
.rwd-why-use h2 {
  color: #002e3f;
  font-family: "RobotoMedium", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-bottom: 45px;
  text-align: center;
}
.rwd-why-use .content-font-icons__icon, .rwd-why-use .content-font-icons__icon p {
  min-width: 100%;
  width: 100%;
}
.rwd-why-use .content-font-icons__icon h3 {
  color: #002e3f;
  font-family: "RobotoMedium", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.rwd-why-use .content-font-icons__icon p {
  color: #5d5d5d;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .rwd-why-use h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .rwd-why-use h2 {
    font-size: 20px;
    line-height: 22px;
  }
}
/**
 * Colours
 */
/**
 * Base
 */
/**
 * Bootstrap
 */
.rwd-all-services-template__banner {
  background-color: #f2f7fa;
}
.rwd-all-services-template__banner h1 {
  font-family: "RobotoMedium", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
  line-height: 30px;
}
.rwd-all-services-template__banner p {
  font-family: "RobotoRegular", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 21px;
  margin-top: 15px;
}
.rwd-all-services-template .category-icons__title2 h2 {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 8px;
  max-width: 150px;
  padding-bottom: 8px;
  text-align: left;
}
.rwd-all-services-template .full-width-search {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .rwd-all-services-template__banner {
    padding: 40px 0 45px;
  }
  .rwd-all-services-template__banner h1, .rwd-all-services-template__banner p {
    padding-left: 35px;
    padding-right: 35px;
  }
  .rwd-all-services-template .category-icons__title2 h2 {
    margin-left: 40px;
  }
  .rwd-all-services-template .full-width-search__form {
    padding: 25px 35px 0;
  }
}
@media screen and (max-width: 767px) {
  .rwd-all-services-template__banner {
    padding: 20px 0 40px;
  }
  .rwd-all-services-template .full-width-search {
    padding-top: 30px;
  }
}
/**
 * Colours
 */
/**
 * Base
 */
/**
 * Bootstrap
 */
.rwd-landing-page-template .breadcrumb {
  font-size: 14px;
  padding-bottom: 0;
}
.rwd-landing-page-template .core {
  min-width: inherit;
  max-width: inherit;
  margin: inherit;
  padding: 0;
}
.rwd-landing-page-template__intro .btn--grey-22 {
  background: rgb(216.25, 216.25, 216.25);
  border-color: rgb(216.25, 216.25, 216.25);
}
.rwd-landing-page-template__intro .btn--grey-22:hover {
  background: rgb(203.5, 203.5, 203.5);
  border-color: rgb(203.5, 203.5, 203.5);
}
.rwd-landing-page-template__intro-boxes {
  flex: 1;
}
.rwd-landing-page-template__intro-boxes > .col-12 {
  margin-bottom: 20px;
}
.rwd-landing-page-template__intro-box > .row .btn--blue-outline {
  background-color: white;
}
.rwd-landing-page-template__intro-box > .row .btn--blue-outline:hover {
  background-color: #214a59;
  color: white !important;
}
.rwd-landing-page-template__why-use {
  background-color: #002e3f;
  color: #fff;
}
.rwd-landing-page-template__process {
  padding-bottom: 50px;
}
.rwd-landing-page-template__process h2 {
  font-family: "RobotoMedium", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.rwd-landing-page-template__process .picture img {
  max-width: 100%;
  height: auto;
}
.rwd-landing-page-template__process + .rwd-landing-page-template__info {
  border-top: 2px solid #e6e6e6;
}
.rwd-landing-page-template .testimonial__item .core {
  margin-left: 0;
  margin-right: 20px;
}
.rwd-landing-page-template__articles {
  background-color: #f2f7fa;
}
.rwd-landing-page-template__articles h2, .rwd-landing-page-template__articles h3 {
  color: #053e50;
  font-family: "RobotoMedium", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.rwd-landing-page-template__articles h2 {
  font-size: 22px;
}
.rwd-landing-page-template__articles h3, .rwd-landing-page-template__articles p {
  height: auto !important;
}

@media screen and (min-width: 768px) {
  .rwd-landing-page-template__intro-boxes .col-12 {
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
    background-color: #f2f7fa;
    padding: 0;
  }
  .rwd-landing-page-template__intro-box {
    border: 1px solid #e6e6e6;
    height: 100%;
    min-width: 290px;
    padding: 25px 40px;
  }
  .rwd-landing-page-template__intro-box h3 {
    font-family: "RobotoMedium", Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
  }
  .rwd-landing-page-template__intro-box p {
    font-size: 16px !important;
    line-height: 20px;
    margin: 8px 0 60px !important;
  }
  .rwd-landing-page-template__intro-box > .row {
    bottom: 22px;
    left: 45px;
    position: absolute;
    right: 45px;
  }
  .rwd-landing-page-template__why-use {
    padding: 40px 0;
  }
  .rwd-landing-page-template__why-use .ul--icon-text {
    font-size: 0;
    padding-left: 8%;
  }
  .rwd-landing-page-template__why-use .ul--icon-text li {
    display: inline-block;
    margin-top: 0 !important;
    width: 33.33%;
    vertical-align: top;
  }
  .rwd-landing-page-template__why-use .ul--icon-text li i {
    font-size: 48px;
    left: -10px;
    top: -1px;
  }
  .rwd-landing-page-template__why-use .ul--icon-text li h3 {
    font-size: 17px;
  }
  .rwd-landing-page-template__why-use .ul--icon-text li p {
    font-size: 16px;
  }
  .rwd-landing-page-template__process {
    padding: 60px 0;
    text-align: center;
  }
  .rwd-landing-page-template__process h2 {
    font-size: 24px;
    padding-bottom: 35px;
  }
  .rwd-landing-page-template__process p {
    line-height: 1.375;
    min-height: 50px;
  }
}
@media screen and (min-width: 576px) {
  .rwd-landing-page-template__intro {
    margin: 20px 0 40px;
    position: relative;
    text-align: center;
  }
  .rwd-landing-page-template__intro .intro__title-image {
    left: -70px;
    position: relative;
    top: 15px;
  }
  .rwd-landing-page-template__intro h1, .rwd-landing-page-template__intro .intro__title-image, .rwd-landing-page-template__intro .intro__title-image img {
    display: inline;
  }
  .rwd-landing-page-template__intro h1 {
    margin-left: -65px;
  }
  .rwd-landing-page-template__intro h1, .rwd-landing-page-template__intro p {
    font-family: "RobotoMedium", Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  .rwd-landing-page-template__intro p {
    font-size: 20px;
    margin: 8px 0 28px;
  }
  .rwd-landing-page-template__intro .btn {
    padding: 7px 4px;
    position: relative;
    width: 100%;
  }
  .rwd-landing-page-template__intro .btn .btn--play-video__icon {
    background: #fff;
    display: inline-block;
    height: 19px;
    left: -10px;
    position: relative;
    top: 4px;
    width: 19px;
  }
  .rwd-landing-page-template__intro .btn .btn--play-video__icon:before {
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #b5b8bb;
    left: 5px;
    top: 2px;
  }
}
@media screen and (max-width: 767px) {
  .rwd-landing-page-template .breadcrumb {
    display: none;
  }
  .rwd-landing-page-template__intro-box {
    background-color: #f2f7fa;
    border: 1px solid #e6e6e6;
    margin: 20px 0;
    padding: 25px 40px;
  }
  .rwd-landing-page-template__intro-box h3 {
    font-family: "RobotoMedium", Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
  }
  .rwd-landing-page-template__intro-box p {
    font-size: 16px !important;
    line-height: 20px;
  }
  .rwd-landing-page-template__intro-box > .row .col-5 {
    padding-left: 7%;
    padding-top: 8px;
    text-align: left;
  }
  .rwd-landing-page-template__intro-box > .row .col-5 a {
    font-family: "RobotoMedium", Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-decoration: underline;
  }
  .rwd-landing-page-template__why-use {
    padding: 40px 20px;
  }
  .rwd-landing-page-template__process {
    padding: 40px 0 30px;
  }
  .rwd-landing-page-template__process .col-12 {
    margin-bottom: 12px;
    margin-top: 12px;
  }
  .rwd-landing-page-template__process h2 {
    font-size: 18px;
    padding-bottom: 23px;
    text-align: center;
  }
  .rwd-landing-page-template__process p {
    float: right;
    line-height: 24px;
    padding-top: 5px;
    width: 75%;
  }
  .rwd-landing-page-template__process img {
    float: left;
    padding-right: 20px;
    width: 25%;
  }
}
@media screen and (max-width: 575px) {
  .rwd-landing-page-template__intro {
    margin: 25px 0 20px;
  }
  .rwd-landing-page-template__intro .intro__title-image {
    left: 5px;
    position: absolute;
    top: -5px;
  }
  .rwd-landing-page-template__intro h1 {
    font-family: "RobotoMedium", Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    margin-left: 65px;
    margin-right: 20px;
  }
  .rwd-landing-page-template__intro p {
    line-height: 20px;
    margin: 8px 20px 0 65px;
  }
  .rwd-landing-page-template__intro .btn {
    padding: 7px 0;
    position: relative;
    margin: 20px 0 0;
    width: 100%;
  }
  .rwd-landing-page-template__intro .btn .btn--play-video__icon {
    background: #fff;
    display: inline-block;
    height: 19px;
    left: -10px;
    position: relative;
    top: 4px;
    width: 19px;
  }
  .rwd-landing-page-template__intro .btn .btn--play-video__icon:before {
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #b5b8bb;
    left: 5px;
    top: 2px;
  }
  .rwd-landing-page-template__intro-box {
    padding: 20px;
    text-align: center;
  }
  .rwd-landing-page-template__intro-box h3 {
    font-size: 18px;
  }
  .rwd-landing-page-template__intro-box p {
    margin: 5px 0 0;
  }
  .rwd-landing-page-template__intro-box > .row .col-5 {
    padding-top: 25px;
  }
  .rwd-landing-page-template__articles .article-row .article {
    float: none;
    margin-bottom: 50px;
    width: 100%;
  }
}
/**
 * Colours
 */
/**
 * Base
 */
/**
 * Bootstrap
 */
.rwd-quote-confirmation-template .rwd-verify-email,
.rwd-quote-confirmation-template .rwd-why-use {
  background-color: #f2f7fa;
}
.rwd-quote-confirmation-template .rwd-why-use {
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .rwd-quote-confirmation-template .rwd-verify-email {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .rwd-quote-confirmation-template .rwd-verify-email {
    padding: 20px 0 40px;
  }
  .rwd-quote-confirmation-template .rwd-why-use {
    padding-left: 20px;
    padding-right: 30px;
  }
}
/**
 * Colours
 */
/**
 * Base
 */
/**
 * Bootstrap
 */
.rwd-quote-your-details-template {
  /* ----USPS---- */
}
.rwd-quote-your-details-template__intro {
  background-color: #f2f7fa;
  color: #002e3f;
  font-size: 20px;
  padding: 50px 0;
  text-align: center;
}
.rwd-quote-your-details-template__intro h1 {
  font-family: "RobotoMedium", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 8px;
}
.rwd-quote-your-details-template__intro p {
  padding: 5px 0;
}
.rwd-quote-your-details-template__form-sub-intro {
  font-family: "RobotoMedium", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}
.rwd-quote-your-details-template__usps {
  padding-left: 20px;
  margin-bottom: 10px;
}
.rwd-quote-your-details-template__usps li {
  padding-left: 22px;
}
.rwd-quote-your-details-template__usps li strong {
  font-weight: 700;
}
.rwd-quote-your-details-template form {
  margin-top: 30px;
}
.rwd-quote-your-details-template form .form-group {
  margin-bottom: 15px;
  margin-top: 15px;
}
.rwd-quote-your-details-template form .form-group label {
  font-family: "RobotoMedium", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #5d5d5d;
}
.rwd-quote-your-details-template form .form-group input[type=text], .rwd-quote-your-details-template form .form-group input[type=email], .rwd-quote-your-details-template form .form-group input[type=password], .rwd-quote-your-details-template form .form-group input[type=tel] {
  float: left;
  width: 90%;
}
.rwd-quote-your-details-template form .form-group .rwd-form-question-mark {
  background-color: #ccd5d8;
  border-radius: 50%;
  color: #002e3f;
  float: left;
  font-weight: 700;
  height: 28px;
  margin-left: 8px;
  margin-top: 5px;
  text-align: center;
  width: 28px;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.rwd-quote-your-details-template form .form-group .rwd-form-question-mark:hover {
  cursor: pointer;
}
.rwd-quote-your-details-template form .form-group .rwd-form-question-info {
  background-color: #f2f7fa;
  clear: both;
  padding: 15px 25px;
}
.rwd-quote-your-details-template form .form-group .rwd-form-question-info h3, .rwd-quote-your-details-template form .form-group .rwd-form-question-info p {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.rwd-quote-your-details-template form .form-group .rwd-form-question-info h3 {
  font-family: "RobotoMedium", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-bottom: 10px;
}
.rwd-quote-your-details-template form .form-group .rwd-form-question-info p {
  color: #5d5d5d;
}
.rwd-quote-your-details-template__form-dropdown select {
  display: none;
}
.rwd-quote-your-details-template__form-dropdown .selectboxit-container {
  margin-left: 15px;
  width: 27% !important;
}
.rwd-quote-your-details-template__form-dropdown .selectboxit-container select.css-hide {
  max-width: 100%;
}
.rwd-quote-your-details-template__form-dropdown .selectboxit-container .selectboxit {
  max-width: 100%;
  padding-left: 0;
  width: 100% !important;
}
.rwd-quote-your-details-template__get-quote {
  background: none;
  padding: 0px 40px;
  text-align: center;
}
.rwd-quote-your-details-template__get-quote p {
  font-family: "RobotoMedium", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  margin-bottom: 10px;
}
.rwd-quote-your-details-template__get-quote .btn {
  font-size: 22px;
  display: block;
  margin: 25px auto 0;
  padding: 16px;
}
.rwd-quote-your-details-template__tc {
  padding: 10px 40px 50px;
  text-align: center;
}
.rwd-quote-your-details-template__tc a {
  color: #41afc6;
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  .rwd-quote-your-details-template__form-sub-intro {
    font-size: 26px;
    margin-bottom: 20px;
    padding-top: 50px;
  }
  .rwd-quote-your-details-template form {
    padding: 0 20px 20px;
  }
  .rwd-quote-your-details-template form label {
    font-size: 18px;
    text-align: right;
  }
  .rwd-quote-your-details-template form input {
    max-width: 300px;
  }
  .rwd-quote-your-details-template form select {
    max-width: 200px;
  }
  .rwd-quote-your-details-template form textarea {
    margin-bottom: 15px;
  }
  .rwd-quote-your-details-template form .btn {
    max-width: 200px;
  }
  .rwd-quote-your-details-template form .rwd-form-question-mark {
    margin-right: 8%;
  }
  .rwd-quote-your-details-template form .form-group .rwd-form-question-info {
    margin: 0;
    position: absolute;
    left: 375px;
    right: -290px;
  }
  .rwd-quote-your-details-template form .form-group .rwd-form-question-info h3 {
    font-size: 20px;
  }
  .rwd-quote-your-details-template form .form-group .rwd-form-question-info p {
    font-size: 16px;
    line-size: 22px;
  }
  .rwd-quote-your-details-template__get-quote, .rwd-quote-your-details-template__tc {
    margin: 30px 25% 0 10%;
    max-width: 450px;
  }
  .rwd-quote-your-details-template__get-quote .btn, .rwd-quote-your-details-template__tc .btn {
    width: 80%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .rwd-quote-your-details-template__intro h1 {
    font-size: 27px;
  }
  .rwd-quote-your-details-template__form-sub-intro {
    font-size: 22px;
    margin-bottom: 10px;
    padding-top: 25px;
  }
  .rwd-quote-your-details-template form label {
    font-size: 18px;
    text-align: right;
  }
  .rwd-quote-your-details-template form .form-group .rwd-form-question-info {
    margin-top: 55px;
  }
  .rwd-quote-your-details-template form .form-group .rwd-form-question-info h3 {
    font-size: 20px;
  }
  .rwd-quote-your-details-template form .form-group .rwd-form-question-info p {
    font-size: 16px;
    line-size: 22px;
  }
  .rwd-quote-your-details-template__get-quote, .rwd-quote-your-details-template__tc {
    margin: 40px 15% 0;
  }
  .rwd-quote-your-details-template__get-quote .btn, .rwd-quote-your-details-template__tc .btn {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .rwd-quote-your-details-template__intro {
    padding: 30px 0;
  }
  .rwd-quote-your-details-template__intro h1 {
    font-size: 22px;
  }
  .rwd-quote-your-details-template__form-sub-intro {
    font-size: 18px;
    padding-top: 15px;
  }
  .rwd-quote-your-details-template form .form-group .rwd-form-question-info {
    margin: 60px 0 0;
  }
  .rwd-quote-your-details-template form .form-group .rwd-form-question-info h3, .rwd-quote-your-details-template form .form-group .rwd-form-question-info p {
    font-size: 16px;
    line-height: 18px;
  }
  .rwd-quote-your-details-template__form-dropdown .selectboxit-container {
    width: 85% !important;
  }
  .rwd-quote-your-details-template__get-quote {
    margin-top: 40px;
  }
  .rwd-quote-your-details-template__get-quote .btn {
    width: 100%;
  }
  .rwd-quote-your-details-template__tc {
    padding: 10px 0 50px;
  }
}
@media screen and (max-width: 575px) {
  .rwd-quote-your-details-template {
    /* ----USPS---- */
  }
  .rwd-quote-your-details-template__intro {
    font-size: 16px;
    padding: 20px 0;
  }
  .rwd-quote-your-details-template__intro h1 {
    font-size: 20px;
    line-height: 24px;
  }
  .rwd-quote-your-details-template__intro p {
    margin-top: 5px;
  }
  .rwd-quote-your-details-template__usps, .rwd-quote-your-details-template__form-sub-intro {
    padding-left: 0px !important;
  }
  .rwd-quote-your-details-template__get-quote {
    padding: 0px;
  }
  .rwd-quote-your-details-template form input[type=text], .rwd-quote-your-details-template form input[type=email], .rwd-quote-your-details-template form input[type=password], .rwd-quote-your-details-template form input[type=tel] {
    width: 85% !important;
  }
  .rwd-quote-your-details-template__form-dropdown .selectboxit-container {
    width: 76% !important;
  }
}
/**
 * Colours
 */
/**
 * Base
 */
/**
 * Bootstrap
 */
.rwd-quotes-intro,
.rwd-quotes {
  color: #002e3f;
}
.rwd-quotes-intro h1, .rwd-quotes-intro h2, .rwd-quotes-intro h3, .rwd-quotes-intro p,
.rwd-quotes h1,
.rwd-quotes h2,
.rwd-quotes h3,
.rwd-quotes p {
  color: #002e3f;
}
.rwd-quotes-intro h1, .rwd-quotes-intro__price,
.rwd-quotes h1,
.rwd-quotes__price {
  font-family: "RobotoMedium", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.rwd-quotes-intro h2,
.rwd-quotes h2 {
  font-family: "RobotoRegular", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.rwd-quotes-intro a,
.rwd-quotes a {
  color: #41afc6;
}

.rwd-quotes-intro {
  background-color: #f2f7fa;
  font-size: 20px;
  padding: 50px 0;
}
.rwd-quotes-intro h1 {
  font-weight: 700;
  padding-bottom: 8px;
}
.rwd-quotes-intro p {
  padding: 5px 0;
}

.rwd-quote-pwdby-logo {
  padding: 30px 0;
}

.rwd-quotes-local-msg {
  color: #f2f7fa;
  background-color: #41afc6;
  margin-bottom: 50px;
}
.rwd-quotes-local-msg p {
  padding: 0;
  margin: 5px 0px 5px 0px;
}
.rwd-quotes-local-msg .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.rwd-quotes-local-msg .map-section {
  text-align: right;
}
.rwd-quotes-local-msg .icon-map-uk {
  font-size: 96px;
}

.rwd-quote-list {
  margin-bottom: 90px;
}

.rwd-quote-pricing-type {
  font-family: "RobotoMedium", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-bottom: 15px;
}

.rwd-quote-box {
  border: 1px solid #002e3f;
  padding: 8px 10px;
}
.rwd-quote-box + .rwd-quote-box {
  border-top: none;
}

.rwd-quote {
  min-height: 230px;
}
.rwd-quote__logo {
  overflow: hidden;
}
.rwd-quote__logo-partner {
  border: 1px solid #e6e6e6;
  padding: 5px;
}
.rwd-quote__rating {
  display: flex;
  padding-top: 25px;
}
.rwd-quote__rating .star-rating ul {
  min-width: 130px;
}
.rwd-quote__rating .star-rating ul li {
  font-size: 25.6px;
}
.rwd-quote__rating-stars, .rwd-quote__rating-info {
  flex: auto;
}
.rwd-quote__rating-info {
  font-family: "RobotoMedium", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
  padding-bottom: 7px;
  padding-left: 20px;
}
.rwd-quote__rating-none {
  font-family: "RobotoMedium", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.rwd-quote__office-info, .rwd-quote__quote-ref, .rwd-quote__office {
  padding-top: 25px;
}
.rwd-quote__hrs tr, .rwd-quote__quote-ref, .rwd-quote__office {
  line-height: 20px;
}
.rwd-quote__office-info {
  word-break: break-word;
}
.rwd-quote__hrs tr {
  line-height: 20px;
}
.rwd-quote__hrs tr td:first-child {
  padding-right: 45px;
}
.rwd-quote__quote-ref {
  font-family: "RobotoMedium", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.rwd-quote__office {
  margin: 0;
}
.rwd-quote__info h3 {
  font-family: "RobotoMedium", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
  font-weight: 700;
  margin-top: 0;
  padding-top: 5px;
}
.rwd-quote__info h3 + p {
  margin-top: 15px;
}
.rwd-quote__info-usp {
  list-style: none;
  padding: 0;
}
.rwd-quote__info-usp li {
  display: inline-block;
  overflow-wrap: break-word;
  padding: 3px 0 3px 20px;
  width: 49%;
}
.rwd-quote__info-usp li:before {
  content: "•";
  margin-left: -20px;
  padding-right: 14px;
}
.rwd-quote__stamps {
  padding-top: 25px;
}
.rwd-quote__stamp {
  display: inline-block;
  margin-bottom: 5px;
  max-height: 80px;
  max-width: 150px !important;
  padding: 0 15px 10px 0;
  vertical-align: middle;
}
.rwd-quote__full-desc {
  padding-top: 15px;
}
.rwd-quote__cta-btn {
  font-size: 20px;
  margin-left: 5%;
  padding: 15px 10px;
  width: 90%;
}
.rwd-quote__cta-btn:hover {
  cursor: pointer;
}
.rwd-quote__cta-pricing {
  bottom: 0;
  left: 15px;
  position: absolute;
  right: 15px;
}
.rwd-quote__cta-pricing-summary {
  display: flex;
  font-family: "RobotoMedium", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  padding-bottom: 30px;
}
.rwd-quote__cta-pricing-info, .rwd-quote__cta-pricing-quote {
  flex: auto;
}
.rwd-quote__cta-pricing-info {
  color: #41afc6;
  text-decoration: underline;
}
.rwd-quote__cta-pricing-info:hover {
  cursor: pointer;
}
.rwd-quote__cta-pricing-quote {
  font-weight: 700;
  text-align: right;
}
.rwd-quote__more {
  font-family: "RobotoMedium", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-top: 20px;
  text-align: center;
}
.rwd-quote__more .icon-arrow-down,
.rwd-quote__more .icon-arrow-up {
  font-size: 24px;
  padding-left: 5px;
  vertical-align: -4px;
}
.rwd-quote__more-link:hover {
  cursor: pointer;
}
.rwd-quote__contact-form-2 {
  border-top: 1px solid #e6e6e6;
  margin: 25px -10px 0;
  padding: 15px 0 0;
}
.rwd-quote__contact-form-2 h3 {
  font-size: 28px;
  padding-bottom: 15px;
}
.rwd-quote__contact-form-2-details {
  display: flex;
  padding-bottom: 10px;
}
.rwd-quote__contact-form-2-details div {
  flex: auto;
  word-break: break-word;
}
.rwd-quote__error-message {
  background-color: #fbd2d3;
  border: 2px solid #f00;
  color: #f00;
  font-family: "RobotoMedium", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 15px 0;
  padding: 10px;
}
.rwd-quote__error-message br {
  content: "";
  display: block;
  height: 7px;
}
.rwd-quote__info-message {
  background-color: #41afc6;
  border: 2px solid #002e3f;
  color: #002e3f;
  font-family: "RobotoMedium", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 15px 0;
  padding: 10px;
}
.rwd-quote__info-message br {
  content: "";
  display: block;
  height: 7px;
}
.rwd-quote__contact-form-2-details-edit {
  text-align: right;
}
.rwd-quote__contact-form-2-details-edit span {
  color: #41afc6;
  display: block;
  min-width: 90px;
  text-decoration: underline;
}
.rwd-quote__contact-form-2-details-edit span:hover {
  cursor: pointer;
}
.rwd-quote__contact-form-2-inputs .form-group.row {
  padding: 15px 0;
}
.rwd-quote__contact-form-2-inputs .btn.btn--orange {
  font-size: 20px;
  padding: 15px 10px;
  width: 100%;
}
.rwd-quote__contact-form-2-radio-btns .form-check:first-child label.form-check-label {
  margin-right: 4%;
}
.rwd-quote__contact-form-2-radio-btns input.form-check-input {
  display: none;
}
.rwd-quote__contact-form-2-radio-btns input.form-check-input:checked + label {
  color: #fff;
  background-color: #f48c39;
  border-color: #f48c39;
}
.rwd-quote__contact-form-2-radio-btns label.form-check-label {
  background-color: #e6e6e6;
  border: 1px solid rgb(217.25, 217.25, 217.25);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: block;
  float: left;
  font-size: 17px;
  padding: 8px 10px;
  text-align: center;
  width: 48%;
}
.rwd-quote__contact-form-2-radio-btns label.form-check-label:hover {
  background-color: rgb(222.35, 222.35, 222.35);
  cursor: pointer;
}
.rwd-quote__contact-form-cancel {
  display: inline-block;
  text-decoration: underline;
}
.rwd-quote__contact-form-cancel:hover {
  cursor: pointer;
}
.rwd-quote__contact-form-2-thanks {
  padding: 20px 0 10px;
}
.rwd-quote__contact-form-2-thanks h3 {
  font-size: 28px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .rwd-quote__rating-stars {
    height: 40px;
  }
  .rwd-quote__rating-stars .star-rating ul {
    min-width: 130px;
  }
  .rwd-quote__cta-pricing {
    left: 15px !important;
    position: absolute !important;
    right: 15px !important;
  }
  .rwd-quote__cta-pricing-summary {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .rwd-quote__logo-partner {
    margin-left: auto;
    margin-right: auto;
  }
  .rwd-quote__info h3 {
    padding-top: 25px;
  }
  .rwd-quote__rating {
    display: block;
  }
  .rwd-quote__rating-stars .star-rating, .rwd-quote__rating-info .star-rating {
    margin-right: 15px;
  }
  .rwd-quote__rating {
    padding-bottom: 0;
  }
  .rwd-quote__rating-info {
    padding: 0;
  }
  .rwd-quote__cta-pricing {
    left: 0;
    position: relative;
    right: 0;
  }
  .rwd-quote__cta-pricing-summary {
    padding: 30px 0 10px;
  }
  .rwd-quote__cta-btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .rwd-quote__contact-form-2-details {
    font-size: 14px;
  }
}
.rwd-quote-box--self-quote .rwd-quote {
  padding: 0;
}
.rwd-quote-box--self-quote .rwd-quote__info, .rwd-quote-box--self-quote .rwd-quote__contact {
  padding: 25px 30px;
}
.rwd-quote-box--self-quote .rwd-quote__info {
  background-color: #fff;
}
.rwd-quote-box--self-quote .rwd-quote__info > img {
  max-height: 80px;
}
.rwd-quote-box--self-quote .rwd-quote__contact {
  background-color: #f2f7fa;
  border-left: 1px solid #e6e6e6;
}
.rwd-quote-box--self-quote .rwd-quote__price--multi-level {
  margin-bottom: 10px;
}
.rwd-quote-box--self-quote .rwd-quote__price-contact {
  bottom: 25px;
  margin-top: 25px;
}
.rwd-quote-box--self-quote .rwd-quote__contact-btn {
  display: block;
}

@media screen and (max-width: 767px) {
  .rwd-quote-box--self-quote .rwd-quote__contact {
    border-left: none;
  }
  .rwd-quote-box--self-quote .rwd-quote__price--multi-level div:last-of-type {
    margin-left: initial;
    position: relative;
  }
  .rwd-quote-box--self-quote .rwd-quote__contact-btn .btn {
    max-width: 400px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .rwd-quote__info-usp li {
    width: 100% !important;
  }
}
.rwd-bs {
  /*!
   * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
   * Copyright 2011-2018 The Bootstrap Authors
   * Copyright 2011-2018 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */
}
.rwd-bs html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
.rwd-bs *,
.rwd-bs *::before,
.rwd-bs *::after {
  box-sizing: inherit;
}
.rwd-bs .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .rwd-bs .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .rwd-bs .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .rwd-bs .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .rwd-bs .container {
    max-width: 1140px;
  }
}
.rwd-bs .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.rwd-bs .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.rwd-bs .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.rwd-bs .no-gutters > .col,
.rwd-bs .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.rwd-bs .col-xl,
.rwd-bs .col-xl-auto, .rwd-bs .col-xl-12, .rwd-bs .col-xl-11, .rwd-bs .col-xl-10, .rwd-bs .col-xl-9, .rwd-bs .col-xl-8, .rwd-bs .col-xl-7, .rwd-bs .col-xl-6, .rwd-bs .col-xl-5, .rwd-bs .col-xl-4, .rwd-bs .col-xl-3, .rwd-bs .col-xl-2, .rwd-bs .col-xl-1, .rwd-bs .col-lg,
.rwd-bs .col-lg-auto, .rwd-bs .col-lg-12, .rwd-bs .col-lg-11, .rwd-bs .col-lg-10, .rwd-bs .col-lg-9, .rwd-bs .col-lg-8, .rwd-bs .col-lg-7, .rwd-bs .col-lg-6, .rwd-bs .col-lg-5, .rwd-bs .col-lg-4, .rwd-bs .col-lg-3, .rwd-bs .col-lg-2, .rwd-bs .col-lg-1, .rwd-bs .col-md,
.rwd-bs .col-md-auto, .rwd-bs .col-md-12, .rwd-bs .col-md-11, .rwd-bs .col-md-10, .rwd-bs .col-md-9, .rwd-bs .col-md-8, .rwd-bs .col-md-7, .rwd-bs .col-md-6, .rwd-bs .col-md-5, .rwd-bs .col-md-4, .rwd-bs .col-md-3, .rwd-bs .col-md-2, .rwd-bs .col-md-1, .rwd-bs .col-sm,
.rwd-bs .col-sm-auto, .rwd-bs .col-sm-12, .rwd-bs .col-sm-11, .rwd-bs .col-sm-10, .rwd-bs .col-sm-9, .rwd-bs .col-sm-8, .rwd-bs .col-sm-7, .rwd-bs .col-sm-6, .rwd-bs .col-sm-5, .rwd-bs .col-sm-4, .rwd-bs .col-sm-3, .rwd-bs .col-sm-2, .rwd-bs .col-sm-1, .rwd-bs .col,
.rwd-bs .col-auto, .rwd-bs .col-12, .rwd-bs .col-11, .rwd-bs .col-10, .rwd-bs .col-9, .rwd-bs .col-8, .rwd-bs .col-7, .rwd-bs .col-6, .rwd-bs .col-5, .rwd-bs .col-4, .rwd-bs .col-3, .rwd-bs .col-2, .rwd-bs .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.rwd-bs .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.rwd-bs .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.rwd-bs .col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.rwd-bs .col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.rwd-bs .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.rwd-bs .col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.rwd-bs .col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.rwd-bs .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.rwd-bs .col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.rwd-bs .col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.rwd-bs .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.rwd-bs .col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.rwd-bs .col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.rwd-bs .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.rwd-bs .order-first {
  order: -1;
}
.rwd-bs .order-last {
  order: 13;
}
.rwd-bs .order-0 {
  order: 0;
}
.rwd-bs .order-1 {
  order: 1;
}
.rwd-bs .order-2 {
  order: 2;
}
.rwd-bs .order-3 {
  order: 3;
}
.rwd-bs .order-4 {
  order: 4;
}
.rwd-bs .order-5 {
  order: 5;
}
.rwd-bs .order-6 {
  order: 6;
}
.rwd-bs .order-7 {
  order: 7;
}
.rwd-bs .order-8 {
  order: 8;
}
.rwd-bs .order-9 {
  order: 9;
}
.rwd-bs .order-10 {
  order: 10;
}
.rwd-bs .order-11 {
  order: 11;
}
.rwd-bs .order-12 {
  order: 12;
}
.rwd-bs .offset-1 {
  margin-left: 8.3333333333%;
}
.rwd-bs .offset-2 {
  margin-left: 16.6666666667%;
}
.rwd-bs .offset-3 {
  margin-left: 25%;
}
.rwd-bs .offset-4 {
  margin-left: 33.3333333333%;
}
.rwd-bs .offset-5 {
  margin-left: 41.6666666667%;
}
.rwd-bs .offset-6 {
  margin-left: 50%;
}
.rwd-bs .offset-7 {
  margin-left: 58.3333333333%;
}
.rwd-bs .offset-8 {
  margin-left: 66.6666666667%;
}
.rwd-bs .offset-9 {
  margin-left: 75%;
}
.rwd-bs .offset-10 {
  margin-left: 83.3333333333%;
}
.rwd-bs .offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .rwd-bs .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .rwd-bs .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .rwd-bs .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .rwd-bs .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .rwd-bs .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .rwd-bs .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .rwd-bs .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .rwd-bs .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .rwd-bs .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .rwd-bs .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .rwd-bs .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .rwd-bs .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .rwd-bs .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .rwd-bs .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .rwd-bs .order-sm-first {
    order: -1;
  }
  .rwd-bs .order-sm-last {
    order: 13;
  }
  .rwd-bs .order-sm-0 {
    order: 0;
  }
  .rwd-bs .order-sm-1 {
    order: 1;
  }
  .rwd-bs .order-sm-2 {
    order: 2;
  }
  .rwd-bs .order-sm-3 {
    order: 3;
  }
  .rwd-bs .order-sm-4 {
    order: 4;
  }
  .rwd-bs .order-sm-5 {
    order: 5;
  }
  .rwd-bs .order-sm-6 {
    order: 6;
  }
  .rwd-bs .order-sm-7 {
    order: 7;
  }
  .rwd-bs .order-sm-8 {
    order: 8;
  }
  .rwd-bs .order-sm-9 {
    order: 9;
  }
  .rwd-bs .order-sm-10 {
    order: 10;
  }
  .rwd-bs .order-sm-11 {
    order: 11;
  }
  .rwd-bs .order-sm-12 {
    order: 12;
  }
  .rwd-bs .offset-sm-0 {
    margin-left: 0;
  }
  .rwd-bs .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .rwd-bs .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .rwd-bs .offset-sm-3 {
    margin-left: 25%;
  }
  .rwd-bs .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .rwd-bs .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .rwd-bs .offset-sm-6 {
    margin-left: 50%;
  }
  .rwd-bs .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .rwd-bs .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .rwd-bs .offset-sm-9 {
    margin-left: 75%;
  }
  .rwd-bs .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .rwd-bs .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .rwd-bs .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .rwd-bs .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .rwd-bs .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .rwd-bs .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .rwd-bs .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .rwd-bs .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .rwd-bs .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .rwd-bs .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .rwd-bs .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .rwd-bs .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .rwd-bs .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .rwd-bs .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .rwd-bs .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .rwd-bs .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .rwd-bs .order-md-first {
    order: -1;
  }
  .rwd-bs .order-md-last {
    order: 13;
  }
  .rwd-bs .order-md-0 {
    order: 0;
  }
  .rwd-bs .order-md-1 {
    order: 1;
  }
  .rwd-bs .order-md-2 {
    order: 2;
  }
  .rwd-bs .order-md-3 {
    order: 3;
  }
  .rwd-bs .order-md-4 {
    order: 4;
  }
  .rwd-bs .order-md-5 {
    order: 5;
  }
  .rwd-bs .order-md-6 {
    order: 6;
  }
  .rwd-bs .order-md-7 {
    order: 7;
  }
  .rwd-bs .order-md-8 {
    order: 8;
  }
  .rwd-bs .order-md-9 {
    order: 9;
  }
  .rwd-bs .order-md-10 {
    order: 10;
  }
  .rwd-bs .order-md-11 {
    order: 11;
  }
  .rwd-bs .order-md-12 {
    order: 12;
  }
  .rwd-bs .offset-md-0 {
    margin-left: 0;
  }
  .rwd-bs .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .rwd-bs .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .rwd-bs .offset-md-3 {
    margin-left: 25%;
  }
  .rwd-bs .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .rwd-bs .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .rwd-bs .offset-md-6 {
    margin-left: 50%;
  }
  .rwd-bs .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .rwd-bs .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .rwd-bs .offset-md-9 {
    margin-left: 75%;
  }
  .rwd-bs .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .rwd-bs .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .rwd-bs .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .rwd-bs .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .rwd-bs .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .rwd-bs .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .rwd-bs .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .rwd-bs .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .rwd-bs .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .rwd-bs .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .rwd-bs .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .rwd-bs .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .rwd-bs .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .rwd-bs .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .rwd-bs .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .rwd-bs .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .rwd-bs .order-lg-first {
    order: -1;
  }
  .rwd-bs .order-lg-last {
    order: 13;
  }
  .rwd-bs .order-lg-0 {
    order: 0;
  }
  .rwd-bs .order-lg-1 {
    order: 1;
  }
  .rwd-bs .order-lg-2 {
    order: 2;
  }
  .rwd-bs .order-lg-3 {
    order: 3;
  }
  .rwd-bs .order-lg-4 {
    order: 4;
  }
  .rwd-bs .order-lg-5 {
    order: 5;
  }
  .rwd-bs .order-lg-6 {
    order: 6;
  }
  .rwd-bs .order-lg-7 {
    order: 7;
  }
  .rwd-bs .order-lg-8 {
    order: 8;
  }
  .rwd-bs .order-lg-9 {
    order: 9;
  }
  .rwd-bs .order-lg-10 {
    order: 10;
  }
  .rwd-bs .order-lg-11 {
    order: 11;
  }
  .rwd-bs .order-lg-12 {
    order: 12;
  }
  .rwd-bs .offset-lg-0 {
    margin-left: 0;
  }
  .rwd-bs .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .rwd-bs .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .rwd-bs .offset-lg-3 {
    margin-left: 25%;
  }
  .rwd-bs .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .rwd-bs .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .rwd-bs .offset-lg-6 {
    margin-left: 50%;
  }
  .rwd-bs .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .rwd-bs .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .rwd-bs .offset-lg-9 {
    margin-left: 75%;
  }
  .rwd-bs .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .rwd-bs .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .rwd-bs .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .rwd-bs .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .rwd-bs .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .rwd-bs .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .rwd-bs .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .rwd-bs .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .rwd-bs .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .rwd-bs .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .rwd-bs .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .rwd-bs .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .rwd-bs .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .rwd-bs .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .rwd-bs .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .rwd-bs .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .rwd-bs .order-xl-first {
    order: -1;
  }
  .rwd-bs .order-xl-last {
    order: 13;
  }
  .rwd-bs .order-xl-0 {
    order: 0;
  }
  .rwd-bs .order-xl-1 {
    order: 1;
  }
  .rwd-bs .order-xl-2 {
    order: 2;
  }
  .rwd-bs .order-xl-3 {
    order: 3;
  }
  .rwd-bs .order-xl-4 {
    order: 4;
  }
  .rwd-bs .order-xl-5 {
    order: 5;
  }
  .rwd-bs .order-xl-6 {
    order: 6;
  }
  .rwd-bs .order-xl-7 {
    order: 7;
  }
  .rwd-bs .order-xl-8 {
    order: 8;
  }
  .rwd-bs .order-xl-9 {
    order: 9;
  }
  .rwd-bs .order-xl-10 {
    order: 10;
  }
  .rwd-bs .order-xl-11 {
    order: 11;
  }
  .rwd-bs .order-xl-12 {
    order: 12;
  }
  .rwd-bs .offset-xl-0 {
    margin-left: 0;
  }
  .rwd-bs .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .rwd-bs .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .rwd-bs .offset-xl-3 {
    margin-left: 25%;
  }
  .rwd-bs .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .rwd-bs .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .rwd-bs .offset-xl-6 {
    margin-left: 50%;
  }
  .rwd-bs .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .rwd-bs .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .rwd-bs .offset-xl-9 {
    margin-left: 75%;
  }
  .rwd-bs .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .rwd-bs .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.rwd-bs .d-none {
  display: none !important;
}
.rwd-bs .d-inline {
  display: inline !important;
}
.rwd-bs .d-inline-block {
  display: inline-block !important;
}
.rwd-bs .d-block {
  display: block !important;
}
.rwd-bs .d-table {
  display: table !important;
}
.rwd-bs .d-table-row {
  display: table-row !important;
}
.rwd-bs .d-table-cell {
  display: table-cell !important;
}
.rwd-bs .d-flex {
  display: flex !important;
}
.rwd-bs .d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .rwd-bs .d-sm-none {
    display: none !important;
  }
  .rwd-bs .d-sm-inline {
    display: inline !important;
  }
  .rwd-bs .d-sm-inline-block {
    display: inline-block !important;
  }
  .rwd-bs .d-sm-block {
    display: block !important;
  }
  .rwd-bs .d-sm-table {
    display: table !important;
  }
  .rwd-bs .d-sm-table-row {
    display: table-row !important;
  }
  .rwd-bs .d-sm-table-cell {
    display: table-cell !important;
  }
  .rwd-bs .d-sm-flex {
    display: flex !important;
  }
  .rwd-bs .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .rwd-bs .d-md-none {
    display: none !important;
  }
  .rwd-bs .d-md-inline {
    display: inline !important;
  }
  .rwd-bs .d-md-inline-block {
    display: inline-block !important;
  }
  .rwd-bs .d-md-block {
    display: block !important;
  }
  .rwd-bs .d-md-table {
    display: table !important;
  }
  .rwd-bs .d-md-table-row {
    display: table-row !important;
  }
  .rwd-bs .d-md-table-cell {
    display: table-cell !important;
  }
  .rwd-bs .d-md-flex {
    display: flex !important;
  }
  .rwd-bs .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .rwd-bs .d-lg-none {
    display: none !important;
  }
  .rwd-bs .d-lg-inline {
    display: inline !important;
  }
  .rwd-bs .d-lg-inline-block {
    display: inline-block !important;
  }
  .rwd-bs .d-lg-block {
    display: block !important;
  }
  .rwd-bs .d-lg-table {
    display: table !important;
  }
  .rwd-bs .d-lg-table-row {
    display: table-row !important;
  }
  .rwd-bs .d-lg-table-cell {
    display: table-cell !important;
  }
  .rwd-bs .d-lg-flex {
    display: flex !important;
  }
  .rwd-bs .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .rwd-bs .d-xl-none {
    display: none !important;
  }
  .rwd-bs .d-xl-inline {
    display: inline !important;
  }
  .rwd-bs .d-xl-inline-block {
    display: inline-block !important;
  }
  .rwd-bs .d-xl-block {
    display: block !important;
  }
  .rwd-bs .d-xl-table {
    display: table !important;
  }
  .rwd-bs .d-xl-table-row {
    display: table-row !important;
  }
  .rwd-bs .d-xl-table-cell {
    display: table-cell !important;
  }
  .rwd-bs .d-xl-flex {
    display: flex !important;
  }
  .rwd-bs .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .rwd-bs .d-print-none {
    display: none !important;
  }
  .rwd-bs .d-print-inline {
    display: inline !important;
  }
  .rwd-bs .d-print-inline-block {
    display: inline-block !important;
  }
  .rwd-bs .d-print-block {
    display: block !important;
  }
  .rwd-bs .d-print-table {
    display: table !important;
  }
  .rwd-bs .d-print-table-row {
    display: table-row !important;
  }
  .rwd-bs .d-print-table-cell {
    display: table-cell !important;
  }
  .rwd-bs .d-print-flex {
    display: flex !important;
  }
  .rwd-bs .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.rwd-bs .flex-row {
  flex-direction: row !important;
}
.rwd-bs .flex-column {
  flex-direction: column !important;
}
.rwd-bs .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.rwd-bs .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.rwd-bs .flex-wrap {
  flex-wrap: wrap !important;
}
.rwd-bs .flex-nowrap {
  flex-wrap: nowrap !important;
}
.rwd-bs .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.rwd-bs .justify-content-start {
  justify-content: flex-start !important;
}
.rwd-bs .justify-content-end {
  justify-content: flex-end !important;
}
.rwd-bs .justify-content-center {
  justify-content: center !important;
}
.rwd-bs .justify-content-between {
  justify-content: space-between !important;
}
.rwd-bs .justify-content-around {
  justify-content: space-around !important;
}
.rwd-bs .align-items-start {
  align-items: flex-start !important;
}
.rwd-bs .align-items-end {
  align-items: flex-end !important;
}
.rwd-bs .align-items-center {
  align-items: center !important;
}
.rwd-bs .align-items-baseline {
  align-items: baseline !important;
}
.rwd-bs .align-items-stretch {
  align-items: stretch !important;
}
.rwd-bs .align-content-start {
  align-content: flex-start !important;
}
.rwd-bs .align-content-end {
  align-content: flex-end !important;
}
.rwd-bs .align-content-center {
  align-content: center !important;
}
.rwd-bs .align-content-between {
  align-content: space-between !important;
}
.rwd-bs .align-content-around {
  align-content: space-around !important;
}
.rwd-bs .align-content-stretch {
  align-content: stretch !important;
}
.rwd-bs .align-self-auto {
  align-self: auto !important;
}
.rwd-bs .align-self-start {
  align-self: flex-start !important;
}
.rwd-bs .align-self-end {
  align-self: flex-end !important;
}
.rwd-bs .align-self-center {
  align-self: center !important;
}
.rwd-bs .align-self-baseline {
  align-self: baseline !important;
}
.rwd-bs .align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .rwd-bs .flex-sm-row {
    flex-direction: row !important;
  }
  .rwd-bs .flex-sm-column {
    flex-direction: column !important;
  }
  .rwd-bs .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .rwd-bs .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .rwd-bs .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .rwd-bs .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .rwd-bs .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .rwd-bs .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .rwd-bs .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .rwd-bs .justify-content-sm-center {
    justify-content: center !important;
  }
  .rwd-bs .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .rwd-bs .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .rwd-bs .align-items-sm-start {
    align-items: flex-start !important;
  }
  .rwd-bs .align-items-sm-end {
    align-items: flex-end !important;
  }
  .rwd-bs .align-items-sm-center {
    align-items: center !important;
  }
  .rwd-bs .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .rwd-bs .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .rwd-bs .align-content-sm-start {
    align-content: flex-start !important;
  }
  .rwd-bs .align-content-sm-end {
    align-content: flex-end !important;
  }
  .rwd-bs .align-content-sm-center {
    align-content: center !important;
  }
  .rwd-bs .align-content-sm-between {
    align-content: space-between !important;
  }
  .rwd-bs .align-content-sm-around {
    align-content: space-around !important;
  }
  .rwd-bs .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .rwd-bs .align-self-sm-auto {
    align-self: auto !important;
  }
  .rwd-bs .align-self-sm-start {
    align-self: flex-start !important;
  }
  .rwd-bs .align-self-sm-end {
    align-self: flex-end !important;
  }
  .rwd-bs .align-self-sm-center {
    align-self: center !important;
  }
  .rwd-bs .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .rwd-bs .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .rwd-bs .flex-md-row {
    flex-direction: row !important;
  }
  .rwd-bs .flex-md-column {
    flex-direction: column !important;
  }
  .rwd-bs .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .rwd-bs .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .rwd-bs .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .rwd-bs .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .rwd-bs .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .rwd-bs .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .rwd-bs .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .rwd-bs .justify-content-md-center {
    justify-content: center !important;
  }
  .rwd-bs .justify-content-md-between {
    justify-content: space-between !important;
  }
  .rwd-bs .justify-content-md-around {
    justify-content: space-around !important;
  }
  .rwd-bs .align-items-md-start {
    align-items: flex-start !important;
  }
  .rwd-bs .align-items-md-end {
    align-items: flex-end !important;
  }
  .rwd-bs .align-items-md-center {
    align-items: center !important;
  }
  .rwd-bs .align-items-md-baseline {
    align-items: baseline !important;
  }
  .rwd-bs .align-items-md-stretch {
    align-items: stretch !important;
  }
  .rwd-bs .align-content-md-start {
    align-content: flex-start !important;
  }
  .rwd-bs .align-content-md-end {
    align-content: flex-end !important;
  }
  .rwd-bs .align-content-md-center {
    align-content: center !important;
  }
  .rwd-bs .align-content-md-between {
    align-content: space-between !important;
  }
  .rwd-bs .align-content-md-around {
    align-content: space-around !important;
  }
  .rwd-bs .align-content-md-stretch {
    align-content: stretch !important;
  }
  .rwd-bs .align-self-md-auto {
    align-self: auto !important;
  }
  .rwd-bs .align-self-md-start {
    align-self: flex-start !important;
  }
  .rwd-bs .align-self-md-end {
    align-self: flex-end !important;
  }
  .rwd-bs .align-self-md-center {
    align-self: center !important;
  }
  .rwd-bs .align-self-md-baseline {
    align-self: baseline !important;
  }
  .rwd-bs .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .rwd-bs .flex-lg-row {
    flex-direction: row !important;
  }
  .rwd-bs .flex-lg-column {
    flex-direction: column !important;
  }
  .rwd-bs .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .rwd-bs .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .rwd-bs .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .rwd-bs .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .rwd-bs .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .rwd-bs .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .rwd-bs .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .rwd-bs .justify-content-lg-center {
    justify-content: center !important;
  }
  .rwd-bs .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .rwd-bs .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .rwd-bs .align-items-lg-start {
    align-items: flex-start !important;
  }
  .rwd-bs .align-items-lg-end {
    align-items: flex-end !important;
  }
  .rwd-bs .align-items-lg-center {
    align-items: center !important;
  }
  .rwd-bs .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .rwd-bs .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .rwd-bs .align-content-lg-start {
    align-content: flex-start !important;
  }
  .rwd-bs .align-content-lg-end {
    align-content: flex-end !important;
  }
  .rwd-bs .align-content-lg-center {
    align-content: center !important;
  }
  .rwd-bs .align-content-lg-between {
    align-content: space-between !important;
  }
  .rwd-bs .align-content-lg-around {
    align-content: space-around !important;
  }
  .rwd-bs .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .rwd-bs .align-self-lg-auto {
    align-self: auto !important;
  }
  .rwd-bs .align-self-lg-start {
    align-self: flex-start !important;
  }
  .rwd-bs .align-self-lg-end {
    align-self: flex-end !important;
  }
  .rwd-bs .align-self-lg-center {
    align-self: center !important;
  }
  .rwd-bs .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .rwd-bs .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .rwd-bs .flex-xl-row {
    flex-direction: row !important;
  }
  .rwd-bs .flex-xl-column {
    flex-direction: column !important;
  }
  .rwd-bs .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .rwd-bs .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .rwd-bs .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .rwd-bs .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .rwd-bs .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .rwd-bs .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .rwd-bs .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .rwd-bs .justify-content-xl-center {
    justify-content: center !important;
  }
  .rwd-bs .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .rwd-bs .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .rwd-bs .align-items-xl-start {
    align-items: flex-start !important;
  }
  .rwd-bs .align-items-xl-end {
    align-items: flex-end !important;
  }
  .rwd-bs .align-items-xl-center {
    align-items: center !important;
  }
  .rwd-bs .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .rwd-bs .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .rwd-bs .align-content-xl-start {
    align-content: flex-start !important;
  }
  .rwd-bs .align-content-xl-end {
    align-content: flex-end !important;
  }
  .rwd-bs .align-content-xl-center {
    align-content: center !important;
  }
  .rwd-bs .align-content-xl-between {
    align-content: space-between !important;
  }
  .rwd-bs .align-content-xl-around {
    align-content: space-around !important;
  }
  .rwd-bs .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .rwd-bs .align-self-xl-auto {
    align-self: auto !important;
  }
  .rwd-bs .align-self-xl-start {
    align-self: flex-start !important;
  }
  .rwd-bs .align-self-xl-end {
    align-self: flex-end !important;
  }
  .rwd-bs .align-self-xl-center {
    align-self: center !important;
  }
  .rwd-bs .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .rwd-bs .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.rwd-bs .img-fluid {
  max-width: 100%;
  height: auto;
}
.rwd-bs .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.rwd-bs .figure {
  display: inline-block;
}
.rwd-bs .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.rwd-bs .figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/*
@mixin robotoThin {
  font-family: 'RobotoThin', Arial, sans-serif;
  font-weight: 100;
  font-style: normal;
}

@mixin robotoThinItalic {
  font-family: 'RobotoThinItalic', Arial, sans-serif;
  font-weight: 100;
  font-style: italic;
}

@mixin robotoLightItalic {
  font-family: 'RobotoLightItalic', Arial, sans-serif;
  font-weight: 300;
  font-style: italic;
}
*/
/**
 * Colours
 */
/**
 * Base
 */
/**
 * Bootstrap
 */
/**
 * only for styleguide area
 */
/**
 * Colours
 */
/**
 * Base
 */
/**
 * Bootstrap
 */
/*
@mixin robotoThin {
  font-family: 'RobotoThin', Arial, sans-serif;
  font-weight: 100;
  font-style: normal;
}

@mixin robotoThinItalic {
  font-family: 'RobotoThinItalic', Arial, sans-serif;
  font-weight: 100;
  font-style: italic;
}

@mixin robotoLightItalic {
  font-family: 'RobotoLightItalic', Arial, sans-serif;
  font-weight: 300;
  font-style: italic;
}
*/
.sg a {
  text-decoration: underline;
}
.sg__header {
  background-color: #002e3f;
  color: #fff;
  padding: 25px 0 20px;
}
.sg__header h1 {
  color: #fff;
  font-size: 40px;
}
.sg__header p {
  margin-top: 5px;
}
.sg__header ul {
  list-style: none;
  padding: 0;
}
.sg__header ul li {
  border-left: 1px solid #fff;
  display: inline-block;
  padding: 0 6px 0 10px;
}
.sg__header ul li:first-child {
  border-left: none;
  padding-left: 0;
}
.sg__header ul li a {
  color: #fff;
}
.sg__menu {
  font-size: 0;
  list-style: none;
  padding: 0;
}
.sg__menu--active {
  background-color: #e6e6e6;
}
.sg__menu li {
  display: inline-block;
  font-size: 17px;
}
.sg__menu li a {
  display: block;
  padding: 10px 11px;
  text-decoration: none;
}
.sg__menu li a:hover {
  background-color: #e6e6e6;
  text-decoration: none;
}
.sg__content h2 {
  background-color: #41afc6;
  color: #fff;
  font-size: 30px;
  margin: 70px 0 10px;
  padding: 7px;
  position: sticky;
  top: 0;
  z-index: 100;
}
.sg__content .sg-color-swatch {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin: 20px 0;
  min-height: 200px;
  width: auto;
}
.sg__content .sg-color-swatch .sg-color-swatch-colour {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 100px;
}
.sg__content .sg-color-swatch p {
  line-height: 32px;
  margin: 0;
  padding: 6px 10px;
}
.sg__content .sg-color-swatch p span {
  display: inline-block;
  font-weight: bold;
  width: 50px;
}
.sg__content .sg-color-swatch--dark-blue {
  background-color: #002e3f;
}
.sg__content .sg-color-swatch--medium-blue {
  background-color: #41afc6;
}
.sg__content .sg-color-swatch--orange {
  background-color: #f48c39;
}
.sg__content .sg-color-swatch--green {
  background-color: #3bc03b;
}
.sg__content .sg-color-swatch--sec-light-blue {
  background-color: #f2f7fa;
}
.sg__content .sg-color-swatch--sec-wtf-greys {
  background: #999;
  background: linear-gradient(to bottom, #999 0%, #eee 100%);
}
.sg__content-icons .glyph {
  background-color: #f0f0f0;
  display: inline-block;
  height: 100px;
  line-height: 1.4;
  margin: 0 1% 2% 0;
  padding: 10px;
  text-align: center;
  width: 23%;
}
.sg__content-icons .glyph:hover {
  background-color: #e6e6e6;
}
.sg__content-icons .glyph .mls {
  display: block;
}
.sg__content-icons .glyph [class^=icon-] {
  font-size: 32px;
}
.sg__example {
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  margin: 20px 0;
  padding: 10px 10px 20px;
}
.sg__example:before {
  border-bottom: 1px solid #e6e6e6;
  color: grey;
  content: "Example\a\a";
  display: block;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0px -10px 30px;
  padding: 0px 0px 10px 10px;
}
.sg__example.sg__example--image:before {
  content: "Image\a\a";
}
.sg__example-code {
  background-color: #f2f2f2;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin: 35px 0 15px;
  padding: 2px;
}
