/*
 * NOTICE - PLEASE READ BELOW
 * ############################################################################
 *
 * THIS SITE USES A NEW GLOBAL CSS/JAVASCRIPT RESET AND CUSTOMISATION SYSTEM
 * PLEASE SPEAK TO A WUNDERWRITER BEFORE MAKING ANY CHANGES
 */

/* Imports */
@import url("https://schemeservefrontenduk.z33.web.core.windows.net/boilerplate/live/ss-custom.css");

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

:root {
 /* Brand colors */
--ss-custom-color-primary--dark: #34314e;
--ss-custom-color-primary: #3F3C5F;
--ss-custom-color-primary--light: #5d588d;
--ss-custom-color-secondary--dark: #85882b;
--ss-custom-color-secondary: #B0B439;
--ss-custom-color-secondary--light: #d1d477;
--ss-custom-color-nav: #bfd601;

/* Font family */

--ss-custom-font-family--body: "Source Sans Pro", sans-serif;
--ss-custom-font-family--display: "Source Sans Pro", sans-serif;


/* Root font size */
--ss-custom-root-font-size--mobile: 16px;
--ss-custom-root-font-size--tablet: 16px;
--ss-custom-root-font-size--desktop: 16px;

/* Root line height */
--ss-custom-root-line-height--mobile: 1.2;
--ss-custom-root-line-height--tablet: 1.3;
--ss-custom-root-line-height--desktop: 1.4;

/* Header */
--ss-custom-header-background-color: #ffffff;

/* Body */
/* --ss-custom-body-background-color: #f7fbfe; */
--ss-custom-body-background-color: #e2e2e8;
--ss-custom-body-font-weight: 300;
--ss-custom-body-text-color: #222222;

/* Footer */
--ss-custom-footer-background-color: #3F3C5F;
--ss-custom-footer-link-color: #ffffff;
--ss-custom-footer-link-color--hover: #ffffff;
--ss-custom-footer-link-color--focus: #ffffff;
--ss-custom-footer-text-color: #ffffff;

/* Heading One */
--ss-custom-h1-font-family: var(--ss-custom-font-family--display);
--ss-custom-h1-font-size: 1.6rem;
--ss-custom-h1-font-weight: 600;
--ss-custom-h1-text-color: inherit;
--ss-custom-h1-text-transform: none;

/* Heading Two */
--ss-custom-h2-font-family: var(--ss-custom-font-family--display);
--ss-custom-h2-font-size: 1.5rem;
--ss-custom-h2-font-weight: 500;
--ss-custom-h2-text-color: inherit;
--ss-custom-h2-text-transform: none;

/* Heading 5 */
--ss-custom-h5-text-color: inherit;

/* Border radius */
--ss-custom-border-radius: 5px;

/* Box shadow */
--ss-custom-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);

/* Card */
--ss-custom-card-background-color: #ffffff;
--ss-custom-card-border-color: #dddddd;
--ss-custom-card-border-radius: var(--ss-custom-border-radius);
--ss-custom-card-box-shadow: var(--ss-custom-box-shadow);
--ss-custom-card-padding: 25px;

/* Input (used for Select and Textarea too) */
--ss-custom-input-background-color: #ffffff;
--ss-custom-input-background-color--hover: #ffffff;
--ss-custom-input-background-color--focus: #ffffff;
--ss-custom-input-border: 1px solid #dddddd;
--ss-custom-input-border--hover: 1px solid #dddddd;
--ss-custom-input-border--focus: 1px solid var(--ss-custom-color-primary);
--ss-custom-input-border-radius: var(--ss-custom-border-radius);
--ss-custom-input-font-family: var(--ss-custom-font-family--body);
--ss-custom-input-font-size: var(--ss-custom-font-size);
--ss-custom-input-font-weight: 300;
--ss-custom-input-height: 40px;
--ss-custom-input-padding: 0 10px;
--ss-custom-input-max-width: 300px;
--ss-custom-input-min-width: 100px;
--ss-custom-input-text-color: var(--ss-custom-body-text-color);
--ss-custom-input-text-color--hover: var(--ss-custom-body-text-color);
--ss-custom-input-text-color--focus: var(--ss-custom-body-text-color);

/* Buttons */
--ss-custom-button-border-radius: var(--ss-custom-border-radius);
--ss-custom-button-font-family: var(--ss-custom-font-family--body);
--ss-custom-button-font-size: var(--ss-custom-font-size);
--ss-custom-button-font-weight: 500;
--ss-custom-button-height: 40px;
--ss-custom-button-padding: 0 var(--ss-custom-spacing);
--ss-custom-button-text-transform: uppercase;

/* Buttons: Primary */
--ss-custom-button-primary-background-color: var(--ss-custom-color-primary);
--ss-custom-button-primary-background-color--hover: var(--ss-custom-color-primary--light);
--ss-custom-button-primary-background-color--focus: var(--ss-custom-color-primary--light);
--ss-custom-button-primary-border: 0;
--ss-custom-button-primary-border--hover: 0;
--ss-custom-button-primary-border--focus: 0;
--ss-custom-button-primary-text-color: #ffffff;
--ss-custom-button-primary-text-color--hover: #ffffff;
--ss-custom-button-primary-text-color--focus: #ffffff;

/* Radio button */
--ss-custom-radio-button-background-color: transparent;
--ss-custom-radio-button-background-color--hover: #f5f5f5;
--ss-custom-radio-button-background-color--focus: #f5f5f5;
--ss-custom-radio-button-background-color--active: var(--ss-custom-color-primary);
--ss-custom-radio-button-border: 2px solid var(--ss-custom-color-primary);
--ss-custom-radio-button-border--hover: 2px solid var(--ss-custom-color-primary);
--ss-custom-radio-button-border--focus: 2px solid var(--ss-custom-color-primary);
--ss-custom-radio-button-border--active: 2px solid var(--ss-custom-color-primary);
--ss-custom-radio-button-border-radius: var(--ss-custom-border-radius);
--ss-custom-radio-button-font-family: var(--ss-custom-body-font-family);
--ss-custom-radio-button-font-size: var(--ss-custom-body-font-size);
--ss-custom-radio-button-height: var(--ss-custom-button-height);
--ss-custom-radio-button-padding: var(--ss-custom-button-padding);
--ss-custom-radio-button-text-color: var(--ss-custom-color-primary);
--ss-custom-radio-button-text-color--hover: var(--ss-custom-color-primary);
--ss-custom-radio-button-text-color--focus: var(--ss-custom-color-primary);
--ss-custom-radio-button-text-color--active: #ffffff;
--ss-custom-radio-button-text-transform: var(--ss-custom-button-text-transform);

/* Help tooltips */
--ss-custom-help-tooltip-arrow-color: var(--ss-custom-color-primary);
--ss-custom-help-tooltip-background-color: var(--ss-custom-color-primary--light);
--ss-custom-help-tooltip-border: 1px solid var(--ss-custom-color-primary);
--ss-custom-help-tooltip-border-radius: var(--ss-custom-border-radius);
--ss-custom-help-tooltip-box-shadow: var(--ss-custom-box-shadow);
--ss-custom-help-tooltip-font-size: var(--ss-custom-font-size--sm);
--ss-custom-help-tooltip-padding: var(--ss-custom-spacing--xs);
--ss-custom-help-tooltip-text-color: #ffffff;

/* Logo */
--ss-custom-logo-height: 100%;
--ss-custom-logo-width: fit-content;

/* stubs */
--ss-custom-stub-number-text-color--active: var(--ss-custom-stub-number-background-color--active);
--ss-custom-stub-number-dimensions: 16px;
--ss-custom-stub-number-text-color: #fff;


}
/* Custom code here */
@charset "utf-8";
/* CSS Document */
span.char_label.suffix:empty {
  display: none;
}

.multi-page ul li *.radio {
  padding-left: 30px;
}

.multipagecontroller {
  margin-top: 0 !important;
}

/*

.multi-page-options {
  position: absolute;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 0;
}

*/

.question li {
  list-style-type: disc;
}

/* Fixing the cutted dropdowns */
li {
  font-size: 14px !important;
}

.info_text li {
  line-height: 1.4;
  margin: 3px 0;
}

.form-control {
  padding: 0 0.75rem !important;
}

#articles_viewarticle_aspx > form > section {
  background: url("https://schemeservelive.blob.core.windows.net/medialib/images/user/account_id_6805/thumbs/businesshomeid.jpg")
    rgb(255, 255, 255);
}

#articles_viewarticle_aspx > form > section:after {
  position: absolute;
  background: rgba(24, 28, 40, 1);
  content: "";
  width: 100%;
  height: 100%;
  top: 500px;
}
#articles_viewarticle_aspx > form > section:before {
  background: -moz-linear-gradient(
    top,
    rgba(24, 28, 40, 0.01) 0%,
    rgba(24, 28, 40, 0.01) 1%,
    rgba(24, 28, 40, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(24, 28, 40, 0.01) 0%,
    rgba(24, 28, 40, 0.01) 1%,
    rgba(24, 28, 40, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(24, 28, 40, 0.01) 0%,
    rgba(24, 28, 40, 0.01) 1%,
    rgba(24, 28, 40, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03181c28', endColorstr='#181c28',GradientType=0 );
  content: "";
  height: 500px;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
}

#articles_viewarticle_aspx > form > section > article > article {
  padding: 50px !important;
  background: #fff;
  padding-top: 50px;
  margin-top: 50px !important;
  z-index: 2;
  position: relative;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0;
}

#articles_viewarticle_aspx > form > section > article {
  overflow: hidden;
  clear: both;
}

#schemeserve_login_aspx {
  background: #f0f0f0
    url("https://nationwide.schemeserve.com/documents_formal/ACCOUNT_ID_6805/USEFULDOCUMENT_ID_1030_nbs_bg.jpg")
    no-repeat;
}

#schemeserve_login_aspx #LogoBox {
  width: 300px;
  padding: 30px 0;
  margin: 340px auto 0 auto;
  background: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

