	@font-face {
    font-family: "BISansNEXTBold";
    src: url("../fonts/BISansNEXT-Bold.ttf") format("truetype");
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "BISansNEXT-Regular";
    src: url("../fonts/BISansNEXT.ttf") format("truetype");
    font-style: normal;
    font-display: swap;
  }

  .chatbot-body.over{
    overflow:scroll;
  }

  .container-chatbot *, #chatbot_popups *,.chatbot-body{
    margin:0;
    padding:0;
    color:#2c333a;
    font-family:"BISansNEXT-Regular";
  }

  .container-chatbot img,#chatbot_popups img{
    width:100%;
  }

  .container-chatbot{
    display:flex;
    width:100%;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    padding: 40px 0 25px;
    -webkit-user-select: none;
    max-width: 1280px;
    margin: 0 auto;
	color: #000; 
	font-family: "BISansNEXT-Regular"; 
	font-size: 12px;
  }

  .container-chatbot .popup_click{
    pointer-events:none;
  }

/* left block */
.container-chatbot .left_block{
    width: 75%;
    position:relative;
}

.container-chatbot .left-heading{
    font-size:32px;
    color:#003366;
    font-family: "BISansNEXTBold";
    position:absolute;
	line-height: 44px;
}

.container-chatbot hr{
    margin-top: 30px;
    width: calc(100% - 100px);
}

.container-chatbot .left_image_container{
    margin-top:100px;
}

.container-chatbot .foot_section{
    margin-top: 30px;
    position:relative;
}

.container-chatbot .footnote_head{
    font-size:16px;
    font-family: "BISansNEXTBold";
    padding-bottom: 14px;
}

.container-chatbot .foot_section p{
    font-size:12px;
    line-height: 16px;
    padding: 3px 0px 8px 0px;
}

.container-chatbot .foot_section .footnote_abbr,
.container-chatbot .foot_section p span{
    padding-left: 7px
}

/* right block */
.container-chatbot .right_block{
    width: 24%;
    position: relative;
    margin-left: 32px;
   /* background: #f5faff; */
    box-sizing: border-box;
	height: 644px;
}

.container-chatbot .right_sec1{
    background: white;
    box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.1);
    display:flex;
    height: auto;
    padding: 7px 14px;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
}

.container-chatbot .right_sec1 .heartbot span{
    display:block;
}

.container-chatbot .right_sec1 .img_container{
    max-width: 75px;
    align-items: center;
    display: flex;
}

.container-chatbot .right_sec1 .text_container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin-left: 20px;
}

.container-chatbot .right_sec1:after{
    content:"";
    background:url(../images/down_arrow.png) no-repeat;
    background-size:contain;
    height: 11px;
    width: 21px;
    position:absolute;
    right: 22px;
    top: 50%;
    display:none;
}

.container-chatbot .right_sec1 .text_container .line1{
    font-size:28px;
    font-family: "BISansNEXTBold";
    color: #003366;
	margin-bottom: 10px;
}
.container-chatbot .right_sec1 .text_container .line2{
    font-size:15px;
    color: #000000;
}

.container-chatbot .right_sec1{
    pointer-events:none;
}

.container-chatbot .right_sec2{
    background: #f5faff;
    padding: 30px 15px;
    overflow-y: auto;
	height:550px;
}

.container-chatbot .right_sec2 .rline1{
    font-size: 24px;
    font-family: "BISansNEXTBold";
    line-height: 32px;
    height: 188px;
    margin: 0 0 36px;
}

.container-chatbot .right_sec2 .email_block{
    margin-top: 10px;
}

.container-chatbot .right_sec2 .email_block .eline1,
.container-chatbot .right_sec2 .email_block .eline2{
    font-size:16px;
    line-height:24px;
    color: #2c333a;
}

.container-chatbot .email_block #chatbot-email{
    margin-top: 12px;
    width: 100%;
    height: 38px;
    padding: 10px;
    border: solid 1px #e2e6e9;
    border-radius:4px;
    font-size:14px;
    color: #2c333a;
	font-size: 16px;
}

.container-chatbot .popup_click.disable{
    pointer-events:none;
}

