@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&amp;display=swap");

:root {
    --black: #2D2D2D;
    --white: #fff;
    --grey: #F7F7F7;
    --grey-dim: #666;
    --grey-40: #ABABAB;
    --grey-10: #EAEAEA;
    --magenta: #EB62BC;
    --magenta-dim: #B82F89;
    --magenta-40: #F7C0E4;
    --magenta-10: #FDEFF8;
    --green: #5AC340;
    --green-dim: #27900D;
    --green-40: #BDE7B3;
    --green-10: #EFF9EC;
    --lilac: #A878F5;
    --lilac-dim: #7545C2;
    --lilac-40: #DCC9FB;
    --lilac-10: #F6F2FE;
    --blue: #54CCFF;
    --blue-dim: #2199CC;
    --blue-40: #BAEAFF;
    --blue-10: #EEFAFF;
    --orange: #F5BF33;
    --orange-dim: #C28C00;
    --orange-40: #FBE5AE;
    --orange-10: #FEF9EB;
    --border-radius: 10px;
}

/* CSS Document */
html,
body {
    overflow-x: hidden;
}

body {
   /* font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 1.43;
    color: #000;
    margin: 0;
    background-color: #fff;
*/
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--black);
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    letter-spacing: -0.02em;
}

.gd-none {
    display: none;
}

form {
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
    padding: 0 0 8px 0;
}

.bold {
    font-weight: bold;
}


.container {
    width: 630px;
}

.container-small {
    width: 228px;
}

    .container-small form select {
        width: 90px;
    }

.container-big {
    /*max-width: 778px;*/
    margin-left: auto;
    margin-right: auto;
}

input:focus {
    background-color: var(--green-10);
    outline: none;
}

.quote-top {
    padding: 20px 0;
    position: relative;
}

.quick-quote-info table {
    border-spacing: 0 10px;
}

.quick-quote-info td {
    padding: 0.25rem;
}

QuoteForm_Occupation_tr_PartnerOccupation table {
    border-spacing: 0;
}

.quick-quote-info.gd-intro {
    border: none;
}

div#QuoteForm_udpnlMain {
    width: 100%;
}

tr#QuoteForm_prodRow {
    margin-bottom: 12px;
}

.top-bar {
    height: 27px;
    color: var(--white);
    font-size: 20px;
    font-weight:600;
    padding: 20px;
    background-color: var(--green);
    padding-bottom: 12px;
    padding-top: 25px;
    border: 1px solid var(--green);
    border-radius: var(--border-radius);
}

.top-bar-small {
    height: 22px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 6px 0 0 30px;
    background: #9ed115 url(../images/head-arrow.gif) no-repeat 8px 5px;
    border-radius: 2px 2px 0 0;
}

.top-bar-go {
    height: 22px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 0 0 30px;
}

.full-box {
    padding: 25px 40px;
    border: 2px solid #5ac340;
    border-radius: var(--border-radius);
    text-align: center;
    background-color: var(--white);
}

    .full-box p {
        font-size: 11px;
        line-height: 18px;
    }

p.intro {
    font-size: 14px;
    line-height: 20px;
}

.green-box {
    background: var(--green-10);
    font-size: 10px;
}

.grey-box {
    background: var(--green-10);
    font-size: 10px;
}

.grey-box2 {
    background: #f8f8f8;
    font-size: 10px;
    padding: 20px 45px 10px 45px;
}

.full-box a {
    color: #666;
}

.grey-box-go {
    background: #f8f8f8 url(../images/head-go.gif) no-repeat;
    font-size: 10px;
}

.white-box {
    /* font-size: 11px; */
}

.twoThirds {
    font-size: 14px;
}

.white-fade {
    /* background: url(/Media/images/white-fade.gif) repeat-x;
  min-height: 12px; */
}

select {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    padding: 12px 8px;
    border: 2px solid #aaa;
    border-radius: var(--border-radius);
    background-color: #fff;
    color: #484848;
    font-size: 15px;
    line-height: 1.43;
}

input {
    padding: 12px 8px;
    border: 2px solid #aaa;
    border-radius: var(--border-radius);
    background-color: #fff;
    font-size: 15px;
}

    input[type="radio"] {
        padding: initial;
        width: auto;
        display: inline-block;
       /* font-size: 2rem;
        line-height: 1.1;*/
    }

.container-left div#QuoteForm_tr_ddTitle td {
    width: 278px;
    height: 26px;
    padding: 4px 27px 16px 6px;
    margin: 0 0 20px;
}