#schemeserve_login_aspx div.login {
  margin: 0 auto;
  border-color: white !important;
  background: white !important;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#schemeserve_login_aspx div.login .login_dialog {
  background: #fff;
}

#schemeserve_login_aspx #LogoBox #ctl00_MainContent_LoginLogo {
  max-height: 50px;
}

/* Hide the cookies */
#cccwr {
  display: none;
}

#debug {
  display: none;
}
/* Styling the header */

header {
  width: 100%;
}

.as-get-quote-footer {
  color: white !important;
}

.as-custom-header {
  padding: 60px calc((100% - 1200px) / 2);
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row {
  width: auto;
  clear: auto;
}

#ctl00_MainContent_divChooseScheme > div > input {
  margin-right: 0;
}

/* TOP FIXED NAVIGATION */
.as-custom-navbar {
  line-height: 50px;
  background: #212121;
  color: #888888;
  padding: 0;
  height: 50px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
}

.as-custom-navbar .as-main-menu a {
  color: #888;
  margin: 0 5px;
}

.as-main-menu .nav {
  display: inline-block;
}

.as-main-menu .nav li {
  display: inline;
}

.as-custom-navbar .as-main-menu .phone-number {
  margin-right: 15px;
}

.as-custom-navbar .as-main-menu .as-system-login {
  margin-left: 15px;
  font-weight: bold;
}
/* END OF TOP FIXED NAVIGATION */

.as-custom-header .left-side {
  text-align: center;
}

.as-custom-header h1 {
  font-size: 60px;
  font-weight: bold;
  margin: 0;
  color: white;
  text-transform: uppercase;
}

.as-custom-header h3 {
  font-size: 40px;
  font-weight: 300;
  margin: 10px 0;
  color: white;
}
.as-custom-header p {
  font-size: 20px;
  font-weight: 300;
  margin: 20px 0;
  color: white;
  line-height: 30px;
  color: white;
}

.bug-ol-slider-button {
  height: 60px;
  width: 285px;
  line-height: 58px;
  border-radius: 3px;
  background: #df0026;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  padding: 0;
  color: white;
}

.bug-ol-slider-button:hover {
  background: #b60120;
  color: white;
}

#pubs {
  background: url(file:///C|/CityTech/Designs/AdvanceSchemes/img/slider-bar.jpg)
    center center no-repeat;
}
/*HEADER*/

body header div.logo {
  margin: 0;
  position: absolute;
  top: 20px;
  left: calc((100% - 1200px) / 2);
}


body {
  background: #f0f0f0;
  font-family: "Source Sans Pro", sans-serif;
}

body * {
  font-family: "Source Sans Pro", sans-serif !important;
}


/* Messages on top of the page */
body.public.informational-message {
  /*margin-top: 50px;*/
}

/*body.public.informational-message .MessagingContainer {
position: fixed;
top: 0;
height: 50px;
}*/

body.public article {
  padding: 0;
}

.logo + .deployment {
  display: none;
}

body header div.custom-login {
  margin: 0;
  position: absolute;
  top: 120px;
  left: calc((100% - 1200px) / 2);
  padding: 0;
}

body header div.custom-login a {
  background: transparent !important;
  padding: 0;
}

.hiscox-title {
  margin-top: 210px;
}

.hiscox-title h1 {
  color: white;
  font-size: 42px;
  font-weight: 100;
}

.hiscox-title h3 {
  color: #ee2e24;
  font-size: 13px;
  font-weight: 100;
}

#aspnetForm > section {
  position: relative;
  z-index: 2;
}

.mobile-step-counter {
  display: none;
}

.container.main.getquote-ui {
  padding-top: 50px;
  margin-top: 0;
  z-index: 2;
}


.main-section {
  padding-top: 50px;
  overflow: hidden;
  width: 100%;
  display: block;
}

.main-article {
  position: relative;
  overflow: hidden;
}

.main-section:before {
  content: "";
  height: 500px;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
}

.main-section:after {
  position: absolute;

  content: "";
  width: 100%;
  height: 100%;
  top: 500px;
}

#getquote_questions_aspx .getquote-ui #ctl00_MainContent_PageTitle,
#getquote_questions_aspx .getquote-ui #ctl00_MainContent_lblSchemeName,
#getquote_questions_aspx .getquote-ui #PageButtonsTop {
  display: none;
}

#getquote_questions_aspx .getquote-ui #ctl00_MainContent_divGetQuote {
  padding-top: 0;
}

body footer nav li {
  margin: 0 !important;
}

a.help_link {
  margin-top: 2px;
  display: inline-block;
}

.footer-social-links__link:active .footer-social-links__icon,
.footer-social-links__link:focus .footer-social-links__icon,
.footer-social-links__link:hover .footer-social-links__icon {
  color: #fff;
  background-color: #000;
}

.footer-social-links__initial-placeholder {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  line-height: 43px;
  font-weight: 600;
}

.footer-social-links__icon svg {
  padding: 13px;
  width: 100%;
  height: 100%;
  fill: currentColor;
  box-sizing: border-box;
}
/*
.ssstub_error.SS {
  display: none;
}
*/
.QuestionWarning.SS {
  display: inline-block;
  margin: 11px !important;
  padding: 0;
  vertical-align: top;
}

.question > * {
  vertical-align: top;
}

#pages,
#pages_postquote,
#PageButtonsBottom {
  display: inline-block;
  width: calc(100% - 305px);
  margin: 0;
  vertical-align: top;
  padding-left: 31px;
}

#PageButtonsBottom {
  margin-left: 304px;
  padding: 30px 0;
  box-sizing: border-box;
  border-left: none;
  margin-top: 10px;
}

#pages .selected_page {
  border: none;
  padding: 0;
}

/* Hiding the Save button by default */
.getquote-ui input.rounded.QuestionPage_Save {
  display: none;
}

.getquote-ui h1 {
  font-size: 20px;
  font-weight: 600;
  color: #212121;
  border-bottom: 1px solid #f0f0f0;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 10px;
  padding-top: 0;
  margin-left: 0;
  padding-top: 10px ! important;
}

.getquote-ui p,
.getquote-ui ul li {
  font-size: 16px;
  font-weight: 300;
  color: #666;
  line-height: 1.4;
}

#pages .question .TableControl input[type="text"],
#pages .question .TableControl select {
  width: 100%;
  max-width: 100%;
}

#pages .question .TableControl .delete,
#pages .question .TableControl .AddRow {
  margin-top: 10px;
  display: inline-block;
}

.page h4,
.page h5,
.page h6 {
  font-size: 15px;
  line-height: 1.4;
}

/* Buttons Styling */

.LookupGetAddress {
  background: #96bf09;
  border: none;
  height: 32px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  font-size: 12px;
  padding: 0 15px !important;
  border-radius: 15px;
}

#AddressLink {
  color: #96bf09 !important;
  text-decoration: underline;
}

.getquote-ui input.rounded,
#ctl00_MainContent_lnkBack,
#ctl00_MainContent_article input[type="button"],
#broker_login input[type="submit"] {
  box-sizing: border-box;
  height: 40px;
  display: inline-block;
  text-decoration: none;
  line-height: 34px;
  border: 3px solid #ccc;
  color: #ccc;
  text-align: center;
  padding: 0 30px;
  font-weight: bold;
  text-transform: uppercase;
  background: transparent;
  border-radius: 20px;
  font-weight: 900;
  transition: all 0.3s ease;
  cursor: pointer;
}

.getquote-ui input.rounded:hover,
#ctl00_MainContent_lnkBack:hover,
#ctl00_MainContent_article input[type="button"]:hover {
  border: 3px solid #999;
  color: #999;
  transition: all 0.3s ease;
}

.getquote-ui input.rounded.Next,
.getquote-ui input.rounded.QuestionPage_Save,
.getquote-ui input.rounded.QuestionPage_Next,
#broker_login input.button {
  border: 3px solid #96bf09;
  background: white;
  color: #96bf09;
}

.getquote-ui input.rounded.Next:hover,
.getquote-ui input.rounded.QuestionPage_Save:hover,
.getquote-ui input.rounded.QuestionPage_Next:hover,
#broker_login input.button:hover {
  border: 3px solid #719201;
  color: #719201;
}

/* Buttons Styling */

/* Questions Styling */
.question {
  margin-bottom: 30px;
}

.question:last-of-type {
  margin-bottom: 0;
}

.question.warning .text {
  color: red;
}

#pages .question.warning input[type="text"],
#pages .question.warning select {
  border: 1px solid red;
}

#pages .question > .text {
  font-weight: 500;
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
}

#pages .question input[type="text"],
.getquote-ui div.edgy input[type="text"],
select,
.ui-combobox,
#broker_login input[type="text"],
#broker_login input[type="password"] {
  border-radius: 3px;
  /* background: white !important; */
  border: 2px solid #ccc;
  height: 36px !important;
  padding: 0 10px;
  width: 250px;
  box-sizing: border-box;
  font-size: 13px !important;
}

.question .text_input {
  border-radius: 3px;
  background: white;
  border: 2px solid #ccc;
  padding: 0 10px;
  width: 250px;
  box-sizing: border-box;
}

#broker_login input[type="text"],
#broker_login input[type="password"] {
  width: 100% !important;
}

.ui-combobox {
  display: block;
  position: relative;
}

.admdropdown .ui-combobox input {
  width: 100%;
  position: absolute;
  border: none;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 30px 0 10px;
  text-overflow: ellipsis;
}

.admdropdown .ui-combobox .ui-combobox-toggle {
  position: absolute;
  right: 0;
  padding: 0 !important;
  height: 36px;
  width: 36px;
  line-height: 36px;
  margin: 0;
  border: none;
}

#pages .question #taxOfficeNumberContainer input[type="text"] {
  width: 50px;
}

#pages .question #ERNContainer input[type="text"] {
  width: 192px;
}