.container-chatbot input:checked{
    background: transparent;
}
.container-chatbot .form-group label{
    font-size: 17px;
    padding-left: 35px;
    line-height:24px;
    text-indent: -35px;
 }
 
 .container-chatbot .right_sec2 .btn_container{
    display:flex;
    width:100%;
    justify-content: center;
 }
 .container-chatbot .right_sec2 button{
    background:#0066cc;
    text-align: center;
    padding: 8px 12px;
    border: none;
    border-radius: 8px;
    margin-top: 14px;
    align-items: center;
    width: 182px;
    justify-content: center;
    display: flex;
    color: white;
    cursor:pointer;
    font-family: "BISansNEXTBold";
    font-size:16px;
 }

 .container-chatbot .form-group {
    display: flex;
    margin-top: 30px;
  }
  
  .container-chatbot .form-group input {
    display: none;
  }
  
  .container-chatbot .form-group label {
    position: relative;
    cursor: pointer;
  }
  
  .container-chatbot .form-group label:before {
    content:'';
    background-color: #fff;
    border: 1px solid #8b99a7;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;
    margin-right: 14px;
    top: -4px;
  }
  
  .container-chatbot .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 16px;
    height: 14px;
    background:url(../images/tick.png) no-repeat;
    background-size:contain;
  }


  .container-chatbot .mobile_elements{
    display: flex;
    justify-content: flex-end;
    /*position: fixed;*/
    bottom: 10px;
    right: 10px;
    align-items: center;
    z-index: 50;
    display:none;
  }

  .container-chatbot .mobile_elements .mobile_image{
    width: 76px;
    margin-top: 10px;
  }

  .container-chatbot .mobile_elements .mobile_chatbtn img{
    width:100%;
  }

  .container-chatbot .mobile_elements p{
    background: #d6ebff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-size: 12px;
    padding: 0px 10px;
    text-align: center;
    max-width: 200px;
    min-width: 120px;
    height: 52px;
    line-height: 14px;
    border-bottom-right-radius: 0;
    color: #000000;
    margin-right: 18px;
    font-family: "BISansNEXT-Regular";
  }

  .container-chatbot .left_block.changestyle{
    opacity:0.45;
  }

  .container-chatbot .custom-slick-container{
        display:none;
    }

  /* popup style */

  #chatbot_popups{
    position:relative;
    z-index:100;
  }

  #chatbot_popups .popup-box {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity:0;
    transition: all .5s ease-in-out;
}

#chatbot_popups .popup-box .bg-drk {
    width: 100%;
    height: 100%;
    background: #003366;
}

#chatbot_popups #popup-notes {
    position: absolute;
    width: 92vw;
    height: calc(100% - 120px);
    background: #f7f8dc;
}

#chatbot_popups .popup_content{
    position: relative;
    overflow-y: auto;
    height:100%;
}

#chatbot_popups .popup-box div.close.btn-close {
    width: 29px;
    height: 29px;
    background: url(../images/close.webp) no-repeat 0 0;
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    right: 0px;
    top: -35px;
    z-index: 10;
    align-self: flex-start;
}

#chatbot_popups .content_block.bg1,
#chatbot_popups #popup-notes.bg1{
    background:#fbfbed;
}

#chatbot_popups .content_block{
    background:#f7f8dc;
    height:auto;
    padding: 20px;
    position: relative;
}

#chatbot_popups .ref_head:after{
    content:"";
    background:#b95223;
    width: calc(100% - 40px);
    height: 1px;
    position:absolute;
    top: 10px;
    left: 20px;
}

#chatbot_popups .ref_head.blue:after{
    background:#0061bb;
}


#chatbot_popups .ref_head{
    font-size:12px;
    line-height:24px;
    font-family: "BISansNEXTBold";
}

#chatbot_popups p{
    font-size:8px;
    line-height:16px;
    font-family: "BISansNEXT-Regular";
}

#chatbot_popups{
    display:none;
}

#chatbot_popups .popup-box.active{
    opacity:1;
    transition: all .5s ease-in-out;
}

.footnote-references-heading
{
font-family: "BISansNEXTBold"!important;	
}
.chatbot-references li
{
	padding-left: 0!important;
}
.chatbot-footnote-references ul.gds-footnote__references
{
	margin-left: 7px!important;
}

.gds-footer__inner .gds-footer__secondary-logo{visibility: hidden;}
.gds-footer__legal>p{
font-size:14px;
color: #2c333a;
}
.gds-footer__inner .gds-btn-wrapper{
display:none;
}
.gds-footer__legal>p:last-child{
display:none;
}
.bfl-brand-logo img{max-width: 180px; height: 100%;} 
.gds-footer__inner .gds-btn-wrapper{display:none;} 
.gds-footer p{line-height:20px;} 
.gds-footer p:empty{display:none;} 
.gds-footer p:nth-last-child(2){font-size:12px; line-height: 16px;}
.gds-footer__logo-bi>.gds-logo{max-width: 112px;}

.chatbot-grid {
	margin-bottom: 0;
}

@media screen and (min-width: 768px){
.chatbot-grid{max-width: 1280px;
justify-content: flex-start;
display: flex;
padding: 0 calc(var(--spacer-l) / 2);
margin: 0 auto;
width: 100%;
flex-flow: row wrap;
margin-bottom:0px;
}
.chatbot-cell{
	padding: 0 calc(var(--spacer-l) / 2);}
}