.quick-quote-info {
    padding: 20px;
    margin: 0;
    position: relative;
   /* border-left: 1px solid #dce0e0;
    border-right: 1px solid #dce0e0;
    border-top: 1px solid #dce0e0;*/
    margin: -1px 0 0 0;
}

    .quick-quote-info a {
        color: #000;
        text-decoration: none;
    }

        .quick-quote-info a:hover {
            text-decoration: underline;
        }

.right-box-info {
    padding: 20px;
}

.right-box-info-small {
    padding: 12px 10px 10px 10px;
}

.main-title-holder {
    height: 100px;
    text-align: center;
    background-color: var(--blue-10);
    border-radius: var(--border-radius);
    padding: 20px;
    margin-bottom: 25px;
}

.logo {
    float: left;
}

h1.main-title {
   /* font-size: 22px;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    padding: 0 0 10px 0;
    margin: 0;*/

     font-style: normal;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 120%;
}
@media (max-width:800px){h1.main-title{font-size:1.5em}}

p.main-title {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 10px 0;
    margin: 0;
}

.sub-title {
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 10px 0;
    margin: 0;
}

.sub-title-small {
    font-size: 11px;
    font-weight: bold;
    padding: 0 0 10px 0;
    margin: 0;
}

.left-column {
    width: 560px;
}

.search-column {
    overflow-x: auto !important;
}

.right-column {
    width: 25%;
    float: right;
    margin-left: 1rem;
    margin-top: 68px;
}

/*@media (min-width: 768px) {
{
	.right-column {
	float: none;
    width: 100%;
	}
}*/

    .right-column p {
        font-size: 11px;
    }

table.quote-details {
}

    table.quote-details td {
        border-bottom: 1px solid #999;
    }

    table.quote-details tr.important-row {
        background: var(--green-10);
    }

.gd-nav {
    border-bottom: 1px solid #eee;
    width: 100%;
}

.tab {
    font-size: 18px;
    padding-top: 28px;
    padding-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: bold;
    margin-bottom: 2px;
    margin-right: 5px;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: var(--border-radius);
    color: var(--grey-40);
}

@media (max-width: 800px){.tab-retrieve{display: none;}}

.tab-on {
    font-size: 18px;
    padding-top: 28px;
    padding-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 5px;
    font-weight: bold;
    color: var(--black);
    border-bottom: 2px solid #eee;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: var(--border-radius);
}


table.search-result-title {
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 8px;
}

table.search-result,
table.proceed-box {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    text-align: center;
    font-size: 14px;
    background: #fff;
}

table.search-result {
    height: 80px;
}

table.proceed-box {
    height: 120px;
}

    table.search-result td,
    table.proceed-box td {
        border-right: 1px solid #ccc;
    }

.proceed-container {
    border: 1px solid var(--green);
    background-color: var(--white);
}

.search-result-holder {
    width: 100%;
}