#ctl00_MainContent_Address_txtPostcode {
  width: 250px !important;
}

span.char_label.prefix {
  position: absolute;
  height: 36px;
  line-height: 36px;
  width: 36px;
  text-align: center;
  margin: 0;
  background: fff;
  border-right: 1px solid #ccc;
}

span.char_label.prefix + input[type="text"],
span.char_label.prefix + select {
  padding-left: 43px !important;
}


/*
span.char_label.suffix:not(.distance_label) {
  position: absolute;
  height: 34px;
  line-height: 34px;
  width: 36px;
  text-align: center;
  margin: 1px 0 0 0;
  left: 223px;
  background: #f0f0f0;
  border-left: 1px solid #ccc;
}
*/
.distance_label {
  margin: 12px 0 0 10px;
}

#pages .question .DateDropDown select {
  width: 80px;
  margin-right: 5px;
}

#pages .question td .DateDropDown select {
  width: 31% !important;
}

/* Removing the labels from the address line */
#AddressContainer label,
#postcodeLine label {
  display: none;
}

#question_QualfiyingCriteria {
  margin-bottom: 0;
}

.postcode_input.Postcode {
  margin-left: 0;
}

.getquote-ui ul.QuickQuoteSchemesList {
  margin: 15px 0;
  padding: 0;
}

.getquote-ui div.edgy-table,
.getquote-ui div.edgy {
  width: auto;
  border: none;
  border-width: 0;
  margin: 20px 0;
  padding: 30px 20px;
  background: #fafafa;
}

#getquote_agentregistration_aspx .getquote-ui div.edgy-table,
#getquote_agentregistration_aspx .getquote-ui div.edgy {
  background: transparent;
}

#getquote_agentregistration_aspx .getquote-ui div.edgy input.radio {
  position: relative;
  padding-right: 25px;
  outline: none;
}

.getquote-ui ul.QuickQuoteSchemesList li {
  width: 48.9%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: top;
  border: none;
  border-width: 0;
  border-radius: 3px;
  margin: 5px;
  padding: 40px 30px;
  background-size: cover !important;
  /* background: #212121; */
  background: #3e3c64;
  position: relative;
}

.getquote-ui ul.QuickQuoteSchemesList li:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.getquote-ui ul.QuickQuoteSchemesList li a {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 0 20px;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.getquote-ui ul.QuickQuoteSchemesList li a:hover {
  background: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

body#getquote_quickquotesummary_aspx .getquote-ui div.edgy {
  background: white;
}

.inline-container {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.inline-container .title {
  width: 80px;
}

.inline-container .firstname,
.inline-container .surname {
  width: 180px;
  margin-left: 5px;
}

.inline-container .firstname input,
.inline-container .surname input {
  width: 100% !important;
  margin: 0 !important;
}

.getquote-ui div.edgy label.subfirstname {
  margin-left: 55px !important;
  width: 183px !important;
}

.getquote-ui .gaptop20 {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

#ctl00_MainContent_OrganisationName,
#ctl00_MainContent_UserEmailAddress {
  margin-bottom: 20px;
}

.PaymentOptionsContainer h3 {
  margin-top: 20px;
  font-weight: 500;
}

body.public table {
  width: 100%;
  table-layout: fixed;
}

body.public table .AdmDropDown-Container {
  display: block;
}

body.public table.AppendMultiId tbody tr td:last-of-type,
body.public table.AppendMultiId tfoot tr td:last-of-type,
body.public table.AppendMultiId thead tr th:last-of-type {
  width: 30px;
  max-width: 30px;
  box-sizing: border-box;
}

#question_IAGREE {
  padding: 25px;
  border-radius: 3px;
  background: #fafafa;
}

#question_IAGREE input[type="checkbox"] + label {
  font-size: 20px;
  margin: 3px 0 0 5px;
}

#ctl00_MainContent_SummaryDisplay {
  font-size: 20px !important;
}

.QuickQuoteSchemesList .hidden-scheme {
  display: none !important;
}

.getquote-ui h2 {
  margin-right: 0 !important;
  margin-top: -50px !important;
}

.question .text_input {
  max-width: 100% !important;
}

.client-address .lookupLink {
  text-align: left !important;
}

.TableControl table tbody tr td {
  position: relative;
}

.AppendMultiId {
  overflow: auto;
}

.AppendMultiId .TableControl {
  min-width: 1200px;
}

.multipages {
  overflow: visible;
}

/* Mobile Styles */
@media only screen and (max-width: 1024px) {
  .main_nav {
    display: none;
  }
  .main-section {
    /* padding-top: 250px; */
    /* background-size: auto 180px; */
    /* background-position: top center; */
  }

  .as-main-menu {
    display: none;
  }
  .mobile-step-counter {
    display: block;
    background: #fafafa;
    padding: 15px 0;
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px;
    color: #999;
    text-transform: uppercase;
  }

  .mobile-step-counter strong {
    color: #212121;
  }
  /* If the body does not have overflow:hidden the scroll does not work */
  body {
    overflow: hidden;
  }

  body header div.logo {
    position: relative;
    display: block;
    left: auto;
    float: none;
    right: auto;
    margin: 20px auto;
  }

  .hiscox-title {
    margin-top: 80px;
  }

  .hiscox-title h1 {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .hiscox-title h3 {
    font-weight: 500;
    margin-top: 0px;
  }

  body article {
    padding: 0;
  }

  #getquote_questions_aspx .getquote-ui,
  #getquote_agent_aspx .getquote-ui,
  #getquote_quickquotesummary_aspx .getquote-ui,
  #getquote_paymentchoice_aspx .getquote-ui,
  #getquote_oncoversummary_aspx .getquote-ui,
  #getquote_default_aspx .getquote-ui,
  #getquote_client_aspx .getquote-ui,
  #getquote_referredsummary_aspx .getquote-ui,
  #ctl00_MainContent_article {
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
  }
  #page_stubs {
    display: block;
    visibility: hidden;
    height: 1px;
    padding: 0 !important;
  }

  #pages,
  #pages_postquote,
  #PageButtonsBottom {
    display: block;
    width: 100%;
    border-left: none;
    margin-left: 0;
    padding-left: 0 !important;
  }

  #pages .selected_page {
    padding: 20px 50px !important;
  }

  #PageButtonsBottom {
    margin: 10px 0 0 0;
    padding: 30px 20px 0 20px !important;
  }

  .getquote-ui p,
  .getquote-ui ul li {
    font-size: 14px;
  }

  .getquote-ui h2 {
    display: none;
  }

  .getquote-ui h1 {
    text-align: center;
  }

  .getquote-ui .columns {
    display: block;
  }

  .getquote-ui .leftColumn,
  .getquote-ui .rightColumn {
    display: block;
    width: 100%;
  }
  label.sub,
  label.subfirstname,
  label.subsurname {
    display: none !important;
  }

  .inline-container .firstname,
  .inline-container .surname {
    margin-left: 0 !important;
  }
  .getquote-ui ul.QuickQuoteSchemesList li {
    width: 48.9%;
  }
}

@media only screen and (max-width: 768px) {
  .main-section {
    /* padding-top: 180px; */
  }

  table.columns tbody,
  table.columns tr,
  table.columns td {
    display: block;
  }
  .getquote-ui .client-address {
    display: block;
  }

  .as-custom-header h1 {
    font-size: 40px !important;
  }

  .as-custom-header h3 {
    font-size: 34px !important;
  }
  .getquote-ui ul.QuickQuoteSchemesList li {
    width: 100% !important;
    margin: 5px 0 !important;
  }
}

@media only screen and (max-width: 380px) {
  #pages .selected_page {
    padding: 20px !important;
  }

  .inline-container .title,
  .inline-container .firstname input,
  .inline-container .surname input,
  .inline-container .firstname,
  .inline-container .surname,
  #pages .question input[type="text"],
  .getquote-ui div.edgy input[type="text"],
  select,
  .ui-combobox,
  .AdmDropDown-Container,
  .question .text_input {
    width: 100% !important;
    margin-bottom: 5px !important;
  }
  #ctlTaxOfficeNumber {
    margin-bottom: 10px;
  }
}

