﻿/*Less Variables*/
/*Less Variables*/
/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 300px;
    border-radius: 0;
    border: 1px solid #e5e5e5;
    background-color: #FFF;
    padding-bottom: 5px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}
/* styles for validation helpers */
.field-validation-error {
  color: #b94a48;
  display: block;
  clear: both;
}
.field-validation-valid {
  display: none;
}
input.input-validation-error,
select.input-validation-error {
  border-right: 3px solid #b94a48;
}
input[type="checkbox"].input-validation-error {
  border: 0 none;
}
.validation-summary-errors {
  color: #b94a48;
}
.validation-summary-valid {
  display: none;
}
.desktop-menu li a {
  width: 85px;
  height: 70px;
}
.responsive-menu li a {
  width: 90px;
  height: 90px;
  padding: 8px 8px;
}
ul.nav-tabs {
  position: fixed;
  width: 90px;
  margin-top: 20px;
  border-radius: 0;
  background: #fff;
  z-index: 999;
}
ul.nav-tabs li {
  margin: 0;
  /*border-top: 1px solid #ddd;*/
}
ul.nav-tabs li:first-child {
  border-top: none;
}
ul.nav-tabs li a {
  margin: 0;
  padding: 16px 8px;
  border-radius: 0;
  background: #0f3f55;
  color: #ffffff;
  font-size: 14px;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  border-bottom: 1px solid #0F4F55;
}
ul.nav-tabs li a:hover {
  color: #fff;
  background: #087fa7;
  border: 1px solid #087fa7;
}
ul.nav-tabs.affix {
  top: 0;
  /* set the top position of pinned element */
  position: fixed;
}
.nav-tabs.centered > li,
.nav-pills.centered > li {
  /* float:none;*/
  display: inline-block;
  *display: inline;
  /* ie7 fix */
  zoom: 1;
  /* hasLayout ie7 trigger */
}
.nav-tabs.centered,
.nav-pills.centered {
  text-align: center;
  width: 100%;
}
div.calculator-container {
  padding: 25px !important;
  background-color: #ce1631;
  color: #fff;
  margin-top: 15px;
  margin-left: 15px;
}
div.calculator-container .row {
  margin-bottom: 10px;
  display: block;
  clear: both;
}
div.calculator-container p {
  display: block;
  clear: both;
}
div.calculator-container a {
  color: white;
  text-decoration: underline;
}
div.calculator-container a:hover {
  color: white;
  text-decoration: underline;
}
div.calculator-container .date-picker {
  cursor: pointer;
}
div.calculator-container .date-label {
  margin-top: 6px;
}
div.calculator-container .date-row {
  margin-bottom: 6px;
}
.red-button {
  background: transparent url(images/nav-bg.png) repeat-x scroll right -384px;
  border: 1px solid #ab0d24;
  font: bold 13px/18px Arial, Helvetica, sans-serif;
  color: #fff;
  padding: 3px 106px 2px 106px;
  margin: 0;
  text-shadow: 1px 1px #565853;
  width: 100%;
  cursor: pointer;
  overflow: visible;
  display: inline-block;
}
.red-button:hover,
.red-button:visited {
  color: white;
  border-color: #ab0d24;
  background-color: transparent;
}
.isMemberOfTradeAssociation {
  padding-left: 0;
  margin-top: -10px;
}
.isMemberOfTradeAssociation label {
  margin-right: 10px !important;
}
.isMemberOfTradeAssociation label input {
  margin-right: 4px !important;
}
label.disabled {
  color: lightgray;
}
.firmAddressLabel {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
  cursor: default;
}

.formTextSmall {
    color: #616879;
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;
}

.formTextSmaller {
    color: #616879;
    font-size: 10px;
    margin: 5px 0;
    display: inline-block;
}

