/* Minification failed. Returning unminified contents.
(1846,19): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
 */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

body {
    background-color: #F4F2F2;
}

.body-content {
    margin-top: 30px;
    padding: 0px 40px;
}

.container {
    background-color: #FFF;
    box-shadow: 0 0 10px gray;
    -moz-box-shadow: 0 0 10px gray;
    -webkit-box-shadow: 0 0 10px gray;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-left-15 {
    margin-left: 15px;
}

.img-responsive .img-center {
    margin: 0 auto;
}

.paymentBtn {
    margin: 0 auto;
    float: none;
    margin-top: 10px;
}

.clear {
    clear: both;
}

/*
    Typology
*/

h1 {
    color: #414141;
    font-size: 42px;
    font-weight: bold;
    margin-top: 0px;
}

.pageHeadinng {
    margin-bottom: 75px;
}

h2 {
    font-size: 40px;
    color: #676767;
}

h3 {
    color: #676767;
    font-size: 26px;
    font-weight: lighter;
}

h4 {
    font-size: 30px;
    color: #414141;
}

.paddingFix {
    padding-left: 0px;
}

/*Header*/
header {
    background: url(../Content/images/HeaderBarTwo.png) 50% 100% repeat-x rgb(255, 255, 255);
}

select::-ms-expand {
    display: none;
}

/*Login*/
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #F3F5F2 inset;
}

.loginContainer {
    padding-left: 0px;
}

input[type="text"],
input[type="password"],
select{
    background-color: #F7F7F7 !important;
    padding: 5px;
    border: 1px solid #A0A0A0;
    height: 34px;
    width: 100%;
}

.selectList {
    background-color: #F7F7F7 !important;
    padding: 0 8px;
    border: 1px solid #A0A0A0;
    border-right: 0px;
    width: 100%;
    background: url('../Content/images/dropDownArrow.png') no-repeat right #F0F3F8;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    font-size: 16px;
    padding-left: 15px;
    cursor: pointer;
    padding-right: 50px;
}

.loginContainer input[type="submit"] {
    margin-bottom: 15px;
}

.loginContainer label {
    font-size: 20px;
    color: #333333;
    font-weight: lighter;
    margin-top: 10px;
}