/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .as-custom-header {
    padding-top: 150px;
  }
  label.radio {
    line-height: 16px !important;
  }

  header .head_links li.number {
    width: 150px !important;
  }
}
/* CUSTOM CSS FROM NATIONWIDE */
/*
Theme Name: PS Website Design
Theme URI: http://www.pswebsitedesign.com
Description: A minimalist theme by PS.
Author: PS Website Design Ltd
Author URI: http://www.pswebsitedesign.com
Version: 0.1
*/ /* RESET */ /* ----------------------------------------- */ /* Global reset */ /* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */ /* Global reset-RESET */ /* The below restores some sensible defaults */ /* Gets rid of IE's blue borders */ /* #Base 960 Grid
================================================== */ /* Nested Column Classes */ /* Base Grid */ /* #Clearing
================================================== */ /* LAYOUT */ /*-- GLOBALS --*/ /*-- Variables --*/ /*----HEADER----*/ /*----UNIVERSAL----*/ /*----HOME----*/ /*----BENEFITS----*/ /*----COMPANY----*/ /*----PRODUCT-MAIN----*/ /*----PRODUCT-SINGLE----*/ /*----PRODUCT-CATEGORY----*/ /*----NEWS----*/ /*----FAQS----*/ /*----CONTACT----*/ /*----PRIVACY-POLICY----*/ /*----FOOTER----*/ /*----404----*/ /*span.st_facebook_large span.stButton span.stLarge {width:20px; height:20px; background:url('../images/fb.png') !important}
span.st_twitter_large span.stButton span.stLarge {width:20px; height:20px; background:url('../images/twit.png') !important}
span.st_linkedin_large span.stButton span.stLarge {width:20px; height:20px; background:url('../images/lkin.png') !important}
span.st_googleplus_large span.stButton span.stLarge {width:20px; height:20px; background:url('../images/gplus.png') !important}*/ /** WEBKIT CSS **/ /*----RESPONSIVE----*/
*,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
label,
fieldset,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
form,
p,
filedset,
img {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul,
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: "";
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
a img {
  border: none;
}
.ui-datepicker {
  z-index: 9999 !important;
}
html {
  -webkit-text-size-adjust: none;
  -webkit-appearance: none;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body,
html {
  margin: 0;
  padding: 0;
}
body {
  font-family: "source-sans-pro", sans-serif;
  color: #4b4e43;
  font-size: 14px;
  background: #fcfcfc;
  -webkit-font-smoothing: subpixel-antialiased;
}
a {
  outline: none;
  text-decoration: none;
  color: #4b4e43;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: #212121;
}
.container {
  position: relative;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0;
}
.container .column,
.container .columns {
  float: left;
  display: inline;
  margin-left: 1.041666666666667%;
  margin-right: 1.041666666666667%;
}
.container .edgy .columns {
  float: none;
}
.row {
  margin-bottom: 4.166666666666667%;
}
.column.alpha,
.columns.alpha {
  margin-left: 0;
}
.column.omega,
.columns.omega {
  margin-right: 0;
}
.container .one.column,
.container .one.columns {
  width: 4.166666666666667%;
}
.container .two.columns {
  width: 10.41666666666667%;
}
.container .three.columns {
  width: 16.66666666666667%;
}
.container .four.columns {
  width: 22.91666666666667%;
}
.container .five.columns {
  width: 29.16666666666667%;
}
.container .six.columns {
  width: 35.41666666666667%;
}
.container .seven.columns {
  width: 41.66666666666667%;
}
.container .eight.columns {
  width: 47.91666666666667%;
}
.container .nine.columns {
  width: 54.16666666666667%;
}
.container .ten.columns {
  width: 60.41666666666667%;
}
.container .eleven.columns {
  width: 66.66666666666667%;
}
.container .twelve.columns {
  width: 72.91666666666667%;
}
.container .thirteen.columns {
  width: 79.16666666666667%;
}
.container .fourteen.columns {
  width: 85.41666666666667%;
}
.container .fifteen.columns {
  width: 91.66666666666667%;
}
.container .sixteen.columns {
  width: 97.9%;
}
.container .one-third.column {
  width: 31.25%;
}
.container .two-thirds.column {
  width: 64.58333333333333%;
}
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: "\0020";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.row:after,
.clearfix:after {
  clear: both;
}
.row,
.clearfix {
  zoom: 1;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.cover {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover;
  background-size: cover !important;
}
.transition {
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.transform-fix {
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.long_trans {
  -webkit-transition: all 400ms ease-in;
  -o-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
}
.bullets {
  background: url("https://schemeservelive.blob.core.windows.net/medialib/accounts/account_id_20177/usefuldocuments/usefuldocument_id_1005_bullet_icon.png")
    no-repeat left 3px;
}
.padding {
  padding-left: 5.3%;
  padding-right: 5.3%;
  padding-left: 50px;
  padding-right: 50px;
}
header {
  min-height: 130px;
  width: 100%;
  background: #fff;
  float: none;
  position: relative;
  z-index: 100;
}
header .container {
  padding-left: 5.3%;
  padding-right: 5.3%;
  padding-left: 50px;
  padding-right: 50px;
}
header .logo {
  margin-top: 9px; /*margin-left: 20px;*/ /*img {max-width: 100%; width: 100%; height: auto}*/
  float: left;
}
header .head_links {
  float: right;
  margin-top: 37px;
  margin-right: 20px;
  display: flex;
  justify-content: end;
  align-content: end;
}
header .head_links li {
  float: left;
  text-align: center;
  margin: 0 16px;
}
header .head_links li.custom-login {
  background: url("https://schemeservelive.blob.core.windows.net/medialib/accounts/account_id_20177/usefuldocuments/usefuldocument_id_1006_head-broker_login.png")
    no-repeat center 10px;
}
header .head_links li.register {
  background: url("https://schemeservelive.blob.core.windows.net/medialib/accounts/account_id_20177/usefuldocuments/usefuldocument_id_1007_head-register_agency.png")
    no-repeat center 5px;
}
header .head_links li.call {
  background: url("https://schemeservelive.blob.core.windows.net/medialib/accounts/account_id_20177/usefuldocuments/usefuldocument_id_1008_head-call_back.png")
    no-repeat center 6px;
}
header .head_links li.contact {
  background: url("https://schemeservelive.blob.core.windows.net/medialib/accounts/account_id_20177/usefuldocuments/usefuldocument_id_1009_head-contact_us.png")
    no-repeat center 8px;
  margin-right: 0;
}
header .head_links li.number {
  margin-right: 0;
  position: relative;
  width: 150px !important;
}
header .head_links li.number a {
  z-index: 1;
  position: relative;
}
header .head_links li.number:before {
  content: "1800 856 090";
  display: block;
  color: #95bf09;
  font-size: 26px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
header .head_links li a {
  padding: 37px 0 0;
  display: block;
  font-size: 13px;
  line-height: 22px;
  color: #182242;
  letter-spacing: 0.02em;
}
header .head_links li a,
header .head_links li a:hover {
  text-decoration: none !important;
}
.call_overlay,
.head_overlay {
  opacity: 0;
  visibility: hidden;
  background: #000;
  position: fixed;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 99;
  cursor: pointer;
  -webkit-transition: all 400ms ease-in;
  -o-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
}
.call_active .call_overlay,
.menu_hover .call_overlay {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  visibility: visible;
  -webkit-transition: all 400ms ease-in;
  -o-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
}
.call_back {
  position: absolute;
  z-index: 100;
  width: 442px;
  padding: 30px;
  box-sizing: border-box;
  top: 200px;
  left: 50%;
  display: block;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  margin-left: -221px;
}
.call_back .call_hold {
  display: inline-block;
  padding: 15px 40px;
  border-top: solid 1px #ececec;
}
.call_back .heading p {
  font-size: 44px;
  line-height: 37px;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 300;
  color: #182242;
  text-align: center;
  margin: 10px 0 30px;
}
.call_back .heading p strong {
  font-family: "vollkorn", helvetica;
  color: #95bf09;
  font-weight: 400;
}
.call_back h2 {
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 10px;
}
.call_back p {
  font-size: 15px;
  line-height: 26px;
  padding-bottom: 5px;
}
.call_back #wpcf7-f148-o1 .wpcf7-form input,
.call_back #wpcf7-f148-o1 .wpcf7-form textarea,
.call_back #wpcf7-f148-o1 input.wpcf7-submit {
  width: 100%;
}
.call_back #wpcf7-f148-o1 span.wpcf7-form-control-wrap {
  width: 100%;
}
.call_back #wpcf7-f148-o1 label {
  width: 100%;
  float: left;
}
.call_back #wpcf7-f148-o1 img.wpcf7-captcha-captcha-978 {
  margin: 7px 0 0 10px;
  width: auto;
}
.call_back #wpcf7-f148-o1 span.captcha-978 {
  float: right;
  width: 65%;
}
.call_back #wpcf7-f148-o1 img.ajax-loader {
  display: none !important;
}
.call_back .close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: url("https://schemeservelive.blob.core.windows.net/medialib/accounts/account_id_20177/usefuldocuments/usefuldocument_id_1010_close_button.png")
    no-repeat center center;
  cursor: pointer;
  height: 20px;
  width: 20px;
  display: block;
}
.call_active .call_back {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  -webkit-transition: all 400ms ease-in;
  -o-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
}
.main_nav {
  background: var(--ss-custom-color-nav) !important;
  float: none;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.7);
  -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.7);
  box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.7);
}
.main_nav .menu-header {
  height: 44px;
  width: 100%;
}
.main_nav ul#menu-primary {
  display: inline-block;
}
.main_nav ul#menu-primary li {
  float: left;
  position: relative;
}
.main_nav ul#menu-primary li:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  height: 20px;
  top: 12px;
  border-left: solid 1px var(--ss-custom-color-nav);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.main_nav ul#menu-primary li.menu-item-has-children > a:after {
  content: "";
  display: block;
  position: absolute;
  background: url("https://schemeservelive.blob.core.windows.net/medialib/accounts/account_id_20177/usefuldocuments/usefuldocument_id_1011_sub_arrow.png")
    no-repeat center center;
  height: 6px;
  width: 8px;
  top: 44%;
  right: 30%;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.main_nav ul#menu-primary li.menu-item-has-children:hover ul.sub-menu {
  display: block;
}
.main_nav ul#menu-primary li.menu-item-17 a {
  padding: 13px 72px 12px 61px;
}
.main_nav ul#menu-primary li.menu-item-21:after {
  display: none;
}
.main_nav ul#menu-primary li.current-menu-item a:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  left: 0;
  bottom: 10px;
  margin: 0 30%;
  width: 40%;
  background: #fff;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.main_nav ul#menu-primary li a {
  color: #fff;
  font-size: 14px;
  display: block;
  padding: 13px 61px 12px !important;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.main_nav ul#menu-primary li:hover:after {
  opacity: 0;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.main_nav ul#menu-primary li:hover > a {
  background: #95bf09 !important;
  text-decoration: none;
}
.main_nav ul#menu-primary li:hover > a:before {
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-transform: translateY(10px) scaleX(2);
  -webkit-transform: translateY(10px) scaleX(2);
  transform: translateY(10px) scaleX(2);
}
.main_nav ul#menu-primary li:hover > a:after {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.main_nav ul#menu-primary li ul.sub-menu {
  display: none;
  position: absolute;
  width: 300px;
  background: #fff;
  border-bottom: solid 2px #95bf09;
  padding: 30px 30px 20px 30px;
}
.main_nav ul#menu-primary li ul.sub-menu li {
  width: 100%;
}
.main_nav ul#menu-primary li ul.sub-menu li:first-child:before {
  content: "Which product are you interested in?";
  display: none;
  position: relative;
  left: 0;
  font-size: 14px;
  border-bottom: solid 1px #95bf09;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: left;
  color: #182242;
}
.main_nav ul#menu-primary li ul.sub-menu li:after {
  display: none;
}
.main_nav ul#menu-primary li ul.sub-menu li a {
  padding: 5px 0;
  color: #182242;
  background: none;
  text-align: left;
  text-transform: none;
}
.main_nav ul#menu-primary li ul.sub-menu li a:after {
  display: none;
}
.main_nav ul#menu-primary li ul.sub-menu li a:hover {
  color: #95bf09;
}
.main_nav ul#menu-primary li ul.sub-menu li.current-menu-item a {
  color: #95bf09;
}
.main_nav ul#menu-primary li ul.sub-menu li.current-menu-item a:after {
  display: none;
}
.main_nav ul#menu-primary li ul.sub-menu li.current-menu-item a:before {
  display: none;
}
.main_nav ul#menu-primary li.menu-item-21 a:after {
  display: none;
}
.main_nav ul#menu-primary li.current-menu-item ul.sub-menu a:before {
  display: none;
}
#menu-main-navigation {
  float: right;
  max-width: 539px;
  width: 100%;
}
#menu-main-navigation li a {
  position: relative;
  z-index: 999;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
