.datepicker--cells{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.datepicker--cell{border-radius:4px;box-sizing:border-box;cursor:pointer;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:32px;z-index:1}.datepicker--cell.-focus-{background:#f0f0f0}.datepicker--cell.-current-{color:#4eb5e6}.datepicker--cell.-current-.-focus-{color:#4a4a4a}.datepicker--cell.-current-.-in-range-{color:#4eb5e6}.datepicker--cell.-in-range-{background:rgba(92,196,239,.1);color:#4a4a4a;border-radius:0}.datepicker--cell.-in-range-.-focus-{background-color:rgba(92,196,239,.2)}.datepicker--cell.-disabled-{cursor:default;color:#aeaeae}.datepicker--cell.-disabled-.-focus-{color:#aeaeae}.datepicker--cell.-disabled-.-in-range-{color:#a1a1a1}.datepicker--cell.-disabled-.-current-.-focus-{color:#aeaeae}.datepicker--cell.-range-from-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:4px 0 0 4px}.datepicker--cell.-range-to-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:0 4px 4px 0}.datepicker--cell.-selected-,.datepicker--cell.-selected-.-current-{color:#fff;background:#5cc4ef}.datepicker--cell.-range-from-.-range-to-{border-radius:4px}.datepicker--cell.-selected-{border:none}.datepicker--cell.-selected-.-focus-{background:#45bced}.datepicker--cell:empty{cursor:default}.datepicker--days-names{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:8px 0 3px}.datepicker--day-name{color:#ff9a19;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.-only-timepicker- .datepicker--content,.datepicker--body,.datepicker-inline .datepicker--pointer{display:none}.datepicker--cell-day{width:14.28571%}.datepicker--cells-months{height:170px}.datepicker--cell-month{width:33.33%;height:25%}.datepicker--cells-years,.datepicker--years{height:170px}.datepicker--cell-year{width:25%;height:33.33%}.datepickers-container{position:absolute;left:0;top:0}@media print{.datepickers-container{display:none}}.datepicker{background:#fff;border:1px solid #dbdbdb;box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:4px;box-sizing:content-box;font-family:Tahoma,sans-serif;font-size:14px;color:#4a4a4a;width:250px;position:absolute;left:-100000px;opacity:0;transition:opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s .3s;transition:opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;z-index:100}.datepicker.-from-top-{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.datepicker.-from-right-{-webkit-transform:translateX(8px);transform:translateX(8px)}.datepicker.-from-bottom-{-webkit-transform:translateY(8px);transform:translateY(8px)}.datepicker.-from-left-{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.datepicker.active{opacity:1;-webkit-transform:translate(0);transform:translate(0);transition:opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s 0s;transition:opacity .3s ease,transform .3s ease,left 0s 0s,-webkit-transform .3s ease}.datepicker-inline .datepicker{border-color:#d7d7d7;box-shadow:none;position:static;left:auto;right:auto;opacity:1;-webkit-transform:none;transform:none}.datepicker--content{box-sizing:content-box;padding:4px}.datepicker--pointer{position:absolute;background:#fff;border-top:1px solid #dbdbdb;border-right:1px solid #dbdbdb;width:10px;height:10px;z-index:-1}.datepicker--nav-action:hover,.datepicker--nav-title:hover{background:#f0f0f0}.-top-center- .datepicker--pointer,.-top-left- .datepicker--pointer,.-top-right- .datepicker--pointer{top:calc(100% - 4px);-webkit-transform:rotate(135deg);transform:rotate(135deg)}.-right-bottom- .datepicker--pointer,.-right-center- .datepicker--pointer,.-right-top- .datepicker--pointer{right:calc(100% - 4px);-webkit-transform:rotate(225deg);transform:rotate(225deg)}.-bottom-center- .datepicker--pointer,.-bottom-left- .datepicker--pointer,.-bottom-right- .datepicker--pointer{bottom:calc(100% - 4px);-webkit-transform:rotate(315deg);transform:rotate(315deg)}.-left-bottom- .datepicker--pointer,.-left-center- .datepicker--pointer,.-left-top- .datepicker--pointer{left:calc(100% - 4px);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.-bottom-left- .datepicker--pointer,.-top-left- .datepicker--pointer{left:10px}.-bottom-right- .datepicker--pointer,.-top-right- .datepicker--pointer{right:10px}.-bottom-center- .datepicker--pointer,.-top-center- .datepicker--pointer{left:calc(50% - 10px / 2)}.-left-top- .datepicker--pointer,.-right-top- .datepicker--pointer{top:10px}.-left-bottom- .datepicker--pointer,.-right-bottom- .datepicker--pointer{bottom:10px}.-left-center- .datepicker--pointer,.-right-center- .datepicker--pointer{top:calc(50% - 10px / 2)}.datepicker--body.active{display:block}.datepicker--nav{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #efefef;min-height:32px;padding:4px}.-only-timepicker- .datepicker--nav{display:none}.datepicker--nav-action,.datepicker--nav-title{display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.datepicker--nav-action{width:32px;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker--nav-action.-disabled-{visibility:hidden}.datepicker--nav-action svg{width:32px;height:32px}.datepicker--nav-action path{fill:none;stroke:#9c9c9c;stroke-width:2px}.datepicker--nav-title{border-radius:4px;padding:0 8px}.datepicker--buttons,.datepicker--time{border-top:1px solid #efefef;padding:4px}.datepicker--nav-title i{font-style:normal;color:#9c9c9c;margin-left:5px}.datepicker--nav-title.-disabled-{cursor:default;background:0 0}.datepicker--buttons{display:-webkit-flex;display:-ms-flexbox;display:flex}.datepicker--button{color:#4eb5e6;cursor:pointer;border-radius:4px;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:32px}.datepicker--button:hover{color:#4a4a4a;background:#f0f0f0}.datepicker--time{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}.datepicker--time.-am-pm- .datepicker--time-sliders{-webkit-flex:0 1 138px;-ms-flex:0 1 138px;flex:0 1 138px;max-width:138px}.-only-timepicker- .datepicker--time{border-top:none}.datepicker--time-sliders{-webkit-flex:0 1 153px;-ms-flex:0 1 153px;flex:0 1 153px;margin-right:10px;max-width:153px}.datepicker--time-label{display:none;font-size:12px}.datepicker--time-current{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex:1;-ms-flex:1;flex:1;font-size:14px;text-align:center;margin:0 0 0 10px}.datepicker--time-current-colon{margin:0 2px 3px;line-height:1}.datepicker--time-current-hours,.datepicker--time-current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.datepicker--time-current-hours:after,.datepicker--time-current-minutes:after{content:'';background:#f0f0f0;border-radius:4px;position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.datepicker--time-current-hours.-focus-:after,.datepicker--time-current-minutes.-focus-:after{opacity:1}.datepicker--time-current-ampm{text-transform:uppercase;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;color:#9c9c9c;margin-left:6px;font-size:11px;margin-bottom:1px}.datepicker--time-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right,#dedede,#dedede) left 50%/100% 1px no-repeat}.datepicker--time-row:first-child{margin-bottom:4px}.datepicker--time-row input[type=range]{background:0 0;cursor:pointer;-webkit-flex:1;-ms-flex:1;flex:1;height:100%;padding:0;margin:0;-webkit-appearance:none}.datepicker--time-row input[type=range]::-ms-tooltip{display:none}.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-moz-range-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-ms-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:focus{outline:0}.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-moz-range-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-ms-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s;margin-top:-6px}.datepicker--time-row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-webkit-slider-runnable-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-moz-range-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-fill-lower{background:0 0}.datepicker--time-row input[type=range]::-ms-fill-upper{background:0 0}.datepicker--time-row span{padding:0 12px}.datepicker--time-icon{color:#9c9c9c;border:1px solid;border-radius:50%;font-size:16px;position:relative;margin:0 5px -1px 0;width:1em;height:1em}.datepicker--time-icon:after,.datepicker--time-icon:before{content:'';background:currentColor;position:absolute}.datepicker--time-icon:after{height:.4em;width:1px;left:calc(50% - 1px);top:calc(50% + 1px);-webkit-transform:translateY(-100%);transform:translateY(-100%)}.datepicker--time-icon:before{width:.4em;height:1px;top:calc(50% + 1px);left:calc(50% - 1px)}.datepicker--cell-day.-other-month-,.datepicker--cell-year.-other-decade-{color:#dedede}.datepicker--cell-day.-other-month-:hover,.datepicker--cell-year.-other-decade-:hover{color:#c5c5c5}.-disabled-.-focus-.datepicker--cell-day.-other-month-,.-disabled-.-focus-.datepicker--cell-year.-other-decade-{color:#dedede}.-selected-.datepicker--cell-day.-other-month-,.-selected-.datepicker--cell-year.-other-decade-{color:#fff;background:#a2ddf6}.-selected-.-focus-.datepicker--cell-day.-other-month-,.-selected-.-focus-.datepicker--cell-year.-other-decade-{background:#8ad5f4}.-in-range-.datepicker--cell-day.-other-month-,.-in-range-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.1);color:#ccc}.-in-range-.-focus-.datepicker--cell-day.-other-month-,.-in-range-.-focus-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.2)}.datepicker--cell-day.-other-month-:empty,.datepicker--cell-year.-other-decade-:empty{background:0 0;border:none}@font-face{font-family:Gordita;src:url(/Pos/fonts/GorditaLight.otf) format("opentype");font-weight:300}@font-face{font-family:Gordita;src:url(/Pos/fonts/GorditaRegular.otf) format("opentype");font-weight:400}@font-face{font-family:Gordita;src:url(/Pos/fonts/GorditaMedium.otf) format("opentype");font-weight:500}@font-face{font-family:Gordita;src:url(/Pos/fonts/GorditaBold.otf) format("opentype");font-weight:700}@font-face{font-family:Roboto;src:url(/Pos/fonts/Roboto-Bold.ttf) format("truetype");font-weight:700}@font-face{font-family:Roboto;src:url(/Pos/fonts/Roboto-Regular.ttf) format("truetype");font-weight:500}@font-face{font-family:icomoon;src:url(/IMB/fonts/icomoon.ttf?gdy1ee) format("truetype");font-weight:400;font-style:normal}.bodytext1{font-size:1rem}table,tbody,td,tr{display:block;width:100%}.bodytext1,.bodytext2{font-family:Gordita,Roboto,Arial,Helvetica,sans-serif;height:auto;line-height:inherit}.t-imb .bodytext1,.t-imb .bodytext2{font-family:Arial,Helvetica,sans-serif}body{line-height:inherit;line-height:1.625;margin-right:0;margin-left:0}body.wb-unhide{opacity:1;-webkit-transition:opacity .3s ease 0s;transition:opacity .3s ease 0s}.insurance-table tbody,.premiumTable tbody,.sumInsuredTable tbody{display:table-row-group}.insurance-table tr,.premiumTable tr,.sumInsuredTable tr{display:table-row;width:auto}.insurance-table td,.premiumTable td,.sumInsuredTable td{display:table-cell;width:auto;height:17px;line-height:1.2;font-weight:400}.is-hidden{display:none}.is-active{display:block}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:16px!important;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif!important;color:#000}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}body{margin:0;font-size:1rem;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif!important}body.t-imb{font-family:Arial,Helvetica,sans-serif!important}blockquote,figure,h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0;padding:0}li,main{display:block}h1,h2,h3,h4,h5,h6{font-size:inherit;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif}strong{font-weight:700}button{color:inherit}p{margin-bottom:1.5em}button{overflow:visible;border:0;font:inherit;-webkit-font-smoothing:inherit;letter-spacing:inherit;background:0 0;cursor:pointer;padding:0}::-moz-focus-inner{padding:0;border:0}img{max-width:100%;height:auto;border:0}fieldset{padding:0;margin:0;border:0}.link,a{text-decoration:underline;color:#000}.link:hover,a:hover{text-decoration:none}.link.text,.text>.link,.text>a,a.text{color:#000}.link.link-noline,a.link-noline{text-decoration:none;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.link--blue,a--blue{color:#1b75bc}.t-imb .link--blue,.t-imb a--blue{color:#007f6a}a.link{text-decoration:underline}.quote-result__heading div:first-child,.summary-table__customer-info__heading,.summary-table__customer-quote__head,.text-head{font-weight:700;color:#1b75bc}.text-bold{font-weight:700!important}.border-bottom-dash{border-bottom:2px dashed #d5d5d5}.border-bottom-solid,.summary-table__customer-discount,.summary-table__customer-print,.summary-table__customer-quote__total{border-bottom:2px solid #d5d5d5}.no-top-border{border-top:0!important}.button-link{font-weight:700}.button-link--blue{color:#1b75bc}.button-link:hover{color:#125487}.styled-checkbox__checkbox,.styled-radio__radio,.u-sr-only{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.is-hidden{display:none!important}.is-disabled{opacity:.5}.show-sm-down{display:block!important}@media (min-width:768px){.show-sm-down{display:none!important}}@media (max-width:991px){.hide-md-down{display:none!important}}@media (min-width:992px){.hide-md-up{display:none!important}}@media (max-width:767px){.hide-sm-down{display:none!important}}@media (min-width:768px){.hide-sm-up{display:none!important}}@media (max-width:575px){.hide-xs-down{display:none!important}}.u-float-right{float:right}.u-text-capitalize{text-transform:capitalize}.u-body-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.u-body-flex .body-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-height:calc(100vh)}.u-body-flex .body-container>br{display:none}.u-body-flex .body-container>.l-container{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.u-body-flex #main_wrapper{max-width:1200px;width:100%!important}.u-flex-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.u-styled-divider{margin-top:2.5rem;margin-bottom:2.5rem;border:0;height:2px;background-color:#d5d5d5}.u-styled-divider--light{background-color:#eaeaea}.u-styled-divider--dashed{position:relative;height:1px;background-color:transparent}.u-styled-divider--dashed::before{content:'';position:absolute;top:0;left:0;width:100%;border-top:5px dashed #d5d5d5}.u-text-color-black{color:#000}.t-imb .u-text-color-black{color:#222}.u-text-color-grey{color:#555}.u-text-blue{color:#1b75bc}.t-imb .u-text-blue{color:#007f6a}.u-align-right{margin-left:auto}.u-margin-auto{margin-left:auto;margin-right:auto}.u-margin-bottom-xs{margin-bottom:.5rem}.u-margin-bottom-s{margin-bottom:1rem}.u-margin-bottom-m{margin-bottom:2.5rem}.u-margin-bottom-lg{margin-bottom:5rem}.u-margin-bottom-xl{margin-bottom:8rem}.u-margin-top-xs{margin-top:1rem}.u-margin-top-sm{margin-top:2rem}.u-margin-top-m{margin-top:2.5rem}.u-margin-top-none{margin-top:0!important}.u-margin-bottom-none{margin-bottom:0!important}.u-padding-bottom-none{padding-bottom:0!important}.u-block-bg-lightblue{background-color:#f2f6f8}.t-imb .u-block-bg-lightblue{background-color:#f2f2f2}.u-font-size-xs{font-size:.8rem}.u-font-size-s{font-size:1rem}.u-flex-1-1-a{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.u-margin-right-s{margin-right:2rem}.u-bold-blue{font-weight:700;color:#1b75bc}.u-text-center{text-align:center}.u-text-left{text-align:left}.u-width-auto{width:auto!important}.u-styled-ol{padding-right:2rem;list-style:none;counter-reset:styled-counter}.u-styled-ol li{counter-increment:styled-counter;display:list-item;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif;font-size:1rem;color:#555;margin-bottom:1.5rem}.t-imb .u-styled-ol li{font-family:Arial,Helvetica,sans-serif}.u-styled-ol li::before{content:counter(styled-counter) ". ";min-width:24px;display:inline-block;margin-right:.5rem}.u-text-grey{color:#555}.list--bullet-top .list__item::before{top:.6rem;left:.2rem}.u-page-break{page-break-before:always}.u-display-block{display:block!important}@media (max-width:767px){.u-table-scroll-mobile{overflow-x:scroll}}@media (max-width:767px){.u-flex-mobile{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}}.u-width-66{width:66.66667%!important}@media (max-width:767px){.u-width-66{width:100%}}.u-width-33{width:33.33333%!important}@media (max-width:767px){.u-width-33{width:100%}}.accordion__head__title,.calucationDetail__head,.h-1,.h-1-heading,.h-2,.h-2-alt,.h-3,.h-3-medium,.h-4,.h-5,.h-6,.h-7,.information-box--invert .information-box__heading,.main-card--horizontal .main-card__price,.table__accordion-details .accordion__head{margin-bottom:1.25rem;word-wrap:break-word;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif!important}.information-box--invert .t-imb .information-box__heading,.main-card--horizontal .t-imb .main-card__price,.t-imb .accordion__head__title,.t-imb .calucationDetail__head,.t-imb .h-1,.t-imb .h-1-heading,.t-imb .h-2,.t-imb .h-2-alt,.t-imb .h-3,.t-imb .h-3-medium,.t-imb .h-4,.t-imb .h-5,.t-imb .h-6,.t-imb .h-7,.t-imb .information-box--invert .information-box__heading,.t-imb .main-card--horizontal .main-card__price,.t-imb .table__accordion-details .accordion__head,.table__accordion-details .t-imb .accordion__head{font-family:Arial,Helvetica,sans-serif!important}.h-1{font-size:2.25rem;font-weight:700;line-height:3.9rem}@media (min-width:992px){.h-1{font-size:3rem}}.t-imb .h-1{color:#004035;font-weight:400}.h-2,.main-card--horizontal .main-card__price{font-size:1.875rem;font-weight:700;line-height:2.76rem}@media (min-width:992px){.h-2,.main-card--horizontal .main-card__price{font-size:2.125rem}}.main-card--horizontal .t-imb .main-card__price,.t-imb .h-2,.t-imb .main-card--horizontal .main-card__price{color:#004035}.h-2-alt{font-size:1.875rem;font-weight:700;line-height:2.76rem}.t-imb .h-2-alt{color:#004035}.h-3{font-size:1.375rem;font-weight:700;line-height:1.95rem}@media (min-width:992px){.h-3{font-size:1.5rem}}.t-imb .h-3{color:#004035}.h-4,.information-box--invert .information-box__heading,.table__accordion-details .accordion__head{font-size:1.125rem;font-weight:500;line-height:1.78rem}@media (min-width:576px){.h-4,.information-box--invert .information-box__heading,.table__accordion-details .accordion__head{font-size:1.375rem}}.calucationDetail__head,.h-5{font-size:.875rem;font-weight:500;line-height:1.3rem;word-wrap:break-word}@media (min-width:992px){.calucationDetail__head,.h-5{font-size:1rem}}.l-main-content-spacing{margin-top:3.2rem}.l-container{padding:0 15px}.l-content-container{max-width:1200px;margin:0 auto}.l-row{margin-left:-15px;margin-right:-15px}.l-row::after{display:table;content:'';clear:both}.l-col{padding-left:15px;padding-right:15px;width:100%;float:left;margin-bottom:15px}.l-col--9{width:75%}.l-col--8{width:66.66667%}.l-col--7{width:58.33333%}.l-col--6{width:50%}.l-col--5{width:41.66667%}.l-col--4{width:33.33333%}.l-col--3{width:25%}@media (min-width:992px){.l-col-md--9{width:75%}}@media (min-width:992px){.l-col-md--8{width:66.66667%}}@media (min-width:992px){.l-col-md--7{width:58.33333%}}@media (min-width:992px){.l-col-md--6{width:50%}}@media (min-width:992px){.l-col-md--5{width:41.66667%}}@media (min-width:992px){.l-col-md--4{width:33.33333%}}@media (min-width:992px){.l-col-md--3{width:25%}}.styled-input{position:relative;display:block;margin-left:1px}.styled-input--full-width{width:100%}.styled-input--expanding{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media (max-width:767px){.styled-input{margin-bottom:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.styled-input select::-ms-expand{display:none}select::-ms-expand{display:none}.styled-input__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:1rem;padding:1rem;border:1px solid #d5d5d5;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;outline-offset:0;height:50px;margin-right:1rem}.t-imb .styled-input__input{border-radius:3px;border-color:#d5d5d5;padding-top:.4rem;padding-bottom:.4rem}.styled-input__input::-webkit-input-placeholder{color:#9d9d9d!important}.styled-input__input:-ms-input-placeholder{color:#9d9d9d!important}.styled-input__input::-ms-input-placeholder{color:#9d9d9d!important}.styled-input__input::placeholder{color:#9d9d9d!important}.styled-input__input:hover{border-color:#9d9d9d}.t-imb .styled-input__input:hover{border-color:#555}.styled-input__input:disabled{background-color:#fff;border-color:#d5d5d5}.styled-input__input:disabled:hover{background-color:#fff;border-color:#d5d5d5}.styled-input__input:disabled+.styled-radio__label:hover{background-color:#d5d5d5}.t-imb .styled-input__input:focus{border-color:#007f6a;outline:0}.styled-input__input--area-code{width:4rem;margin-right:.5rem}.styled-input__input--non-area-code{width:8rem}.styled-input__input--dollar-value{padding-left:35px;width:115px;margin-right:0}.styled-input__input--dollar-value:disabled:hover{border-color:#d5d5d5;pointer-events:none}.styled-input__input--xxs{width:5.5rem}.styled-input__input--xs{width:7rem}.styled-input__input--small{width:10rem}.styled-input__input--md{width:17rem}@media (max-width:767px){.styled-input__input--md{max-width:100%}}.styled-input__input--lg{width:20rem}@media (max-width:767px){.styled-input__input--lg{width:100%}}.styled-input__input--xl{width:27rem;max-width:100%}@media (max-width:767px){.styled-input__input--xl{width:100%}}.styled-input__input--full-width{width:100%}.styled-input__input.has-error{border-color:#d0021b}.styled-input__input.is-disabled{color:#9d9d9d;pointer-events:none;opacity:.5}.styled-input__input.is-disabled:hover{border-color:#d5d5d5}.styled-input__dollar{position:absolute;top:56px;left:15px;color:#555}@media (max-width:767px){.styled-input__dollar{top:auto;bottom:10px}}.styled-input__dollar--no-label{top:14px}.styled-input__label{display:block;font-size:1rem;margin-bottom:0;color:#555;padding-bottom:1rem}.t-imb .styled-input__label{color:#222}@media (max-width:767px){.styled-input__label{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}}.styled-input__label--padded{padding-bottom:.5rem}.styled-input__label--no-padding{padding-bottom:0}.styled-input__label--small{font-size:.8rem}.styled-input__label:hover+.styled-input__input:disabled{border-color:#d5d5d5}.styled-input__label:hover+.styled-input__input.is-disabled{border-color:#d5d5d5}.styled-select{display:block}.styled-select--expanding{margin-right:1rem;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.styled-select select::-ms-expand{display:none}@media (max-width:767px){.styled-select{margin-bottom:1rem}}.styled-input__select--xxs{max-width:7rem!important}.styled-input__select--xs{max-width:10rem!important}.styled-input__select--sm{max-width:11rem!important}.styled-input__select--lg{max-width:20rem}.styled-input__select--xl{width:26rem;max-width:100%}.styled-input__select--margin-right{margin-right:1rem}.styled-input__select--date{margin-right:.5rem}.styled-input__input-date{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#555;border:1px solid #d5d5d5;background-color:#fff;font-size:1rem;padding:1rem;height:50px;border-radius:0;background-size:20px;width:20rem;position:relative;background-image:url(/Pos/images/icon-Calendar.png);display:block;background-repeat:no-repeat;background-size:20px;background-position:calc(100% - 20px);margin-right:1rem;cursor:pointer;-webkit-box-shadow:none;box-shadow:none}@media (max-width:767px){.styled-input__input-date{max-width:100%}}.t-imb .styled-input__input-date{border-radius:3px;color:#222;background-image:url(/IMB/images/grey-calendar.png)}.styled-input__input-date--sm{width:15rem}.styled-input__input-date:hover{border-color:#9d9d9d;background-image:url(/Pos/images/calendar-blue.png)}.t-imb .styled-input__input-date:hover{color:#222;border-color:#d5d5d5;background-image:url(/IMB/images/teal-calendar.png)}.styled-input__input-date:focus{background-image:url(/Pos/images/calendar-blue.png)}.t-imb .styled-input__input-date:focus{background-image:url(/IMB/images/teal-calendar.png)}.styled-input__input-date:disabled{border-color:#d5d5d5}.styled-input__input-date:disabled:hover{background-image:url(/Pos/images/icon-Calendar.png);border-color:#d5d5d5;pointer-events:none}.t-imb .styled-input__input-date:disabled:hover{background-image:url(/IMB/images/grey-calendar.png)}.styled-input__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#555;border:1px solid #d5d5d5;background-color:#fff;font-size:1rem;padding:1rem;height:50px;border-radius:0;width:20rem;background-image:url(/Pos/images/icon-ChevronDown.png);background-repeat:no-repeat;background-size:20px;background-position:calc(100% - 20px);padding-right:40px}@media (max-width:767px){.styled-input__select{max-width:100%}}.t-imb .styled-input__select{border-radius:3px;color:#222;border-color:#d5d5d5;padding-top:.4rem;padding-bottom:.4rem;line-height:1.3rem}.styled-input__select:hover{border-color:#9d9d9d}.t-imb .styled-input__select:hover{border-color:#555}.styled-input__select:disabled{border-color:#d5d5d5}.styled-input__select:disabled:hover{border-color:#d5d5d5;pointer-events:none}.styled-input__select--full-width{width:100%}.styled-input__select--xl{width:30rem}@media (max-width:767px){.styled-input__select--xl{width:100%}}.styled-input__textarea{color:#555;padding:1rem;font-size:1rem;max-width:100%}.t-imb .styled-input__textarea{color:#222;border-color:#d5d5d5;border-radius:3px}.t-imb .styled-input__textarea:hover{border-color:#555}.t-imb .styled-input__textarea:focus{border-color:#007f6a;outline:0}.styled-radio{display:inline-block;position:relative;height:50px;min-width:12rem;-webkit-box-sizing:border-box;box-sizing:border-box;margin-right:1rem}@media (max-width:767px){.styled-radio{width:100%;margin-bottom:.5rem}}.styled-radio:last-of-type{margin-right:0}.styled-radio--small{min-width:5rem}@media (max-width:767px){.styled-radio--small{width:auto;margin-bottom:0}}@media (min-width:576px){.styled-radio--sm-not-full-width{max-width:100px}}.styled-radio--reversed{margin-left:1rem;margin-right:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.styled-radio--3-col-large{width:33.33%;height:auto}@media (max-width:767px){.styled-radio--3-col-large{width:100%}}.t-imb .styled-radio--tick+.styled-radio--tick .styled-radio__label{border:0}.t-imb .styled-radio--tick+.styled-radio--tick .styled-radio__label:hover{border:0}.t-imb .styled-radio--tick:last-of-type{margin-bottom:1rem}.styled-radio--tick{display:block;min-width:unset;width:100%}.styled-radio--tick .styled-radio__label{position:relative;padding:0;width:100%;background-color:transparent;cursor:pointer;border:0;text-align:left}.t-imb .styled-radio--tick .styled-radio__label{border:0;background-color:transparent}.t-imb .styled-radio--tick .styled-radio__radio:checked:hover+.styled-radio__label{background-color:transparent}.styled-radio--tick .styled-radio__label:hover{border:0;border-color:#fff}.t-imb .styled-radio--tick .styled-radio__label:hover{border:0;color:#fff;background-color:transparent}.t-imb .styled-radio--tick .styled-radio__label:hover::before{border-color:#007f6a}.styled-radio--tick .styled-radio__label:before{position:absolute;height:1.5em;width:1.5em;border-radius:999px;border:1px solid #1b75bc;content:'';left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.t-imb .styled-radio--tick .styled-radio__label:before{border:1px solid #d5d5d5;border-radius:50%;left:.5rem;background-color:#fff;-webkit-transition:border-color .2s linear;transition:border-color .2s linear}.styled-radio--tick .styled-radio__radio:checked+.styled-radio__label{background-color:#fff;color:#000}.t-imb .styled-radio--tick .styled-radio__radio:checked+.styled-radio__label{background-color:transparent;color:#222}.styled-radio--tick .styled-radio__radio:checked+.styled-radio__label:before{background-color:#1b75bc}.t-imb .styled-radio--tick .styled-radio__radio:checked+.styled-radio__label:before{background-color:#fff;border-color:#007f6a}.styled-radio--tick .styled-radio__radio:checked+.styled-radio__label:hover{background-color:#fff}.styled-radio--tick .styled-radio__radio:checked+.styled-radio__label:after{position:absolute;content:'';display:block;width:8px;height:13px;border:solid #fff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg) translate(0,-11px);transform:rotate(45deg) translate(0,-11px);top:50%;left:0}.t-imb .styled-radio--tick .styled-radio__radio:checked+.styled-radio__label:after{border-color:#007f6a;left:.5rem}.styled-radio--tick .styled-radio__radio+.styled-radio__label{background-color:#fff;color:#555}.t-imb .styled-radio--tick .styled-radio__radio+.styled-radio__label{background-color:transparent;color:#222}.styled-radio--tick .styled-radio__radio:hover+.styled-radio__label{border:0;color:#555}.t-imb .styled-radio--tick .styled-radio__radio:hover+.styled-radio__label{color:#007f6a;background-color:transparent;border:0}.styled-radio--tick .styled-radio__radio+.styled-radio__label{text-align:left;padding-left:2rem}.t-imb .styled-radio--tick .styled-radio__radio+.styled-radio__label{padding-left:3rem}.styled-radio--tick .styled-radio__label.is-disabled{border-color:#fff;outline:0}.styled-radio--tick .styled-radio__radio:disabled+.styled-radio__label{border-color:#fff;outline:0}.styled-radio__radio:hover+.styled-radio__label{border:1px solid #1b75bc}.t-imb .styled-radio__radio:hover+.styled-radio__label{border:1px solid #006c5a;background-color:#006c5a}.styled-radio__radio:checked+.styled-radio__label{background-color:#1b75bc;color:#fff}.t-imb .styled-radio__radio:checked+.styled-radio__label{background-color:#007f6a;color:#fff;border-color:#007f6a}.styled-radio__radio:checked:hover+.styled-radio__label{background-color:#125487}.t-imb .styled-radio__radio:checked:hover+.styled-radio__label{background-color:#006c5a}.styled-radio__radio:disabled+.styled-radio__label:hover{pointer-events:none}.styled-radio__radio:disabled+.styled-radio__label{border-color:#e2e2e2;background-color:#fff;color:#e2e2e2}.styled-radio__radio:disabled:checked+.styled-radio__label{background-color:#1b75bc;border-color:#1b75bc;color:#fff}.t-imb .styled-radio__radio:disabled:checked+.styled-radio__label{border-color:#006c5a;background-color:#006c5a}.styled-radio__radio+.styled-radio__label{padding:.75rem 1rem;background-color:#fff;text-align:center;color:#1b75bc;min-width:100%;border-radius:3px}.styled-radio__radio+.styled-radio__label--tighter{padding:.5rem 1rem}.t-imb .styled-radio__radio+.styled-radio__label{color:#222}.styled-radio__label{display:block;border:1px solid #1b75bc;-webkit-transition:background-color ease-in-out .2s;transition:background-color ease-in-out .2s}.t-imb .styled-radio__label{border:1px solid #d5d5d5;background-color:#f2f2f2}.styled-radio__label--large{width:24rem}.styled-radio__label--3-col-large{height:100%;text-align:left!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.styled-radio__label:hover{background-color:#1b75bc;color:#fff;cursor:pointer}.t-imb .styled-radio__label:hover{background-color:#007f6a;color:#fff}.styled-radio__label.is-disabled{outline:1px solid #f2f2f2;background-color:#f2f2f2;opacity:.5;pointer-events:none}.styled-radio__label__middle-text{text-align:center}.styled-radio__label__sub-text{display:block;font-size:.75rem;padding-top:.25rem}.styled-checkbox{display:block;position:relative;height:50px;min-width:11rem;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:1rem}.styled-checkbox--full-width{width:100%}@media (max-width:767px){.styled-checkbox{height:auto;margin-bottom:.5rem}}.styled-checkbox--grow{margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex}.styled-checkbox--grow .styled-checkbox__label{height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.styled-checkbox--auto-height{height:100%}.styled-checkbox:last-of-type{margin-bottom:0}.styled-checkbox__checkbox:hover+.styled-checkbox__label{border:1px solid #d5d5d5}.styled-checkbox__checkbox:checked+.styled-checkbox__label{background-color:#1b75bc;color:#fff}.t-imb .styled-checkbox__checkbox:checked+.styled-checkbox__label{background-color:#007f6a}.styled-checkbox__checkbox:checked+.styled-checkbox__label:hover{background-color:#125487}.t-imb .styled-checkbox__checkbox:checked+.styled-checkbox__label:hover{background-color:#006c5a}.styled-checkbox__checkbox:disabled+.styled-checkbox__label:hover{background-color:#f2f2f2;pointer-events:none}.styled-checkbox__checkbox:checked+.styled-checkbox__label::after{position:absolute;width:2px;height:2px;top:50%;left:1rem;-webkit-transform:translateX(50%) translateY(-50%) rotate(45deg);transform:translateX(50%) translateY(-50%) rotate(45deg);content:'';display:inline-block;vertical-align:middle;background-color:#1b75bc;-webkit-box-shadow:2px 0 0 #1b75bc,4px 0 0 #1b75bc,4px -2px 0 #1b75bc,4px -4px 0 #1b75bc,4px -6px 0 #1b75bc,4px -8px 0 #1b75bc,4px -10px 0 #1b75bc;box-shadow:2px 0 0 #1b75bc,4px 0 0 #1b75bc,4px -2px 0 #1b75bc,4px -4px 0 #1b75bc,4px -6px 0 #1b75bc,4px -8px 0 #1b75bc,4px -10px 0 #1b75bc}.t-imb .styled-checkbox__checkbox:checked+.styled-checkbox__label::after{left:17px;background-color:#007f6a;-webkit-box-shadow:2px 0 0 #007f6a,4px 0 0 #007f6a,4px -2px 0 #007f6a,4px -4px 0 #007f6a,4px -6px 0 #007f6a,4px -8px 0 #007f6a,4px -10px 0 #007f6a;box-shadow:2px 0 0 #007f6a,4px 0 0 #007f6a,4px -2px 0 #007f6a,4px -4px 0 #007f6a,4px -6px 0 #007f6a,4px -8px 0 #007f6a,4px -10px 0 #007f6a}.styled-checkbox__checkbox+.styled-checkbox__label{padding:.75rem 1rem .75rem 3rem;background-color:#f2f6f8;text-align:left;color:#555;position:relative}.styled-checkbox__checkbox+.styled-checkbox__label:hover{background-color:#e1ebef}.styled-checkbox__checkbox+.styled-checkbox__label::before{position:absolute;top:50%;left:.75rem;-webkit-transform:translateY(-50%);transform:translateY(-50%);content:'';margin-right:10px;display:inline-block;vertical-align:middle;width:1.5rem;height:1.5rem;background-color:#fff;border:1px solid #d5d5d5;outline:0}.styled-checkbox__label{display:block;border:1px solid #d5d5d5;position:relative;-webkit-transition:background-color ease-in-out .2s;transition:background-color ease-in-out .2s}.t-imb .styled-checkbox__label{border-radius:3px;background-color:#f2f2f2;border-color:#d5d5d5;color:#222}.styled-checkbox__label:hover{background-color:#d5d5d5;cursor:pointer}.t-imb .styled-checkbox__label:hover{background-color:#006c5a;color:#fff}.styled-checkbox__label.is-disabled{outline:1px solid #f2f2f2;background-color:#f2f2f2;opacity:.5;pointer-events:none}.button{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;font-size:1rem;display:inline-block;color:#fff;border:1px solid #1b75bc;border-radius:3px;text-decoration:none;min-width:10rem;background-color:#1b75bc;padding:15px 55px 15px 25px}.t-imb .button{background-color:#007f6a;border-color:#007f6a;background-image:url(/IMB/images/lime-arrow.png);background-position:calc(100% - 20px);background-size:20px;background-repeat:no-repeat;-webkit-transition:background-position .1s ease-out,background-color ease-in-out .2s,color ease-in-out .2s;transition:background-position .1s ease-out,background-color ease-in-out .2s,color ease-in-out .2s}.t-imb .button:after,.t-imb .button:before{display:none}.button:before{position:absolute;height:1px;top:48%;width:17px;border-top:solid 2px #f1ba46;right:28px;-webkit-transition:all .1s ease-out;transition:all .1s ease-out;content:''}.button:after{position:absolute;content:'';height:8px;top:calc(50% - 4px);width:8px;border:2px solid #febd36;border-bottom:none;border-left:none;right:28px;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:right .1s ease-out;transition:right .1s ease-out}.t-imb .button:after{top:calc(50% - 5px)}.button:hover{background-color:#125487;border-color:#125487;cursor:pointer}.t-imb .button:hover{background-color:#006c5a;border-color:#006c5a;background-position:calc(100% - 10px)}.button:hover:before{right:20px}.button:hover:after{right:20px}.button.is-disabled{background-color:#9d9d9d;border-color:#9d9d9d;pointer-events:none}.button.is-disabled:before{border-color:#fff}.button.is-disabled:after{border-color:#fff}.button--secondary{background-color:#fff;color:#1b75bc}.t-imb .button--secondary{background-color:#fff;color:#007f6a}.button--secondary:before{border-color:#1b75bc}.t-imb .button--secondary:before{border-color:#007f6a}.button--secondary:after{border-color:#1b75bc}.t-imb .button--secondary:after{border-color:#007f6a}.button--secondary:hover{background-color:#1b75bc;color:#fff}.t-imb .button--secondary:hover{background-color:#f2f8f7}.button--secondary.is-disabled{background-color:#fff;pointer-events:none;color:#9d9d9d}.button--secondary.is-disabled:after,.button--secondary.is-disabled:before{border-color:#9d9d9d;pointer-events:none}.button--save{background-color:#f1ba46;color:#000;border-color:#f1ba46}.button--save:hover{background-color:#d8a73e;border-color:#d8a73e}.button--save:after,.button--save:before{border-color:#000}.button--save.is-disabled{background-color:#9d9d9d;border-color:#9d9d9d;color:#fff}.button--no-arrow{padding:15px 25px}.button--no-arrow:after,.button--no-arrow:before{content:none}.button--no-icon{padding:15px 25px}.button--no-icon::before{display:none}.button--no-icon::after{display:none}.t-imb .button--no-icon{background-image:none}.button--full-width{width:100%}.input-button{position:relative;max-width:10rem}.input-button--lg{max-width:13rem}.input-button--no-max-width{max-width:none}.input-button .button{width:100%}.input-button .button:after,.input-button .button:before{content:none}.input-button .button{background-color:#1b75bc;background-image:url(/Pos/images/yellow-arrow.png);background-repeat:no-repeat;background-size:20px;background-position:calc(100% - 20px);-webkit-transition:background-position .1s ease-out,background-color ease-in-out .2s,color ease-in-out .2s;transition:background-position .1s ease-out,background-color ease-in-out .2s,color ease-in-out .2s}.t-imb .input-button .button{background-color:#007f6a;border-color:#007f6a;color:#fff;background-image:url(/IMB/images/lime-arrow.png)}.input-button .button:hover{background-color:#125487;border-color:#125487;background-position:calc(100% - 10px)}.t-imb .input-button .button:hover{background-color:#006c5a;border-color:#006c5a}.input-button .button--secondary{background-color:#fff;border-color:#1b75bc;color:#1b75bc;background-image:url(/Pos/images/blue-arrow.png)}.t-imb .input-button .button--secondary{background-color:#fff;border-color:#007f6a;color:#007f6a;background-image:url(/IMB/images/teal-arrow.png)}.input-button .button--secondary:hover{background-color:#1b75bc;color:#fff;border-color:#1b75bc;background-image:url(/Pos/images/white-arrow.png)}.t-imb .input-button .button--secondary:hover{background-color:#f2f8f7;border-color:#007f6a;color:#007f6a;background-image:url(/IMB/images/teal-arrow.png)}.input-button .button--secondary.button--no-arrow:hover{background-image:none}.input-button .button--save{background-color:#f1ba46;border-color:#f1ba46;background-image:url(/Pos/images/black-arrow.png)}.input-button .button--save:hover{background-color:#d8a73e;border-color:#d8a73e}.input-button .button.is-disabled{background-color:#9d9d9d}.input-button .button--secondary.is-disabled{background-image:url(/Pos/images/grey-arrow.png);background-color:#9d9d9d;border-color:#9d9d9d;color:#fff}.input-button .button--save.is-disabled{background-color:#9d9d9d;border-color:#9d9d9d;background-image:url(/Pos/images/white-arrow.png)}.input-button .button--no-arrow{background-image:none;padding:15px 25px;text-align:center}.t-imb .input-button .button--no-arrow{background-image:none}.input-button--right{margin-left:auto}.input-button .button:disabled:hover{border-color:#9d9d9d;pointer-events:none;color:#fff;background-color:#9d9d9d;background-image:url(/Pos/images/white-arrow.png)}.input-button .button--secondary:disabled:hover{border-color:#9d9d9d;pointer-events:none;color:#9d9d9d;background-color:#fff;background-image:url(/Pos/images/grey-arrow.png)}.input-button--link .button{-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:underline!important;background-image:none;text-align:center;background-color:transparent;color:#1b75bc;border:0;padding:1rem}.t-imb .input-button--link .button{background-color:transparent;color:#007f6a;background-image:none}.input-button--link .button:hover{color:#125487;background-color:transparent;text-decoration:none;cursor:pointer}.t-imb .input-button--link .button:hover{background-color:transparent;color:#006c5a}.input-button--link a{text-decoration:underline}.input-button--link a:hover{cursor:pointer;text-decoration:none}.input-button--purchase{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;max-width:none;width:100%}@media (max-width:575px){.input-button--purchase{-ms-flex-wrap:wrap;flex-wrap:wrap}}.input-button--purchase .button:last-child{margin-left:auto}@media (max-width:575px){.input-button--purchase .button:last-child{margin-left:0}}.input-button--purchase .button:not(:last-child){margin-right:1rem}@media (max-width:575px){.input-button--purchase .button:not(:last-child){margin-bottom:.5rem}}.input-button--purchase .button{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-item-align:start;align-self:flex-start}.input-button--purchase a{text-transform:capitalize}.input-button--purchase a.button--flex-lg{-ms-flex-preferred-size:13rem;flex-basis:13rem}.input-button--purchase a.button--flex-xl{-ms-flex-preferred-size:15rem;flex-basis:15rem;max-width:15rem}@media (max-width:575px){.input-button--purchase a#cancel{top:0;left:0}.input-button--purchase a.button:last-of-type{margin-left:auto}}@media (max-width:399px){.input-button--purchase a.button:last-of-type{margin-left:0}}.input-button--interim{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;max-width:none;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media (max-width:575px){.input-button--interim{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.input-button--interim .button{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;text-transform:capitalize;-ms-flex-item-align:start;align-self:flex-start}.input-button--interim a.button--flex-lg{-ms-flex-preferred-size:13rem;flex-basis:13rem}.input-button--interim a.button--flex-xl{-ms-flex-preferred-size:15rem;flex-basis:15rem;max-width:15rem}.input-button--interim .button+.button{margin-left:1rem}@media (max-width:575px){.input-button--interim .button:last-child{margin-left:0}}.input-button--interim .button:not(:last-child){margin-right:1rem}@media (max-width:575px){.input-button--interim .button:not(:last-child){margin-bottom:.5rem}}a.button{color:#fff}a.button.button--secondary{color:#1b75bc}.t-imb a.button.button--secondary{color:#007f6a}a.button.button--secondary:hover{color:#fff}.t-imb a.button.button--secondary:hover{color:#007f6a;background-color:#f2f8f7}a.button.button--save{color:#f1ba46}.progress{display:block;margin-bottom:1rem;width:100%}.progress--2steps{max-width:750px}.progress--4steps{max-width:900px}@media (max-width:575px){.progress--4steps .progress__order-list{padding-left:2.5rem;padding-right:0}}.progress--6steps{max-width:900px}@media (max-width:575px){.progress--6steps .progress__order-list{padding-left:2.5rem;padding-right:0}}@media (max-width:575px){.progress--6steps .progress__order-list__step--prev .progress__order-list__step__text{display:none}}@media (max-width:575px){.progress--6steps .progress__order-list__step--next .progress__order-list__step__text{display:none}}@media (max-width:575px){.progress--extend-width .progress__order-list__step--current .progress__order-list__step__text{min-width:100px}}.progress__order-list{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;height:4.5em;padding:0 3rem;overflow:hidden;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:575px){.progress__order-list{padding-left:2.5rem;padding-right:0}}.progress__order-list__step{vertical-align:middle;background:0 0;border:none;font-size:.75rem;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:justify;align-content:space-between;-ms-flex-item-align:center;align-self:center;height:100%;width:100%;color:#555}.progress__order-list__step:last-child:after{content:none}.progress__order-list__step:before{content:"";width:18px;height:18px;position:absolute;top:50%;left:0;z-index:2;border-radius:50%;background-color:#1b75bc;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.t-imb .progress__order-list__step:before{background-color:#007f6a}.progress__order-list__step--next:before{background-color:#f2f2f2}.t-imb .progress__order-list__step--next:before{background-color:#f2f2f2}.progress__order-list__step--current:after,.progress__order-list__step--next:after{content:"";height:5px;position:absolute;top:42px;left:0;z-index:1;width:100%;background-color:#f2f2f2}.t-imb .progress__order-list__step--current:after,.t-imb .progress__order-list__step--next:after{background-color:#f2f2f2}.progress__order-list__step--prev:after{background-color:#1b75bc;content:"";height:5px;position:absolute;top:42px;left:0;z-index:1;width:100%}.t-imb .progress__order-list__step--prev:after{background-color:#007f6a}.progress__order-list__step--current .progress__order-list__step__text{font-weight:700}.t-imb .progress__order-list__step--current .progress__order-list__step__text{color:#007f6a}.progress__order-list__node{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;height:100%;position:relative}.progress__order-list__node__line{position:absolute;top:42px;background-color:#f2f2f2;width:100%;height:5px}.t-imb .progress__order-list__node__line{background-color:#f2f2f2}.progress__order-list__step__text{position:absolute;left:0;top:0;display:block;padding:0;vertical-align:middle;text-align:center;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.accordion__head{display:block;padding:.8em 2.5em .8em 1rem;width:100%;text-align:left;margin-top:.5714rem;position:relative;border-radius:10px;margin-bottom:0;font-size:1.143rem;font-weight:500}@media (min-width:992px){.accordion__head{margin-top:.65rem}}.accordion__head.is-open .accordion__head__plus{-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg);opacity:1}.t-imb .accordion__head.is-open .accordion__head__plus{opacity:0;-webkit-transform:translateY(-50%) rotateZ(0);transform:translateY(-50%) rotateZ(0)}.accordion__head.is-open .accordion__head__minus{-webkit-transform:rotateZ(90deg);transform:rotateZ(90deg);opacity:0}.t-imb .accordion__head.is-open .accordion__head__minus{-webkit-transform:translateY(-50%) rotateZ(0);transform:translateY(-50%) rotateZ(0);opacity:1}.accordion__head.is-open:focus{outline:0}.accordion__head__minus{content:"";width:20px;height:2px;background-color:#1b75bc;position:absolute;right:1rem;top:50%;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transition:background-color 150ms,opacity .2s,-webkit-transform .4s;transition:background-color 150ms,opacity .2s,-webkit-transform .4s;transition:background-color 150ms,transform .4s,opacity .2s;transition:background-color 150ms,transform .4s,opacity .2s,-webkit-transform .4s}.t-imb .accordion__head__minus{background-color:transparent;width:auto;height:auto;-webkit-transform:translateY(-50%) rotateZ(90deg);transform:translateY(-50%) rotateZ(90deg);opacity:0}.accordion__head__plus{content:"";width:20px;height:2px;background-color:#1b75bc;position:absolute;right:1rem;top:50%;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:rotateZ(90deg);transform:rotateZ(90deg);-webkit-transition:background-color 150ms,opacity .2s,-webkit-transform .4s;transition:background-color 150ms,opacity .2s,-webkit-transform .4s;transition:background-color 150ms,transform .4s,opacity .2s;transition:background-color 150ms,transform .4s,opacity .2s,-webkit-transform .4s}.t-imb .accordion__head__plus{background-color:transparent;width:auto;height:auto;-webkit-transform:translateY(-50%) rotateZ(90deg);transform:translateY(-50%) rotateZ(90deg)}.accordion__content{-webkit-transition:min-height .5s;transition:min-height .5s;height:0;overflow:hidden}.accordion__content.is-open,.no-js .accordion__content{margin-bottom:.5rem;height:auto;padding-bottom:1rem}.accordion__content.is-closed{display:none}.accordion__content__inner{padding:0 1rem}.textarea{background-color:#fff;border:1px solid #d5d5d5;font-size:1rem}.t-imb .textarea{border-color:#d5d5d5;border-radius:3px}.list{list-style-type:disc;display:block}.list--black .list__item:before{background-color:#000}.list--no-margin .list__item+.list__item{margin-top:0}.list__item{position:relative;padding-left:2rem;font-size:1rem}.list__item:before{position:absolute;content:'';border-radius:999px;background-color:#77c5d5;width:6px;height:6px;top:0;left:0;-webkit-transform:translate(50%,150%);transform:translate(50%,150%)}.t-imb .list__item:before{background-color:#007f6a;border-color:#007f6a!important}.list__item+.list__item{margin-top:1rem}.list--regular-text li{color:#555;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif;line-height:1.625}.t-imb .list--regular-text li{font-family:Arial,Helvetica,sans-serif}.list--tick .list__item:before{position:absolute;content:'';display:block;width:10px;height:19px;border:solid #77c5d5;background-color:#fff;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg) translate(0,-11px);transform:rotate(45deg) translate(0,-11px);top:8px;left:0;border-radius:0}.form__heading{font-weight:400;font-size:2rem;margin-bottom:70px;position:relative}.form__heading span{position:relative}@media (max-width:767px){.form__heading{margin-bottom:45px}}.t-imb .form__heading{font-weight:700}.form__heading::before{position:absolute;content:'';width:34px;height:3px;bottom:-25px;left:0;background-color:#f1ba46}@media (max-width:767px){.form__heading::before{bottom:-20px}}.t-imb .form__heading::before{background-color:#cedb2d;display:none}.form__heading--no-border:before{content:none}.form__heading--no-colour .icon{color:inherit}.form__heading--no-margin{margin-bottom:0}.form__heading__title-img{width:3rem}.t-imb .form__heading__title-img{margin-right:1rem}.form__heading__title-img--travel{width:2rem}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.input-button .button:hover{-webkit-transition:background-position 0s;transition:background-position 0s}}.t-imb{text-align:initial}.t-imb .confirmation-policy-table{font-family:Arial,Helvetica,sans-serif}.t-imb .getNewPolicy-receipt-number .bodytext4{color:#555}.t-imb .form__section__heading{font-family:Arial,Helvetica,sans-serif}.styled-list{margin-left:1.2rem}.styled-list__item{display:list-item}.icon,[class*=" imb-icon-"],[class^=imb-icon-]{fill:currentColor;width:1em;height:1em;display:inline;vertical-align:middle;font-size:1rem}.icon.is-hidden,.is-hidden[class*=" imb-icon-"],.is-hidden[class^=imb-icon-]{display:none}.icon--cyan{color:#77c5d5!important}.t-imb .icon--cyan{color:#007f6a!important}.icon--small{font-size:1rem}.icon--smaller{font-size:.8rem}.icon--xs{font-size:.65rem}.icon--large{font-size:1.4rem}.icon--space-right{margin-right:.4em}.icon--space-left{margin-left:.4em}.icon--heading{color:#1b75bc;margin-bottom:.5rem;font-size:2.3rem;margin-right:.1em}.icon--qte-search{color:#1b75bc;margin-bottom:.5rem;font-size:1.5rem;margin-right:.1em}[class*=" imb-icon-"],[class^=imb-icon-]{font-family:icomoon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.imb-icon--search::before{content:'\e90e'}.imb-icon--person::before{content:'\e931'}.imb-icon--motor::before{content:'\e95a'}.imb-icon--home::before{content:'\e917'}.imb-icon--travel::before{content:'\e93f'}.imb-icon--minus::before{content:'\e907'}.imb-icon--plus::before{content:'\e908'}.imb-icon--phone::before{content:'\e91f'}.imb-icon--document::before{content:'\e933'}.imb-icon--phone{font-size:1.3rem;height:auto;margin-right:.4rem}.imb-icon--document{font-size:1.15rem;height:auto;margin-right:.4rem}.imb-icon--heading{font-size:3.2rem;margin-right:1rem}@media (max-width:767px){.imb-icon--heading{position:static!important;margin-bottom:2.2rem}}.imb-icon--heading::after{content:'';position:absolute;width:34px;height:3px;bottom:-25px;right:50%;background-color:#cedb2d;-webkit-transform:translateX(50%);transform:translateX(50%);display:block}@media (max-width:767px){.imb-icon--heading::after{bottom:-20px;left:0;-webkit-transform:translateX(0);transform:translateX(0)}}.imb-icon--m{font-size:2rem!important}.imb-icon--mid{font-size:2.2rem;margin-right:1rem;color:#004035}.pos-home-error{max-width:1200px;margin-left:auto!important;margin-right:auto!important}.pos-home-error .highlight0{padding:1rem 2rem;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif}.quote-entry-number-error{max-width:1200px;margin-left:auto!important;margin-right:auto!important}.quote-entry-number-error .highlight0{padding:1rem 2rem;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif}.footer{min-height:6em;border-top:5px solid #f1ba46;background-color:#19252e;height:auto;margin-top:auto}.t-imb .footer{border-top-color:#cedb2d;background-color:#222}.footer__inner{padding-top:2rem;padding-bottom:2rem;margin-left:auto;margin-right:auto;max-width:1200px!important;padding-left:1rem;padding-right:1rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width:1110px){.footer__inner{display:-webkit-box;display:-ms-flexbox;display:flex}}.footer__text{color:#a5acb4;font-size:.85em}.t-imb .footer__text{color:#d5d5d5}.footer-info{background-color:#f2f2f2;padding-top:.85rem;padding-bottom:1.75rem}.footer-info__container{max-width:1200px;margin:auto}.footer-info__container .accordion__head{font-weight:700;font-size:1.2rem}.footer-info__container .accordion__content.is-open{margin-bottom:0}.footer-info__container .accordion__content{font-size:.8rem}.header__inner,.nav__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:1200px;margin:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:1rem;padding-right:1rem}.header__inner{padding-top:.5rem;padding-bottom:.5rem;border-bottom:2px solid #f2f2f2}@media (min-width:992px){.header__inner{border-bottom:0;padding-bottom:1rem;padding-top:1rem}.t-imb .header__inner{padding-bottom:.7rem;padding-top:.7rem}}@media (max-width:767px){.header__inner--cpDirect{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media (max-width:767px){.header__inner--cpDirect .header__nav{margin-left:auto}}@media (max-width:767px){.header__inner--cpDirect .header__menu{margin-right:1.35rem}}.header__inner--markup{padding-right:1rem;padding-left:1rem}@media (min-width:992px){.header__inner--markup{padding-right:0;padding-left:0}}.header--full-width{border-bottom:1px solid #f2f2f2}.nav__inner{padding:0}@media (min-width:992px){.nav__inner{padding:0}}.header__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__nav a{font-size:.9rem}.header__logo{display:-webkit-box;display:-ms-flexbox;display:flex}.nav{background-color:#1b75bc}.t-imb .nav{background-color:#007f6a}.nav__inner{font-size:1rem}.nav__inner__left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nav__inner__left a{text-decoration:none;color:#fff;padding:1rem 0}.nav__inner__left .nav__item{padding:0 .7rem}.nav__inner__left .nav__item:hover{background-color:#125487}.t-imb .nav__inner__left .nav__item:hover{background-color:#006c5a}.nav__inner__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nav__inner__right a{text-decoration:none;color:#fff}.header__logo__inner img{height:30px;padding-top:5px}.header__logo__inner p{color:grey;margin-top:0;margin-bottom:0;font-size:10px}@media (min-width:992px){.header__logo__inner p{font-size:10px}}.header__logo__inner+.header__logo__inner{border-left:2px solid #f2f2f2;margin-left:15px;padding-left:15px}@media (min-width:992px){.header__logo__inner+.header__logo__inner{border-left:1px solid #9d9d9d;margin-left:30px;padding-left:30px}}.t-imb .header__logo__inner img{height:35px;padding-top:0;display:block}@media (max-width:767px){.header__logo__inner--brand img{height:26px;padding-top:6px}}.header__logo__inner--cpDirect{padding:3px 0}@media (max-width:767px){.header__logo__inner--cpDirect img{height:18px;padding-top:0}}.header__nav a{text-decoration:none;color:#555}.header__nav .icon{color:#1b75bc}.t-imb .header__nav .icon{color:#007f6a}.nav__item{position:relative;border-left:2px solid rgba(27,117,188,.5);border-right:2px solid rgba(27,117,188,.5);-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.t-imb .nav__item{border-left:2px solid rgba(0,127,106,.5);border-right:2px solid rgba(0,127,106,.5)}.nav__item .icon{color:#fff}.nav__item .dropdown-list.is-active .dropdown-list__title__link .icon{color:#1b75bc}.nav__item--search{padding:1rem;border-left:2px solid #3684c0;border-right:2px solid #3684c0}.t-imb .nav__item--search{border-left:2px solid rgba(0,127,106,.5);border-right:2px solid rgba(0,127,106,.5)}.nav__item--search:hover{background-color:#125487}.t-imb .nav__item--search:hover{background-color:#006c5a}.nav__item--phone{padding:1rem;border:0;color:#fff;-ms-flex-item-align:auto;align-self:auto}.nav__item--phone:hover{background-color:#1b75bc}.t-imb .nav__item--phone:hover{background-color:#007f6a}.dropdown-list{position:relative;padding-left:1rem;color:#fff;padding-right:1rem}.dropdown-list.is-active{border-left:2px solid #3684c0;background-color:#fff;color:#1b75bc}.t-imb .dropdown-list.is-active{color:#007f6a;border-color:#007f6a}.dropdown-list.is-active .dropdown-list__title__link:before{border-color:#1b75bc;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.t-imb .dropdown-list.is-active .dropdown-list__title__link:before{border-color:#007f6a}.dropdown-list:hover{background-color:#125487}.t-imb .dropdown-list:hover{background-color:#006c5a}.dropdown-list:hover.is-active{background-color:#fff}.dropdown-list__title{padding-top:1rem;padding-bottom:1rem}.dropdown-list__item{position:absolute;opacity:0;visibility:hidden;top:3.1rem;left:-2px;width:100%;-webkit-transform:translateY(-1.5em);transform:translateY(-1.5em);z-index:0;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;width:calc(100% + 4px);padding-left:1.5rem;padding-right:1.5rem;z-index:1}.dropdown-list__item.is-active{display:block;visibility:visible;opacity:1;-webkit-transform:translateY(0);transform:translateY(0);border-left:2px solid rgba(27,117,188,.5);border-right:2px solid rgba(27,117,188,.5);border-bottom:2px solid rgba(27,117,188,.5);background-color:#fff}.t-imb .dropdown-list__item.is-active{top:100%;border-left:2px solid rgba(0,127,106,.5);border-right:2px solid rgba(0,127,106,.5);border-bottom:2px solid rgba(0,127,106,.5)}.dropdown-list__item a{color:#1b75bc;display:block;padding-bottom:1.25rem}.t-imb .dropdown-list__item a{color:#007f6a}.dropdown-list__item a:first-child{padding-top:1.25rem}.dropdown-list__title__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding-right:1rem}.dropdown-list__title__link:before{position:absolute;content:'';height:8px;top:calc(50% - 5px);width:8px;border:2px solid #fff;border-bottom:none;border-left:none;right:0;-webkit-transform:rotate(135deg);transform:rotate(135deg);-webkit-transition:-webkit-transform .2s ease-out;transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out}.dropdown-list__title__link.is-active:before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.header__menu__button{width:24px;height:27px}.header__menu__button .lines{display:inline-block;height:3px;background:#1b75bc;position:relative;width:16px;top:-3px;-webkit-transition:width 250ms ease-in-out;transition:width 250ms ease-in-out}.t-imb .header__menu__button .lines{background:#007f6a}.header__menu__button .lines:after,.header__menu__button .lines:before{display:inline-block;height:3px;background:#1b75bc;position:absolute;left:0;content:"";-webkit-transform-origin:center center;transform-origin:center center}.t-imb .header__menu__button .lines:after,.t-imb .header__menu__button .lines:before{background:#007f6a}.header__menu__button .lines:before{top:7px;width:10px;-webkit-transition:width 250ms ease-in-out;transition:width 250ms ease-in-out}.header__menu__button .lines:after{top:-7px;width:24px;-webkit-transition:width 250ms ease-in-out;transition:width 250ms ease-in-out}.header__menu__mob-nav__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1.3rem 1rem;z-index:2;background-color:#fff}.header__menu__mob-nav__head img{height:25px}.header__menu__mob-nav__head .icon{-webkit-transform:rotate(45deg);transform:rotate(45deg);font-size:1.5rem;color:#9d9d9d}.header__menu__mob-nav{position:absolute;left:0;top:0;width:16rem;opacity:0;visibility:hidden;z-index:100;-webkit-transform:translateX(-1em);transform:translateX(-1em);-webkit-transition:-webkit-transform .2s ease-out;transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out}.header__menu__mob-nav.is-active{opacity:1;visibility:visible;-webkit-transform:translateX(0);transform:translateX(0);overflow:hidden}.header__menu__mob-nav .nav__item{border:0;background-color:#1b75bc;padding:.95rem .75rem .95rem 1rem;font-size:.9rem}.t-imb .header__menu__mob-nav .nav__item{background-color:#007f6a}.header__menu__mob-nav .nav__item:last-child{padding-left:0;padding-right:0;padding-bottom:0}.header__menu__mob-nav .nav__item+.nav__item{border-top:2px solid #125487}.t-imb .header__menu__mob-nav .nav__item+.nav__item{border-color:#006c5a}.header__menu__mob-nav .nav__item--black+.nav__item--black{border-top:2px solid #555}.t-imb .header__menu__mob-nav .nav__item--black+.nav__item--black{border-color:#555}.header__menu__mob-nav .nav__item a{color:#fff;text-decoration:none}.header__menu__mob-nav .dropdown-list{padding-right:0;padding-left:0;width:100%}.header__menu__mob-nav .dropdown-list.is-active{overflow:hidden;width:100%}.header__menu__mob-nav .dropdown-list.is-active .dropdown-list__title__link{margin-bottom:1rem}.header__menu__mob-nav .dropdown-list__title__link{background-color:#1b75bc;color:#fff;width:100%}.t-imb .header__menu__mob-nav .dropdown-list__title__link{background-color:#007f6a}.header__menu__mob-nav .dropdown-list__item-mob{background-color:#fff;position:relative;top:auto;left:auto;height:0;padding-left:0;padding-right:0;opacity:1;-webkit-transition:min-height .5s;transition:min-height .5s}.header__menu__mob-nav .dropdown-list__item-mob.is-active{background-color:#fff;border:0;padding-bottom:0;display:block;height:auto}.header__menu__mob-nav .dropdown-list.is-active{border:0;background-color:#1b75bc}.header__menu__mob-nav .dropdown-list.is-active .dropdown-list__title__link:before{border-color:#fff}.header__menu__mob-nav .nav__item .dropdown-list.is-active .dropdown-list__title__link .icon{color:#fff}.header__menu__mob-nav .dropdown-list__item-mob a{color:#000;padding-left:1.5rem;padding-right:1rem;padding-top:1.25rem;opacity:0;-webkit-transition:opacity .2s .3s linear;transition:opacity .2s .3s linear;text-decoration:none}.header__menu__mob-nav .dropdown-list__item-mob.is-active a{opacity:1}.header__menu__mob-nav .dropdown-list__item-mob a+a{border-top:2px #f2f2f2 solid}.t-imb .header__menu__mob-nav .dropdown-list__item-mob a+a{border-color:#d5d5d5}.header__menu__mob-nav .dropdown-list__item-mob a{color:#000;display:block;padding-bottom:1.25rem}.header__menu__mob-nav .dropdown-list__item-mob a:first-child{padding-top:1.25rem}.header__menu__mob-nav .dropdown-list__title{padding-top:0;padding-bottom:0}.header__menu__mob-nav .dropdown-list__title__link{text-align:left;padding-top:1rem;padding-bottom:1rem;padding-left:1rem;border-right:2px solid #125487}.t-imb .header__menu__mob-nav .dropdown-list__title__link{border-color:#006c5a}.header__menu__mob-nav .dropdown-list__title__link:before{right:20px}.header__menu__mob-nav .dropdown-list__title__link:after{position:absolute;content:'';width:2px;height:100%;background-color:#125487;top:0;right:45px}.t-imb .header__menu__mob-nav .dropdown-list__title__link:after{background-color:#006c5a}.header__menu__mob-nav .nav__item--black{background-color:#000;color:#fff;padding-left:1rem}.t-imb .header__menu__mob-nav .nav__item--black{background-color:#222}.header__menu__mob-nav .nav__item--black:last-child{padding-left:1rem;padding-bottom:1rem}.shade{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;background-color:#000;opacity:0;display:none;-webkit-transition:opacity .1s ease-out;transition:opacity .1s ease-out}.shade.is-active{display:block;opacity:.75}.header__menu__mob-nav .nav__item--no-pad-r{padding:0}#changePassword{margin-right:2rem}.form--full-width{max-width:100%;width:100%!important}.form-container{margin-left:auto;margin-right:auto;max-width:1200px!important;padding-left:1rem;padding-right:1rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:3rem!important}@media (min-width:1110px){.form-container{display:-webkit-box;display:-ms-flexbox;display:flex}}.form-container--small-margin{margin-top:1rem!important}.form-container--no-margin{margin-top:0!important}@media (max-width:767px){.form-container{margin-top:2rem!important}}.form{width:100%;display:inline-block}@media (min-width:1110px){.form{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;width:60%}}.form__section{margin-top:50px}.form__section--no-border.form__section::after{content:none}.form__section--margin-bottom{margin-bottom:80px}@media (max-width:767px){.form__section{margin-top:30px}}.form__section--narrow-top{margin-top:30px}.form__section--warning-top{margin-top:7.5rem}.form__section::after{width:100%;height:1px;background-color:#d5d5d5;content:'';display:block;background-image:-webkit-gradient(linear,left top,right top,color-stop(33%,#fff),color-stop(0,#d5d5d5));background-image:linear-gradient(to right,#fff 33%,#d5d5d5 0);background-position:bottom;background-size:16px 1px;background-repeat:repeat-x;margin-top:30px}@media (max-width:767px){.form__section::after{margin-top:20px}}.form__section:last-of-type::after{display:none}.form__section__heading{font-size:2rem;font-weight:700;display:block;padding-bottom:25px}.form__section__heading--small{font-size:1.25rem}.t-imb .form__section__heading{color:#004035}.form__section__sub-heading{font-size:24px;font-weight:700;display:block;padding-bottom:25px}.form__section__sub-heading--reduced-padding{padding-bottom:15px}.t-imb .form__section__sub-heading{font-family:Arial,Helvetica,sans-serif}.form__section__text{color:#555;max-width:660px;display:block;line-height:1.5em;padding-bottom:1rem}.t-imb .form__section__text{color:#222}.form__section__text--no-padding{padding-bottom:0}.form__section__text--quote{line-height:2em!important}.form__section__text--days{position:absolute;top:56px;left:100px;min-width:50px}.form__section__text--right{-ms-flex-item-align:center;align-self:center;padding-left:1rem}.form__section__text--dark{color:#000}.form__section__text--wider{max-width:740px}.form__section__text--full-width{max-width:none}.form__section__link{color:#1b75bc;cursor:pointer}.t-imb .form__section__link{color:#007f6a}.form__section__link--small{font-size:.8rem}.form__section__link--padding-left{padding-left:.8rem}.form__section__note{color:#555;font-size:13px;padding-bottom:1rem;display:block}.form__section__input{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:2rem}.form__section__input--reduced-margin{margin-bottom:1rem}.form__section__input--full-width-checkbox .styled-checkbox{-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-positive:1;flex-grow:1;height:auto}.form__section__input--full-width-checkbox .styled-checkbox+.styled-checkbox{margin-left:1rem}@media (max-width:767px){.form__section__input--full-width-checkbox .styled-checkbox+.styled-checkbox{margin-left:0;margin-top:1rem}}@media (max-width:767px){.form__section__input{display:block}.form__section__input--narrow-mobile{display:-webkit-box;display:-ms-flexbox;display:flex}}.form__section__warning{background-color:#fffbf2;border:solid 1px #efc46f;color:#555;padding:1rem 1.5rem;font-size:13px;line-height:2rem;margin-bottom:2rem}.form__section__warning--block{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:767px){.form__section__warning--block{display:block}}.t-imb .form__section__warning{border-radius:3px;border-color:#d0021b;background-color:rgba(208,2,27,.05)}.form__section__warning-text{display:block;padding-bottom:1rem}.form__section__warning-text--tighter{line-height:1.6;font-size:.8rem}.form__section__warning-text:last-of-type{padding-bottom:0}.form__section__section{padding-top:2.5rem}.form__section__boxed{border-top:dashed 1px #9d9d9d;border-left:dashed 1px #9d9d9d;border-right:dashed 1px #9d9d9d;padding:1rem 3rem;color:#555;line-height:2em}.t-imb .form__section__boxed{border-top-color:#004035;border-left-color:#004035;border-right-color:#004035;border-top-left-radius:4px;border-top-right-radius:4px}.form__section__list{list-style-type:disc}.form__section__list li{display:list-item}.form__section__padded-list{list-style-type:disc}.form__section__padded-list li{display:list-item;margin-left:1.5rem;padding-left:.5rem}.form__section__padded-list--spaced li{padding-bottom:.5rem}.form__section__information-box{padding:2rem 2rem 1rem;border:solid 1px #d5d5d5;border-top:solid 4px #f1ba46}.t-imb .form__section__information-box{border-top-color:#cedb2d}.form__section__steps{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:767px){.form__section__steps{display:block;max-width:350px;margin-left:auto;margin-right:auto}}.form__section__tnc{height:22rem;width:100%;overflow-y:scroll;border:1px solid #d5d5d5;padding:1.5rem}.steps__step{padding-left:2rem;padding-right:2rem}@media (max-width:767px){.steps__step{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:1rem;padding-right:1rem}}.steps__step__number{display:block;font-size:2.5rem;color:#1b75bc;text-align:center}@media (max-width:767px){.steps__step__number{min-width:4rem}}.t-imb .steps__step__number{color:#007f6a}.form__section--no-divider::after{display:none}.form__section__button{margin-right:1rem;margin-bottom:1rem}@media (max-width:767px){.form__section__button{width:100%}}.t-imb .quote-entry-number-error{padding-left:1rem;padding-right:1rem}.t-imb .quote-entry-number-error .highlight0{background-color:rgba(208,2,27,.05);color:#222}.t-imb .tlqoute-error{max-width:1200px!important;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.t-imb .tlqoute-error .highlight0{border:1px solid #d0021b;background-color:rgba(208,2,27,.05);color:#222;padding:1rem}.form.hide-cover-level .cover-level{display:none!important}.information-box__container{width:100%}@media (min-width:1110px){.information-box__container{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:calc(40% - 70px)}}.information-box{padding:30px;line-height:40px;color:#555;font-size:16px;-ms-flex-item-align:start;align-self:flex-start;width:100%;margin-bottom:1rem;background-color:#f2f6f8}@media (min-width:1110px){.information-box{margin-bottom:2rem}}.information-box .icon{color:#1b75bc}.t-imb .information-box .icon{color:#007f6a}.t-imb .information-box{background-color:#f2f2f2}.information-box-accordion{background-color:#f2f6f8}.t-imb .information-box-accordion{background-color:#f2f2f2;color:#222}.information-box-accordion .accordion__content__inner{font-size:1rem}.information-box-accordion .accordion__head{padding:.8em 2.5em .8em 2rem}@media (min-width:992px){.information-box-accordion .accordion__head{margin-top:.25rem}}.information-box-accordion .accordion__head>div{font-size:1rem}.t-imb .information-box-accordion .accordion__head>div.accordion__head__minus,.t-imb .information-box-accordion .accordion__head>div.accordion__head__plus{font-size:1.1rem}.information-box-accordion .accordion__content__inner{line-height:1.75;padding:0 2rem;color:#555}.information-box__heading{color:#1b75bc;font-size:24px}.t-imb .information-box__heading{color:#004035;font-weight:700}.information-box__heading--block{display:block;margin-bottom:1.5rem}.information-box__text{display:block;padding-top:1rem}.information-box__small-text{font-size:13px;display:block;line-height:1.5rem}.information-box__normal-text{font-size:1rem;display:block;line-height:1.5rem}.information-box__heading__text{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1.5}.information-box__heading__text span{margin-right:10px}.information-box__heading__text+.information-box__heading__text{margin-top:1rem}.infomation-box--collapse-text>p{margin-bottom:.7rem;line-height:1.6}.information-box--invert{background-color:#1b75bc;color:#fff;border-bottom:3px solid #f1ba46;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif}.information-box--invert .information-box__heading{margin-bottom:.5rem;color:#fff;font-weight:700}.information-box__container--print{display:none}.effects-table{margin-bottom:2rem}.effects-table__effect{border:solid 1px #d5d5d5;padding:30px;margin-bottom:20px}.t-imb .effects-table__effect{border-radius:4px;border-color:#d5d5d5}.effects-table__effect__row{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:2rem}.effects-table__effect__row .styled-input__input--lg{max-width:20rem;width:100%}.effects-table__effect__row .styled-input{margin-right:1rem}.effects-table__effect__row .styled-select{margin-right:1rem}.effects-table__effect__row .styled-input:last-of-type{margin-right:0}.effects-table__effect__row .styled-input__input-date{max-width:20rem;width:100%}@media (max-width:767px){.effects-table__effect__row{display:block}}.effects-table__effect__row:last-of-type{padding-bottom:0}.effects-table__add{border:dashed 1px #555;padding:25px 30px}.t-imb .effects-table__add{border-color:#007f6a;border-radius:4px}.effects-table__add__link{color:#1b75bc;cursor:pointer}.t-imb .effects-table__add__link{color:#007f6a}.effects-table__add__icon{color:#1b75bc;font-size:1.2em}.t-imb .effects-table__add__icon{color:#007f6a}.effects-table__effect__remove{text-align:right;font-size:13px}.effects-table__effect__remove a{color:#1b75bc;cursor:pointer}.t-imb .effects-table__effect__remove a{color:#007f6a}.effects-table__text{padding-top:20px;font-size:13px;color:#555;display:block}.effects-table__text--no-border::after{display:none!important}.effects-table__text::after{width:100%;height:1px;background-color:#d5d5d5;content:'';display:block;background-image:-webkit-gradient(linear,left top,right top,color-stop(33%,#fff),color-stop(0,#d5d5d5));background-image:linear-gradient(to right,#fff 33%,#d5d5d5 0);background-position:bottom;background-size:16px 1px;background-repeat:repeat-x;margin-top:20px;margin-bottom:20px}.effects-table__example{color:#555;font-size:13px;padding-top:.5rem;padding-bottom:1rem;display:block}.effects-table__total{position:relative;width:115px;margin-left:auto;margin-right:30px}.final-buttons{width:100%;margin-bottom:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;padding-top:2rem}@media (min-width:1110px){.final-buttons{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.final-buttons:before{content:'';background-color:#d5d5d5;height:2px;width:100%;display:block;position:absolute;top:0;left:0}.styled-table{display:table;table-layout:fixed;border-collapse:collapse}.styled-table colgroup col:nth-of-type(1){width:24px}.styled-table colgroup col:nth-of-type(8){width:80px}.styled-table thead{background-color:#1b75bc}.t-imb .styled-table thead{background-color:#007f6a}.styled-table thead td{color:#fff;font-weight:700;padding:1.5rem 1rem}.styled-table tbody{display:table-row-group}.styled-table tbody tr:nth-of-type(2n-1){background-color:#f1f6f9}.t-imb .styled-table tbody tr:nth-of-type(2n-1){background-color:#fff}.styled-table tbody tr:nth-of-type(2n){background-color:#fff}.t-imb .styled-table tbody tr:nth-of-type(2n){background-color:#f2f2f2}.styled-table tbody td{color:#555}.t-imb .styled-table tbody td{color:#222}.styled-table tbody a{color:#1b75bc}.t-imb .styled-table tbody a{color:#007f6a}.styled-table tbody a:hover{color:#125487}.t-imb .styled-table tbody a:hover{color:#006c5a}.styled-table tr{display:table-row}.styled-table td{vertical-align:top;display:table-cell;width:auto;padding:1.1rem 1rem;line-height:1.3rem}.styled-table td:first-of-type{width:36px}.t-imb .search-result-table__wrapper{margin-bottom:2rem}@media (max-width:991px){.search-result-table__wrapper{overflow-x:scroll;width:100%}}@media (max-width:991px){.search-result-table{width:946px}}.styled-table--quote-summary td{font-size:1rem;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif;line-height:1.6}.styled-table--quote-summary td:first-of-type{width:33%}.t-imb .styled-table--quote-summary td{font-family:Arial,Helvetica,sans-serif}.styled-table--bold-col tr td:first-of-type{font-weight:700;color:#000}.styled-table--bare{margin-top:1rem}.styled-table--bare tr{background-color:transparent!important}.styled-table--bare tr td{font-size:1rem;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif;line-height:1.6}.t-imb .styled-table--bare tr td{font-family:Arial,Helvetica,sans-serif}.styled-table--bare tr td:first-of-type{padding-left:0;font-weight:700;width:33%;color:#000}.styled-table--bare tr td:nth-of-type(2){text-transform:capitalize}.styled-table--search-quote thead tr td:nth-child(3){width:85px}.styled-table--search-quote thead tr td:nth-child(6){width:220px}.styled-table--search-quote thead tr td:nth-child(7){width:100px}.t-imb .styled-table--search-quote thead tr td:nth-child(7){width:auto}.t-imb .styled-table--search-quote tr td:nth-child(7){word-break:break-all}.t-imb .styled-table--search-quote tr td:nth-child(8){width:100px}.tabs-component{border:1px solid #d5d5d5}.tabs-component__controller{display:-webkit-box;display:-ms-flexbox;display:flex}.tabs-component__controller__switch{padding:1.8rem 1.25rem;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;position:relative;background-color:#f2f2f2;font-weight:500}.t-imb .tabs-component__controller__switch{background-color:#f2f2f2}.tabs-component__controller__switch::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;display:block;background-color:#d5d5d5}.t-imb .tabs-component__controller__switch::after{background-color:#d5d5d5}.tabs-component__controller__switch.is-active{background-color:transparent}.tabs-component__controller__switch.is-active::after{display:none}.tabs-component__controller__switch.is-active::before{content:'';position:absolute;z-index:2;top:-1px;left:-1px;width:calc(100% + 2px);height:4px;display:block;background-color:#77c5d5}.t-imb .tabs-component__controller__switch.is-active::before{background-color:#cedb2d}.tabs-component__controller__switch:not(:first-of-type){border-left:1px solid #d5d5d5}.t-imb .tabs-component__controller__switch:not(:first-of-type){border-color:#d5d5d5}.tabs-component__page{display:none}.tabs-component__page.is-active{display:block}.tabs-component__page__content{padding:2.6rem 30px}.tooltip{position:static;display:inline-block;margin-left:.2rem;vertical-align:sub;max-height:24px}.tooltip.is-open .tooltip__content{display:block}.has-tooltip{position:relative;width:100%}.tooltip__toggle{background-color:#1b75bc;border-radius:50%;width:20px;height:20px;color:#fff;font-size:1rem;font-weight:700;position:relative}.tooltip__toggle span{position:absolute;top:calc(50% + 2px);left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);line-height:0}.t-imb .tooltip__toggle{background-color:#007f6a}.t-imb .tooltip__toggle span{top:calc(50% + 1px)}.tooltip__content{position:absolute;background-color:#fff;z-index:2;-webkit-box-shadow:0 1px 2px 1px rgba(0,0,0,.18);box-shadow:0 1px 2px 1px rgba(0,0,0,.18);border-radius:6px;padding:1.5rem;bottom:calc(100% + 25px);left:0;width:100%;display:none;min-width:28rem}@media (max-width:767px){.tooltip__content{min-width:100%}}.tooltip__content__indicator{position:absolute;width:16px;height:16px;border-bottom:1px solid rgba(0,0,0,.15);border-right:1px solid rgba(0,0,0,.15);bottom:-1px;left:20px;min-height:0;padding:0;margin-bottom:0;-webkit-transform:translate(50%,50%) rotate(45deg);transform:translate(50%,50%) rotate(45deg);background-color:#fff}.quote-summary{padding-top:3.5rem;padding-bottom:3.5rem}.quote-summary::after{content:'';display:table;clear:both}.quote-summary__list{float:left;display:inline-block;width:100}@media (min-width:768px){.quote-summary__list{width:20%}}.quote-summary__main{width:100%;float:left;display:inline-block}@media (min-width:768px){.quote-summary__main{width:80%}}li.quote-summary__list__item{margin-bottom:1rem;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif;font-size:1rem;line-height:1.6;display:inline-block;margin-right:1rem}@media (min-width:768px){li.quote-summary__list__item{display:block;margin-right:0}}li.quote-summary__list__item:last-of-type{margin-bottom:0}.t-imb li.quote-summary__list__item{font-family:Arial,Helvetica,sans-serif}.quote-summary__list__label{font-weight:700;color:#1b75bc;display:block;margin-bottom:.25rem}.t-imb .quote-summary__list__label{color:#004035}.quote-summary__list__content{color:#555}.main-card{background-color:#fff;position:relative;border:1px solid #d5d5d5}.main-card::before{content:'';display:block;width:calc(100% + 2px);height:4px;top:0;left:-1px;position:absolute;background-color:#efc46f}.t-imb .main-card::before{background-color:#cedb2d}.main-card__title{display:block}.main-card__subtext{margin-bottom:0;font-size:.8rem;color:#555}.main-card__top{padding:2.5rem 2rem 1.5rem 2rem;height:1px;min-height:18rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.main-card__bottom{padding:1.5rem 2rem 2rem 2rem;border-top:2px solid #eaeaea;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-card__bottom::after{content:'';display:table;clear:both}.main-card__bottom .main-card__subtext{display:inline-block}.main-card__bottom .main-card__cta__wrapper{display:inline-block;margin-left:auto}.main-card--horizontal{display:-webkit-box;display:-ms-flexbox;display:flex;padding:1.8rem 1.5rem 1.3rem 1.5rem}@media (max-width:767px){.main-card--horizontal{display:block}}.main-card--horizontal .main-card__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:700;color:#1b75bc}.t-imb .main-card--horizontal .main-card__title{color:#004035}.main-card--horizontal .main-card__price{margin-bottom:0}.t-imb .main-card--horizontal .main-card__price{color:#222}.main-card--horizontal .main-card__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.main-card--horizontal .main-card__content .main-card__subtext{margin-bottom:0;color:#555;font-size:.8rem}.main-card--horizontal .main-card__cta__wrapper{text-align:right}@media (max-width:767px){.main-card--horizontal .main-card__cta__wrapper{text-align:center;padding-top:1rem}}@media print{a[href^=http]:after{content:" <" attr(href) "> "!important}.hideForPrint{display:none!important}.form__heading::before,.responsive-summary-table-wrapper:after,.responsive-summary-table-wrapper:before{content:none!important}.h-1,.h-1 .icon,.summary-table__customer-quote__value{font-size:18pt!important;margin-bottom:.25rem!important}.accordion__head div:first-child,.h-2,.summary-table__customer-info.h-3,.summary-table__customer-quote-wrapper--mob-col .h-2,.summary-table__excess__head.h-3{font-size:11pt!important;margin-bottom:0!important;display:block!important;line-height:1.5!important}.form__heading__title-img{width:1.5rem!important}.PDS-note,.bodytext1,.bodytext4,.calucationDetail__table__note,.direct-travel-print-style p,.final-buttons__note,.final-buttons__note__tnc,.footer__inner,.form,.h-3,.information-box__heading__text .icon,.information-box__heading__text span,.quote-result__info,.quote-result__info-2col__note,.quote-summary__list__item,.sumInsuredTable,.summary-table__contact div,.summary-table__customer-cta__text,.summary-table__customer-discount,.summary-table__customer-info__inner-wrapper,.summary-table__customer-quote-wrapper--mob-col p,.summary-table__customer-quote__head,.summary-table__customer-quote__month .summary-table__customer-quote__note div,.summary-table__customer-quote__month .summary-table__customer-quote__note strong,.summary-table__customer-quote__note,.summary-table__customer-quote__value--large sup,.summary-table__effect,.summary-table__insurer div,.summary-table__risk-addr div,.summary-table__tnc,.u-font-size-s{font-size:8pt!important}.accordion__content{height:auto;margin-bottom:20px!important;padding-bottom:0!important;min-height:auto!important}.accordion__content.is-closed{display:block!important}.header{display:none!important}.form__heading{margin-bottom:0!important}.form-container,.summary-table__excess{padding:0!important}.form__section::after,.responsive-summary-table-wrapper,.summary-table__effect{margin-top:10px!important;margin-bottom:10px!important}.accordion__head__minus,.accordion__head__plus,.button,.footer-info,.information-box br,.nav,.progress,.summary-table__customer-print{display:none!important}.calucationDetail__table__home ul,.calucationDetail__table__none-travel ul,.calucationDetail__table__people ul,.calucationDetail__table__security ul{line-height:1.25!important}.calucationDetail__table ul li+li{padding-top:.2rem!important}.list__item{font-size:8pt!important;padding-left:1.2rem!important;margin-left:0!important}.list__item+.list__item{margin-top:.25rem!important}.list__item:before{-webkit-transform:translate(50%,50%)!important;transform:translate(50%,50%)!important}.summary-table__excess{padding:0!important;margin:10px 0!important}.sumInsuredTable td,table tr,table tr td{font-size:8pt!important;padding:.5rem!important}.quote-result__heading-wrapper{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important;margin:0!important}.summary-table__quote-summary-inner{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important;-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.summary-table__customer-info{-ms-flex-preferred-size:33%!important;flex-basis:33%!important}.summary-table__customer-info__inner-wrapper{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.accordion__head{padding-bottom:0!important}.summary-table__quote-summary-buy-summary .summary-table__quote-summary-inner{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.summary-table__quote-summary-buy-summary .quote-result__info-2col{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important;-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.summary-table__quote-summary-buy-summary .quote-result__info{margin-right:2rem!important}.summary-table__quote-summary-buy-summary .summary-table__customer-quote__value{font-size:18pt!important}.comprehensive-table,.final-buttons__note,.summary-table__insured__table,.summary-table__risk-addr{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.final-buttons,.summary-table__customer-quote__head{margin:0!important;padding:0!important}.information-box{font-size:8pt!important;padding:15px!important}.responsive-summary-table{width:100%!important}.footer__inner{padding-top:1rem!important}.footer{background-color:#fff!important}.footer__text{color:#000!important}.information-box__container--print{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;width:100%!important;border-top:2px solid #d5d5d5!important;margin-top:2rem!important;padding-top:2rem!important}.information-box__container--print .information-box+.information-box{margin-left:2rem!important}.information-box__container--print .information-box{-ms-flex-item-align:stretch;align-self:stretch;font-size:8pt!important;line-height:1.5!important}.information-box__container--print .information-box>br{display:none!important}.information-box__container--print .information-box__small-text{font-size:8pt!important}.information-box__container--print .information-box__heading{font-size:11pt!important;margin-bottom:.25rem!important;display:block!important}.quote-summary__list{min-width:none}.summary-table__customer-quote-wrapper--mob-col p,.summary-table__quote-summary-buy-summary .summary-table__customer-quote-table{margin-top:10px!important}.responsive-summary-table{max-width:700px!important}.summary-table__quote-summary-inner{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.responsive-summary-table-inner{overflow:hidden!important}.l-content-container .quote-summary{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.l-content-container .quote-summary__list{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;width:auto!important;-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important;margin-right:1rem!important;width:30%!important}.li.quote-summary__list__item{width:200px!important}.u-tabl1e-scroll-mobile{overflow:hidden!important}form[name=hhpolicy] .quote-result__info-2col{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}form[name=hhpolicy] .summary-table__customer-info__inner{display:inline-block!important}form[name=hhpolicy] .summary-table__quote-summary-inner{margin-top:1rem!important}form[name=hhpolicy] .summary-table__customer-quote-wrapper{border-left:0!important;padding-left:0!important;max-width:100%!important;margin-top:1.5rem!important}form[name=hhpolicy] .summary-table__customer-quote-table{max-width:100%!important}form[name=hhpolicy] .quote-result__info-2col__note{margin-top:.5rem!important}form[name=mtpolicy] .quote-result__info-2col{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important;margin-bottom:1rem!important}form[name=mtpolicy] .quote-result__info-2col .quote-result__info{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}form[name=mtpolicy] .quote-result__info-2col .quote-result__heading+.quote-result__heading{margin-top:0!important;margin-left:2rem!important}form[name=mtpolicy] .quote-result__info-2col .summary-table__customer-info__inner{display:inline-block!important}form[name=mtpolicy] .quote-result__info-2col__note{margin-top:.5rem!important}form[name=mtpolicy] .responsive-summary-table{max-width:100%!important}form[name=mtpolicy] .summary-table__customer-quote-table{max-width:100%!important}form[name=mtpolicy] .summary-table__customer-quote-wrapper{border-left:0!important;padding-left:0!important;max-width:100%!important}.form-container{max-width:100%!important}.form-container>.form{width:100%!important}.page-cp-direct-travel-quote .quote-summary__main{width:100%}.page-cp-direct-travel-quote .js-inject-content{width:100%!important}.page-cp-direct-travel-quote .js-inject-infobox{display:none!important}form[name=tlquote] .summary-table__customer-quote-table{background-color:transparent!important;border-left:0!important;border-right:0!important;border-bottom:0!important}form[name=tlquote] .summary-table__customer-quote{background-color:#fff!important;border-left:1px solid #d5d5d5!important;border-right:1px solid #d5d5d5!important}#PolicyDetails.page-cp-direct-travel-summary .l-content-container{max-width:100%!important}#PolicyDetails.page-cp-direct-travel-summary .summary-table__quote-summary-inner{max-width:100%!important;padding-top:1rem!important;padding-bottom:1rem!important;margin-top:.75rem!important}#PolicyDetails.page-cp-direct-travel-summary .summary-table__customer-quote-wrapper{border-left:0!important;padding-left:0!important;max-width:100%!important}#PolicyDetails.page-cp-direct-travel-summary .summary-table__customer-quote-wrapper>.quote-result__info-2col{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}#PolicyDetails.page-cp-direct-travel-summary .summary-table__customer-quote-table{max-width:100%!important}#PolicyDetails.page-cp-direct-travel-summary .quote-result__info-2col{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}#PolicyDetails.page-cp-direct-travel-summary .quote-result__info{display:block!important;margin-right:2rem!important}#PolicyDetails.page-cp-direct-travel-summary .quote-result__heading{display:inline-block!important;margin-right:2rem!important}#PolicyDetails.page-cp-direct-travel-summary .quote-result__info-2col__note{margin-top:1rem!important}#PolicyDetails.page-cp-direct-travel-summary .direct-travel-print-style .js-inject-content{width:100%!important}#PolicyDetails.page-cp-direct-travel-summary .direct-travel-print-style .js-inject-infobox{display:none!important}#PolicyDetails.page-cp-direct-travel-summary .js-journey-start-field{display:none!important}}@media print and (-ms-high-contrast:none),(-ms-high-contrast:active){.quote-result__heading-wrapper{margin-top:0!important}.quote-result__heading-wrapper .form__heading,.summary-table__customer-info{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.summary-table__quote-summary-inner{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.summary-table__customer-info__inner-wrapper{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important;width:100%!important}.summary-table__quote-summary-inner--pos-print{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.summary-table__customer-info__inner-wrapper--pos-print{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}}@media print{.show-print-header .header{display:block!important}.show-print-header .header__inner{max-width:100%}.show-print-header .header__logo{margin-left:auto;margin-right:0}.show-print-header .header__nav{display:none}.show-print-header .header__menu__button{display:none}.show-print-header>div>table tr{padding:0!important}}@media print{.imb-icon--heading{font-size:2.2rem}.imb-icon--heading::after{display:none}.t-imb .header__inner{padding-left:0;padding-right:0}}.t-imb .quote-result__heading div:first-child{color:#004035}.quote-result__heading+.quote-result__heading{margin-left:2rem}.quote-result__info{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:.5rem}@media (min-width:576px){.quote-result__info{margin-bottom:0}}.quote-result__info .js-contact-details{line-height:1.5}.quote-result__info-2col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width:576px){.quote-result__info-2col{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.summary-table__tnc{font-size:.8rem;margin-top:1rem}.summary-table__quote-summary{background-color:#f2f6f8}.t-imb .summary-table__quote-summary{background-color:#f2f2f2}.quote-result__heading-wrapper,.summary-table__customer-print-inner,.summary-table__quote-summary-inner{max-width:1200px;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.quote-result__heading-wrapper{margin-bottom:2rem;margin-top:0}.quote-result__heading-wrapper .form__heading{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-item-align:start;align-self:flex-start}.summary-table__quote-summary-inner{padding-top:3rem;padding-bottom:3rem;padding-left:1rem;padding-right:1rem}@media (max-width:1199px){.summary-table__quote-summary-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.t-imb .summary-table__customer-info__heading,.t-imb .summary-table__customer-quote__head{color:#004035}.summary-table__customer-quote-table{max-width:100%;border:1px solid #d5d5d5;border-top:4px solid #f1ba46;background-color:#fff;width:100%}@media (min-width:1200px){.summary-table__customer-quote-table{max-width:870px}}.t-imb .summary-table__customer-quote-table{border-top-color:#cedb2d}.summary-table__customer-info__inner-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:1rem}@media (min-width:1200px){.summary-table__customer-info__inner-wrapper{display:block;margin-bottom:0}}@media (max-width:767px){.summary-table__customer-info__inner-wrapper{display:block}}@media (min-width:1200px){.summary-table__customer-info__inner{margin-top:1rem;margin-left:0}}.summary-table__customer-info__inner:not(:last-child){margin-right:2.5rem;margin-bottom:.5rem}.summary-table__customer-quote{text-align:center}.summary-table__customer-quote__value{font-size:1.75rem;font-weight:700}.summary-table__customer-quote__value--large{font-weight:700;font-size:4.5rem;margin-bottom:0}@media (min-width:768px){.summary-table__customer-quote__value--large{margin-bottom:1rem}}@media (max-width:575px){.summary-table__customer-quote__value--large{font-size:4rem}}.summary-table__customer-quote__value sup{font-size:1rem;font-weight:700;vertical-align:top}.summary-table__customer-quote__value--large sup{font-size:2rem;font-weight:700;vertical-align:top}.summary-table__customer-quote__yearly{border-left:0;border-top:2px dashed #d5d5d5;padding-left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:.7rem;padding-top:1.7rem}@media (min-width:768px){.summary-table__customer-quote__yearly{border-left:2px dashed #d5d5d5;border-top:0;padding-left:3rem;padding-top:.7rem}}.summary-table__customer-quote__month{text-align:center;margin:auto;margin-bottom:1rem}@media (min-width:768px){.summary-table__customer-quote__month{margin-bottom:0}}.summary-table__customer-quote__month .summary-table__customer-quote__note strong{font-size:1rem}.summary-table__customer-quote__month .summary-table__customer-quote__note div{margin-top:.5rem}.summary-table__customer-quote__total{display:-webkit-box;display:-ms-flexbox;display:flex;padding:1rem;position:relative;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width:768px){.summary-table__customer-quote__total{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:2rem}}.summary-table__customer-quote__head{margin-bottom:0}@media (min-width:768px){.summary-table__customer-quote__head{margin-bottom:2rem}}.PDS-note,.summary-table__customer-quote__note{margin-top:auto;font-size:.8rem}.summary-table__customer-quote__note{margin-bottom:0}@media (min-width:768px){.summary-table__customer-quote__note{margin-bottom:1rem}}.summary-table__customer-discount{padding:1rem}@media (min-width:768px){.summary-table__customer-discount{padding:2rem}}.summary-table__customer-discount .icon{color:#77c5d5}.t-imb .summary-table__customer-discount .icon{color:#007f6a}.summary-table__customer-discount div+div{margin-top:.85rem}.summary-table__customer-discount--single-border{border-width:1px}.summary-table__customer-cta{padding:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width:768px){.summary-table__customer-cta{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.summary-table__customer-cta .input-button{text-align:center;margin:auto}@media (min-width:768px){.summary-table__customer-cta .input-button{text-align:right;margin-right:0}}.summary-table__customer-cta__text{max-width:450px;font-size:.9rem;line-height:1.4;margin-bottom:1rem}@media (min-width:768px){.summary-table__customer-cta__text{margin-bottom:0}}.summary-table__customer-print{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;padding-top:1rem;padding-bottom:1rem;margin-bottom:4rem}.summary-table__insured{padding-bottom:0;margin-top:0}.summary-table__insured__text{font-weight:700;margin-bottom:1rem}.summary-table__insured__table-col2{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width:768px){.summary-table__insured__table-col2{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.summary-table__insured__table-col2-list{-webkit-column-count:1;column-count:1}@media (min-width:768px){.summary-table__insured__table-col2-list{-webkit-column-count:2;column-count:2}}.summary-table__insured__table-2col .list{padding-left:1rem;width:100%;display:block}.summary-table__insured__table>div{width:100%;margin-top:1rem}@media (min-width:768px){.summary-table__insured__table>div{margin-top:0}}.summary-table__insured__table+.summary-table__insured__table{margin-top:2rem}@media (min-width:768px){.summary-table__insured__table+.summary-table__insured__table{margin-top:2rem}}.summary-table__insured__paragraph{line-height:1.5}.summary-table__excess{padding:3rem 0}.summary-table__excess--no-top-pad{padding-top:0}table.sumInsuredTable{display:table;width:100%;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif}@media (max-width:575px){table.sumInsuredTable{display:block;overflow-x:scroll}}.t-imb table.sumInsuredTable{font-family:Arial,Helvetica,sans-serif}table.sumInsuredTable tr:nth-child(even){background-color:#f2f6f8}.t-imb table.sumInsuredTable tr:nth-child(even){background-color:#f2f2f2}table.sumInsuredTable td{font-size:1rem;padding:1rem;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif}.t-imb table.sumInsuredTable td{font-family:Arial,Helvetica,sans-serif}@media (max-width:767px){table.sumInsuredTable td{width:200px}}table.sumInsuredTable td:nth-child(2){line-height:1.25}.summary-table__effect{margin-top:3rem}.summary-table__contact,.summary-table__effect,.summary-table__insurer,.summary-table__rego,.summary-table__risk-addr{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:2rem;font-size:1rem}.summary-table__contact__head,.summary-table__effect__head,.summary-table__insurer__head,.summary-table__risk-addr__head{font-weight:700;width:auto;min-width:156px}@media (min-width:768px){.summary-table__contact__head,.summary-table__effect__head,.summary-table__insurer__head,.summary-table__risk-addr__head{max-width:310px;min-width:auto;width:100%}}.summary-table__contact__head--narrower,.summary-table__effect__head--narrower,.summary-table__insurer__head--narrower,.summary-table__risk-addr__head--narrower{max-width:210px}.summary-table__rego__head{font-weight:700;width:auto;min-width:208px}@media (min-width:768px){.summary-table__rego__head{max-width:310px;min-width:auto;width:100%}}@media (max-width:767px){.summary-table__contact__body,.summary-table__risk-addr__body{word-break:break-word}}.HomePersonDetail-list{line-height:2}.table__accordion-details .accordion__head{font-weight:700;padding-left:0;margin-bottom:0}@media (min-width:992px){.table__accordion-details .accordion__head{margin-top:.8rem}}.table__accordion-details .accordion__content__inner{padding:0}table.premiumTable,table.total-premium-content-table{display:table;width:100%}@media (max-width:575px){table.premiumTable,table.total-premium-content-table{display:block;overflow-x:scroll}}table.premiumTable tr td:first-child,table.total-premium-content-table tr td:first-child{padding-left:.5rem}table.premiumTable tr td:last-child,table.total-premium-content-table tr td:last-child{padding-right:.5rem}table.premiumTable tr:first-child,table.total-premium-content-table tr:first-child{background-color:#1b75bc!important}.t-imb table.premiumTable tr:first-child,.t-imb table.total-premium-content-table tr:first-child{background-color:#007f6a!important}table.premiumTable tr:first-child td,table.total-premium-content-table tr:first-child td{color:#fff;font-weight:700}.t-imb table.premiumTable tr:first-child td,.t-imb table.total-premium-content-table tr:first-child td{color:#fff}table.premiumTable tr:nth-child(even),table.total-premium-content-table tr:nth-child(even){background-color:#f2f6f8}.t-imb table.premiumTable tr:nth-child(even),.t-imb table.total-premium-content-table tr:nth-child(even){color:#f2f2f2}table.premiumTable tr.premium-head td,table.total-premium-content-table tr.premium-head td{font-size:1rem;color:#fff;font-weight:700;max-width:4rem}table.premiumTable tr td,table.total-premium-content-table tr td{font-size:1rem;color:#000;font-weight:400;padding:1rem 0;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif}@media (max-width:767px){table.premiumTable tr td,table.total-premium-content-table tr td{padding:1rem;width:80px}}.t-imb table.premiumTable tr td,.t-imb table.total-premium-content-table tr td{color:#222;font-family:Arial,Helvetica,sans-serif}table.premiumTable .total-text,table.total-premium-content-table .total-text{font-weight:700}.calucationDetail{padding-top:1.5rem;border-top:2px dashed #d5d5d5}.calucationDetail__head{margin-bottom:2rem}.calucationDetail__table{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width:768px){.calucationDetail__table{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.calucationDetail__table ul{padding-right:1rem}.calucationDetail__table ul li+li{padding-top:1rem}.calucationDetail__table__home,.calucationDetail__table__none-travel,.calucationDetail__table__people,.calucationDetail__table__security{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:auto;flex-basis:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:1.75rem}@media (min-width:768px){.calucationDetail__table__home,.calucationDetail__table__none-travel,.calucationDetail__table__people,.calucationDetail__table__security{-ms-flex-preferred-size:50%;flex-basis:50%}}.calucationDetail__table__home ul,.calucationDetail__table__none-travel ul,.calucationDetail__table__people ul,.calucationDetail__table__security ul{line-height:1.5}.calucationDetail__table__note{font-size:.8rem}.calucationDetail__table__home__head,.calucationDetail__table__people__head,.calucationDetail__table__security__head{margin-bottom:.5rem;color:#555}.summary-table .final-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.summary-table .final-buttons:before{content:none}.summary-table .final-buttons .link{color:#1b75bc}.t-imb .summary-table .final-buttons .link{color:#007f6a}.summary-table .final-buttons__note{padding-bottom:2rem;border-bottom:1px solid #d5d5d5;font-size:.8rem;margin-bottom:2rem}.final-buttons__note__tnc{width:100%}@media (min-width:992px){.final-buttons__note__tnc{width:60%}}.final-buttons__note__tnc+.final-buttons__note__tnc{margin-top:.5rem}form[name=hhpolicy] .summary-table .final-buttons:before,form[name=mtpolicy] .summary-table .final-buttons:before{content:' '}.summary-table__quote-summary-buy-summary .quote-result__heading div:first-child{margin-bottom:0}.summary-table__quote-summary-buy-summary .summary-table__customer-info{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-right:3rem}.summary-table__quote-summary-buy-summary .summary-table__quote-summary-inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media (min-width:1200px){.summary-table__quote-summary-buy-summary .summary-table__quote-summary-inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.summary-table__quote-summary-buy-summary .quote-result__info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.summary-table__quote-summary-buy-summary .quote-result__heading+.quote-result__heading{margin-left:0}.summary-table__quote-summary-buy-summary .summary-table__customer-quote-wrapper{max-width:100%;width:100%;padding-left:0;border-left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:2rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width:1200px){.summary-table__quote-summary-buy-summary .summary-table__customer-quote-wrapper{padding-left:4.5rem;border-left:2px dashed #d5d5d5;display:block;max-width:440px;margin-top:0}}@media (min-width:768px){.summary-table__quote-summary-buy-summary .summary-table__customer-quote-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.summary-table__quote-summary-buy-summary .summary-table__customer-quote-wrapper--mob-col{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}@media (min-width:1200px){.summary-table__quote-summary-buy-summary .summary-table__customer-quote-wrapper--mob-col{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}}.summary-table__quote-summary-buy-summary .summary-table__customer-quote-wrapper--mob-col .summary-table__customer-info__inner{margin-top:0}.summary-table__quote-summary-buy-summary .summary-table__customer-quote-wrapper--mob-col .quote-result__heading{margin-bottom:1rem}@media (min-width:768px){.summary-table__quote-summary-buy-summary .summary-table__customer-quote-wrapper--mob-col .quote-result__heading{margin-bottom:0}}.summary-table__quote-summary-buy-summary .summary-table__customer-info__inner-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.summary-table__quote-summary-buy-summary .summary-table__customer-info__heading{margin-bottom:0}.summary-table__quote-summary-buy-summary .quote-result__heading+.quote-result__heading{margin-top:1rem}.summary-table__quote-summary-buy-summary .summary-table__customer-quote__head{margin-bottom:.2rem}@media (min-width:768px){.summary-table__quote-summary-buy-summary .summary-table__customer-quote__head{margin-bottom:.8rem}}.summary-table__quote-summary-buy-summary .summary-table__customer-quote__value sup{font-size:1.4rem}.summary-table__quote-summary-buy-summary .summary-table__customer-quote__value{font-size:2rem}.summary-table__quote-summary-buy-summary .summary-table__customer-quote-table{margin-top:2rem}.summary-table__quote-summary-buy-summary .quote-result__info-2col__note{margin-top:0}@media (min-width:1200px){.summary-table__quote-summary-buy-summary .quote-result__info-2col__note{margin-top:2rem}}.summary-table__quote-summary-buy-summary-travel-pos .summary-table__customer-info{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}@media (min-width:1200px){.summary-table__quote-summary-buy-summary-travel-pos .summary-table__customer-info{-webkit-box-flex:1;-ms-flex:1;flex:1}}table.comprehensive-table,table.mtsuminsured,table.tlsuminsured{display:table;width:100%}table.comprehensive-table tr,table.mtsuminsured tr,table.tlsuminsured tr{display:table-row;width:auto}table.comprehensive-table tr:nth-child(odd),table.mtsuminsured tr:nth-child(odd),table.tlsuminsured tr:nth-child(odd){background-color:#f2f6f8}.t-imb table.comprehensive-table tr:nth-child(odd),.t-imb table.mtsuminsured tr:nth-child(odd),.t-imb table.tlsuminsured tr:nth-child(odd){background-color:#f2f2f2}table.comprehensive-table tr td,table.mtsuminsured tr td,table.tlsuminsured tr td{font-size:1rem;color:#000;font-weight:400;padding:1rem;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif;display:table-cell;width:50%;line-height:1.5}.t-imb table.comprehensive-table tr td,.t-imb table.mtsuminsured tr td,.t-imb table.tlsuminsured tr td{font-family:Arial,Helvetica,sans-serif;color:#222}table.comprehensive-table .list__item+.list__item,table.mtsuminsured .list__item+.list__item,table.tlsuminsured .list__item+.list__item{margin-top:.5rem}.tlsuminsured tbody{display:table-row-group;width:auto}.mtpremium-table,.tlpremium{display:table;width:100%}.t-imb .mtpremium-table,.t-imb .tlpremium{border-spacing:0}.mtpremium-table tr,.tlpremium tr{display:table-row;width:auto}.mtpremium-table tr td,.tlpremium tr td{display:table-cell;width:100%;padding:1rem}.mtpremium-table tr td:first-child,.tlpremium tr td:first-child{padding-left:.5rem}.mtpremium-table tr td:last-child,.tlpremium tr td:last-child{padding-right:.5rem}.mtpremium-table tr:first-child,.tlpremium tr:first-child{background-color:#1b75bc!important}.t-imb .mtpremium-table tr:first-child,.t-imb .tlpremium tr:first-child{background-color:#007f6a!important}.mtpremium-table tr:nth-child(even),.tlpremium tr:nth-child(even){background-color:#f2f6f8}.t-imb .mtpremium-table tr:nth-child(even),.t-imb .tlpremium tr:nth-child(even){background-color:#f2f2f2}.mtpremium-table tr.mtpremium-table-title td,.mtpremium-table tr.tlpremium-title td,.tlpremium tr.mtpremium-table-title td,.tlpremium tr.tlpremium-title td{font-size:1rem;color:#fff;font-weight:700}.t-imb .mtpremium-table tr.mtpremium-table-title td,.t-imb .mtpremium-table tr.tlpremium-title td,.t-imb .tlpremium tr.mtpremium-table-title td,.t-imb .tlpremium tr.tlpremium-title td{color:#fff}.mtpremium-table tr td,.tlpremium tr td{font-size:1rem;color:#000;font-weight:400;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif}.t-imb .mtpremium-table tr td,.t-imb .tlpremium tr td{color:#222;font-family:Arial,Helvetica,sans-serif}.drivers{line-height:1.625}.customer-info-table{display:none}table.hideForPrint[align=RIGHT]{display:none}table.hideForPrint[align=RIGHT]~h1{display:none}.infotext{display:none}.result-table{display:none}.quote-table,.tlquote-result{display:none}textarea[name=selectedRiskAddress],textarea[name=selectedVehicleModel]{resize:none}#medical-table .form__section__warning{background-color:#fffbf2;border:solid 1px #efc46f;color:#555;padding:1rem 1.5rem;font-size:13px;line-height:1rem;margin-bottom:2rem;max-width:calc(1200px - 2rem);margin-left:auto;margin-right:auto}.t-imb #medical-table .form__section__warning{border-radius:3px;border-color:#d0021b;background-color:rgba(208,2,27,.05)}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.list__item{overflow:hidden}.summary-table__customer-print-inner--ie-fix{display:block;max-width:none}.summary-table__customer-print-inner--ie-fix .input-button{display:inline-block}.u-ie-flex-save-portfolio{margin-bottom:10rem!important}}.summary-table__customer-print-inner--fix-width{max-width:200px;margin:auto;width:100%}table.outer:not(.error-message){display:none}@media (min-width:768px){.summary-table__customer-print--cpdirect .input-button+.input-button{margin-left:2.5rem}}.summary-table__customer-print--background{margin-top:1.5rem;background-color:#f2f6f8;border-bottom:0;margin-bottom:0}.responsive-summary-table-inner{position:relative}@media (max-width:991px){.responsive-summary-table-inner{overflow-x:scroll;width:100%}}.responsive-summary-table-wrapper{position:relative}@media (max-width:991px){.responsive-summary-table-wrapper:after{content:'';width:50px;height:calc(100% - 20px);position:absolute;top:0;right:0;background:-webkit-gradient(linear,right top,left top,from(#fff),color-stop(66%,rgba(250,250,250,0)));background:linear-gradient(to left,#fff 0,rgba(250,250,250,0) 66%);z-index:5;opacity:1;-webkit-transition:.3s opacity ease-in-out;transition:.3s opacity ease-in-out}.responsive-summary-table-wrapper:before{content:'';width:50px;height:calc(100% - 20px);position:absolute;top:0;left:0;background:-webkit-gradient(linear,left top,right top,from(#fff),color-stop(66%,rgba(250,250,250,0)));background:linear-gradient(to right,#fff 0,rgba(250,250,250,0) 66%);z-index:5;opacity:1;-webkit-transition:.3s opacity ease-in-out;transition:.3s opacity ease-in-out}.responsive-summary-table-wrapper.is-scrolled-left:before{opacity:0}.responsive-summary-table-wrapper.is-scrolled-right:after{opacity:0}}.responsive-summary-table{display:table;table-layout:fixed;border-collapse:collapse}@media (max-width:991px){.responsive-summary-table{width:946px}}.disclosure-table{display:table;width:100%;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif}.disclosure-table tbody{display:table-row-group}.disclosure-table tr{background-color:#fff;display:table-row}.disclosure-table tr td:first-child{width:100px}@media (min-width:768px){.disclosure-table tr td:first-child{width:200px}}.disclosure-table td{font-size:1rem;padding-right:1rem;padding-top:1rem;padding-bottom:1rem;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif;display:table-cell;width:auto}.confirmation-policy-table>table td{font-size:1rem;margin-bottom:.75rem;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif}.confirmation-policy-table{margin-bottom:1rem;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif}.summary-table__quote-summary--access{background-color:#fff}.summary-table__quote-summary--access.summary-table__quote-summary-buy-summary .summary-table__customer-quote-wrapper{border-left:0}.summary-table__quote-summary--access .summary-table__quote-summary-inner{padding:0}.policy-info-tr{display:none}.mypolicy-table{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:2px solid #f2f2f2;padding:1rem;padding-bottom:0;position:relative}@media (min-width:768px){.mypolicy-table{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.mypolicy-table+.mypolicy-table{margin-top:2rem}.mypolicy-table__body__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.mypolicy-table__body__inner>div{margin-bottom:.25rem}@media (min-width:768px){.mypolicy-table__body__inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mypolicy-table__body__inner>div{margin-bottom:0}}.mypolicy-table__title{padding-bottom:1rem;padding-right:4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mypolicy-table__title .form__heading__title-img{margin-right:.5rem}.mypolicy-table__title .icon{margin-right:.5rem}.mypolicy-table__body__info__title{font-size:.8rem}.t-imb .mypolicy-table__body__info__title{color:#004035}.mypolicy-table__body{background-color:#f2f6f8;padding:1rem;margin:0 -1rem}@media (max-width:767px){.mypolicy-table__body .quote-result__heading+.quote-result__heading{margin-left:0}}.mypolicy-table__title__text{font-size:1rem}.mypolicy-table__cta{position:absolute;top:1.5rem;right:1rem}@media (max-width:575px){.mypolicy-table__cta{top:1rem;right:.5rem}}.mypolicy-table__cta .input-button{margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex}.mypolicy-table__cta .input-button div:first-child{margin-right:.75rem}.mypolicy-table__cta .input-button div:last-child{margin-left:.75rem}.mypolicy-table__body__purchase-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.mypolicy-table__body__purchase-button .input-button:first-child{margin-right:1rem}@media (max-width:767px){.mypolicy-table__body__purchase-button .input-button:first-child{margin-bottom:.45rem}}.current-table,.policy-info-table,form[name=portfolio] #sidemenu{display:none}textarea[name=secretAnswer],textarea[name=secretQuestion]{resize:none}.t-imb .responsive-summary-table .bodytext4{color:#555}.t-imb .summary-table__quote-summary-buy-summary{background-color:transparent!important}.t-imb form[name=hhpolicy] .summary-table__quote-summary-buy-summary,.t-imb form[name=mtpolicy] .summary-table__quote-summary-buy-summary{background-color:#f2f2f2!important}body.page-cannot-complete .body-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-height:calc(100vh - 265.7px)}body.page-cannot-complete .body-container>br{display:none}body.page-cannot-complete .body-container>.l-container{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}body.page-cannot-complete .highlight0{background-color:transparent}body.page-quote-search .body-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-height:calc(100vh - 6em)}body.page-quote-search .body-container>br{display:none}body.page-quote-search .body-container>.l-container{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.form-or{display:none}table.footer{display:none}form[name=GetQuote]{margin-bottom:0}form[name=GetQuote] .search tbody tr::after{content:'';display:table;clear:both}form[name=GetQuote] .search tbody td:nth-of-type(1){width:100%}form[name=GetQuote] .search tbody td:nth-of-type(2){display:-webkit-box;display:-ms-flexbox;display:flex;float:left}form[name=GetQuote] .search tbody td:nth-of-type(2) input[name=retrieve]{-webkit-box-flex:0;-ms-flex:0;flex:0}@media (max-width:767px){form[name=GetQuote] .search tbody td:nth-of-type(2){display:block}form[name=GetQuote] .search tbody td:nth-of-type(2) input[name=quoteNumber]{margin-bottom:15px}}form[name=GetQuote] .search tbody td:nth-of-type(3){display:none}form[name=SearchQuote]{margin-bottom:0}form[name=SearchQuote] .styled-input{margin-left:0}form[name=SearchQuote] tbody{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:991px){form[name=SearchQuote] tbody{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:block}}form[name=SearchQuote] tbody::after{content:'';display:table;clear:both}form[name=SearchQuote] tbody tr:nth-of-type(1){-webkit-box-flex:3;-ms-flex:3;flex:3;-ms-flex-negative:1;flex-shrink:1;display:inline-block;float:left;margin-bottom:15px}@media (min-width:992px){form[name=SearchQuote] tbody tr:nth-of-type(1){padding-right:15px;margin-bottom:0}}@media (max-width:991px){form[name=SearchQuote] tbody tr:nth-of-type(1){-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}}form[name=SearchQuote] tbody tr:nth-of-type(1) td:nth-of-type(1){display:none}form[name=SearchQuote] tbody tr:nth-of-type(1) td:nth-of-type(2){width:75%;display:inline-block;float:left;padding-right:15px}form[name=SearchQuote] tbody tr:nth-of-type(1) td:nth-of-type(3){width:25%;display:inline-block;float:left}form[name=SearchQuote] tbody tr:nth-of-type(2){-webkit-box-flex:1;-ms-flex:1;flex:1;display:block;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width:992px){form[name=SearchQuote] tbody tr:nth-of-type(2){padding-left:15px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}}form[name=SearchQuote] tbody tr:nth-of-type(2) td:first-of-type{display:none}form[name=SearchQuote] tbody tr:nth-of-type(2) td:nth-of-type(2){margin-top:auto}.l-container.has-error{display:none}.error-container .highlight0{display:none}table.footer{display:none}.changepassword-table{display:none}body.page-changepassword .body-container,body.page-changepassword-success .body-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-height:calc(100vh - 6em)}body.page-changepassword .body-container>br,body.page-changepassword-success .body-container>br{display:none}body.page-changepassword .body-container>.l-container,body.page-changepassword-success .body-container>.l-container{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}body>table .menu1{display:none}body>br{display:none}form[name=changePasswordform]{margin-bottom:2.5rem}form[name=changePasswordform]>.bodytext2{color:#555;font-size:1rem}form[name=changePasswordform]>.bodytext2 b{font-size:.8rem;display:block}form[name=changePasswordform]>.bodytext2 ul{display:block;padding-left:1.2rem}form[name=changePasswordform]>.bodytext2 ul li{display:list-item}form[name=changePasswordform] .change-password{max-width:100%}form[name=changePasswordform] .change-password+br{display:none}form[name=changePasswordform] .change-password tbody::after{content:'';display:table;clear:both}form[name=changePasswordform] .change-password tr td:first-of-type{display:none}form[name=changePasswordform] .change-password tr .styled-input{margin-left:0}form[name=changePasswordform] .change-password tr:nth-of-type(1) td:nth-of-type(4){display:none}form[name=changePasswordform] .change-password tr:nth-of-type(1) .styled-input{width:50%;padding-right:7.5px}form[name=changePasswordform] .change-password tr:nth-of-type(1) .styled-input__input{width:100%}form[name=changePasswordform] .change-password tr:nth-of-type(2){width:50%;display:inline-block;float:left}form[name=changePasswordform] .change-password tr:nth-of-type(2) .styled-input{padding-right:7.5px}form[name=changePasswordform] .change-password tr:nth-of-type(2) .styled-input__input{width:100%}form[name=changePasswordform] .change-password tr:nth-of-type(3){width:50%;display:inline-block;float:left}form[name=changePasswordform] .change-password tr:nth-of-type(3) .styled-input{padding-left:7.5px}form[name=changePasswordform] .change-password tr:nth-of-type(3) .styled-input__input{width:100%}.changepassword-table{margin-top:2rem;display:block!important;max-width:1230px;padding-left:15px;padding-right:15px;margin-left:auto;margin-right:auto}.changepassword-table .highlight0{padding:1rem 2rem;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif}.t-imb .changepassword-table .highlight0{padding:1rem 2rem;font-family:Arial,Helvetica,sans-serif;background-color:rgba(208,2,27,.05);color:#222}body.page-login{display:-webkit-box;display:-ms-flexbox;display:flex}body.page-login .error-message{padding:0 15px}body.page-login .highlight0{margin-top:3rem;margin-bottom:0;max-width:1200px}body.page-login .menu1{display:none}body.page-login .body-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-height:100vh}body.page-login .body-container>br{display:none}body.page-login .body-container>.l-container{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}body.page-login form[name=loginform]>br{display:none}body.page-login form[name=loginform]>table tbody::after{content:'';display:table;clear:both}body.page-login form[name=loginform]>table:nth-of-type(1){display:none}body.page-login form[name=loginform]>table:nth-of-type(2) tr{display:inline-block;width:auto;float:left}body.page-login form[name=loginform]>table:nth-of-type(2) tr .styled-input__input{width:100%}body.page-login form[name=loginform]>table:nth-of-type(2) tr:last-of-type{display:block;width:100%}body.page-login form[name=loginform]>table:nth-of-type(2) tr:nth-of-type(1){width:33.33333%;padding-right:7.5px}@media (max-width:991px){body.page-login form[name=loginform]>table:nth-of-type(2) tr:nth-of-type(1){width:100%;padding-right:0;margin-bottom:2rem}}body.page-login form[name=loginform]>table:nth-of-type(2) tr:nth-of-type(1) td:nth-of-type(2){display:none}body.page-login form[name=loginform]>table:nth-of-type(2) tr:nth-of-type(2){width:33.33333%;padding-left:7.5px}@media (max-width:991px){body.page-login form[name=loginform]>table:nth-of-type(2) tr:nth-of-type(2){width:100%;padding-left:0}}body.page-login form[name=loginform]>table:nth-of-type(2) tr:nth-of-type(2) td:nth-of-type(2){display:none}body.page-cp-direct-travel #header{display:none}body.page-cp-direct-travel #wholepage{display:none}body.page-cp-direct-travel #footer2{display:none}body.page-cp-direct-travel #pageActions{display:none}body.page-cp-direct-travel #quoteEntry .form{display:none}body.page-cp-direct-travel h1{background:0 0;color:#000;width:100%}body.page-cp-direct-travel .form__heading__title-img--travel{margin-right:.5rem}body.page-cp-direct-travel .styled-input__input,body.page-cp-direct-travel .styled-input__select{float:none;margin:0}body.page-cp-direct-travel .styled-radio{margin-bottom:15px}body.page-cp-direct-travel .styled-input{margin-left:0}body.page-cp-direct-travel .styled-input__input-date{margin:0}body.page-cp-direct-travel .date-range-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}@media (max-width:767px){body.page-cp-direct-travel .date-range-input{display:block}}body.page-cp-direct-travel .date-range-input .date-range-input__col{margin-bottom:2rem;max-width:300px}body.page-cp-direct-travel .date-range-input .date-range-input__col:nth-of-type(1){-webkit-box-flex:3;-ms-flex:3;flex:3}body.page-cp-direct-travel .date-range-input .date-range-input__col:nth-of-type(2){-webkit-box-flex:3;-ms-flex:3;flex:3}body.page-cp-direct-travel .date-range-input .date-range-input__col:nth-of-type(3){-webkit-box-flex:2;-ms-flex:2;flex:2}body.page-cp-direct-travel .date-range-input .date-range-input__col:not(:last-of-type){padding-right:15px}body.page-cp-direct-travel .date-range-input .date-range-input__col .styled-input__input-date{width:100%}body.page-cp-direct-travel .date-range-input .styled-input__label{padding-bottom:.25rem}body.page-cp-direct-travel .date-range-input__date-wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}body.page-cp-direct-travel .date-range-input__date-wrapper .styled-input__input{width:calc(100% - 50px);max-width:8rem}body.page-cp-direct-travel .date-range-input__date-wrapper span{margin-left:.5rem;color:#555}body.page-cp-direct-travel .final-buttons a#cancel{position:relative;top:auto;left:auto;display:none}body.page-cp-direct-travel .final-buttons a#next{margin-left:auto}body.page-cp-direct-travel .final-buttons a.button{position:relative;background:#1b75bc;border:1px solid #1b75bc;padding:15px 55px 15px 25px;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif;font-weight:400}body.page-cp-direct-travel.t-imb .final-buttons a.button{background:#007f6a;border-color:#007f6a;background-image:url(/IMB/images/lime-arrow.png);background-position:calc(100% - 20px);background-size:20px;background-repeat:no-repeat;font-family:Arial,Helvetica,sans-serif}body.page-cp-direct-travel.t-imb .final-buttons a.button:hover{background:#006c5a;border-color:#006c5a;background-image:url(/IMB/images/lime-arrow.png);background-position:calc(100% - 10px);background-size:20px;background-repeat:no-repeat}body.page-cp-direct-travel-2 #wholepage{display:none}body.page-cp-direct-travel-2 #pageActions{display:none}body.page-cp-direct-travel-2 #footer2{display:none}body.page-cp-direct-travel-2 form[name=QuoteRegion]>.form{display:none}body.page-cp-direct-travel-2 .form__heading{width:100%;background-image:none;color:#000}body.page-cp-direct-travel-2 .form__heading__title-img--travel{margin-right:.5rem}body.page-cp-direct-travel-2 #regionMapHolder{border:0;margin:0;padding:0;outline:1px solid #d5d5d5;margin-top:2.5rem}@media (max-width:767px){body.page-cp-direct-travel-2 #regionMapHolder{max-width:100%;background-size:contain}}@media (max-width:767px){body.page-cp-direct-travel-2 #regionMap{max-width:100%;background-size:contain}}body.page-cp-direct-travel-2 .final-buttons a.button:not(.button--secondary){position:relative;background-color:#1b75bc;border:1px solid #1b75bc;padding:15px 55px 15px 25px;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif;font-weight:400;background-image:url(/Pos/images/yellow-arrow.png)}body.page-cp-direct-travel-2 .final-buttons a.button:not(.button--secondary):hover{border-color:#125487;background-color:#125487;background-image:url(/Pos/images/yellow-arrow.png)}body.page-cp-direct-travel-2 .final-buttons a.button.button--secondary{background-color:#fff;text-align:center;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif;font-weight:400;border-width:1px;border-color:#1b75bc;color:#1b75bc}body.page-cp-direct-travel-2 .final-buttons a.button.button--secondary:hover{border-color:#1b75bc;color:#fff;background-color:#1b75bc}body.page-cp-direct-travel-2.t-imb .form__heading{color:#004035}body.page-cp-direct-travel-2.t-imb .final-buttons a.button:not(.button--secondary){background-color:#007f6a;border-color:#007f6a;font-family:Arial,Helvetica,sans-serif;background-image:url(/IMB/images/lime-arrow.png);background-position:calc(100% - 20px);background-size:20px;background-repeat:no-repeat}body.page-cp-direct-travel-2.t-imb .final-buttons a.button:not(.button--secondary):hover{border-color:#006c5a;background-color:#006c5a;background-image:url(/IMB/images/lime-arrow.png);background-position:calc(100% - 10px);background-size:20px;background-repeat:no-repeat}body.page-cp-direct-travel-2.t-imb .final-buttons a.button.button--secondary{background-color:#fff;text-align:center;font-family:Arial,Helvetica,sans-serif;border-width:1px;border-color:#007f6a;color:#007f6a}body.page-cp-direct-travel-2.t-imb .final-buttons a.button.button--secondary:hover{border-color:#007f6a;color:#fff;background-color:#007f6a}body.page-cp-direct-travel-medical #wholepage{display:none}body.page-cp-direct-travel-medical #pageActions{display:none}body.page-cp-direct-travel-medical #footer2{display:none}body.page-cp-direct-travel-medical form[name=QuoteMedical]>.form{display:none}body.page-cp-direct-travel-medical .form__heading{width:100%;background-image:none;color:#000}body.page-cp-direct-travel-medical .form__heading__title-img--travel{margin-right:.5rem}body.page-cp-direct-travel-medical .final-buttons a#cancel{position:relative;top:auto;left:auto;display:none}body.page-cp-direct-travel-medical .final-buttons a#next{margin-left:auto}body.page-cp-direct-travel-medical .final-buttons a.button{position:relative;background:#1b75bc;border:1px solid #1b75bc;padding:15px 55px 15px 25px;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif;font-weight:400}body.page-cp-direct-travel-medical label#medical_other_label{width:100%}body.page-cp-direct-travel-medical.t-imb .final-buttons a.button{background:#007f6a;border-color:#007f6a;background-image:url(/IMB/images/lime-arrow.png);background-position:calc(100% - 20px);background-size:20px;background-repeat:no-repeat;font-family:Arial,Helvetica,sans-serif}body.page-cp-direct-travel-medical.t-imb .final-buttons a.button:hover{background:#006c5a;border-color:#006c5a;background-image:url(/IMB/images/lime-arrow.png);background-position:calc(100% - 10px);background-size:20px;background-repeat:no-repeat}body.page-cp-direct-travel-med-list #wholepage{display:none}body.page-cp-direct-travel-med-list #pageActions{display:none}body.page-cp-direct-travel-med-list #footer2{display:none}body.page-cp-direct-travel-med-list form[name=QuoteMedical]>.form{display:none}body.page-cp-direct-travel-med-list .form__heading{width:100%;background-image:none;color:#000}body.page-cp-direct-travel-med-list .form__heading__title-img--travel{margin-right:.5rem}body.page-cp-direct-travel-med-list .final-buttons a#cancel{position:relative;top:auto;left:auto;display:none}body.page-cp-direct-travel-med-list .final-buttons a#next{margin-left:auto}body.page-cp-direct-travel-med-list .final-buttons a.button:not(.button--secondary){position:relative;background-color:#1b75bc;border:1px solid #1b75bc;padding:15px 55px 15px 25px;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif;font-weight:400;background-repeat:no-repeat;background-image:url(/Pos/images/yellow-arrow.png)}body.page-cp-direct-travel-med-list .final-buttons a.button:not(.button--secondary):hover{border-color:#125487;background-color:#125487;background-image:url(/Pos/images/yellow-arrow.png)}body.page-cp-direct-travel-med-list .final-buttons a.button.button--secondary{background-color:#fff;text-align:center;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif;font-weight:400;border-width:1px;border-color:#1b75bc;color:#1b75bc;background-image:none}body.page-cp-direct-travel-med-list .final-buttons a.button.button--secondary:hover{border-color:#1b75bc;color:#fff;background-color:#1b75bc;background-image:none}body.page-cp-direct-travel-med-list label#medical_other_label{width:100%}body.page-cp-direct-travel-med-list .error{background-color:#fffbf2;border:solid 1px #efc46f;color:#555;padding:1rem 1.5rem;font-size:13px;line-height:1rem;margin-bottom:2rem;max-width:calc(1200px - 2rem);margin-left:auto;margin-right:auto}body.page-cp-direct-travel-med-list.t-imb .form__heading{color:#004035}body.page-cp-direct-travel-med-list.t-imb .final-buttons a.button:not(.button--secondary){background-color:#007f6a;border-color:#007f6a;font-family:Arial,Helvetica,sans-serif;background-image:url(/IMB/images/lime-arrow.png);background-position:calc(100% - 20px);background-size:20px;background-repeat:no-repeat}body.page-cp-direct-travel-med-list.t-imb .final-buttons a.button:not(.button--secondary):hover{border-color:#006c5a;background-color:#006c5a;background-image:url(/IMB/images/lime-arrow.png);background-position:calc(100% - 10px);background-size:20px;background-repeat:no-repeat}body.page-cp-direct-travel-med-list.t-imb .final-buttons a.button.button--secondary{background-color:#fff;text-align:center;font-family:Arial,Helvetica,sans-serif;border-width:1px;border-color:#007f6a;color:#007f6a}body.page-cp-direct-travel-med-list.t-imb .final-buttons a.button.button--secondary:hover{border-color:#007f6a;color:#fff;background-color:#007f6a}body.page-cp-direct-travel-medical-details #wholepage{display:none}body.page-cp-direct-travel-medical-details #pageActions{display:none}body.page-cp-direct-travel-medical-details #footer2{display:none}body.page-cp-direct-travel-medical-details form[name=QuoteMedicalDetails]>.form{display:none}body.page-cp-direct-travel-medical-details .form__heading{width:100%;background-image:none;color:#000}body.page-cp-direct-travel-medical-details .form__heading__title-img--travel{margin-right:.5rem}body.page-cp-direct-travel-medical-details .final-buttons a#cancel{position:relative;top:auto;left:auto;display:none}body.page-cp-direct-travel-medical-details .final-buttons a#next{margin-left:auto}body.page-cp-direct-travel-medical-details .final-buttons a.button:not(.button--secondary){position:relative;background-color:#1b75bc;border:1px solid #1b75bc;padding:15px 55px 15px 25px;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif;font-weight:400;background-repeat:no-repeat;background-image:url(/Pos/images/yellow-arrow.png)}body.page-cp-direct-travel-medical-details .final-buttons a.button:not(.button--secondary):hover{border-color:#125487;background-color:#125487;background-image:url(/Pos/images/yellow-arrow.png)}body.page-cp-direct-travel-medical-details .final-buttons a.button.button--secondary{background-color:#fff;text-align:center;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif;font-weight:400;border-width:1px;border-color:#1b75bc;color:#1b75bc;background-image:none}body.page-cp-direct-travel-medical-details .final-buttons a.button.button--secondary:hover{border-color:#1b75bc;color:#fff;background-color:#1b75bc;background-image:none}body.page-cp-direct-travel-medical-details label#medical_other_label{width:100%}body.page-cp-direct-travel-medical-details .error{background-color:#fffbf2;border:solid 1px #efc46f;color:#555;padding:1rem 1.5rem;font-size:13px;line-height:1rem;margin-bottom:2rem;max-width:calc(1200px - 2rem);margin-left:auto;margin-right:auto}body.page-cp-direct-travel-medical-details.t-imb .form__heading{color:#004035}body.page-cp-direct-travel-medical-details.t-imb .final-buttons a.button:not(.button--secondary){background-color:#007f6a;border-color:#007f6a;font-family:Arial,Helvetica,sans-serif;background-image:url(/IMB/images/lime-arrow.png);background-position:calc(100% - 20px);background-size:20px;background-repeat:no-repeat}body.page-cp-direct-travel-medical-details.t-imb .final-buttons a.button:not(.button--secondary):hover{border-color:#006c5a;background-color:#006c5a;background-image:url(/IMB/images/lime-arrow.png);background-position:calc(100% - 10px);background-size:20px;background-repeat:no-repeat}body.page-cp-direct-travel-medical-details.t-imb .final-buttons a.button.button--secondary{background-color:#fff;text-align:center;font-family:Arial,Helvetica,sans-serif;border-width:1px;border-color:#007f6a;color:#007f6a}body.page-cp-direct-travel-medical-details.t-imb .final-buttons a.button.button--secondary:hover{border-color:#007f6a;color:#fff;background-color:#007f6a}body.page-cp-direct-travel-quote a.button{padding:15px 55px 15px 25px}body.page-cp-direct-travel-quote #wholepage{display:none}body.page-cp-direct-travel-quote #pageActions{display:none}body.page-cp-direct-travel-quote #footer2{display:none}body.page-cp-direct-travel-quote .form__heading{width:100%;background-image:none;color:#000}body.page-cp-direct-travel-quote .form__heading__title-img--travel{margin-right:.5rem}body.page-cp-direct-travel-quote a#cancel{position:relative;top:auto;left:auto;display:none}body.page-cp-direct-travel-quote a#next{margin-left:auto}body.page-cp-direct-travel-quote a.button:not(.button--secondary){position:relative;background:#1b75bc;border:1px solid #1b75bc;padding:15px 55px 15px 25px;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none}body.page-cp-direct-travel-quote a.button:not(.button--secondary):hover{background-color:#125487;border-color:#125487;text-decoration:none}body.page-cp-direct-travel-quote a.button.button--secondary{background:0 0;text-align:center;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif;font-weight:400;border-width:1px;border-color:#1b75bc;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none}body.page-cp-direct-travel-quote a.button.button--secondary:hover{background-color:#1b75bc;border-color:#1b75bc;color:#fff}body.page-cp-direct-travel-quote a.button--no-arrow{background-image:none;padding:15px 25px;text-align:center}body.page-cp-direct-travel-quote label#medical_other_label{width:100%}body.page-cp-direct-travel-quote .links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}body.page-cp-direct-travel-quote .links a#docs,body.page-cp-direct-travel-quote .links a#modify,body.page-cp-direct-travel-quote .links a#print{background-image:none;font-size:1rem}body.page-cp-direct-travel-quote .links a#print{margin-right:3rem}body.page-cp-direct-travel-quote .links a#docs{display:none}body.page-cp-direct-travel-quote .list__item{font-family:Gordita,Roboto,Arial,Helvetica,sans-serif;color:#555;line-height:1.5}body.page-cp-direct-travel-quote a#purchase_bottom{margin-left:auto}body.page-cp-direct-travel-quote a#print_bottom{margin-right:15px}body.page-cp-direct-travel-quote .input-button--purchase{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;max-width:none}@media (max-width:575px){body.page-cp-direct-travel-quote .input-button--purchase{-ms-flex-wrap:wrap;flex-wrap:wrap}}body.page-cp-direct-travel-quote .input-button--purchase .button:last-child{margin-left:auto}@media (max-width:575px){body.page-cp-direct-travel-quote .input-button--purchase .button:last-child{margin-left:0}}body.page-cp-direct-travel-quote .input-button--purchase .button:not(:last-child){margin-right:1rem}@media (max-width:575px){body.page-cp-direct-travel-quote .input-button--purchase .button:not(:last-child){margin-bottom:.5rem}}body.page-cp-direct-travel-quote .input-button--purchase .button{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-item-align:start;align-self:flex-start}body.page-cp-direct-travel-quote .input-button--purchase a{text-transform:capitalize}body.page-cp-direct-travel-quote .input-button--purchase a.button--flex-lg{-ms-flex-preferred-size:13rem;flex-basis:13rem}body.page-cp-direct-travel-quote .input-button--purchase a.button--flex-xl{-ms-flex-preferred-size:15rem;flex-basis:15rem;max-width:15rem}.final-buttons__note__tnc .link{color:#1b75bc}body.page-cp-direct-travel-quote.t-imb .form__heading{color:#004035}body.page-cp-direct-travel-quote.t-imb .final-buttons__note__tnc .link{color:#007f6a}body.page-cp-direct-travel-quote.t-imb .list__item{font-family:Arial,Helvetica,sans-serif}body.page-cp-direct-travel-quote.t-imb a.button:not(.button--secondary){background-color:#007f6a;border-color:#007f6a;font-family:Arial,Helvetica,sans-serif;background-image:url(/IMB/images/lime-arrow.png);background-position:calc(100% - 20px);background-size:20px;background-repeat:no-repeat}body.page-cp-direct-travel-quote.t-imb a.button:not(.button--secondary):hover{border-color:#006c5a;background-color:#006c5a;background-image:url(/IMB/images/lime-arrow.png);background-position:calc(100% - 10px);background-size:20px;background-repeat:no-repeat}body.page-cp-direct-travel-quote.t-imb a.button.button--secondary{background-color:#fff;text-align:center;font-family:Arial,Helvetica,sans-serif;border-width:1px;border-color:#007f6a;color:#007f6a}body.page-cp-direct-travel-quote.t-imb a.button.button--secondary:hover{border-color:#007f6a;color:#fff;background-color:#007f6a}body.page-cp-direct-travel-duty-of-disclosure #wholepage{display:none}body.page-cp-direct-travel-duty-of-disclosure #pageActions{display:none}body.page-cp-direct-travel-duty-of-disclosure #footer2{display:none}body.page-cp-direct-travel-duty-of-disclosure .form__heading{width:100%;background-image:none;color:#000}body.page-cp-direct-travel-duty-of-disclosure .form__heading__title-img--travel{margin-right:.5rem}body.page-cp-direct-travel-duty-of-disclosure form[name=PurchaseAgreement]{padding:0!important}body.page-cp-direct-travel-duty-of-disclosure form[name=PurchaseAgreement]>div:not(.new-form){display:none}body.page-cp-direct-travel-duty-of-disclosure a#cancel{position:relative;padding:15px 25px 15px 25px;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif;font-weight:400;background-image:none}body.page-cp-direct-travel-duty-of-disclosure a#next{position:relative;padding:15px 55px 15px 25px;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif;font-weight:400}body.page-cp-direct-travel-duty-of-disclosure a.button:hover{background-image:url(/Pos/images/yellow-arrow.png)}body.page-cp-direct-travel-duty-of-disclosure.t-imb .form__heading{color:#004035}body.page-cp-direct-travel-duty-of-disclosure.t-imb a#cancel,body.page-cp-direct-travel-duty-of-disclosure.t-imb a#next{font-family:Arial,Helvetica,sans-serif}body.page-cp-direct-travel-duty-of-disclosure.t-imb a.button:hover{background-image:url(/IMB/images/lime-arrow.png)}body.page-cp-direct-travel-purchase-details #wholepage{display:none}body.page-cp-direct-travel-purchase-details #pageActions{display:none}body.page-cp-direct-travel-purchase-details #footer2{display:none}body.page-cp-direct-travel-purchase-details .form__heading{width:100%;background-image:none;color:#000}body.page-cp-direct-travel-purchase-details .form__heading__title-img--travel{margin-right:.5rem}body.page-cp-direct-travel-purchase-details form[name=PurchasePolicyHolderDetails]{padding:0!important}body.page-cp-direct-travel-purchase-details form[name=PurchasePolicyHolderDetails] .form{display:none}body.page-cp-direct-travel-purchase-details a#cancel{position:relative;padding:15px 25px 15px 25px;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif;font-weight:400;background-image:none}body.page-cp-direct-travel-purchase-details a#next{position:relative;padding:15px 55px 15px 25px;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif;font-weight:400}body.page-cp-direct-travel-purchase-details a.button:not(.button--secondary){position:relative;background-color:#1b75bc;border:1px solid #1b75bc;padding:15px 55px 15px 25px;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif;font-weight:400;background-repeat:no-repeat;background-image:url(/Pos/images/yellow-arrow.png)}body.page-cp-direct-travel-purchase-details a.button:not(.button--secondary):hover{border-color:#125487;background-color:#125487;background-image:url(/Pos/images/yellow-arrow.png)}body.page-cp-direct-travel-purchase-details a.button.button--secondary{background-color:#fff;text-align:center;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif;font-weight:400;border-width:1px;border-color:#1b75bc;color:#1b75bc;background-image:none}body.page-cp-direct-travel-purchase-details a.button.button--secondary:hover{border-color:#1b75bc;color:#fff;background-color:#1b75bc;background-image:none}body.page-cp-direct-travel-purchase-details .new-form .form__section__input>.styled-input{margin-left:0}body.page-cp-direct-travel-purchase-details .new-form .form__section__input>.styled-input:not(:last-of-type){margin-right:15px}body.page-cp-direct-travel-purchase-details .new-form select{margin:0}body.page-cp-direct-travel-purchase-details .new-form input{margin:0;color:#555}body.page-cp-direct-travel-purchase-details.t-imb .form__heading{color:#004035}body.page-cp-direct-travel-purchase-details.t-imb .final-buttons a#next{font-family:Arial,Helvetica,sans-serif}body.page-cp-direct-travel-purchase-details.t-imb .final-buttons a.button:not(.button--secondary){background-color:#007f6a;border-color:#007f6a;font-family:Arial,Helvetica,sans-serif;background-image:url(/IMB/images/lime-arrow.png);background-position:calc(100% - 20px);background-size:20px;background-repeat:no-repeat}body.page-cp-direct-travel-purchase-details.t-imb .final-buttons a.button:not(.button--secondary):hover{border-color:#006c5a;background-color:#006c5a;background-image:url(/IMB/images/lime-arrow.png);background-position:calc(100% - 10px);background-size:20px;background-repeat:no-repeat}body.page-cp-direct-travel-purchase-details.t-imb .final-buttons a.button.button--secondary{background-color:#fff;text-align:center;font-family:Arial,Helvetica,sans-serif;border-width:1px;border-color:#007f6a;color:#007f6a}body.page-cp-direct-travel-purchase-details.t-imb .final-buttons a.button.button--secondary:hover{border-color:#007f6a;color:#fff;background-color:#007f6a}body.page-cp-direct-travel-policy-confirmation #wholepage{display:none}body.page-cp-direct-travel-policy-confirmation #pageActions{display:none}body.page-cp-direct-travel-policy-confirmation #footer2{display:none}body.page-cp-direct-travel-policy-confirmation .form__heading{width:100%;background-image:none;color:#000}body.page-cp-direct-travel-policy-confirmation .form__heading__title-img--travel{margin-right:.5rem}body.page-cp-direct-travel-policy-confirmation form[name=PurchaseConfirm]{padding:0!important}body.page-cp-direct-travel-policy-confirmation form[name=PurchaseConfirm] .form{display:none}body.page-cp-direct-travel-policy-confirmation form[name=PurchaseConfirm] .form+div{display:none}body.page-cp-direct-travel-policy-confirmation form[name=PurchaseConfirm]>h3{display:none}body.page-cp-direct-travel-policy-confirmation a#cancel{position:relative;top:auto;left:auto;display:none}body.page-cp-direct-travel-policy-confirmation a#next{margin-left:auto;position:relative;background:#1b75bc;border:1px solid #1b75bc;padding:15px 55px 15px 25px;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif;font-weight:400;text-decoration:none}body.page-cp-direct-travel-policy-confirmation a#next:hover{background-color:#125487;border-color:#125487;text-decoration:none}body.page-cp-direct-travel-policy-confirmation a.button:not(.button--secondary){position:relative;background-color:#1b75bc;border:1px solid #1b75bc;padding:15px 55px 15px 25px;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif;font-weight:400;background-repeat:no-repeat;background-image:url(/Pos/images/yellow-arrow.png)}body.page-cp-direct-travel-policy-confirmation a.button:not(.button--secondary):hover{border-color:#125487;background-color:#125487;background-image:url(/Pos/images/yellow-arrow.png)}body.page-cp-direct-travel-policy-confirmation a.button.button--secondary{background-color:#fff;text-align:center;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif;font-weight:400;border-width:1px;border-color:#1b75bc;color:#1b75bc;background-image:none}body.page-cp-direct-travel-policy-confirmation a.button.button--secondary:hover{border-color:#1b75bc;color:#fff;background-color:#1b75bc;background-image:none}body.page-cp-direct-travel-policy-confirmation a.button--no-arrow{background-image:none;padding:15px 25px;text-align:center}body.page-cp-direct-travel-policy-confirmation.t-imb .form__heading{color:#004035}body.page-cp-direct-travel-policy-confirmation.t-imb .form__section__heading{font-family:Arial,Helvetica,sans-serif}body.page-cp-direct-travel-policy-confirmation.t-imb a#next{background:#007f6a;border-color:#007f6a;background-image:url(/IMB/images/lime-arrow.png);background-position:calc(100% - 20px);background-size:20px;background-repeat:no-repeat;font-family:Arial,Helvetica,sans-serif}body.page-cp-direct-travel-policy-confirmation.t-imb a#next:hover{background:#006c5a;border-color:#006c5a;background-image:url(/IMB/images/lime-arrow.png);background-position:calc(100% - 10px);background-size:20px;background-repeat:no-repeat}body.page-cp-direct-travel-policy-confirmation.t-imb .final-buttons a#back{font-family:Arial,Helvetica,sans-serif}body.page-cp-direct-travel-policy-confirmation.t-imb .final-buttons a.button:not(.button--secondary){background-color:#007f6a;border-color:#007f6a;font-family:Arial,Helvetica,sans-serif;background-image:url(/IMB/images/lime-arrow.png);background-position:calc(100% - 20px);background-size:20px;background-repeat:no-repeat}body.page-cp-direct-travel-policy-confirmation.t-imb .final-buttons a.button:not(.button--secondary):hover{border-color:#006c5a;background-color:#006c5a;background-image:url(/IMB/images/lime-arrow.png);background-position:calc(100% - 10px);background-size:20px;background-repeat:no-repeat}body.page-cp-direct-travel-policy-confirmation.t-imb .final-buttons a.button.button--secondary{background-color:#fff;text-align:center;font-family:Arial,Helvetica,sans-serif;border-width:1px;border-color:#007f6a;color:#007f6a}body.page-cp-direct-travel-policy-confirmation.t-imb .final-buttons a.button.button--secondary:hover{border-color:#007f6a;color:#fff;background-color:#007f6a}body.page-cp-direct-travel-summary h4.information-box__heading{border-bottom:0}body.page-cp-direct-travel-summary #wholepage{display:none}body.page-cp-direct-travel-summary #pageActions{display:none}body.page-cp-direct-travel-summary #footer2{display:none}body.page-cp-direct-travel-summary .form__heading{width:100%;background-image:none;color:#000}body.page-cp-direct-travel-summary .form__heading__title-img--travel{margin-right:.5rem}body.page-cp-direct-travel-summary a#cancel{position:relative;top:auto;left:auto;display:none}body.page-cp-direct-travel-summary a#next{margin-left:auto}body.page-cp-direct-travel-summary a.button:not(.button--secondary){position:relative;background-color:#1b75bc;border:1px solid #1b75bc;padding:15px 55px 15px 25px;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif;font-weight:400;background-repeat:no-repeat;background-image:none}body.page-cp-direct-travel-summary a.button:not(.button--secondary):hover{border-color:#125487;background-color:#125487;background-image:none}body.page-cp-direct-travel-summary a.button.button--secondary{background-color:#fff;text-align:center;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif;font-weight:400;border-width:1px;border-color:#1b75bc;color:#1b75bc;background-image:none}body.page-cp-direct-travel-summary a.button.button--secondary:hover{border-color:#1b75bc;color:#fff;background-color:#1b75bc;background-image:none}body.page-cp-direct-travel-summary label#medical_other_label{width:100%}body.page-cp-direct-travel-summary .links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}body.page-cp-direct-travel-summary .links a#docs,body.page-cp-direct-travel-summary .links a#modify,body.page-cp-direct-travel-summary .links a#print{background-image:none;font-size:1rem}body.page-cp-direct-travel-summary .links a#print{margin-right:3rem}body.page-cp-direct-travel-summary .links a#docs{display:none}body.page-cp-direct-travel-summary .summary-table__customer-quote__total{border-bottom:1px}body.page-cp-direct-travel-summary .summary-table__customer-quote__head{margin-bottom:1rem!important}body.page-cp-direct-travel-summary .summary-table__customer-info .quote-result__info-2col .quote-result__info{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}body.page-cp-direct-travel-summary .form__heading{padding-left:1rem;padding-right:1rem}.t-imb body.page-cp-direct-travel-summary .summary-table__quote-summary-buy-summary{background-color:transparent!important}@media (max-width:1199px){body.page-cp-direct-travel-summary .summary-table__quote-summary-buy-summary .summary-table__quote-summary-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;padding-right:0}}body.page-cp-direct-travel-summary.t-imb .form__heading{color:#004035;margin-top:1.6rem}body.page-cp-direct-travel-summary.t-imb .final-buttons a.button:not(.button--secondary){background-color:#007f6a;border-color:#007f6a;font-family:Arial,Helvetica,sans-serif;background-image:url(/IMB/images/lime-arrow.png);background-position:calc(100% - 20px);background-size:20px;background-repeat:no-repeat}body.page-cp-direct-travel-summary.t-imb .final-buttons a.button:not(.button--secondary):hover{border-color:#006c5a;background-color:#006c5a;background-image:url(/IMB/images/lime-arrow.png);background-position:calc(100% - 10px);background-size:20px;background-repeat:no-repeat}body.page-cp-direct-travel-summary.t-imb .final-buttons a.button.button--secondary{background-color:#fff;text-align:center;font-family:Arial,Helvetica,sans-serif;border-width:1px;border-color:#007f6a;color:#007f6a}body.page-cp-direct-travel-summary.t-imb .final-buttons a.button.button--secondary:hover{border-color:#007f6a;color:#fff;background-color:#007f6a}body.page-cp-direct-travel-add-traveller #wholepage{display:none}body.page-cp-direct-travel-add-traveller #pageActions{display:none}body.page-cp-direct-travel-add-traveller #footer2{display:none}body.page-cp-direct-travel-add-traveller form[name=PurchaseTravellersDetails]>.form{width:100%;display:none}body.page-cp-direct-travel-add-traveller .form__heading{width:100%;background-image:none;color:#000}body.page-cp-direct-travel-add-traveller .form__heading__title-img--travel{margin-right:.5rem}body.page-cp-direct-travel-add-traveller .final-buttons a#cancel{position:relative;padding:15px 25px 15px 25px;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif;font-weight:400;background-image:none}body.page-cp-direct-travel-add-traveller .final-buttons a#next{position:relative;padding:15px 55px 15px 25px;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif;font-weight:400}body.page-cp-direct-travel-add-traveller .final-buttons a.button:not(.button--secondary){position:relative;background-color:#1b75bc;border:1px solid #1b75bc;padding:15px 55px 15px 25px;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif;font-weight:400;background-repeat:no-repeat;background-image:url(/Pos/images/yellow-arrow.png)}body.page-cp-direct-travel-add-traveller .final-buttons a.button:not(.button--secondary):hover{border-color:#125487;background-color:#125487;background-image:url(/Pos/images/yellow-arrow.png)}body.page-cp-direct-travel-add-traveller .final-buttons a.button.button--secondary{background-color:#fff;text-align:center;font-family:Gordita,Roboto,Arial,Helvetica,sans-serif;font-weight:400;border-width:1px;border-color:#1b75bc;color:#1b75bc;background-image:none}body.page-cp-direct-travel-add-traveller .final-buttons a.button.button--secondary:hover{border-color:#1b75bc;color:#fff;background-color:#1b75bc;background-image:none}body.page-cp-direct-travel-add-traveller label#medical_other_label{width:100%}body.page-cp-direct-travel-add-traveller input{margin-left:0}body.page-cp-direct-travel-add-traveller .styled-input{margin-left:0;margin-bottom:0}body.page-cp-direct-travel-add-traveller .styled-input:last-of-type input{margin-right:0}body.page-cp-direct-travel-add-traveller .styled-box{border:1px solid #d5d5d5;padding:22.5px;margin-bottom:30px}body.page-cp-direct-travel-add-traveller .styled-box__title{margin-top:1rem;font-size:1.2rem;margin-bottom:1.5rem}body.page-cp-direct-travel-add-traveller .styled-input__input--sm{max-width:6rem}body.page-cp-direct-travel-add-traveller .styled-box__row{padding:0}body.page-cp-direct-travel-add-traveller fieldset div{padding:0}body.page-cp-direct-travel-add-traveller.t-imb .form__heading{color:#004035}body.page-cp-direct-travel-add-traveller.t-imb .final-buttons a#back,body.page-cp-direct-travel-add-traveller.t-imb .final-buttons a#next{font-family:Arial,Helvetica,sans-serif}body.page-cp-direct-travel-add-traveller.t-imb .final-buttons a.button:not(.button--secondary){background-color:#007f6a;border-color:#007f6a;font-family:Arial,Helvetica,sans-serif;background-image:url(/IMB/images/lime-arrow.png);background-position:calc(100% - 20px);background-size:20px;background-repeat:no-repeat}body.page-cp-direct-travel-add-traveller.t-imb .final-buttons a.button:not(.button--secondary):hover{border-color:#006c5a;background-color:#006c5a;background-image:url(/IMB/images/lime-arrow.png);background-position:calc(100% - 10px);background-size:20px;background-repeat:no-repeat}body.page-cp-direct-travel-add-traveller.t-imb .final-buttons a.button.button--secondary{background-color:#fff;text-align:center;font-family:Arial,Helvetica,sans-serif;border-width:1px;border-color:#007f6a;color:#007f6a}body.page-cp-direct-travel-add-traveller.t-imb .final-buttons a.button.button--secondary:hover{border-color:#007f6a;color:#fff;background-color:#007f6a}body.markup{display:-webkit-box;display:-ms-flexbox;display:flex}body.markup .body-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-height:100vh}body.markup .body-container>.l-container{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}