﻿body {
    width: 100%;
    height: 100%;
    margin: 0;
    min-width:320px;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/OpenSans-Bold.eot') format('embedded-opentype'), url('../fonts/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans-Regular.eot') format('embedded-opentype'), url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('../fonts/OpenSans-Semibold.eot') format('embedded-opentype'), url('../fonts/OpenSans-Semibold.ttf') format('truetype');
}

@font-face {
    font-family: 'SourceSansPro-Semibold';
    src: url('../fonts/SourceSansPro-Semibold.woff') format('woff'), url('../fonts/SourceSansPro-Semibold.woff2') format('woff2'), url('../fonts/SourceSansPro-Semibold.eot') format('embedded-opentype'), url('../fonts/SourceSansPro-Semibold.ttf') format('truetype');
}

@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url('../fonts/SourceSansPro-Regular.woff2') format('woff2'), url('../fonts/SourceSansPro-Regular.woff') format('woff'), url('../fonts/SourceSansPro-Regular.ttf') format('truetype'), url('../fonts/SourceSansPro-Regular.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'SourceSansPro-Bold';
    src: url('../fonts/SourceSansPro-Bold.eot') format('embedded-opentype'), url('../fonts/SourceSansPro-Bold.ttf') format('truetype'), url('../fonts/SourceSansPro-Bold.woff') format('woff'), url('../fonts/SourceSansPro-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'SourceSansPro-Black';
    src: url('../fonts/SourceSansPro-Black.woff2') format('woff2'), url('../fonts/SourceSansPro-Black.woff') format('woff'), url('../fonts/SourceSansPro-Black.ttf') format('truetype'), url('../fonts/SourceSansPro-Black.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'linecons';
    src: url('../fonts/linecons/linecons.eot') format('embedded-opentype'), url('../fonts/linecons/linecons.svg') format('svg'), url('../fonts/linecons/linecons.ttf') format('truetype'), url('../fonts/linecons/linecons.woff') format('woff');
}

div{
    display:block;
}

a {
    text-decoration: none;
}

    a:hover {
        -moz-transition: all 300ms;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
        text-decoration: none;
        cursor: pointer;
    }

.css300 {
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.css500 {
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}



#master{
    width:100%;
    height:100%;
}

#navigationbar {
    width: 100%;
    height: 85px;
    position: fixed;
    border-bottom: 1px solid #2675bb;
    z-index: 2;
}

#navbar-ph{
    height:86px;
}

.logo-section {
    background-color: white;
    position: absolute;
    display: table;
    height: 100%;
    width: 14%;
}

    .logo-section:after {
        -moz-transition: all 300ms;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
        height: 0;
        width: 0;
        content: "";
        display: block;
        position: absolute;
        border-top: 80px solid white;
        border-right: 80px solid transparent;
        right: -80px;
        bottom: 0px;
        box-sizing: border-box;
    }

.logo {
    display: table-cell;
    text-align:right;
    height: 100%;
    position: relative;
    vertical-align: middle;
}

#img-logo {
    width:142px;
    height: 60px
}

#burger-section{
    display:none;
}

#white-section{
    width:100%;
    height:25px;
    background-color:white;
}

#blue-section {
    width: 110%;
    background-color: #004b8e;
    height: 60px;
    text-align:right;
}


#nav-section {
    display: inline-block;
    text-align:justify;
    width:58%;
    padding-right:1%;
    max-width:850px;
    vertical-align:bottom;
}

.justify{
    display:inline-block;
    width:100%;
}

.nav-item{
    display:inline-block;
    color:white;
    padding:10px;
    padding-bottom:25px;
    font-family:SourceSansPro-Semibold;
    font-size:16px;
    letter-spacing:1px;
    line-height:16px;
}

    .nav-item.active {
        padding-bottom: 20px;
        border-bottom: 3px solid #61f2ff
    }

    .nav-item:hover {
        color: #61f2ff;
        cursor: pointer;
        padding-bottom: 20px;
        border-bottom: 3px solid #61f2ff
    }

.nav-dropdown {
    display: inline-block;
    color: white;
    font-family: SourceSansPro-Semibold;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 16px;
    vertical-align: top;
    padding: 10px;
    padding-bottom: 28px;
}

#nav-drop-head{
    padding:10px 15px;
    margin-bottom:4px;
}