#menu-main-navigation li.current-menu-item a {
  color: #fff;
}
.full_bg {
  float: left;
  width: 100%;
  background: url("https://schemeservelive.blob.core.windows.net/medialib/accounts/account_id_6805/usefuldocuments/usefuldocument_id_1030_nbs_bg.jpg")
    no-repeat center top;
}
.container.main {
  padding-left: 5.3%;
  padding-right: 5.3%;
  padding-left: 50px;
  padding-right: 50px;
  background: #fff;
  margin-top: 51px;
}
.text_style h1 {
  font-size: 28px;
  line-height: 30px;
  color: #182242;
  font-family: "vollkorn", helvetica;
  letter-spacing: 0.01em;
}
.text_style h2 {
  font-size: 18px;
  line-height: 30px;
  color: #4b4e43;
  font-family: "vollkorn", helvetica;
  letter-spacing: 0.01em;
}
.text_style h3 {
  font-size: 22px;
  line-height: 30px;
  color: #182242;
  font-family: "vollkorn", helvetica;
  letter-spacing: 0.01em;
}
.text_style p {
  font-size: 15px;
  line-height: 26px;
  color: #4b4e43;
}
.text_style a {
  text-decoration: underline;
}
.section_1,
.section_2,
.section_3,
.section_4,
.slide_hold {
  float: left;
  width: 100%;
}
.left_col {
  float: left;
}
.right_col {
  float: right;
}
.home .section_1 {
  text-align: center;
  padding: 31px 0 40px;
  border-bottom: solid 1px #ececec;
}
.home .section_1 h1 {
  font-size: 44px;
  line-height: 38px;
  font-family: "source-sans-pro", sans-serif;
  letter-spacing: -0.003em;
}
.home .section_1 h1 strong {
  color: #95bf09;
  font-weight: normal;
  font-family: "vollkorn", helvetica;
}
.home .section_2 {
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
  padding: 33px 0 34px;
}
.home .section_2 h3 {
  max-width: 715px;
  width: 100%;
  display: inline-block;
}
.home .section_2 .left_col {
  width: 69%;
  float: left;
}
.home .section_2 .left_col h3 {
  text-align: left;
  font-size: 18px;
  line-height: 30px;
}
.home .section_2 .left_col ul {
  margin: 12px 0 10px;
  float: left;
  width: 100%;
}
.home .section_2 .left_col ul li {
  box-sizing: border-box;
  padding-left: 15px;
  position: relative;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 15px;
  width: 70%;
  float: left;
  color: #95bf09;
}
.home .section_2 .left_col ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 2px;
  background: url("https://schemeservelive.blob.core.windows.net/medialib/accounts/account_id_20177/usefuldocuments/usefuldocument_id_1005_bullet_icon.png")
    no-repeat center center;
  height: 4px;
  width: 4px;
}
.home .section_2 .left_col ul li:nth-child(even) {
  width: 30%;
}
.home .section_2 .right_col {
  width: 23%;
  float: right;
}
.home .section_2 .small_news h2,
.home .section_2 .small_holder h2 {
  font-size: 18px;
  line-height: 30px;
  color: #182242;
  padding-bottom: 10px;
}
.home .section_2 .small_news p,
.home .section_2 .small_holder p {
  padding-bottom: 10px;
  color: #a6a8a0;
  font-size: 13px;
  line-height: 18px;
}
.home .section_2 .small_news a,
.home .section_2 .small_holder a {
  text-decoration: underline;
  padding-bottom: 10px;
  display: block;
  color: #a6a8a0;
}
.home .section_3 {
  padding: 34px 0 30px;
}
.home .section_3 h2 {
  margin-bottom: 12px;
}
.home .section_3 p {
  padding-bottom: 10px;
}
.home .section_3 a {
  text-decoration: underline;
}
.home .section_3 .left_col {
  float: left;
  width: 49%;
  box-sizing: border-box;
}
.home .section_3 .right_col {
  float: right;
  width: 49%;
  box-sizing: border-box;
}
.home .section_3 .home_banner {
  border: solid 2px #95bf09;
  display: block;
  position: relative;
  height: 387px;
  background: url("https://schemeservelive.blob.core.windows.net/medialib/accounts/account_id_20177/usefuldocuments/usefuldocument_id_1013_home_banner-img.jpg")
    no-repeat center center;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://schemeservelive.blob.core.windows.net/medialib/accounts/account_id_20177/usefuldocuments/usefuldocument_id_1014_home_banner-click.png',sizingMethod='scale');
  margin-top: 4px;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover;
  background-size: cover !important;
}
.home .section_3 .home_banner a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home .section_3 .home_banner div {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 20px 20px 29px;
  box-sizing: border-box;
}
.home .section_3 .home_banner div h4 {
  font-size: 29px;
  line-height: 37px;
  font-weight: 100;
  color: #fff;
  padding-bottom: 25px;
}
.home .section_3 .home_banner div p {
  text-decoration: underline;
  font-size: 30px;
  line-height: 26px;
  color: #fff;
  font-family: "vollkorn", helvetica;
}
.home .section_4 {
  border-top: solid 1px #ececec;
  padding: 17px 0 30px;
  margin-top: 15px;
}
.home .section_4 h5 {
  font-family: "vollkorn", helvetica;
  margin-bottom: 20px;
  font-size: 18px;
  color: #182242;
}
.home .section_4 .bx-wrapper {
  width: 100% !important;
}
.rss a {
  color: #182242;
  font-weight: bold;
}
.rss_feed img {
  display: none;
}
.small_news p,
.small_news a,
.small_news h2,
.small_news h3 {
  color: #a6a8a0;
}
.small_news h3 {
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 10px;
}
.small_news p {
  font-size: 13px;
  line-height: 18px;
}
.slide_hold {
  text-align: center;
  margin: 38px 0 34px;
}
.slide_hold .slider li {
  width: 211px;
  height: 340px;
  float: left;
  background: #f7f7f7;
  border: solid 1px #ececec;
  position: relative;
  text-align: left;
}
.slide_hold .slider li figure {
  height: 220px;
  border-bottom: solid 3px #95bf09;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover;
  background-size: cover !important;
}
.slide_hold .slider li div {
  padding: 18px 20px 20px 20px;
}
.slide_hold .slider li h2 {
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  color: #182242;
  font-family: "vollkorn", helvetica;
}
.slide_hold .slider li p {
  font-style: italic;
}
.slide_hold .slider li a {
  position: absolute;
  bottom: 20px;
  text-decoration: underline;
  font-size: 14px;
  font-style: normal;
}
.slide_hold .bx-wrapper {
  display: inline-block;
  position: relative;
}
.slide_hold .bx-controls {
  position: absolute;
  top: 40%;
  width: 100%;
}
.slide_hold .bx-controls .bx-prev,
.slide_hold .bx-controls .bx-next {
  width: 20px;
  height: 34px;
  position: absolute;
}
.slide_hold .bx-controls .bx-prev {
  left: -30px;
  background: url("https://schemeservelive.blob.core.windows.net/medialib/accounts/account_id_20177/usefuldocuments/usefuldocument_id_1015_slider_left.png")
    no-repeat center center;
}
.slide_hold .bx-controls .bx-next {
  right: -30px;
  background: url("https://schemeservelive.blob.core.windows.net/medialib/accounts/account_id_20177/usefuldocuments/usefuldocument_id_1016_slider_right.png")
    no-repeat center center;
}
.page-template-page-benefits .section_1 {
  padding: 30px 0 19px;
  border-bottom: solid 1px #ececec;
  margin: 20px 0 17px;
}
.page-template-page-benefits .section_2 .left_col {
  padding-left: 0;
  width: 49%;
}
.page-template-page-benefits .section_2 .left_col h2 {
  padding-bottom: 10px;
}
.page-template-page-benefits .section_2 .right_col {
  padding-right: 0;
  width: 49%;
}
.page-template-page-benefits .section_2 .right_col img {
  float: right;
  max-width: 100%;
}
.page-template-page-benefits .section_2 a {
  text-decoration: underline;
}
.page-template-page-benefits .section_2 .middle {
  text-align: center;
  padding: 36px 0 34px;
  margin: 34px 0 26px;
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
}
.page-template-page-benefits .section_2 .middle h3 {
  max-width: 715px;
  width: 100%;
  padding: 0 10px;
  display: inline-block;
}
.page-template-page-benefits .section_2 .lists ul {
  margin: 16px 0 10px;
}
.page-template-page-benefits .section_2 .lists ul li {
  box-sizing: border-box;
  padding-left: 20px;
  position: relative;
  font-size: 15px;
  line-height: 26px;
  padding-bottom: 5px;
}
.page-template-page-benefits .section_2 .lists ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 2px;
  background: url("https://schemeservelive.blob.core.windows.net/medialib/accounts/account_id_20177/usefuldocuments/usefuldocument_id_1005_bullet_icon.png")
    no-repeat center center;
  height: 4px;
  width: 4px;
}
.page-template-page-benefits .section_2 .lists.lower {
  border-top: solid 1px #ececec;
  padding-top: 20px;
  margin: 34px 0 30px;
}
.page-template-page-benefits .section_2 .content {
  float: right;
  max-width: 443px;
  width: 100%;
  margin-top: 26px;
}
.page-template-page-benefits .section_2 .content h2 {
  padding-bottom: 10px;
}
.page-template-page-benefits .section_3 {
  padding: 24px 0 25px;
  border-top: solid 1px #ececec;
  margin-top: 20px;
}
.page-template-page-benefits .section_3 h1 {
  font-family: "vollkorn", helvetica;
  margin-bottom: 20px;
  font-size: 18px;
}
.page-template-page-benefits .clients li {
  width: 130px !important;
}
.clients {
  width: 100%;
  float: left;
}
.clients li {
  height: 50px;
  float: left;
  width: 20%;
  display: table;
}
.clients li figure {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
}
.clients li figure img {
  /*width: 100%;*/
  display: inline-block;
  max-width: 100%;
}
.home .testimonials_hold {
  margin: 0px;
}
.testimonials_hold {
  background: #f7f7f7;
  margin: 34px 0 30px;
  float: right;
  max-width: 443px;
  width: 100%;
}
.testimonials_hold .testimonials {
  margin-top: 0;
}
.testimonials {
  margin-top: 20px;
  background: #f7f7f7;
}
.testimonials li {
  padding: 20px;
}
.testimonials h3 {
  font-size: 18px;
  line-height: 30px;
  color: #95bf09;
  padding-bottom: 10px;
}
.testimonials blockquote {
  padding-bottom: 10px;
  position: relative;
}
.testimonials blockquote:after {
  content: "";
  display: block;
  height: 88%;
  left: 0px;
  top: 8px;
  border-left: solid 2px #95bf09;
  position: absolute;
}
.testimonials blockquote p {
  padding-left: 15px;
  padding-bottom: 15px;
  color: #182242;
}
.testimonials p {
  color: #182242;
}
.page-template-page-company .section_1 {
  padding: 30px 0;
  border-bottom: solid 1px #ececec;
  margin-bottom: 20px;
}
.page-template-page-company .section_2 .left_col {
  padding-left: 0;
  width: 63%;
}
.page-template-page-company .section_2 .left_col h2 {
  padding-bottom: 10px;
}
.page-template-page-company .section_2 .left_col p {
  padding-bottom: 10px;
}
.page-template-page-company .section_2 .right_col {
  padding-right: 0;
  width: 32%;
}
.page-template-page-company .section_2 .right_col img {
  float: right;
  max-width: 100%;
}
.page-template-page-company .section_2 .full_col {
  margin-top: 20px;
}
.page-template-page-company .section_2 .full_col h2 {
  margin-bottom: 10px;
}
.page-template-page-company .section_2 .list li {
  float: left;
  width: 31%;
  min-height: 70px;
  box-sizing: border-box;
  padding-left: 15px;
  position: relative;
  margin-right: 3.5%;
}
.page-template-page-company .section_2 .list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  background: url("https://schemeservelive.blob.core.windows.net/medialib/accounts/account_id_20177/usefuldocuments/usefuldocument_id_1005_bullet_icon.png")
    no-repeat center center;
  height: 4px;
  width: 4px;
}
.page-template-page-company .section_2 .list li:nth-child(3n + 3) {
  margin-right: 0;
}
.page-template-page-company .section_3 {
  padding: 31px 0 30px;
  margin-bottom: 4px;
}
.page-template-page-company .section_3 h1 {
  font-family: "vollkorn", helvetica;
  margin-bottom: 20px;
}
.page-template-page-company .section_3 .departments {
  float: left;
  width: 100%;
  border-top: solid 1px #ececec;
}
.page-template-page-company .section_3 .departments .full {
  padding-top: 20px;
  float: left;
  width: 100%;
}
.page-template-page-company .section_3 .departments .two_col {
  float: left;
  width: 100%;
  padding: 20px 0 30px;
  border-bottom: solid 1px #ececec;
}
.page-template-page-company .section_3 .departments .two_col .first_half {
  float: left;
  width: 49%;
  margin-right: 2%;
}
.page-template-page-company .section_3 .departments .two_col .second_half {
  float: left;
  width: 49%;
}
.page-template-page-company .section_3 .departments h2 {
  font-size: 22px;
  line-height: 30px;
  color: #182242;
  margin-bottom: 17px;
  float: left;
}
.page-template-page-company .section_3 .departments h2 span {
  font-size: 15px;
  line-height: 26px;
  color: #4b4e43;
  margin-bottom: 10px;
  display: inline;
  padding-left: 4px;
  font-family: "source-sans-pro", sans-serif;
}
.page-template-page-company .section_3 .departments h4 {
  font-size: 15px;
  line-height: 30px;
  color: #4b4e43;
  margin-bottom: 10px;
  float: left;
  padding-left: 5px;
  display: inline;
}
.page-template-page-company .section_3 .departments p {
  padding-bottom: 15px;
}
.page-template-page-company .section_3 .departments h3 {
  color: #4b4e43;
  font-size: 18px;
  margin-bottom: 12px;
}
.page-template-page-company .section_3 .departments ul {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: solid 1px #ececec;
}
.page-template-page-company .section_3 .departments ul li {
  float: left;
  width: 49%;
  margin-left: 2%;
  padding-bottom: 20px;
}
.page-template-page-company .section_3 .departments ul li:nth-child(odd) {
  margin-left: 0;
}
.page-template-page-company .section_3 .departments ul li h3 {
  float: none;
  padding-left: 0;
  font-size: 18px;
  color: #4b4e43;
}
.page-template-page-company .section_4.banner {
  border: solid 2px #95bf09;
  background: #f2f2eb;
  background-position: center right;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
.page-template-page-company .section_4.banner a {
  text-decoration: underline;
}
.page-template-page-company .section_4.banner a:hover {
  text-decoration: none;
}
.page-template-page-company .section_4.banner .banner_text {
  padding: 30px 40px;
  width: 80%;
}
.page-template-page-company .section_4.banner .banner_text h3 {
  font-size: 24px;
  line-height: 28px;
}
.page-template-page-company .section_4.banner .banner_text p {
  font-size: 19px;
  line-height: 20px;
  color: #182242;
}
.page-template-page-company .section_4.banner .banner_text h4 {
  font-size: 20px;
  line-height: 20px;
  color: #182242;
  padding-top: 20px;
  text-decoration: none;
}
.page-template-page-company .wp-image-204 {
  position: relative;
  top: 3px;
}
.page-template-page-company .section_3 .departments .two_col.row1 .first_half {
  width: 100%;
  margin-right: 0;
}
.page-template-page-company .section_3 .departments .two_col.row1 {
  padding: 34px 0 10px;
}
.product_main .section_1 {
  padding: 30px 0 20px;
}
.product_main .section_1 .prod_hold {
  margin: 20px 0 24px;
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
  float: left;
  width: 100%;
  padding: 30px 0 11px;
}
.product_main .section_1 .left_col {
  padding-left: 0;
  width: 48%;
}
.product_main .section_1 .left_col h2 {
  padding-bottom: 10px;
}
.product_main .section_1 .left_col p {
  padding-bottom: 15px;
}
.product_main .section_1 .right_col {
  padding-right: 0;
  width: 48%;
}
.product_main .section_1 .right_col h3 {
  text-align: center;
  padding-top: 15px;
}
.product_main .section_1 .prod_cats {
  float: left;
  width: 100%;
}
.product_main .section_1 .product_holder {
  margin-bottom: 20px;
  float: left;
  width: 49%;
  position: relative;
  border: solid 1px #eee;
}
.product_main .section_1 .product_holder:nth-child(even) {
  margin-left: 2%;
}
.product_main .section_1 .product_holder a {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
}
.product_main .section_1 .product_holder figure {
  height: 184px;
  width: 100%;
  display: block;
  border-bottom: solid 2px #95bf09;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover;
  background-size: cover !important;
}
.product_main .section_1 .product_holder span {
  font-size: 12px;
  line-height: 20px;
  text-decoration: underline;
  font-family: "vollkorn", helvetica;
  margin-top: 20px;
  float: left;
}
.product_main .section_1 .product_holder h2 {
  font-size: 14px;
  line-height: 20px;
  color: #182242;
  text-transform: uppercase;
}
.product_main .section_1 .product_holder p {
  font-style: italic;
  font-weight: 100;
  font-size: 12px;
  line-height: 20px;
  color: #989898;
}
.product_main .section_1 .product_holder .text_content {
  padding: 25px 20px;
  background: #f7f7f7;
  min-height: 195px;
}
.prod_links {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.prod_links li {
  width: 32%;
  float: left;
  background: #f7f7f7;
  border: solid 1px #eee;
  margin: 0 2% 15px 0;
}
.prod_links li:nth-child(3n + 3) {
  margin-right: 0;
}
.prod_links li a {
  display: block;
  position: relative;
  min-height: 120px;
  text-decoration: none;
}
.prod_links li a:hover {
  text-decoration: none;
}
.prod_links li figure {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 40%;
  border-right: solid 2px #95bf09;
}
.prod_links li .text {
  padding-left: 48%;
  padding-top: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.prod_links li h4 {
  font-size: 14px;
  line-height: 20px;
  color: #182242;
  font-family: "vollkorn", helvetica;
  text-transform: uppercase;
}
.prod_links li i {
  color: #989898;
  font-size: 12px;
  line-height: 20px;
}
.prod_links li p {
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  bottom: 20px;
}
.single-product_single .section_1 {
  padding: 30px 0 20px;
  margin-bottom: 30px;
  border-bottom: solid 1px #ececec;
}
.single-product_single .section_1 h1 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ececec;
}
.single-product_single .section_1 h2 {
  padding-bottom: 15px;
}
.single-product_single .section_1 p {
  padding-bottom: 15px;
}
.single-product_single .section_1 ul li {
  box-sizing: border-box;
  padding-left: 15px;
  position: relative;
  font-size: 15px;
  line-height: 26px;
  padding-bottom: 10px;
}
.single-product_single .section_1 ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  background: url("https://schemeservelive.blob.core.windows.net/medialib/accounts/account_id_20177/usefuldocuments/usefuldocument_id_1005_bullet_icon.png")
    no-repeat center center;
  height: 4px;
  width: 4px;
}
.single-product_single .section_1 ol li {
  box-sizing: border-box;
  padding-left: 15px;
  position: relative;
  font-size: 15px;
  line-height: 26px;
  padding-bottom: 10px;
  counter-increment: li-counter;
}
.single-product_single .section_1 ol li:before {
  display: block;
  position: absolute;
  left: 0;
  color: #95bf09;
  content: counter(li-counter) ")";
}
.single-product_single img.single_img {
  float: right;
  margin-left: 20px;
}
.single-product_single .section_2.list {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ececec;
}
.single-product_single .section_2.list h3 {
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 10px;
}
.single-product_single .section_2.list .left_col {
  padding-left: 0;
  width: 48%;
}
.single-product_single .section_2.list .left_col ul li {
  box-sizing: border-box;
  padding-left: 15px;
  position: relative;
  font-size: 15px;
  line-height: 26px;
  padding-bottom: 10px;
}
.single-product_single .section_2.list .left_col ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  background: url("https://schemeservelive.blob.core.windows.net/medialib/accounts/account_id_20177/usefuldocuments/usefuldocument_id_1017_tick_bullet_icon.png")
    no-repeat center center;
  height: 8px;
  width: 11px;
}
.single-product_single .section_2.list .right_col {
  padding-left: 0;
  width: 48%;
}
.single-product_single .section_2.list .right_col ul li {
  box-sizing: border-box;
  padding-left: 15px;
  position: relative;
  font-size: 15px;
  line-height: 26px;
  padding-bottom: 10px;
}
.single-product_single .section_2.list .right_col ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  background: url("https://schemeservelive.blob.core.windows.net/medialib/accounts/account_id_20177/usefuldocuments/usefuldocument_id_1018_dash_bullet_icon.png")
    no-repeat center center;
  height: 2px;
  width: 11px;
}
.single-product_single .prod_table {
  float: left;
  width: 100%;
  border: solid 1px #ececec;
}
.single-product_single .prod_table td {
  width: 50%;
}
.single-product_single .prod_table tr td + td {
  border-left: solid 1px #ececec;
}
.single-product_single .prod_table thead {
  background: #95bf09;
}
.single-product_single .prod_table thead td {
  padding: 13px 20px 6px;
  font-size: 18px;
  line-height: 30px;
  font-family: "vollkorn", helvetica;
  color: #fff;
}
.single-product_single .prod_table thead td + td {
  padding: 13px 25px 6px;
}
.single-product_single .prod_table tbody tr {
  border-top: solid 1px #e8eae9;
  background: #fcfcfc;
}
.single-product_single .prod_table tbody tr:nth-child(odd) {
  background: #f8f8f8;
}
.single-product_single .prod_table tbody tr td {
  padding: 5px 10px;
}
.single-product_single .prod_table tbody tr td p {
  position: relative;
  padding-left: 35px;
}
.single-product_single .prod_table tbody tr td p:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 10px;
  height: 4px;
  width: 17px;
}
.single-product_single .prod_table tbody tr td.lefty p:before {
  background: url("https://schemeservelive.blob.core.windows.net/medialib/accounts/account_id_20177/usefuldocuments/usefuldocument_id_1019_updated_tick.png")
    no-repeat center center;
  height: 17px;
  width: 17px;
  top: 5px;
  left: 12px;
}
.single-product_single .prod_table tbody tr td.righty p {
  padding-left: 35px;
}
.single-product_single .prod_table tbody tr td.righty p:before {
  background: url("https://schemeservelive.blob.core.windows.net/medialib/accounts/account_id_20177/usefuldocuments/usefuldocument_id_1020_updated_dash.png")
    no-repeat center center;
}
.single-product_single .section_3.banner {
  border: solid 2px #95bf09;
  background: #f3f9f9;
  background-position: center right;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
.single-product_single .section_3.banner a {
  text-decoration: underline;
  color: #182242;
}
.single-product_single .section_3.banner a:hover {
  text-decoration: none;
}
.single-product_single .section_3.banner .banner_text {
  padding: 30px 40px;
  background: url("https://schemeservelive.blob.core.windows.net/medialib/accounts/account_id_20177/usefuldocuments/usefuldocument_id_1021_policy_cta.jpg")
    no-repeat center right #f2f2eb;
}
.single-product_single .section_3.banner .banner_text h3 {
  font-size: 24px;
  line-height: 20px;
}
.single-product_single .section_3.banner .banner_text p {
  font-size: 19px;
  line-height: 20px;
  color: #182242;
}
.single-product_single .section_3.banner .banner_text h4 {
  font-size: 20px;
  line-height: 20px;
  color: #182242;
  padding-top: 20px;
}
.tax-product-category .product_main .section_1 .prod_hold {
  padding: 20px 0;
}
.tax-product-category .product_main .section_1 .prod_hold p {
  font-size: 18px;
  line-height: 30px;
  font-family: "vollkorn", helvetica;
}
.tax-product-category .prod_links {
  margin-top: 0;
}
.page-template-page-news .gutter,
.archive .gutter {
  width: 2%;
  border: 0;
}
.page-template-page-news .grid,
.archive .grid {
  border: 0;
  width: 23.5%;
}
.page-template-page-news .section_1,
.archive .section_1 {
  padding-top: 40px;
}
.page-template-page-news .section_2,
.archive .section_2 {
  padding-bottom: 40px;
}
.page-template-page-news .news_content,
.archive .news_content {
  border-bottom: solid 1px #ececec;
  border-top: solid 1px #ececec;
  padding: 30px 0 25px;
  margin: 20pxn_1 .product_holder .text_content {
    min-height: 0;
    height: auto;
  }
  .page-template-page-contact .section_2 .left_col,
  .page-template-page-contact .section_2 .right_col {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1060px) {
  .prod_links.blog li {
    width: 100%;
  }
  .prod_links.blog li .text i {
    min-height: auto;
  }
  .prod_links.blog li:nth-child(2n + 2) {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 500px) {
  .home .section_1 h1 {
    font-size: 34px;
    line-height: 38px;
  }
  .home .section_3 .home_banner div h4 {
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 10px;
  }
  .home .section_3 .home_banner div p {
    font-size: 20px;
    line-height: 22px;
  }
  .text_style h1 {
    font-size: 24px;
    line-height: 26px;
  }
  .text_style h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .page-template-page-company .section_3 .departments h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .menu-header {
    width: 60%;
  }
  .page-template-page-company .section_4.banner .banner_text h3 {
    font-size: 20px;
    line-height: 22px;
  }
  .page-template-page-company .section_4.banner .banner_text h4 {
    font-size: 18px;
    line-height: 18px;
  }
  .page-template-page-company .section_4.banner .banner_text p {
    font-size: 15px;
    line-height: 18px;
  }
  .single-product_single .section_3.banner .banner_text h3 {
    font-size: 20px;
    line-height: 22px;
  }
  .single-product_single .section_3.banner .banner_text h4 {
    font-size: 18px;
    line-height: 18px;
  }
  .single-product_single .section_3.banner .banner_text p {
    font-size: 15px;
    line-height: 18px;
  }
  .tax-product-category .product_main .section_1 .prod_hold p {
    font-size: 15px;
    line-height: 26px;
  }
  .page-template-page-faqs .section_2 .faq li a h3 {
    font-size: 15px;
    line-height: 26px;
  }
  .page-template-page-faqs .section_2 .faq li a figure {
    top: 2px;
  }
  .prod_links li {
    width: 100%;
  }
  .prod_links li:nth-child(3n + 3) {
    margin-right: 0%;
  }
  .prod_links li:nth-child(even) {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 460px) {
  .home .clients li {
    width: 50%;
  }
  header .head_links li {
    width: 135px;
    margin: 0px;
    background-size: 20%;
  }
  header .head_links li.custom-login {
    background-size: 22px auto;
  }
  header .head_links li.register {
    background-size: 20px auto;
  }
  header .head_links li.call {
    background-size: 15px auto;
  }
  header .head_links li.contact {
    background-size: 20px auto;
  }
  header .head_links li a {
    padding: 26px 0px 10px;
  }
  .page-template-page-contact .section_2 .first_third {
    width: 100%;
  }
  .page-template-page-contact .section_2 .second_third {
    width: 100%;
  }
  .page-template-page-contact .map_style {
    margin-top: 20px;
  }
  .page-template-page-company .section_2 .list li {
    width: 100%;
    min-height: auto;
    padding-bottom: 10px;
  }
  .page-template-page-company .section_2 .list li:nth-child(3n + 3) {
    margin-right: 0%;
  }
  .page-template-page-company .section_2 .list li:nth-child(even) {
    margin-right: 0%;
  }
  .call_back {
    position: absolute;
    margin-left: 0;
    width: 100%;
    left: 0;
    top: 0;
  }
  .single-product_single img.single_img {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .single-product_single .prod_table tbody tr td {
    padding: 3px;
  }
  .page-template-page-contact .section_2 .left_col .lefty,
  .page-template-page-contact .section_2 .left_col .righty {
    width: 100%;
  }
  .page-template-page-contact .section_2 .left_col .righty {
    margin-top: 10px;
  }
  .page-template-page-contact .map_style {
    height: 200px;
  }
}
@media only screen and (max-width: 400px) {
  .page-template-page-contact .section_2 .third_third .righty {
    width: 100%;
  }
  .page-template-page-contact .section_2 .third_third .lefty {
    width: 100%;
  }
  .wpcf7-form input,
  .wpcf7-form textarea {
    max-width: 100%;
  }
  .menu-header {
    width: 100%;
  }
  .call_back .call_hold {
    padding: 15px 20px;
  }
  .page-template-page-benefits .section_2 .middle {
    padding: 20px 0px 20px;
  }
  .page-template-page-benefits .section_2 .lists.lower {
    margin: 20px 0 0;
  }
  .page-template-page-benefits .section_2 .middle {
    margin: 20px 0px 26px;
  }
  .small_news {
    margin-top: 0;
  }
  .home .section_2 {
    padding: 33px 0 20px;
  }
  .home .section_3 {
    padding: 34px 0px 20px;
  }
}
@media only screen and (max-width: 380px) {
  .single-product_single .prod_table thead td + td,
  .single-product_single .prod_table thead td {
    padding: 5px;
  }
  .single-product_single .prod_table tbody tr td p,
  .single-product_single .prod_table tbody tr td.righty p {
    padding-left: 5px;
  }
  .single-product_single .prod_table tbody tr td p:before {
    display: none;
  }
  .single-product_single .prod_table tbody tr td p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 340px) {
  .call_back .call_hold {
    padding: 10px 0px;
  }
}
@media only screen and (max-width: 330px) {
  header .head_links li {
    width: 128px;
  }
}
.ie8 .product_main .section_1 .product_holder {
  width: 48%;
  margin: 0 1% 20px;
}
.ie8 .prod_links li {
  width: 31%;
  margin: 0px 1% 15px 1%;
}
.ie8 .page-template-page-company .section_3 .departments ul li {
  margin-left: 0;
}
.ie8 .page-template-page-company .section_3 .departments .full ul li {
  margin-left: 0;
}
.ie8
  .page-template-page-company
  .section_3
  .departments
  .full
  ul
  li:first-child
  + li,
.ie8
  .page-template-page-company
  .section_3
  .departments
  .full
  ul
  li:first-child
  + li
  + li
  + li,
.ie8
  .page-template-page-company
  .section_3
  .departments
  .full
  ul
  li:first-child
  + li
  + li
  + li
  + li
  + li {
  margin-left: 2%;
}
.ie8 .page-template-page-faqs .section_2 .faq li a figure {
  behavior: url("https://castleunderwriting.schemeserve.com/documents_formal/ACCOUNT_ID_20177/USEFULDOCUMENT_ID_1028_PIE.htc");
}
.ie8 .wp-navi_hold,
.ie8 .wp-pagenavi {
  display: block;
}
.ie8 .prod_links.blog li {
  margin-left: 0;
  margin-right: 0;
  float: left;
}
.ie8 .prod_links.blog li.block_1,
.ie8 .prod_links.blog li.block_6 {
  width: 49%;
}
.ie8 .prod_links.blog li.block_2,
.ie8 .prod_links.blog li.block_3,
.ie8 .prod_links.blog li.block_5,
.ie8 .prod_links.blog li.block_4 {
  width: 49%;
}
.ie8 .prod_links.blog li.block_1,
.ie8 .prod_links.blog li.block_3,
.ie8 .prod_links.blog li.block_5 {
  margin-right: 2%;
}
.ie9 .page-template-page-faqs .section_2 .faq li a figure:before {
  top: -4px;
}
.ie9 .page-template-page-faqs .section_2 .faq li a figure:after {
  top: -24px;
}
@charset "utf-8";

/* CSS Document */

/* Admin part fixes */
#schemeserve_admin_website_aspx div#logo,
.menu_private_right,
#topBar {
  box-sizing: content-box;
}

#schemeserve_admin_website_aspx .IconTitleRow td.Icon {
  max-width: none;
}

.navTop #logo {
  height: auto;
}

/* Vali Custom CSS - Hiding column table */

.public #ClaimsTable_Template #HeaderRow > th:nth-child(5) {
  display: none;
}
.public #ClaimsTable_Template tr > td:nth-child(5) {
  display: none;
}
.public #ClaimsTable_Template #HeaderRow > th:nth-child(6) {
  display: none;
}
.public #ClaimsTable_Template tr > td:nth-child(6) {
  display: none;
}
.public #ClaimsTable_Template #HeaderRow > th:nth-child(7) {
  display: none;
}
.public #ClaimsTable_Template tr > td:nth-child(7) {
  display: none;
}
.public #ClaimsTable_Template #HeaderRow > th:nth-child(8) {
  display: none;
}
.public #ClaimsTable_Template tr > td:nth-child(8) {
  display: none;
}