.hero-row {
  margin-bottom: 20px;
}
.hero-row .hero-title {
  font-size: 45px;
  text-align: center;
  line-height: 48px;
}
.hero-row .hero-text {
  font-size: 20px;
  text-align: center;
}
.apply-button {
  background-color: #178471;
  color: #ffffff;
}
.apply-button-container {
  text-align: center;
}
.form-horizontal .control-label {
  text-align: left !important;
}
.heading-row {
  border-bottom: solid 2px #0f3f55;
}
.heading-row div {
  margin-bottom: 20px;
}
.header-row {
  padding-top: 10px;
  border-bottom: solid 1px #dfdfdf;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.header-row .logo-container {
  display: inline;
}
.header-row .brand-container {
  display: inline-block;
  float: right;
  text-align: right;
}
@media (max-width: 500px) {
  .header-row .logo {
    width: 50%;
    -webkit-transition: width 300ms ease-in-out, height 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out, height 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out, height 300ms ease-in-out;
    transition: width 300ms ease-in-out, height 300ms ease-in-out;
  }
  .nanorep_loadingData {
    display: none;
  }
}
.mobile .nanorep_loadingData {
  display: none;
}
/*.main-container {
    width: 1366px;
}*/
.footer-container {
  border-top: solid 1px #dfdfdf;
  font-size: 14px;
  padding: 15px;
  margin-top: 30px;
}
.footer-container ul {
  margin-left: auto;
  margin-right: auto;
}
.footer-container li a {
  color: #000000;
  margin-left: 19px;
  cursor: pointer;
  text-decoration: underline;
}
.footer-container li + li:before {
  content: " | ";
  padding-left: 19px;
}
.footer-container li {
  list-style-type: none;
  float: left;
}
.footer-row-spacer {
  display: block;
  height: 100px;
}
h2 {
  color: #162C3F;
  margin-bottom: 10px;
}
div.heading {
  border-bottom: 3px solid #162C3F;
  padding-bottom: 3px;
}
.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.brochure-menu {
  float: left;
}
/* ******************************************** Forms general **********************************/
.form-group.required label:after {
  content: "*";
  color: red;
}
/* ******************************************** Address Form **********************************/
.form-section {
  margin: 0;
  display: block;
  clear: both;
}
.form-section .form-row {
  display: block;
  clear: both;
}
.form-section .form-row .form-label {
  margin-right: 10px;
}
.form-section .form-row .form-input {
  margin-bottom: 4px;
}
.postcode-input {
  display: inline-block;
  max-width: 175px;
}
.btn-postcode {
  padding: 2px 5px 2px 5px;
  margin-bottom: 3px;
}
.form-section .form-input p {
  padding-left: 16px;
}
/* ******************************************** Editor only **********************************/
.sitecore-editor-pcl .sitecore-editor-section-pcl {
  padding: 20px;
}
.sitecore-editor-only {
  display: none;
}
.sitecore-editor-pcl .sitecore-editor-only {
  display: inherit;
}
.sceditor-area {
  display: block;
  margin: 4px;
  padding: 4px;
  float: right;
  position: relative;
  left: 220px;
  background-color: lightgray;
}
.sceditor-area .sceditor-item {
  display: block;
  clear: both;
}
.sceditor-area .sceditor-item i {
  background-color: lightblue;
  padding: 2px 4px 2px 4px;
}
/* ******************************************** Other **********************************/
/* Absolute Center Spinner */
.loading {
  display: none;
  position: fixed;
  z-index: 1000;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}
#toast-container {
  text-align: center;
  vertical-align: middle;
}
/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0d);
    -moz-transform: rotate(0d);
    -ms-transform: rotate(0d);
    -o-transform: rotate(0d);
    transform: rotate(0d);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.blanker {
  position: fixed;
  z-index: 1000;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}