.top-result-holder {
    background: #eee;
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.question-box {
    border: 1px solid var(--green);
    padding: 12px 30px 10px 40px;
    background: var(--green-10);
}

    .question-box a {
        color: #333;
        text-decoration: none;
        display: block;
        padding: 0 20px 0 0;
    }

.close-window {
    float: right;
    font-size: 10px;
    background: url(../images/green-cross.png) no-repeat top right;
}

.warning {
    background: #ffc2d4;
}

.top-result-holder table {
    margin-top: 8px;
    margin-bottom: 16px;
}

.premium {
    background: var(--green-10);
    font-weight: 800;
    font-size: 14px;
}

.premium-price {
    color: var(--black);
    font-size: 18px;
    font-weight: bold;
}

.premium-price-holder {
    padding: 5px;
    background: #fff;
}

.not-available {
    background: #ffc2d4;
    font-weight: bold;
}

    .not-available a {
        color: #de0043;
    }

.info-statement {
    background: url(../images/info.png) no-repeat;
    padding: 2px 0 0 24px;
    margin: 5px 0 0 0;
    color: #999;
    white-space: normal;
}

.logocell {
    width: 25% !important;    
}

.top-result-holder td {
    width: 12.5%;
}

.search-result-holder td {
    width: 12.5%
}

.result-info-level {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    padding-top: 1.5rem;
}

/*** Quote form error ***/

tr.QuoteErrorDiv .question-box {
    border: 1px solid #de0043;
    line-height: 16px;
    background: #ffc2d4 url(../images/warning.png) no-repeat 10px 10px;
    width: 620px;
    margin: 22px 10px 20px 20px;
}

    tr.QuoteErrorDiv .question-box div {
        margin: 12px 30px 10px 40px;
        font-size: 70%;
    }

    tr.QuoteErrorDiv .question-box p.help-desc {
        width: 550px;
    }

    tr.QuoteErrorDiv .question-box a {
        color: #333;
        text-decoration: none;
        display: block;
        padding: 0 20px 0 0;
    }

/*** Quotes List ***/

div.QuoteLoadingArea {
    background: var(--white) none repeat scroll 0 0;
    min-height: 100px;
    height: auto !important;
    height: 100px;
    text-align: center;
}

    div.QuoteLoadingArea p {
        font-size: 100%;
        font-weight: bold;
        padding: 20px 0;
    }

        div.QuoteLoadingArea p span {
            font-size: 80%;
        }

    div.QuoteLoadingArea img {
        padding-bottom: 20px;
    }

img.exclamation {
    margin-left: 2px;
}

/*** Documents List ***/

table.tblDocuments {
    margin-top: 10px;
}

    table.tblDocuments a {
        text-decoration: underline;
        color: #000;
    }

    table.tblDocuments img {
        border: none;
        border-width: 0px;
    }

/*** Dynamic Help Content ***/

.objHiddenHelp {
    display: none;
    visibility: hidden;
    height: 0px;
    width: 0px;
}

a.tooltip {
    display: block;
    position: relative;
    text-decoration: none;
}

    a.tooltip img {
        border: 0;
    }

    a.tooltip span {
        display: none;
        text-decoration: none;
    }

a:hover.tooltip span {
    display: block;
    position: absolute;
    top: 10px;
    left: 45px;
    padding: 5px;
    color: #000;
    text-decoration: none;
}

    a:hover.tooltip span.moreinfo {
        background-color: #e5f2be;
        border: solid 1px var(--green-10);
    }

    a:hover.tooltip span.warning {
        background-color: #ffc2d4;
        border: solid 1px #de0043;
        width: 200px;
    }

.warning .required {
    display: none;
    visibility: hidden;
}

img.required {
    display: none;
    visibility: hidden;
}

a:hover.tooltip span table {
    color: #000;
}

a:hover.tooltip span th,
a:hover.tooltip span td.header {
    background-color: var(--green-10);
    border: 0;
    padding: 5px;
}

a:hover.tooltip span td {
    border: 0;
    padding: 5px;
}

div.footer {
    margin: 25px;
    font-size: 7pt;
    color: #666;
}

div.loadingbararea {
    border: solid 3px #96cb1d;
    height: 15px;
    margin-bottom: 5px;
    text-align: left;
    max-width: 150px;
    margin: 0 auto;
}

    div.loadingbararea div {
        background-color: #e5f2be;
        height: 15px;
        text-align: left;
        max-width: 150px;
    }

/** Column **/
.btn-cell {
    padding: 0 155px 0 0;
}

.block_secure {
    background: transparent url(../../../images/lock.png) no-repeat 0 0;
    padding: 3px 0 0 40px;
    min-height: 32px;
    height: auto !important;
    height: 32px;
    font-size: 11px;
    position: absolute;
    right: 16px;
    top: 40px;
}

.container-left .block_secure {
    right: -204px;
    top: 80px;
}

.container-left {
    width: 66.6666%;
    float: left;
    position: relative;
}

.container-right {
    width: 33.33333%;
    float: right;
    position: relative;
}

    .container-right .info_block {
        padding: 20px;
        border: 1px solid #dce0e0;
    }

    .container-right .solid_block {
        background-color: #737373;
        color: #fff;
        margin-left: 1rem;
    }

div#QuoteForm_pnlSecureBox {
    background-color: #edefed !important;
}

div#QuoteForm_pnlHelpBox {
    background-color: #edefed !important;
}

.container-right .top_block {
    margin-top: 10rem;
    height: auto !important;
    border: none;
}

.container-right .block_title {
    margin: 0;
    padding: 0 0 12px;
    font-size: 1.4em;
    font-weight: normal;
    color: #484848;
}

.container-right .block_subtitle {
    margin: 0;
    padding: 0 0 5px;
    font-size: 1.2em;
    font-weight: normal;
    color: #9ed115;
}

.container-right .block_text {
    padding: 0 0 12px;
}

.container-right .block_img {
    padding: 3px 0 2px 50px;
    min-height: 92px;
    height: auto !important;
    height: 92px;
}

.container-right .block_secure {
    background: transparent url(../../../images/lock.png) no-repeat 0 0;
}

.container-right .block_phone {
    background: transparent url(../../../images/best.png) no-repeat 20px 0;
    font-size: 1.3em;
    font-weight: bold;
}

.gd-box {
    /*border-bottom: 1px solid #dce0e0;*/
}

img#QuoteForm_Occupation_imgOccSearch {
    padding: 8px 10px;
}