img.bozo {
  max-width: 20px;
  width: 100%;
}

/* Edward Cant. September 2024.
-------------------------------*/

.is-frontend .getquote-ui.container {
  background: none !important;
  max-width: 1060px !important;
}

.is-frontend #ctl00_MainContent_divChooseScheme .QuickQuoteSchemesList li {
  /* background-color: #212121 !important; */
  background-color: #3e3c64 !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 3em 1em !important;
}

@media (min-width: 769px) {
  .is-frontend #ctl00_MainContent_divChooseScheme .QuickQuoteSchemesList li:nth-child(even of li:not(.hidden-scheme)) {
    margin-left: var(--ss-custom-spacing--sm) !important;
    width: calc(50% - var(--ss-custom-spacing--sm)) !important;
  }
}

.is-frontend .QuickQuoteSchemesList li a {
  color: #fff !important;
  font-size: 20px !important;
  text-decoration: none !important;
}

.is-frontend #page-stubs-wrapper {
  border: 0 !important;
  box-shadow: none !important;
}

.is-frontend #page-stubs-wrapper .stub {
  justify-content: normal !important;
}

.is-frontend #page-stubs-wrapper .stub.selected_stub .inner {
  font-weight: 700 !important;
  color: #182341 !important;
}

.is-frontend #page-stubs-wrapper .stub .inner {
  display: flex !important;
  align-items: center;
}