.login {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .login input {
        font-weight: lighter;
        font-size: 22px;
    }

.showHand {
    cursor: pointer;
}

.options {
    margin-top: 50px;
    width: 100%;
    margin-bottom: 40px;
}

    .options a {
        font-size: 22px;
        font-weight: lighter;
    }

    .options p {
        margin-bottom: 20px;
        color: #676767;
        font-size: 22px;
        font-weight: lighter;
    }


/*Select lists*/

.button-wide, .button-quickquote {
    display: inline-block;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-size: 30px;
    padding: 6px 16px;
    font-weight: bold;
    width: 326px;
    text-align: center;
    color: #FFF;
    width: 100%;
    background: #6cb741;
    background-image: -webkit-linear-gradient(top, #6cb741, #0aa743);
    background-image: -moz-linear-gradient(top, #6cb741, #0aa743);
    background-image: -ms-linear-gradient(top, #6cb741, #0aa743);
    background-image: -o-linear-gradient(top, #6cb741, #0aa743);
    background-image: linear-gradient(to bottom, #6cb741, #0aa743);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e117cb', endColorstr='#7f0c42',GradientType=0 ); /* IE6-9 */
}

    .button-wide:hover {
        background: #048015;
        color: #FFF;
        text-decoration: none;
    }

    .button-wide img {
        float: right;
        margin-top: 7px;
        *margin-top: -30px;
    }

    .button-wide.button-home {
        font-size: 24px;
        line-height: 42px;
    }

.button-quickquote {
    font-size: 18px;
    width: auto;
}

.button-border {
    border: 3px solid #FFF;
}

textarea {
    padding: 8px;
    color: #676767;
}

/*White goods claim form*/
.underline {
    text-decoration: underline;
}

#gas-True {
    display: none;
}

/*Grey Button*/

.button-wide-grey, .button-quickquote {
    display: inline-block;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-size: 30px;
    padding: 6px 16px;
    width: 326px;
    text-align: center;
    color: #FFF;
    width: 100%;
    background: #b4b4b4; /* Old browsers */
    background: -moz-linear-gradient(top, #b4b4b4 0%, #909090 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4b4b4), color-stop(100%,#909090)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #b4b4b4 0%,#909090 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #b4b4b4 0%,#909090 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #b4b4b4 0%,#909090 100%); /* IE10+ */
    background: linear-gradient(to bottom, #b4b4b4 0%,#909090 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4b4b4', endColorstr='#909090',GradientType=0 ); /* IE6-9 */
}

    .button-wide-grey:hover {
        background: #b4b4b4;
        color: #FFF;
        text-decoration: none;
    }

    .button-wide-grey img {
        float: right;
        margin-top: 7px;
        *margin-top: -30px;
    }

    .button-wide-grey.button-home {
        font-size: 24px;
        line-height: 42px;
    }

.button-grey-quickquote {
    font-size: 18px;
    width: auto;
}

.button-grey-border {
    border: 3px solid #FFF;
}

.reviewsContainer {
    text-align: center;
    position: relative;
    min-height: 200px;
    width: 100%;
    margin-top: 25px;
}

    .reviewsContainer > div:first-of-type {
        display: block;
    }

.reivew {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    width: 100%;
}

    .reivew img {
        width: 40%;
    }

.review-quotes {
    font-size: 65px !important;
    padding-top: 0px !important;
    color: #414141 !important;
    padding: 0px 4px;
}

.reviewsContainer ul {
    list-style: none;
    width: 100%;
    padding: 0px !important;
    margin: 0px !important;
}

.reviewsContainer li {
    font-size: 15px;
    display: inline-block;
    padding-top: 20px;
    margin: 0 auto;
    max-width: 200px;
    max-height: 70px;
    vertical-align: top;
    color: #676767;
}

.USPpoints {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #676767;
    width: 100%;
}

.USPwrapper {
    padding-left: 0px;
    text-align: center;
}

    .USPwrapper p {
        font-size: 18px;
        color: #414141;
    }

.USPpoints li {
    padding-left: 1em;
    text-indent: -.7em;
    font-size: 16px;
    padding-bottom: 15px;
}

    .USPpoints li:before {
        content: "• ";
        vertical-align: middle;
        font-size: 26px;
        color: #428bca;
    }

.navbar-nav > .active > a {
    background-image: none !important;
    background-color: #fff !important;
    color: #000;
    box-shadow: none !important;
}

select.medium, select.large, select.huge {
    font-size: 13px;
    height: 28px;
    _height: 38px;
    border: 1px solid #A0A0A0;
    color: #929292;
    background: url('../Content/images/arrow-ddl-medium.png') no-repeat right #F0F3F8;
    *background: none #F0F3F8;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: pointer;
    padding-left: 3px;
    text-indent: 0.01px;
    text-overflow: '';
    padding-right: 26px;
    padding-bottom: 6px;
    padding-bottom: 3px\9;
    padding-right: 3px\9;
    padding-top: 3px\9;
    *background: #F0F3F8;
}

select.medium, select.large, select.huge, #ie8#bug {
    padding-bottom: 0px;
}

    select.medium::-ms-expand, select.large::-ms-expand, select.huge::-ms-expand {
        display: none;
    }

.thirdColumn {
    width: 100%;
}

.reivew img {
    width: 40%;
}

select.large {
    background: url('../Content/images/arrow-ddl-large.png') no-repeat right #F0F3F8;
    height: 34px;
    _height: 44px;
    padding-left: 8px;
    padding-right: 31px;
    padding-bottom: 6px\9;
    padding-right: 6px\9;
    padding-top: 6px\9;
    *background: #F0F3F8;
}

select.huge {
    background: url('../Content/images/arrow-ddl-huge.png') no-repeat right #F0F3F8;
    height: 38px;
    _height: 48px;
    font-size: 20px;
    padding-left: 8px;
    padding-right: 41px;
    padding-bottom: 6px\9;
    padding-right: 10px\9;
    padding-top: 6px\9;
    *background: #F0F3F8;
}

.floatOff {
    float: none;
}

.homePagePoints {
    list-style: none;
    padding-left: 15px;
    font-size: 19px;
    font-weight: lighter;
    color: #676767;
    margin-top: 30px;
    margin-bottom: 55px;
}

    .homePagePoints li {
        margin-bottom: 30px;
    }

.margin-left {
    margin-left: 15px;
}

.sendBtn {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .sendBtn a {
        font-size: 22px;
    }

    .sendBtn input {
        font-size: 22px;
    }


    .sendBtn button {
        font-size: 22px;
        font-weight: lighter;
    }

.textArea {
    width: 90%;
    height: 200px;
    background: #FAFAFA;
    margin-bottom: 15px;
}

select.wide {
    width: 100%;
}

select.dateofbirth-day, select.dateofbirth-month, select.dateofbirth-year {
    padding-left: 3px;
}

select.dateofbirth-day {
    width: 68px;
}

select.dateofbirth-month {
    width: 117px;
}

select.dateofbirth-year {
    width: 80px;
}

select.expiry {
    width: 80px;
}

.no-margin {
    padding-left: 0px;
}

#secondList {
    display: none;
}

.cancelBackgroundStep2 {
    background-image: url(/Content/images/BodyFooterBackground.png);
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}

.Btn {
    font-size: 14px;
}

.cancelFeatureText {
    margin: 0 auto;
    text-align: center;
    margin-top: 38px;
}

    .cancelFeatureText a {
        display: block;
        float: left;
        width: 40%;
        padding: 0px 10px;
        position: relative;
    }

    .cancelFeatureText form {
        display: inline-block;
    }

    .cancelFeatureText button {
        width: 270px;
        padding: 0px;
    }

    .cancelFeatureText p {
        width: 195px;
        margin: 0 auto;
        margin-bottom: 4px;
    }

    .cancelFeatureText img {
        margin-top: -60px;
        margin-right: 7px;
    }

.areYouSureText {
    font-size: 32px;
    color: #595959;
    width: 100% !important;
}

.mainBody {
    width: 100%;
    color: #2873AA;
    font-size: 40px;
}

.cancelDetailHeading {
    font-size: 18px;
    color: #595959;
}

.orangeHighlight {
    color: #f9a90a;
}

.yesBtn {
    margin-right: 10px;
}

.nextBtnStepOne {
    margin-bottom: 15px;
    margin-right: -15px;
}

.BtnStepThree {
    margin-top: -53px !important;
}

.formArrow {
    margin-top: 1px !important;
}

.budgie {
    float: right;
    display: none;
    margin-top: -75px;
}

.customLabel {
    font-weight: 100;
    color: #3287CD;
    font-size: 22px;
    margin-top: 10px;
}

#networkList {
    display: none;
}

#bankList {
    display: none;
}

#breakdownList {
    display: none;
}

#fullList {
    display: none;
}

.stayWithUs {
    list-style: none;
    font-size: 20px;
    color: #676767;
    padding-left: 0px;
}

    .stayWithUs li {
        margin: 10px;
        text-align: left;
    }

.fireFoxFix {
    display: inline-block;
    width: 100%;
}

.validateMessage {
    color: #C90300;
    margin-top: 10px;
}

    .validateMessage p {
        color: #C90300 !important;
    }

.cancelFeatureText button {
    margin-bottom: 10px;
}

.tick {
    height: 25px;
    margin-right: 10px;
    margin-top: -5px;
}

.tickTwo {
    height: 35px;
    margin-right: 10px;
    margin-top: 2px;
    display: block;
    float: left;
}

.footer {
    border-top: 1px dotted #98AFC7;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 75%;
}

.table-dotted-bordered th,
.table-dotted-bordered td {
    border: 1px dotted #CCC !important;
}

.table-dotted-bordered th {
    font-weight: bold !important;
}

table tr:not(:first-of-type):hover {
    background-color: #EEE;
}

.nav {
    color: #00B1CC;
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 5px;
    margin-right: -60px;
}

.active a {
    color: #000;
}

.nav li a {
    font-size: 18px;
    padding: 22px 35px 0px 35px;
}

    .nav li a:hover {
        color: #000;
    }

.nav li:last-child a {
    padding-right: 20px;
}

#options {
    margin-bottom: 20px;
}

.nav > li > a {
    color: #00a6ae;
}

    .nav > li > a .active {
        color: #fff;
    }

    .nav > li > a:hover, .nav > li > a:focus {
        background: none;
    }

.nav li a:hover {
    background-color: transparent;
    color: #000;
}

.mainMenu {
    padding-right: 0px;
    float: right;
    text-align: center;
    overflow: hidden;
    margin-bottom: 5px;
}

.navbar-default {
    background: none !important;
    border: none !important;
    webkit-box-shadow: none;
    box-shadow: none;
}

.mainMenu nav {
    margin: 0px;
}

.navbar-default .navbar-nav > li > a {
    color: #00B1CC;
    filter: none !important;
}

.navToggle {
    display: none;
}

#Logo {
    margin-top: 10px;
    margin-bottom: 15px;
    float: left;
}