.nav-drop {
    position: absolute;
    display: none;
    width: 175px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.nav-drop-item {
    padding: 20px 0;
    display: block;
    width: 100%;
    text-align: center;
    background-color: #084b8c;
    border-top: 1px solid #135ca3;
    color:white;
}

.nav-drop-item.last-c{
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}

.nav-drop ul li {
    list-style: none;
}



#drop-nav{
    border:1px solid white;
    border-radius:5px;
    font-family:SourceSansPro-Semibold;
    font-size:14px;

}

#blueblank-section {
	
    
	background-color: #004b8e
    height: 100%;
    width: 10%;
    display: inline-block;
    vertical-align: top;
    margin-right: 0;
    text-align: center;
}

#yellow-section {
    background-color: #F5E68B;
    height: 100%;
    width: 15%;
    display: inline-block;
    vertical-align: top;
    margin-right: 0;
    text-align: center;
}

    #yellow-section:hover {
        background-color: #f9e360;
    }

#yellow-content{
    display:table;
    height:100%;
    position:relative;
    margin:0 auto;
    left:0;
    right:0;
    top:0;
}

#yellow-content-wrapper {
    display: table-cell;
    vertical-align: middle;
}

#yellow-text {
    display: inline-block;
    font-family: SourceSansPro-Semibold;
    font-size: 16px;
    line-height: 16px;
}

#yellow-logo {
    display: inline-block;
    vertical-align: middle;
    margin-right:10px;
}

#lock-logo{
    height:24px;
}

#down-logo{
    padding-left:25px;
}


/* 20250103 - Increase the width of the full dropdown menu - blue section (Change from 300 to 320) */
/* 20240731 - Increase the width of the full dropdown menu - blue section (Change from 250 to 300) */
.full-dropdown {
    height:320px;
    width: 100%;
    background-color: #004b8e;
    position: absolute;
    display: none;
    top: 86px;
    left: 0;
    
}

.dropdown-wrapper {
    width: 84%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    
}

.dropdown-wrapper.half{
    width:60%;
}

.dropdown-sectors {
    border-right: 1px solid #79aec7;
    width: 33%;
    padding-top:10px;
    padding-bottom:25px;
    text-align:left;
}

.dropdown-sectors.last {
    border-right: none;
}

.dropdown-sectors.half{
    width:49%;
}

.dropdown-sector-wrapper {
    
    width: 70%;
    height:100%;
    margin:0 auto;
}

.dropdown-sector-wrapper.half {
    width: 80%;
    height: 100%;
    margin: 0 auto;
}

.sector-headings {
    color: white;
    font-family: OpenSans-Bold;
    font-size: 14px;
    line-height:20px;
    padding:16px 0;
    letter-spacing: 0.75px;
}

    .sector-headings.head-link {
        padding-top:20px;
        padding-bottom:0px;
    }

.sector-text {
    color: white;
    font-family: OpenSans-Regular;
    font-size: 14px;
    line-height:16px;
    padding:6px 0;
}

.dropdown-links {
    color: white;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

    .dropdown-links:hover {
        color: #61f2ff;
    }

#footer {
    background-color: #f5f5f5;
}

#footer-sitemap {
    border-top: 1px solid #d7d7d7;
    padding:10px 0;    /*Change from 40px 20250221 Ellen*/
    width:100%;
}

    #footer-sitemap a:hover {
        color: #004b8e;
    }

#sitemap-wrapper{
    width:90%;    /*Change from 72% 20250221 Ellen*/
    margin:0 auto;
    text-align:justify;
}



.sitemap-column{
    display:inline-block;
    vertical-align:top;
}

.sitemap-header,.sitemap-header a{
    font-family:SourceSansPro-Bold;
    font-size:23px;     /*Change from 18px 20250221 Ellen*/
    line-height:40px;   /*Change from 48px 20250221 Ellen*/
    color:black;
}

.sitemap-text a {
    font-family: SourceSansPro-Regular;
    font-size: 16px;
    line-height: 30px;
    color: black;
}

#footer-detail {
    padding:20px 0;    /*Change from 15px 20250221 Ellen*/
    text-align: center;
    border-top: 1px solid #d7d7d7;
}


.terms{
    font-family:OpenSans-Regular;
    font-size:12px;
    line-height:36px;
}

.footerelves {
    color: #004b8e;
}

    .footerelves:hover {
        color: #55C9EA;
    }

#break{
    display:none;
}