/* media query for ipads */
@media only screen and (min-width: 768px) and (max-width: 1024px){
    .container-chatbot .right_sec1 .text_container .line1{
        font-size: 18px;
    }

    .container-chatbot .right_sec1 .text_container .line2{
        font-size: 10px;
    }
	.container-chatbot .right_sec2 .rline1{font-size: 16px;}

header button#mobilemenutoggle{display:none;}
#webchat{
	height: 510px!important;
}
.container-chatbot .right_block
{
	overflow: hidden;
}
.container-chatbot .form-group label
{
	font-size: 15px;
}
}


/* media query for mobile devices */
@media only screen and (max-width: 767px){
.container-chatbot{
    padding: 0;
    position: relative;
    display:block;
}
.conversationform
{   height: 100%;
	position: absolute;
    bottom: 0;
}
.container-chatbot .left-heading,
.container-chatbot hr, .chatbot-footnote-references{
    display:none;
}

.container-chatbot .left_image_container{
    margin:0;
}

.container-chatbot .right_block{
    width: 100%;
    padding: 0;
    position: fixed;
    overflow: hidden;
    margin-left: 0;
    bottom: -10px;
    z-index: 55;
    height: 0;
    transition: height 0.5s ease-in-out;
	left:0;
}

.container-chatbot .right_sec1,
.container-chatbot .popup_click{
    pointer-events:auto;
}

.container-chatbot .foot_section.carousel{
    margin-top:92px;
    display: none;
}

.container-chatbot .right_block.active{
    height: 60%;
	bottom:0px;
    transition: height 0.5s ease-in-out;
}
.container-chatbot .left_block{
    width:100%;
    padding: 12px;
    box-sizing: border-box;
    position: relative;
    background: #0061bb;
    overflow-y: auto;
    height: 100%;
}
.container-chatbot .right_sec2{
    height: calc(100% - 90px);
    overflow-y: auto;
}
.container-chatbot .right_sec1{
    justify-content:center;
}
.container-chatbot .mobile_elements{
    display:flex;
	position: fixed;
}
.container-chatbot .right_sec1 .img_container{
    /*width: 55px;*/
}

.container-chatbot .right_sec1 .text_container .line1{
    font-size:16px;
}
.container-chatbot .right_sec1 .text_container .line2{
    font-size:10px;
}
.container-chatbot .right_sec1 .img_container,
.container-chatbot .right_sec1:after{
    display:block;
}
.container-chatbot .right_sec1 .text_container{
    margin-left: 10px;
}
.container-chatbot .form-group label{
    width:100%;
}
.chatbot-body{
    background:#0061bb;
}
.container-chatbot .foot_section p,
.container-chatbot .foot_section h3,
.container-chatbot .foot_section span{
    color:#ffffff;
}

/* slick caurosel style for mobile*/

.container-chatbot .custom-slick-container{
    display:block;
}

.container-chatbot .slick-slide{
    height:auto;
}

.container-chatbot .slick-dots li button{
    width: 13px;
    height: 13px;
}

.container-chatbot .slick-dots li{
    margin: 0;
}

.container-chatbot .slick-dots li button {
    background: #003366;
    border-radius: 50px;
}

.container-chatbot .slick-dots li.slick-active button {
    background: #ffffff;
}

.container-chatbot .slick-dots {
    top: 100%;
    bottom: auto;
    margin-top: 38px;
}

.container-chatbot .slick-prev,
.container-chatbot .slick-next {
    bottom: auto;
    top: 100%;
    padding: 30px 27px;
    margin-top: 60px;
}

.container-chatbot .slick-next {
    right: 7%;
    z-index:1;
}

.container-chatbot .slick-prev {
    left: 7%;
    z-index:1;
}

.container-chatbot .slick-next::before {
    content:"";
    background:url(../images/prev.png) no-repeat;
    background-size:contain;
    transform: rotate(180deg);
    height:60px;
    width:60px;
    position:absolute;
    top:0;
    left:0;
}

.container-chatbot .slick-prev::before {
    content:"";
    background:url(../images/prev.png) no-repeat;
    background-size:contain;
    height:60px;
    width:60px;
    position:absolute;
    top:0;
    right:0;
}

.container-chatbot .slick-dots li button:before,
.slick-dots li.slick-active button:before,
.container-chatbot .desktop-image{
    display:none;
}

.container-chatbot .custom-slick-container img{
    width:100%;
}
.gds-footer--light-bg
{
	background-color: #003366!important;
}
.gds-footer--light-bg p, .gds-inline-menu li.gds-inline-menu__item a
{
	color: #fff!important;
}
.gds-footer__inner .gds-footer__logo-bi
{
	display:none;
} 
.gds-footer__inner .gds-footer__secondary-logo
{
	text-align: left; visibility: visible;
}
.bfl-brand-logo img{
	max-width: 140px;
	padding: 7px 0 !important;
	} 
header button#mobilemenutoggle{display:none;} 
.gds-footer .gds-footer__branding{margin-bottom:10px;}
.bfl-brand-logo{padding: 7px 0!important;}
.slick-dots-remove{
	display:none!important;
}

}