#Logo2 {
    display: none;
}

.logOut {
    float: left;
    color: #333333;
    margin-right: 20px;
    margin-top: 5px;
}

.Main {
    display: block;
}

.mobile {
    display: none;
}

.tablet {
    display: none;
}

.editor-group {
    margin: 0px 15px 15px;
}

    .editor-group.multi {
        float: left;
        margin-right: 100px;
    }

    .editor-group.half {
        float: left;
        margin: 0px;
        padding: 0px 15px 15px;
        width: 50%;
    }

    .editor-group.multi input[type=text], .editor-group.multi input[type=password] {
        width: 250px;
    }

.submit {
    margin: 0px 15px;
}

    .submit input[type=submit] {
        float: left;
    }

    .submit a {
        float: left;
        margin: 16px 15px 0px;
    }

.customerdetails-column {
    float: left;
    min-width: 200px;
    width: 33%;
}

.policies h3 img {
    margin: 2px 15px 2px 0px;
    vertical-align: middle;
}

/* Claim Section */
#ClaimDetails {
    padding: 10px;
    border: 1px dashed #999999;
    margin-bottom: 20px;
}

#ClaimSection-Fraud a {
    font-size: 20px;
}

#ClaimSection-Step2 textarea {
    height: 80px;
    width: 100%;
}