#bttop {
    display: none; /*Hidden by default*/
    position: fixed; /*Fixed/sticky position*/
    bottom: 20px; /*Place the button at the bottom of the page*/
    right: 30px; /*Place the button 30px from the right*/
    z-index: 99; /*Make sure it does not overlap*/
    border: none; /*Remove borders*/
    outline: none; /*Remove outline*/
    background-color: #032e6c; /*Set a background color*/
    color: white; /*Text color*/
    cursor: pointer; /*Add a mouse pointer on hover*/
    border-radius: 50%; /*Rounded corners*/
    font-size: 16px; /*Increase font size*/
    height: 60px;
    width: 60px;
    padding: 8px;
}


a.revert-top {
    display: none;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    left: 20px;
    bottom: 50px;
    border: 1px solid #464646;
    background: #464646 url('https://www-imedia.rclgroup.com/CorpWEB/IMAGES/up-arrow.png') no-repeat center 43%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    box-sizing: border-box;
    display: none;
}

    a.revert-top:hover {
        box-sizing: border-box;
        border: 1px solid #464646;
        background: white url("https://www-imedia.rclgroup.com/CorpWEB/IMAGES/up-arrow2.png") no-repeat center 43%;
    }


.mp-back {
    text-decoration: none;
}

.mp-level {
    background-color: #004b8e;
}

.mp-menu.mp-cover h2 {
    box-shadow: inset 0 -1px #7faec8;
}

.mp-menu ul li > a {
    box-shadow: inset 0 -1px #7faec8;
    font-size:14px;
}

.social-img:hover{
    background-color:#d5d5d5;
}

/* chatbot 26/05/2025 */
#chatbotIframe {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 450px;
    height: 700px;
    border: none;
    z-index: 9999;
}

@media screen and (max-width:1280px){
    .logo-section{
        width:100%;
        height:60%;
        position:unset;
        position:static;
    }

    .logo{
        text-align:center;
        height:100%;
    }

    #img-logo{
        margin-top:5px;
        height:50px;
        width:120px;
    }

    #white-section{
        display:none;
    }

    #nav-section{
        width:61%;
        padding:0px;
    }

    .nav-item{
        font-size:14px;
    }

    .full-dropdown{
        top:115px;
    }

    #blue-section {
        border-bottom: 1px solid #79aec7;
    }

    #sitemap-wrapper{
        width:90%;
    }

    /* chatbot 26/05/2025 */
    #chatbotIframe {
        position: fixed;
        bottom: 0;
        right: 0;
        left: auto;
        width: 450px;
        height: 700px;
        border: none;
        z-index: 9999;
    }

}

@media screen and (max-width:880px) {
    .logo-section {
        width: 100%;
        height:100%;
        position: unset;
    }

    #nav-section{
        display:none;
    }

    #blue-section{
        width:85px;
        position:absolute;
        top:0;
        right:0;
        height:100%;
    }

    #yellow-section{
        width:100%;
    }

    #burger-section {
        background-color: #004b8e;
        display: table;
        position: absolute;
        width: 85px;
        height:100%;
        top:0;
    }

    .mobilelogo{
        display:table-cell;
        vertical-align:middle;
    }

    #tabbtn{
        margin:0 auto;
        display:block;
        background-color:white;
        height:20px;
    }

        #tabbtn:hover {
            background-color: #79aec7;
        }

    #navigationbar.shrink,
    #navbar-ph.shrink {
        height: 70px;
    }

    #blue-section.shrink,
    #burger-section.shrink
    {
        width:70px;
    }

    #footer-sitemap{
        display:none;
    }

    .nav-dropdown{
        display:none;
    }

    /* chatbot 26/05/2025 */
    #chatbotIframe {
    position: fixed;
    bottom: 0;
    right: 0;
    left: auto;
    width: 450px;
    height: 700px;
    border: none;
    z-index: 9999;
  }
}

/* chatbot 26/05/2025 */
@media screen and (max-width:450px) {

    #chatbotIframe {
    position: fixed;
    bottom: 0;
    right: 0;
    left: auto;
    width: 385px;
    height: 700px;
    border: none;
    z-index: 9999;
  }

}
/* end chatbot 16/05/2025*/

@media screen and (max-width:380px) {
    #break{
        display:block;
        font-size:0px;
        line-height:0px;
    }

    /* chatbot 26/05/2025 */
    #chatbotIframe {
    position: fixed;
    bottom: 0;
    right: 0;
    left: auto;
    width: 350px;
    height: 700px;
    border: none;
    z-index: 9999;
   }
}