.is-frontend #page-stubs-wrapper .stub > * > img.step-done {
  opacity: 0.3 !important;
}

/*
.is-frontend #page-stubs-wrapper .stub-number {
  display: none !important;
}
*/

.is-frontend #pages .page.selected_page {
  border: 0 !important;
  box-shadow: none !important;
  padding: var(--ss-custom-card-padding) !important;
}

.is-frontend #PageButtonsBottom {
  padding-block: 30px !important;
}


.is-frontend .main-section::before,
.is-frontend .main-section::after {
  content: none;
}

.is-frontend table {
  table-layout: auto !important;
}

.is-frontend .DateDropDown {
  max-width: none !important;
}

.is-frontend .question.Radio.is-enhanced label.is-checked::before {
  box-shadow: inset 0 0 0 2px var(--ss-custom-radio-enhanced-background);
}

.is-frontend header div.custom-login {
  position: unset;
}

.is-frontend header .logo {
  width: unset !important;
}

.is-frontend #ctl00_MainContent_divChooseScheme ul li {
  background: none !important;
}

.is-frontend nav ul {
  justify-content: center;
}

.is-frontend nav, .is-frontend nav ul li a {
  background: var(--ss-custom-color-nav) !important;
}
/* Data Request Start */
:root {
  --ss-custom-data-request-api-background-color: #fff;
  --ss-custom-data-request-api-border: 1px solid #ddd;
  --ss-custom-data-request-api-border-radius: 5px;
  --ss-custom-data-request-api-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  --ss-custom-data-request-api-color: #000;
}