#ClaimSection-Step2 .dashed {
    border: 1px dashed #C6C6C6;
    display: none;
    margin-top: 5px;
    padding: 5px 10px;
}

    #ClaimSection-Step2 .dashed label {
        font-weight: normal;
    }

#ClaimSection-Step4 input[type=checkbox] {
    display: inline;
}

#ClaimSection-Step4 label {
    font-weight: normal;
    display: inline;
}

.dobBlock {
    width: 90px;
    display: inline-block;
}

.halfsection {
    float: left;
    width: 50%;
}

.halfsection-center {
    float: none;
    margin: 0 auto;
}

.halfsection-left {
    margin-right: 10px;
}

.halfsection-right {
    margin-left: 10px;
}

.halfsection .customerdetails-column {
    float: none;
    margin-bottom: 20px;
}

.interaction {
    background-color: #e5e3e3;
    border-radius: 10px;
    padding: 10px 10px;
    margin-bottom: 20px;
}

#PaymentMethod #PayAmountDD {
    color: #0092c1;
    font-size: 25px;
    font-weight: bold;
    margin-top: 10px;
}

#PaymentMethod #PayAmountCard {
    color: #0092c1;
    font-size: 25px;
    font-weight: bold;
    margin-top: 10px;
}

#PaymentMethod .paymenttitle {
    font-size: 19px;
    color: #00B1CC;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

#PaymentMethod .sortcode input[type=text] {
    width: 31px;
}

#PopupProcessing {
    display: none;
    background: #fff;
    margin: 0 auto;
    width: 200px;
}

.info-question {
    cursor: pointer;
}