/* Transparent Overlay */
.blanker:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
/* :not(:required) hides these rules from IE9 and below */
.blanker:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.blanker:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  border-radius: 0.5em;
}
/*********************** CLEARFIX **************************/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
/*********************** StepPageSubmitButtons **************************/
.submit-buttons-div {
  padding-left: 16px;
  padding-top: 50px;
}
/*********************** StandardPageSubLayout **************************/
.tFormStep .layout-heading {
  padding-bottom: 10px;
  font-size: 24px;
}
/*********************** Business details form step **************************/
.tFormStep .submit-buttons-div .btn-primary {
  margin-right: 10px;
}
.btn-secondary {
  background-color: #aaaaaa;
  border-color: #999999;
  color: white;
}
.btn-secondary:hover {
  border-color: #999999;
  color: white;
  opacity: 0.8;
}
/********************* Progress bar ******************************/
ul.pcl-progress-bar {
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: -95px;
}
ul.pcl-progress-bar > li:first-child,
ul > li:last-child {
  background: none;
}
ul.pcl-progress-bar li span.fa {
  color: #178471;
  position: relative;
  top: -45px;
  font-size: 25px;
  left: -3px;
}
ul.pcl-progress-bar li {
  width: 1em;
  height: 1em;
  line-height: 1em;
  border-radius: 1em;
  background: #178471;
  margin: 0 4em;
  display: inline-block;
  font-size: 14px;
  position: relative;
}
.active ~ li::before {
  color: #e5eaee;
}
ul.pcl-progress-bar li span.text {
  color: #168470;
  position: relative;
  float: left;
  margin-left: -25px;
  width: 70px;
  text-align: center;
  display: block;
}
ul.pcl-progress-bar li::before {
  content: '';
  position: absolute;
  top: .4em;
  left: -9em;
  width: 9em;
  height: .2em;
  background: #E22629;
  z-index: -1;
}
ul.pcl-progress-bar li:first-child::before {
  display: none;
}
ul.pcl-progress-bar li.active {
  background: #178471;
}
ul.pcl-progress-bar li.active ~ li {
  background: #e5eaee;
}
ul.pcl-progress-bar li.active ~ li span.glyphicon {
  color: #afbcc3;
}
ul.pcl-progress-bar li.active ~ li span.text {
  color: #afbcc3;
}
ul.pcl-progress-bar li.active ~ li::before {
  background: #E5EAEE;
}
/*********************************************/
/********************* Progress bar vertical ******************************/
ul.vertical-progress li.active {
  color: #168470;
}
ul.vertical-progress li {
  list-style: none;
}
a.progress-modal {
  color: #178471;
  cursor: pointer;
}
a.progress-modal i {
  padding-right: 5px;
}
/*********************************************/
.postcodePicker {
  z-index: 9999;
  /*padding: 16px;
  background: white;*/
  display: none;
  /*border-radius: 3px;
  font-size: 20px;*/
}
.postcodePicker .postCodeList {
  width: 600px;
  max-width: 550px;
  height: 250px;
  overflow-x: auto;
}
@media (max-width: 500px) {
  .postcodePicker .postCodeList {
    width: 350px;
    max-width: 300px;
    height: 100px;
  }
}
.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pcPickerButtons {
  margin-top: 10px;
}
/************** TEMP BOTCH ********************/
.confirm-container {
  margin-left: 14px;
}
.confirm-container .form-section .form-group {
  margin-left: -14px;
}
.confirm-container h1 {
  margin-left: -14px;
}
.confirm-container .col-md-3 {
  width: 40%;
}
.confirm-container .col-md-2 {
  width: 50%;
}
.ui-datepicker-trigger {
  position: relative;
  left: 246px;
  top: -33px;
}
.borderBottomOne {
  border-bottom: 1px solid #cecece;
  margin-bottom: 30px;
}
.adobeLink {
  background: transparent url(images/adobeIco.png) no-repeat scroll 0 0;
  display: block;
  width: 300px;
  height: 11px;
  padding: 10px 0 10px 38px;
  margin: 20px 0;
}
/***************************
****************************
Brendan McIntosh 02/02/2016
****************************
***************************/
/***************************
****************************
Generic Styles
****************************
***************************/
body {
  position: relative;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #616879;
  /*line-height: 28px;*/
}
.top-nav {
  padding: 15px 0 15px;
}
.top-nav img {
  max-height: 75px;
}
.navbar {
  margin-bottom: 0;
  z-index: 1;
}
.footer-inside {
  border-top: solid 1px #dfdfdf;
  margin-top: 40px;
  padding: 10px 0 5px;
}
.sticky-nav {
  position: fixed;
  left: 0;
  top: 85px;
  z-index: 10;
}
.sticky-nav-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.hero-image {
  background: url(/Content/images/pcl-wallpaper-blue-sky.png) no-repeat center center;
  min-height: 450px;
  margin-bottom: 55px;
}
.no-color {
  background: transparent!important;
  padding: 75px 0 50px 0;
}
.iframe-container iframe {
  width: 100%;
  height: 2000px;
}
.iPad .iframe-container iframe {
  width: 90%;
  height: 100px;
  float: left;
}
.iframe-container .ipad-scroll-icon {
  display: none;
}
.iframe-container .ipad-scroll {
  display: none;
}
.iPad .iframe-container .ipad-scroll {
  display: inline-block;
  float: right;
  width: 50px;
  height: 1450px;
  background: #dddddd;
  border: solid 2px grey;
  border-radius: 5px;
}
.iPad .iframe-container .ipad-scroll-icon {
  width: 60px;
  height: 70px;
  display: block;
  position: fixed;
  float: right;
  margin-left: -7px;
  margin-top: 40px;
}
.white-space {
  padding-top: 20px;
  margin-bottom: 35px;
}
.fa-li {
  top: 7px !important;
}
/***************************
****************************
Generic Styles
****************************
***************************/
/***************************
****************************
page specific Styles
****************************
***************************/
.accordion-toggle:after {
  font-family: 'FontAwesome';
  content: "\f078";
  float: left;
  margin-right: 20px;
}
.accordion-opened .accordion-toggle:after {
  content: "\f054";
}
.accordion-heading {
  background-color: #fcfcfc;
  border: 1px solid #ececec;
  padding: 10px;
}
.accordion-group {
  margin-top: 15px;
}
.accordion-inner {
  padding: 10px;
  border: 1px solid #ececec;
  border-top: none;
}
.header-container {
  margin-bottom: 0!important;
}
/***************************
****************************
page specific Styles
****************************
***************************/
/***************************
****************************
Typography
****************************
***************************/
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #3c5567;
  margin-bottom: 40px;
}
h1 {
  font-size: 45px;
}
h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
h3 {
  font-size: 26px;
  margin: 20px 0 20px 0;
}
h4 {
  font-size: 24px;
  margin-bottom: 0;
  margin-top: 0;
}
.lead {
  padding-bottom: 45px;
}
.home-hero h2 {
  margin-bottom: 90px;
}
/***************************
****************************
Typography
****************************
***************************/
/***************************
****************************
Buttons and links/CTA
****************************
***************************/
.btn-group-justified {
  width: 100%;
}
.btn {
  border-radius: 3px;
}
.btn-lg {
  font-size: 16px;
  font-weight: bold;
  height: 38px;
  margin-right: 10px;
  min-width: 126px;
  padding: 7px;
}
.sticky-nav.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-radius: 0;
}
.sticky-nav .btn {
  border-radius: 0;
}
.sticky-nav-bottom .btn {
  border-radius: 0;
}
.sticky-nav-bottom .btn-primary {
  background-color: #0f3f55;
  border-color: #0a5067;
  height: 70px;
}
.btn-primary {
  background-color: #0f3f55;
  border-color: #0a5067;
  padding-top: 15px;
}
.btn-primary:hover {
  background-color: #087fa7;
  border-color: #087fa7;
}
.btn-success {
  background-color: #178471;
  border-color: #126d5d;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn-success:hover {
  background-color: #1a9982;
}
.btn-success:focus {
  background-color: #1a9982;
}
.btn-danger {
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
}
.footer-inside li a {
  color: #000;
  font-size: 14px;
}
.footer-inside li {
  border-right: 1px solid #dfdfdf;
  padding-right: 10px;
}
.footer-inside li:last-child {
  border-right: 0;
  padding-right: 0;
}
.accordion a,
.quick-calculator a {
  color: #168470;
  font-weight: 300;
  text-decoration: none;
}
.accordion a:hover,
.quick-calculator a:hover {
  color: #168470;
  font-weight: 300;
}
.accordion a:active {
  color: #168470;
  font-weight: 300;
}
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #178471;
  border-color: #126d5d;
}
.btn-group {
  width: 100%;
}
a.edit-icon {
  position: relative;
  bottom: 8px;
}
.has-calandar {
  background: url(images/has-calandar-bg.png) no-repeat 95%;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #FFFFFF;
  background-color: #087fa7;
  border: 1px solid #087fa7;
}
.nav > li > a:focus {
  color: #FFFFFF;
  background-color: #0f3f55;
  border: 1px solid #0f3f55;
}
/***************************
****************************
Buttons and links/CTA
****************************
***************************/
/***************************
****************************
Forms and Inputs
****************************
***************************/
.form-group {
  margin-bottom: 15px;
}
.form-control[readonly],
fieldset[disabled] .form-control {
  border-radius: 0;
  border: 1px solid #e5e5e5;
  background-color: #FFF;
  cursor: pointer !important;
}
.form-control {
  border-radius: 0;
  border: 1px solid #e5e5e5;
  background-color: #FFF;
}
.form-large-dropdown {
  max-width: 400px;
  display: inline-block;
  margin-left: 10px;
}
/***************************
****************************
Forms and Inputs
****************************
***************************/
/***************************
****************************
Animation
****************************
***************************/
/***************************
****************************
Animation
****************************
***************************/
select {
  overflow: hidden;
  background: url(/Content/images/new-arrow.png) no-repeat right #ffffff;
  background-position: right 9px center;
  padding: 0 25px 0 10px !important;
}
.ie9 select {
  background: none;
  padding-right: 0px!important;
}
.ie9 .btn[disabled='disabled'] {
  color: white;
}
.ui-datepicker-month,
.ui-datepicker-year {
  background: none!important;
  padding-right: 0px!important;
}
select.postCodeList {
  overflow-y: auto;
  visibility: visible!important;
  height: 44px!important;
}
.confirmCancel {
  z-index: 9999;
  padding: 16px;
  background: white;
  display: none;
  border-radius: 3px;
  font-size: 20px;
}
/************************* summary-page *************************/
.summary-page {
  margin-top: -30px;
  margin-left: 14px;
}
.summary-page .row .col-md-4{
	word-wrap: break-word; 
}
.mobile .summary-page h3 {
  font-size: 20px;
}
.summary-page h3 {
  margin-left: 0;
  padding-bottom: 10px;
  margin-bottom: 6px;
  border-bottom: 1px #bbbbbb solid;
  margin-top: 40px;
}
.summary-page fieldset {
  margin-top: 0;
  margin-bottom: 3px;
}
.summary-page fieldset div {
  margin-top: 0;
  margin-bottom: 0;
}
.summary-page .summary-extratext {
  margin-top: 40px;
}
.summary-heading a {
  float: right;
  margin-right: 20px;
  margin-top: -34px;
}
/************************* pre-contractual explanations *************************/
.pceSummary {
  padding-top: 20px;
  clear: left;
  margin: 20px 0;
}
/******************************/
.form-large-dropdown-noleft {
  margin-left: 0;
}
.form-nav-buttons {
  display: block;
  clear: both;
  margin: 40px 0 0 0;
}
.quick-calculator {
  margin-left: -12px;
}
.tBrochure .row {
  margin-bottom: 20px;
}
.btn-pce-download {
  float: left;
  display: block;
  clear: both;
  margin-top: 20px;
}
.pce-conditions {
  padding-top: 0;
}
.pceSummary input[type="checkbox"] {
  margin-top: 8px;
}
.isTradeAssociation-list {
  display: none;
  height: 33px;
}
.InvoiceDueDateTooSoonError {
    display: none;
    padding: 3px;
    padding-top: 5px;
    background-color: #1a9982;
    color: #FFF;
    border-radius: 2px;
    max-width: 505px;
}
.fa-exclamation-triangle {
  color: #f0ad4e;
  padding-right: 10px;
}
select {
  font-family: 'Lato', sans-serif;
  color: #616879;
}
.selectIcon {
  overflow: hidden;
}
.selectIcon select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
.complete-page-buttons {
  margin-top: 20px;
}
.cookie-message {
  position: fixed;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 85px 0 20px;
  background: #178471;
  opacity: 0.7;
  color: #FFF;
  z-index: 2000;
}
@media (max-width: 500px) {
  .cookie-message {
    height: auto;
  }
}
.cookie-message a {
  position: absolute;
  top: 0;
  *top: -2px;
  right: 20px;
  cursor: pointer;
  color: #FFF!important;
}
.cookie-message p,
.cookie-message a {
  font-size: 14px;
  margin: 0.6em 0;
}
.pce-object {
  height: 3470px;
}
/***************************
****************************
Brochure page
****************************
***************************/
nav {
  background: #FFF;
}
brochure-page.navbar {
  margin: 30px 0 20px 0;
}
brochure-page .container {
  background: #FFF;
}
.brochure-page .card {
  color: #616879;
  margin: 15px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 0 0 2px 2px;
}
.card-home {
  color: #616879;
  /*margin: 15px;*/
  box-shadow: none;
  border-radius: 0;
}
.brochure-page .card-content {
  padding: 15px;
}
.brochure-page .card-action {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 15px;
}
.brochure-page .fa-li {
  margin-top: 0.3em;
}
.brochure-page .contact-details h3 {
  margin: 45px 0 20px 0;
}
.faq h3 {
  margin-top: 45px;
}
.nano-place {
  position: relative;
  top: 30px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.brochure-page h1 {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 35px;
}
.brochure-page h2 {
  color: #0f3f55;
  font-size: 18px;
  font-weight: 400;
}
.brochure-page h3 {
  border-bottom: 1px solid rgba(160, 160, 160, 0.2);
  padding-bottom: 15px;
  margin-top: 0;
}
.brochure-page.brand-alt h2 {
  margin: 5px 0 0 0;
}
.brochure-page.light {
  font-weight: 300;
}
.brochure-page.regular {
  font-weight: 400;
}
.brochure-page.semi-bold {
  font-weight: 700;
}
.brochure-page.lead {
  padding-bottom: 45px;
}
.brochure-page i {
  color: #178471;
}
.fa-facebook,
.fa-linkedin,
.fa-twitter {
  color: #178471;
}
.fa-facebook:hover {
  color: #355089;
}
.fa-twitter:hover {
  color: #1da1f2;
}
.fa-linkedin:hover {
  color: #006fa6;
}
footer {
  /*border-top: 1px solid #dfdfdf;*/
  margin-top: 40px;
  padding: 25px 0 55px 0;
}
footer li {
  border-right: 1px solid #dfdfdf;
  padding-right: 10px;
}
footer li a {
  color: #0f3f55;
  text-decoration: none;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
}
footer li aa:hover {
  text-decoration: none;
}
footer li a:last-child {
  border-right: 0;
  padding-right: 0;
}
footer .pull-right li a {
  display: block;
}
.brochure-page a {
  color: #178471;
}
.brochure-page a,
.btn:hover {
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.brochure-page footer li a {
  color: #000;
}
.brochure-page footer li {
  border-right: 1px solid #dfdfdf;
  padding-right: 10px;
}
.brochure-page footer li:last-child {
  border-right: 0;
  padding-right: 0;
}
.brochure-page .btn:active {
  box-shadow: none;
}
.brochure-page .btn-primary,
.brochure-page .btn-primary:focus {
  padding: 15px 22px;
  color: #fff;
  background-color: #178471;
  border-color: #126d5d;
  border-radius: 2px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-align: left;
}
.brochure-page .btn-primary:hover,
.brochure-page .btn-primary:active {
  background-color: #1a9982;
}
.brochure-page .btn-secondary,
.brochure-page .btn-secondary:focus {
  padding: 15px 22px;
  color: #fff;
  background-color: #203777;
  border-color: #3764d6;
  border-radius: 2px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-align: left;
}
.brochure-page .btn-secondary:hover,
.brochure-page .btn-secondary:active {
  background-color: #324882;
  color: #FFF;
}
.brochure-page .btn-action,
.brochure-page .btn-action:focus {
  padding: 15px 22px;
  color: #4a5adf;
  background-color: #e2e6ea;
  border-color: #3764d6;
  border-radius: 2px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-align: left;
}
.brochure-page .btn-action:hover,
.brochure-page .btn-action:active {
  background-color: #4a5adf;
  color: #FFF;
}
.brochure-page i.btn-icon {
  padding-left: 30%;
}
.popover {
  border: 1px solid rgba(160, 160, 160, 0.2);
  padding: 0;
  box-shadow: 0;
}
.popover-content {
  border-radius: 0;
  background: #087FA7;
  color: #FFF;
  padding: 10px;
}
.popover.left > .arrow {
  border-left-color: #087FA7;
}
.arrow {
  border-right-color: #087FA7;
}
.popover.left > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #087FA7;
  border-left-width: 0;
}
.brochure-page .form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: none;
  box-shadow: none;
  transition: none;
  border: 1px solid #e5e5e5;
}
.brochure-page .form-control-icon {
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
  color: #555;
}
.brochure-page label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
}
.brochure-page input[type=checkbox] {
  margin: 8px 0 0;
  border: 1px solid #212121;
}
.brochure-page .padlock {
  position: relative;
}
.brochure-page .padlock .fa-user-secret {
  position: absolute;
  top: 15px;
  right: 10px;
}
.brochure-page .envelope {
  position: relative;
}
.brochure-page .envelope .fa-envelope-o {
  position: absolute;
  top: 15px;
  right: 10px;
}
.brochure-page .calculator {
  position: relative;
}
.brochure-page .calculator .fa-calculator {
  position: absolute;
  top: 15px;
  right: 10px;
}
.brochure-page .pencil {
  position: relative;
}
.brochure-page .pencil .fa-pencil-square-o {
  position: absolute;
  top: 15px;
  right: 10px;
}
/***************************
****************************
/Forms
****************************
***************************/
.editorFrame {
  border: dashed 1px grey;
}
.editorMasterFrame {
  min-height: 10px;
}
.editorMasterFrame .col-md-1,
.editorMasterFrame .col-md-2,
.editorMasterFrame .col-md-3,
.editorMasterFrame .col-md-4,
.editorMasterFrame .col-md-5,
.editorMasterFrame .col-md-6,
.editorMasterFrame .col-md-7,
.editorMasterFrame .col-md-8,
.editorMasterFrame .col-md-9,
.editorMasterFrame .col-md-10,
.editorMasterFrame .col-md-11,
.editorMasterFrame .col-md-12 {
  border: dashed 1px grey;
}
/*************************************************/
.brochure-page .date-picker,
.brochure-page .date-picker [readonly] {
  cursor: pointer !important;
}
.brochure-page .checkbox-inline {
  padding-left: 0px;
  padding-right: 5px;
  vertical-align: top;
  position: relative;
  top: -10px;
}
.brochure-page .checkbox-inline input[type=radio] {
  margin-right: 6px;
  position: relative;
  top: 2px;
}
.editor-hero-banner {
  float: left;
}
.editor-hero-banner img {
  width: 33%;
  height: 33%;
  border: dashed 3px grey;
  float: left;
}
.calc-results-rate {
  margin-top: 10px;
  margin-bottom: 0px;
}
.calc-results-collections {
  margin-top: 0px;
  margin-bottom: 0px;
}
.calc-results-rate strong,
.calc-results-collections strong {
  float: right;
}
.form-control[readonly] {
  background-color: white;
}
.row > .col-md-12 > .card {
  box-shadow: none;
  margin-left: 0px;
  margin-right: 0px;
}
.row > .col-md-12 > .card > .card-content {
  min-height: 20px;
}
.btn-calc-enabled {
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
.tradeAssociation-viewtext {
  font-size: 14px;
}
.top-nav img {
  height: 40px;
}
.editor-hero-banner-textcolor {
  margin: 3px;
  display: block;
  width: 200px;
  height: 60px;
  padding-left: 2px;
  background-color: gray;
  float: left;
  color: white;
  position: relative;
  left: -210px;
}
.editor-hero-banner-textcolor .editorFrame {
  border-color: white;
}

/*# sourceMappingURL=Site.css.map */