.container-left .main-title-holder a {
    position: absolute;
    right: 20px;
    top: 40px;
    z-index: 9999;
}

btn-back {
    float: right;
    z-index: 9999;
}

.quote-top a {
    position: absolute;
    right: 20px;
    top: 40px;
}

.btn {
    padding: 12px 20px;
    border-radius: var(--border-radius);
    display: inline-block;
    text-decoration: none;
    background-color: var(--grey);
    border: 3px solid var(--grey);
    color: var(--black);
    font-weight: 500;
}

.btn-round {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    border-radius: 100px;
}

@media (min-width: 768px) {
    .btn-round {
        font-size: 18px;
        padding: 16px 21px;
    }
}

/* Colours */
.btn-green {
    background-color: var(--green);
    color: #fff;
    border-color: var(--green);
}

    .btn-green:hover {
        background-color: transparent;
        color: var(--green);        
    }

.btn-blue {
    background-color: var(--blue);
    color: #fff;
    border-color: var(--blue);
}
    .btn-blue:hover {
        background-color: transparent;
        color: var(--blue);        
    }
a[id$=OccSearch], a[id$=Occupation]{
    color: #fff !important;
}
    a[id$=OccSearch]:hover, a[id$=Occupation]:hover {
        color: var(--green) !important;
        text-decoration: none !important;
    }

table.tablefirsttdBold tr td:first-child {
    font-weight: bold;
}

.warning{
    background:#fff !important;
}

.warning input, .warning select {
    border: 2px solid red;
}

td.columns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* Media Queries */
/* Small Devices, Tablets */
@media only screen and (min-device-width: 900px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .container-left {
        width: 100%;
    }

    .container-right {
        width: 100%;
        float: left;
        position: relative;
    }

        .container-right .top_block {
            display: none;
        }

    .container-left .block_secure {
        right: 10px;
        top: 80px;
    }

    .container-left .main-title-holder a {
        position: absolute;
        right: 10px;
        top: 40px;
        z-index: 9999;
    }

    .gd-nav {
        display: table;
        width: auto;
    }

    .quote-top {
        padding: 16px;
    }

    
}

/* Smallest Devices, Mobiles */
@media only screen and (min-device-width: 320px) and (max-device-width: 900px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    body {
        font-size: 14px;
        line-height: 1.43;
    }

    .container-big {
        width: auto;
    }

    .container-right .solid_block {
        margin-left: 0;
    }

    .quick-quote-info {
        padding: 16px;
        border-left: none;
        border-right: none;
        border-top: none;
    }

    .fontSizeStart{
        font-size: 25px;
    }

    .quote-top {
        padding: 16px;
    }

    .gd-box {
        border-bottom: none;
    }

    select {
        padding: 8px 2px;
        font-size: 16px;
    }

    .container-left {
        width: 100%;
    }

    .container-right {
        width: 100%;
        float: left;
        position: relative;
    }

        .container-right .top_block {
            display: none;
        }

    .gd-nav {
        width: 100%;
        margin-top: 2rem;
        display: block;
        white-space: nowrap;
        overflow-x: auto;
    }

    .container-left .block_secure {
        right: 20px;
        top: 40px;
    }

    .container-left .main-title-holder a {
        position: absolute;
        right: 20px;
        top: 10px;
    }

    .right-column {
        display: none;
    }

    .search-result-holder {
        width: 100%;
    }

    .top-result-holder {
        width: 100%;
    }

    .main-title-holder table td {
        display: block;
        width: 100%;
        margin: auto;
    }

    .main-title-holder img {
        float: none;
    }

    h1.main-title {
        /*text-align: center;
        margin-top: 4rem;*/
		padding-right: 80px;
    }

    .info-statement {
        max-width: 150px;
    }

    select#QuoteForm_Occupation_occList {
        max-width: 150px;
    }

    a#QuoteForm_Occupation_btnChangeOccupation {
        max-width: 150px;
    }

    div.loadingbararea {
        max-width: 150px;
    }

    p.main-title {
        padding: 8px;
    }

    img.logo {
        float: left;
        margin-left: 1rem;
    }

    .btn-cell {
        padding: 0 20px 0 0;
    }
}

@media only screen and (max-device-width: 425px) {
    .search-result-holder {
        width: 150%;
    }

    .top-result-holder {
        width: 150%;
    }

    .gd-col-hidden {
        display: none;
    }

    .logocell {
        width: 20% !important;
    }

    .top-result-holder td {
        width: 15%;
    }

    .search-result-holder td {
        width: 15%
    }

    input#QuoteForm_Occupation_occDescription {
        width: 100px;
    }
}