.info-window {
    display: none;
    background: #ffffff;
    border-radius: 10px;
    font-size: 11px;
    margin-top: 10px;
    width: 300px;
    min-height: 80px;
    border: 1px solid #000000;
    padding: 10px 10px 10px 10px;
    position: absolute;
    z-index: 1;
}

    .info-window .InfoImage {
        margin-top: 10px;
        float: right;
        margin-left: 10px;
    }

    .info-window .title {
        font-size: 130%;
        font-weight: bold;
        padding-bottom: 10px;
    }

.claimaddress {
    display: none;
}

.claimForm input {
    width: 80% !important;
    margin-right: 10px;
}

.claimForm select {
    width: 80% !important;
    margin-right: 10px;
}

.claimForm label {
    color: #676767;
    font-weight: lighter;
}

.claimForm p {
    color: #676767;
    font-weight: lighter;
}

.TechnicalSteps {
    font-size: 17px;
    color: #676767;
    margin-bottom: 60px;
}

/* End Claim Section */

/*Pop Up*/

.popUp {
    padding: 35px;
    border-radius: 10px;
    position: relative;
}

    .popUp .tickTwo {
        height: 26px;
    }

    .popUp .selectList {
        padding: 5px;
        width: 100%;
    }

.mfp-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 22px;
}

.mfp-close {
    position: absolute;
}

button.mfp-close, button.mfp-arrow {
    margin-top: 0px;
}


.mfp-close-btn-in .mfp-close {
    margin-top: 0px;
}

.contactinfo-missing {
    color: #F20000;
    font-weight: lighter;
}

.gadget {
    font-size: 22px;
}

.InActiveGadget {
    font-size: 22px;
    margin-left: 20px;
}

.protected {
    font-size: 22px;
    color: #00B1CC;
}

/*End of Pop up*/

