﻿/****************************************************************************************/
/* SITE MASTER STYLES                                                                   */
/****************************************************************************************/
/*                                                                                      */
/*****************/
/*     Fonts     */
/*****************/
@font-face {
    font-family: "SunLifeNewDisplay";
    src: url('/fonts/SunLifeNewDisplay-Regular.woff');
    src: url('/fonts/SunLifeNewDisplay-Regular.woff') format('woff'), url('/fonts/SunLifeNewDisplay-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "SunLifeNewDisplay";
    src: url('/fonts/SunLifeNewDisplay-Bold.woff');
    src: url('/fonts/SunLifeNewDisplay-Bold.woff') format('woff'), url('/fonts/SunLifeNewDisplay-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "SunLifeNewText";
    src: url('/fonts/SunLifeNewText-Regular.woff');
    src: url('/fonts/SunLifeNewText-Regular.woff') format('woff'), url('/fonts/SunLifeNewText-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "SunLifeNewText";
    src: url('/fonts/SunLifeNewText-Italic.woff');
    src: url('/fonts/SunLifeNewText-Italic.woff') format('woff'), url('/fonts/SunLifeNewText-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "SunLifeNewText";
    src: url('/fonts/SunLifeNewText-Bold.woff');
    src: url('/fonts/SunLifeNewText-Bold.woff') format('woff'), url('/fonts/SunLifeNewText-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "SunLifeNewText";
    src: url('/fonts/SunLifeNewText-BoldItalic.woff');
    src: url('/fonts/SunLifeNewText-BoldItalic.woff') format('woff'), url('/fonts/SunLifeNewText-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
}
/**/
/*****************/
/* Global Styles */
/*****************/
html {
    /* Base font size */
    /*font-size: 1em;*/
    /*font-size: calc(15px + 0.390625vw);*/
    font-size: .875vw;
    font-weight: normal;
    font-family: SunLifeNewText, Arial, Verdana, Helvetica, Lucida Sans, sans-serif;
}

.header-text-1 {
    font-size: 1.5rem;
    font-weight: normal;
    /*font-family: Arial, Verdana, Helvetica, Lucida Sans, sans-serif;*/
    font-family: SunLifeNewDisplay, Arial, Verdana, Helvetica, Lucida Sans, sans-serif;
}

.hidden-text-1 {
    font-size: 0.1rem;
    font-weight: normal;
    /*font-family: Arial, Verdana, Helvetica, Lucida Sans, sans-serif;*/
    font-family: SunLifeNewText, Arial, Verdana, Helvetica, Lucida Sans, sans-serif;
    color: #FFFFFF; /* White */
}

.body {
    font-size: 1.25rem;
    font-weight: normal;
    /*font-family: Arial, Verdana, Helvetica, Lucida Sans, sans-serif;*/
    font-family: SunLifeNewText, Arial, Verdana, Helvetica, Lucida Sans, sans-serif;
    text-align: left;
    margin: auto;
}

.mainfull {
    /*position: absolute;*/
    /* width: 65rem; */
    left: 10%;
    width: 80%;
    max-width: 80%;
    /*overflow: hidden;*/
    /*align-items: center;*/
    align-content: center;
    text-align: left;
    /*margin-top: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    margin-left: 1rem;*/
    margin: auto;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    font-size: 1.5rem;
    color: #003946; /* Sun Life Blue */
    /*background: #FFF8E0;*/ /* Sun Life Warm Yellow */
    background: #FFFFFF; /* White */
}

.main {
    /*position: absolute;*/
    /* width: 65rem; */
    left: 10%;
    width: 80%;
    max-width: 80%;
    /*overflow: hidden;*/
    /*overflow-wrap:normal;*/
    align-content: center;
    text-align: left;
    /*margin-top: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    margin-left: 1rem;*/
    margin: auto;
    padding-top: 1rem;
    padding-right: 1.4rem;
    padding-bottom: 1rem;
    padding-left: 1.4rem;
    font-size: 1.25rem;
    color: #003946; /* Sun Life Blue */
    background: #FFFFFF; /* White */
}

.mainCentre {
    /*position: absolute;*/
    /* width: 65rem; */
    left: 10%;
    width: 80%;
    max-width: 80%;
    overflow: hidden;
    align-content: center;
    text-align: left;
    /*margin-top: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    margin-left: 1rem;*/
    margin: auto;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    color: #003946; /* Sun Life Blue */
    background: #FFFFFF; /* White */
}

.main img {
    vertical-align: bottom;
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
}

.main-master-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*margin-bottom: 0.5rem;*/
    max-height: 3.75em;
    max-width: 15.5em;
    height: 50%;
    width: 50%;
}

.main-master-logo-right {
    position: relative;
    align-items: flex-start;
    padding: 0; 
    right: 0;
    /*margin-bottom: 0.5rem;*/
    max-height: 3.75em;
    max-width: 15.5em;
    height: 65%;
    width: 65%;
}

.header-line {
    /*float: left;*/
    left: 10%;
    width: 80%;
    height: 0.25rem;
    min-height: 0.25rem; /* minimum height of the background */
    /*margin-top: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    margin-left: 1rem;*/
    margin: auto;
    padding-top: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
    max-width: 98%;
    overflow: hidden;
    font-size: 1.25rem;
    color: #003946; /* Sun Life Blue */
    background: #003946; /* Sun Life Blue */
}

.headerlink {
    color: #003946; /* Sun Life Blue */
    text-decoration: none;
}



/*****************/
/* Button Styles */
/*****************/
.btnLeft {
    text-align: left;
    padding-left: 1.04em;
}

.btnCentre {
    text-align: center;
}

.btnRight {
    text-align: right;
    padding-right: 1.04em;
}

.btnNormal {
    padding-top: 0rem;
    padding-right: .5rem;
    padding-bottom: 0rem;
    padding-left: .5rem;
    height: 3rem;
    max-width: 80%;
    text-align: center;
    /*border: 0.15em outset #003946;*/ /* Sun Life Blue */
    border: 0.15em solid #FEBE10; /* Sun Life Yellow */
    background-color: #FEBE10; /* Sun Life Yellow */
    color: #003946; /* Sun Life Blue */
    font-weight: bold;
    /*  Rounded Corners */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /*-khtml-border-radius: 5px;*/
    border-radius: 5px;
}

    .btnNormal:hover {
        padding-top: 0rem;
        padding-right: .5rem;
        padding-bottom: 0rem;
        padding-left: .5rem;
        /*background-color: #E0DCD1;*/ /* Medium Grey */
        background-color: #A59E8C; /* Warm Grey */
        /*border: 0.15em outset #003946;*/ /* Sun Life Blue */
        border: 0.15em solid #A59E8C; /* Warm Grey */
        /*color: #003946;*/ /* Sun Life Blue */
        color: #FFFFFF; /* White */
        /*  Rounded Corners */
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        /*-khtml-border-radius: 5px;*/
        border-radius: 5px;
    }

.btnDisabled {
    padding-top: 0rem;
    padding-right: .5rem;
    padding-bottom: 0rem;
    padding-left: .5rem;
    height: 3rem;
    text-align: center;
    /*border: 0.15em outset #003946;*/ /* Sun Life Blue */
    border: 0.15em solid #FFF8E0; /* Sun Life Warm Yellow */
    background-color: #FFF8E0; /* Sun Life Warm Yellow */
    color: #003946; /* Sun Life Blue */
    font-weight: bold;
    /*  Rounded Corners */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /*-khtml-border-radius: 5px;*/
    border-radius: 5px;
}

/*******************/
/* Text Box Styles */
/*******************/
input.textEntry {
    text-align: center;
    height: 2.5rem;
    min-width: 3rem;
    /*border: .15em outset #003946;*/ /* Sun Life Blue */
    border: .15em solid #E0DCD1; /* Medium Grey */
    /*  Rounded Corners */
    /*-moz-border-radius: 5px;*/
    /*-webkit-border-radius: 5px;*/
    /*-khtml-border-radius: 5px;*/
    /*border-radius: 5px;*/
}
    input.textEntry:focus {
        text-align: center;
        height: 2.5rem;
        min-width: 3rem;
        outline: none;
        /*border: .15em outset #003946;*/ /* Sun Life Blue */
        border: .15em solid #000000; /* Black */
        /*  Rounded Corners */
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        /*-khtml-border-radius: 5px;*/
        border-radius: 5px;
    }

input.passwordEntry {
    text-align: center;
    height: 2.5rem;
    min-width: 3rem;
    /*border: .15rem outset #003946;*/ /* Sun Life Blue */
    border: .15rem solid #E0DCD1; /* Medium Grey */
    /*  Rounded Corners */
    /*-moz-border-radius: 5px;*/
    /*-webkit-border-radius: 5px;*/
    /*-khtml-border-radius: 5px;*/
    /*border-radius: 5px;*/
}
    input.passwordEntry:focus {
        text-align: center;
        height: 2.5rem;
        min-width: 3rem;
        outline: none;
        /*border: .15em outset #003946;*/ /* Sun Life Blue */
        border: .15em solid #000000; /* Black */
        /*  Rounded Corners */
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        /*-khtml-border-radius: 5px;*/
        border-radius: 5px;
    }

input.emailEntry {
    text-align: center;
    height: 2.5rem;
    min-width: 36rem;
    /*border: .15em outset #003946;*/ /* Sun Life Blue */
    border: .15em solid #E0DCD1; /* Medium Grey */
    /*  Rounded Corners */
    /*-moz-border-radius: 5px;*/
    /*-webkit-border-radius: 5px;*/
    /*-khtml-border-radius: 5px;*/
    /*border-radius: 5px;*/
}
    input.emailEntry:focus {
        text-align: center;
        height: 2.5rem;
        min-width: 36rem;
        outline: none;
        /*border: .15em outset #003946;*/ /* Sun Life Blue */
        border: .15em solid #000000; /* Black */
        /*  Rounded Corners */
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        /*-khtml-border-radius: 5px;*/
        border-radius: 5px;
    }

input.addrEntry {
    text-align: left;
    height: 2.5rem;
    min-width: 20rem;
    /*border: .15em outset #003946;*/ /* Sun Life Blue */
    border: .15em solid #E0DCD1; /* Medium Grey */
    /*  Rounded Corners */
    /*-moz-border-radius: 5px;*/
    /*-webkit-border-radius: 5px;*/
    /*-khtml-border-radius: 5px;*/
    /*border-radius: 5px;*/
}
    input.addrEntry:focus {
        text-align: left;
        height: 2.5rem;
        min-width: 20rem;
        outline: none;
        /*border: .15em outset #003946;*/ /* Sun Life Blue */
        border: .15em solid #000000; /* Black */
        /*  Rounded Corners */
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        /*-khtml-border-radius: 5px;*/
        border-radius: 5px;
    }

/*.radio-unselected {
    position: absolute;
    width: 1.5625rem;
    height: 1.5625rem;
    accent-color: #A59E8C;*/ /* Sun Life Warm Grey */
    /*background-color: #A59E8C;*/ /* Sun Life Warm Grey */
    /*border-color: #A59E8C;*/ /* Sun Life Warm Grey */
    /*border-width: 0.125rem;
}
    .radio-unselected:hover {
        accent-color: #DDE6E1;*/ /* Sun Life Light Grey */
        /*border-color: #DDE6E1;*/ /* Sun Life Light Grey */
        /*border-width: 0.125rem;
    }
    .radio-unselected:checked {
        accent-color: #003946;*/ /* Sun Life Blue */
        /*border-color: #003946;*/ /* Sun Life Blue */
        /*border-width: 0.125rem;
    }
.radio-selected {
    position: absolute;
    width: 1.5625rem;
    height: 1.5625rem;
    accent-color: #003946;*/ /* Sun Life Blue */
    /*background-color: #003946;*/ /* Sun Life Blue */
    /*border-color: #003946;*/ /* Sun Life Blue */
    /*border-width: 0.125rem;
}
    .radio-selected:hover {
        accent-color: #DDE6E1;*/ /* Sun Life Light Grey */
        /*border-color: #DDE6E1;*/ /* Sun Life Light Grey */
        /*border-width: 0.125rem;
    }*/


/**************************/
/* Custom Checkbox Styles */
/**************************/
/* Customize the label (the container) */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 2.1875rem /*35px*/;
    margin-bottom: 0.75rem /*12px*/;
    cursor: pointer;
    font-size: 1.375rem /*22px*/;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkbox-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.5625rem /*25px*/;
    width: 1.5625rem /*25px*/;
    background-color: #DDE6E1 /*#eee*/;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkbox-checkmark {
    background-color: #E0DCD1 /*#ccc*/;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkbox-checkmark {
    background-color: #003946 /*#2196F3*/;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkbox-checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkbox-checkmark:after {
    left: 0.5625rem /*9px*/;
    top: 0.3125rem /*5px*/;
    width: 0.3125rem /*5px*/;
    height: 0.625rem /*10px*/;
    border: solid white;
    border-width: 0 0.1875rem 0.1875rem 0 /*0 3px 3px 0*/;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
} 

/******************************/
/* Custom Radio Button Styles */
/******************************/
/* Customize the label (the container) */
.radio-container {
    display: block;
    position: relative;
    padding-left: 2.1875rem /*35px*/;
    margin-bottom: 0.75rem /*12px*/;
    cursor: pointer;
    font-size: 1.375rem /*22px*/;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .radio-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom radio button */
.radio-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.5625rem /*25px*/;
    width: 1.5625rem /*25px*/;
    background-color: #DDE6E1 /*#eee*/;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .radio-checkmark {
    background-color: #E0DCD1 /*#ccc*/;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .radio-checkmark {
    background-color: #003946 /*#2196F3*/;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .radio-checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
    top: 0.5625rem /*9px*/;
    left: 0.5625rem /*9px*/;
    width: 0.5rem /*8px*/;
    height: 0.5rem /*8px*/;
    border-radius: 50%;
    background: white;
} 

/****************/
/* Table Styles */
/****************/
.HeaderTable {
    margin: .5rem;
    padding: .5rem;
    border-spacing: .5rem;
    vertical-align: middle;
    background-color: #FFFFFF;
    /*color: #0e6cac;*/
    /*font-size: 9pt;*/
    /*font-weight: normal;*/
    /*font-family: SunLifeNewText, Arial, sans-serif, Helvetica;*/
}
.eConsentTable {
    /*margin: .5rem;*/
    /*padding: .5rem;*/
    /*border-spacing: .5rem;*/
    vertical-align: middle;
    /*color: #0e6cac;*/
    /*font-size: 9pt;*/
    /*font-weight: normal;*/
    /*font-family: SunLifeNewText, Arial, sans-serif, Helvetica;*/
}