.js-data-request-api-container {
  display: inline-block;
  position: relative;
}

.js-data-request-api-results {
  background: var(--ss-custom-data-request-api-background-color);
  border: var(--ss-custom-data-request-api-border);
  border-radius: var(--ss-custom-data-request-api-border-radius);
  box-shadow: var(--ss-custom-data-request-api-box-shadow);
  color: var(--ss-custom-data-request-api-color);
  display: none;
  left: 0;
  max-height: 200px;
  max-width: 780px;
  min-width: 406px;
  overflow: auto;
  position: absolute;
  top: calc(100% + 2px);
  z-index: 1;
}

.js-data-request-api-results.is-active {
  display: block;
}

.js-data-request-api-results .js-data-request-api-results-placeholder,
.js-data-request-api-results .js-data-request-api-results-loading,
.js-data-request-api-results .js-data-request-api-results-error,
.js-data-request-api-results .js-data-request-api-results-no-items,
.js-data-request-api-results .js-data-request-api-results-items {
  display: none;
}

.js-data-request-api-results .js-data-request-api-results-placeholder,
.js-data-request-api-results .js-data-request-api-results-loading,
.js-data-request-api-results .js-data-request-api-results-error,
.js-data-request-api-results .js-data-request-api-results-no-items {
  padding: 0.5rem;
}

.js-data-request-api-results .js-data-request-api-results-items {
  padding: 0.25rem 0;
}

.js-data-request-api-results .js-data-request-api-results-placeholder.is-active,
.js-data-request-api-results .js-data-request-api-results-loading.is-active,
.js-data-request-api-results .js-data-request-api-results-error.is-active,
.js-data-request-api-results .js-data-request-api-results-no-items.is-active,
.js-data-request-api-results .js-data-request-api-results-items.is-active {
  display: block;
}

.js-data-request-api-results .js-data-request-api-results-item {
  white-space: nowrap;
  overflow: hidden;
  padding: 0.25rem 0.5rem;
  text-overflow: ellipsis;
}

.js-data-request-api-results .js-data-request-api-results-item:hover {
  background: #f9f9f9;
  cursor: pointer;
}

@media (min-width: 768px) {
  .js-data-request-api-results {
    max-width: 300px;
  }
}

@media (min-width: 1028px) {
  .js-data-request-api-results {
    max-width: 406px;
  }
}
/* Data Request End */