.redButtonLink {
    color: #FFF;
    margin-left: 28px;
    padding: 5px 18px;
    background: rgb(219,0,0); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(219,0,0,1) 0%, rgba(102,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,0,0,1)), color-stop(100%,rgba(102,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(219,0,0,1) 0%,rgba(102,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(219,0,0,1) 0%,rgba(102,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(219,0,0,1) 0%,rgba(102,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(219,0,0,1) 0%,rgba(102,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db0000', endColorstr='#660000',GradientType=0 ); /* IE6-8 */
}

.redButtonLinkTwo {
    color: #FFF;
    margin-left: 15px;
    margin-top: 5px;
    padding: 5px 18px;
    background: rgb(219,0,0); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(219,0,0,1) 0%, rgba(102,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,0,0,1)), color-stop(100%,rgba(102,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(219,0,0,1) 0%,rgba(102,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(219,0,0,1) 0%,rgba(102,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(219,0,0,1) 0%,rgba(102,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(219,0,0,1) 0%,rgba(102,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db0000', endColorstr='#660000',GradientType=0 ); /* IE6-8 */
    display: block;
    width: 106px;
}

.cancelFinal {
    text-align: center;
    margin-bottom: 25px;
}

.claimDetailsLarge {
    font-size: 21px;
    color: #676767;
    margin-bottom: 20px;
}

/*Customer details*/

.customerDetails, .tenantDetails {
    color: #676767;
    font-size: 15px;
}

.subPersonDetails a {
    display: none;
}

.customerDetails > div, .tenantDetails > div {
    margin-bottom: 10px;
}

.customerDetails > form > div, .tenantDetails > form > div {
    margin-bottom: 10px;
}

.customerDetails a, .tenantDetails a {
    margin-top: -5px;
}

.submitButton a {
    margin-top: -5px;
    font-size: 22px;
    font-weight: lighter;
    margin-bottom: 30px;
    margin-top: 10px;
}

.submitButton button {
    margin-top: -5px;
    font-size: 22px;
    font-weight: lighter;
    margin-bottom: 30px;
    margin-top: 10px;
}

.mainInfo {
    margin-bottom: 50px !important;
}

.documentimage {
    display: inline-block;
    vertical-align: top;
}

.documentlinks {
    display: inline-block;
}

    .documentlinks ul {
        list-style-type: none;
        margin-bottom: 0px;
        padding-left: 25px;
    }

    .documentlinks h4 {
        color: #676767;
        font-size: 17px;
        margin: 15px 0px 5px 25px;
    }

.policydivider {
    border-bottom: none;
    border-top: 1px dotted #98AFC7;
    margin: 60px auto;
    width: 70%;
}

.subdetail-margin {
    margin: 0px auto;
    width: 85%;
}

.claimForm .row {
    margin-bottom: 20px;
}

/*Clain infor block*/

.toDoList {
    list-style: none;
    padding-left: 0px;
    font-size: 16px;
}

    .toDoList li {
        margin-bottom: 20px;
    }

.stepComplete img {
    padding-right: 10px;
}

.stepPending img {
    padding-right: 25px;
}

.stepComplete {
    color: #414141;
}

.stepPending {
    color: #7E7E7E;
}

.claimProcess {
    padding-left: 30px;
    font-size: 16px;
}

.claimDetails {
    color: #414141;
    margin-bottom: 25px;
}

    .claimDetails .row {
        margin-bottom: 5px;
        margin-left: -10px;
    }

.incomplete {
    color: #D91C1C;
}

.claimsIndex {
    margin-bottom: 30px;
}

    .claimsIndex > .row {
        margin-bottom: 30px;
    }

.addTopMargin {
    margin-top: 60px;
}

#nextStep, #openClaim, #InReview, .pendingPay, #NoPayments, #externalClaimsProcessBoiler {
    display: none;
}

.claimBlock {
    margin-bottom: 25px;
}

.dashed {
    display: none;
}

i + .tooltip > .tooltip-inner {
    background-color: #F1F1F1;
    color: #252525;
    border: 1px solid #a6a6a6;
    padding: 15px;
    font-size: 12px;
    text-align: left;
}

i + .tooltip.bottom > .tooltip-arrow {
    border-bottom: 5px solid #a6a6a6;
}

.glyphicon-info-sign {
    color: #0eadb0;
}

.glyphicon-question-sign {
    color: #bababa;
    
}
.tooltip.in {
    opacity: 1 !important;
}


@media (max-width: 767px) {
    .body-content {
        padding: 0px;
    }

    .no-margin-right {
        padding-right: 0px;
    }

    .USPpoints li {
        padding-left: 0px;
    }

    .Main {
        display: none;
    }

    .nav li:last-child a {
        padding-right: 35px;
    }

    .nav {
        margin-right: 0px;
    }

    .navToggle {
        border: 1px solid #ddd;
        display: block;
        height: 40px;
        width: 40px;
        background: none;
        border-radius: 5px;
        float: right;
        margin-top: 15px;
        margin-right: 15px;
        padding-top: 5px;
    }

    .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background-color: #888;
        margin: 0 auto;
        margin-bottom: 5px;
    }

    .mainMenu {
        padding-right: 0px;
        width: 100%;
        text-align: center;
        overflow: hidden;
        margin-bottom: 10px;
        margin-top: 0px;
        min-width: 300px;
    }

    #MainMenu {
        display: none;
    }

    #Logo {
        display: none;
    }

    #Logo2 {
        display: block;
        float: left
    }

    .mobile {
        display: block;
    }

    nav .nav-justified a {
        border-radius: 5px !important;
    }

    .editor-group.multi {
        float: none;
        margin-right: 15px;
    }

        .editor-group.multi input[type=text], .editor-group.multi input[type=password] {
            width: 100%;
        }

    .editor-group.half {
        width: 100%;
    }

    .customerdetails-column, .tenantdetails-column {
        float: none;
        min-width: 100%;
        width: 100%;
        margin-top: 20px;
    }

    .halfsection {
        float: none;
        width: 100%;
    }

    .selectList {
        margin-bottom: 15px;
        padding-right: 45px !important;
    }

    .options {
        margin-left: 15px;
    }

    .formArrow {
        padding-left: 10px !important;
    }

    .button-wide {
        margin-top: 10px !important;
    }

    .button-wide-grey {
        margin-top: 10px !important;
    }

    /* Force table to not be like tables anymore */
    .no-more-tables table,
    .no-more-tables thead,
    .no-more-tables tbody,
    .no-more-tables th,
    .no-more-tables td,
    .no-more-tables tr {
        display: block;
    }

    .no-more-tables tr {
        border: 1px solid #D2D1D1;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .no-more-tables td {
        /* Behave  like a "row" */
        position: relative;
        padding-left: 50% !important;
        white-space: normal;
        text-align: left;
    }

        .no-more-tables td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 8px;
            left: 8px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }


        /*
	Label the data
	*/
        .no-more-tables td:before {
            content: attr(data-title);
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    nav .nav-justified a {
        padding: auto;
    }

    .USPpoints {
        width: 100&;
    }

    #MainMenu {
        display: block !important;
    }

    #Logo {
        float: none;
    }

    .nav {
        margin-right: 0px;
    }

    .logOut {
        float: right;
        margin-right: 20px;
        display: none;
    }

    .tablet {
        display: block !important;
    }

    .nav li {
        display: inline-block;
    }

    .selectList {
        width: 75%;
        padding-right: 50px !important;
    }

    .editor-group.multi {
        margin-right: 50px;
    }

    .no-margin {
        padding-right: 180px !important;
    }

    .cancelBackground {
        background-image: url(/Content/images/Duck.png);
        background-size: 120px auto;
        background-repeat: no-repeat;
        background-position: bottom right;
        margin-bottom: 10px;
    }

    .customerDetails a, tenantDetails a {
        margin-right: -28px;
        margin-left: 0px;
    }

    .submitButton a {
        margin-top: -5px;
        font-size: 22px;
        font-weight: lighter;
        margin-bottom: 30px;
        margin-top: 10px;
        width: 60%;
    }

    .submitButton button {
        margin-top: -5px;
        font-size: 22px;
        font-weight: lighter;
        margin-bottom: 30px;
        margin-top: 10px;
        width: 60%;
    }

    .mainMenu {
        margin-right: 35px;
    }

    .nav {
        margin-top: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    nav .nav-justified a {
        padding: 10px 5px;
    }

    .reivew {
        width: 115% !important;
    }

    .USPwrapper {
        width: 137%;
        margin-left: -45px;
    }

    #MainMenu {
        display: block !important;
        width: 100%;
    }

    .reivew img {
        width: 90%;
    }

    .thirdColumn {
        width: 30%;
    }

    .logOut {
        float: right;
        margin-right: 20px;
    }

    .review-quotes {
        padding: 0px;
        font-size: 39px !important;
    }

    .cancelBackground {
        background-image: url(/Content/images/Duck.png);
        background-size: 120px auto;
        background-repeat: no-repeat;
        background-position: bottom right;
        margin-bottom: 10px;
    }

    .budgie {
        display: block;
    }

    .USPpoints li {
        text-align: left !important;
    }

    .options a {
        font-size: 18px;
        padding-top: 10px;
    }

    .customerDetails a, tenantDetails a {
        margin-right: -28px;
        margin-left: 0px;
    }

    .selectList {
        padding-right: 50px !important;
    }
}

@media (min-width: 1200px) {
    .cancelBackground {
        background-image: url(/Content/images/Duck.png);
        background-size: 120px auto;
        background-repeat: no-repeat;
        background-position: bottom right;
        margin-bottom: 10px;
    }

    .budgie {
        display: block;
    }

    .selectList {
        padding-right: 50px !important;
    }

    .thirdColumn {
        width: 33.33333333333333%;
        padding-left: 45px;
    }

    #MainMenu {
        display: block !important;
        width: 100%;
    }

    .reivew img {
        width: 60%;
    }

    .logOut {
        float: right;
        margin-right: 20px;
    }

    .USPpoints li {
        text-align: left !important;
    }

    .USPwrapper {
        padding-left: 20px;
    }
}

.claimForm #step2Issues input[type='checkbox'] {
    width: 15px !important;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 25px;
    width: auto;
    max-width: 400px;
    margin: 0 auto;
}

/* This block of CSS adds opacity transition to background */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}
