/* === TEXT MODULE CSS === */
.text-inner-wrapper .content-wrap a{color: var(--black-color)}
.text-inner-wrapper .signpost-link{margin-top: 25px}
.text-inner-wrapper .bullet-list-content .signpost-link{margin-top: 35px}
.text_module ul li, {font-size: 1.6rem;line-height:1.63rem;color:var(--black);}
.text_module .content__wrapper ul li{list-style-type:disc!important;}
.text_module .content_main_wrapper p{font-family: var(--font-arial);font-size: 1.6rem;line-height: 1.63;}
.text_module .content_main_wrapper .left-content ul li{list-style-type:disc!important; padding:0px 0px 0px 5px;line-height:2.6rem; color: var(--black);}
.left_content a{font-size: 1.4rem;color: #0077c6;text-decoration: none;font-weight: 700;letter-spacing: .3px;position: relative;}
.left_content a:hover{text-decoration:underline;}    
.left-content p{color:var(--black);}
.left_content {color:var(--black);}
.left_content p>a{color:var(--water-blue);}
.left_content p>span a{font-size: 1.4rem;font-weight: 700;letter-spacing: .3px;line-height: 1.63;}
.text_module .content_main_wrapper .right-content .popup-image {position: relative;}
.text_module .content_main_wrapper .right-content .popup-image span{display: none; font-size: 1.4rem; font-weight: 700; letter-spacing: .3px;line-height:22.82px;}
.text_module .content_main_wrapper .right-content .popup-image:hover span{position: absolute;left: 42%;top: 44%;transform: translate(-50%,-50%);z-index: 1;color: #fff;display: block;letter-spacing: .3px;}
.text_module .content_main_wrapper .right-content .popup-image:hover:after{display: block; position: absolute; content: ""; background: rgba(0,0,0,.5); left: 0; top: 0; height: calc(100% - 40px); width: 85%; z-index: 0;height:100%;}
.text_module .content_main_wrapper .right-content img{display: block;}
.text_module .content_main_wrapper .Intro_text .Intro_text_p{font-size: 2.2rem;line-height: 1.55;}
.text_module .content_main_wrapper .heading h1{margin-top:0px;}
.configurable-text p{color:var(--black);}
.left-right-row .right-content img{width:80%}
.left-right-row .right-content .popup-image img{width:85%;}
.Intro_text p{margin:0;color:var(--black);}
.heading .h2{margin-bottom: 17px;}

.text-module .bullet-list-content-wrapper ul li{font-weight:700;}
/* === TWO COLUMN LIST TEXT CSS === */
.two-col-list-text-module-item .tow-col-wrapper .left-title{padding-right: 20px;}
.two-col-list-text-module-item .text-module .bullet-list-content-wrapper{margin-top: 16px;}
.two-col-list-text-module-item .text-module .bullet-list-content-wrapper ul li{margin-bottom: 16px}

/* === QUOTE CSS === */
.quote-content .quote-item{border-left: 2px solid var(--black-color);padding-left: 23px;padding-right: 22px;}
.quote-content .quote-item > p{margin: 0;font-size: 2.0rem;line-height: 3.2rem;letter-spacing: 0.3px;}

/* === BOX CARD TEXT CSS === */
.box-card-text-module-item .box-card-wrapper > div{flex: 0 0 50%; max-width: 0 0 50%}
.box-card-text-module-item .box-card-wrapper{min-height: 737px; background: var(--white-color);border-left: 1px solid var(--black-color);padding: 50px 43px 50px 56px;}
.box-card-text-module-item .box-card-wrapper .left-card{padding-right: 22px}
.box-card-text-module-item .box-card-wrapper .right-card{padding-left: 22px;margin-top: -65px;}
.box-card-text-module-item .box-card-wrapper .signature{margin-top: 88px;padding-left: 12px;}
.box-card-text-module-item .box-card-wrapper .signature img{width: 206px}
.box-card-text-module-item .box-card-wrapper .card-name{margin-top: 15px;padding-left: 7px;}
.box-card-text-module-item .box-card-wrapper .left-card > .title{margin-bottom: 33px;}

.box-card-text-module-item .box-card-wrapper .right-card .right-top-content{margin-bottom: 37px;}
.box-card-text-module-item .box-card-wrapper .right-card .right-bottom-content{margin-top: 25px}

@media all and (max-width: 767.98px){
	.box-card-text-module-item .box-card-wrapper{padding: 15px 48px}
	.text-module .bullet-list-content-wrapper ul li{font-size: 1.6rem;line-height: 2.4rem;}
    .text-module .bullet-list-content-wrapper ul li{margin-bottom: 16px}
    .text-module .bullet-list-content-wrapper ul li a{word-break: break-all;}
    .sitemap-content-wrapper.text-module .bullet-list-content-wrapper ul li a{word-break: normal;}
    .box-card-text-module-item .box-card-wrapper .signature{margin-top: 0;padding-left: 0;}
    .box-card-text-module-item .box-card-wrapper .right-card{padding: 0; margin: 0}
    .box-card-text-module-item .box-card-wrapper .card-name{margin: 0; padding: 0}
    .box-card-text-module-item .box-card-wrapper .right-card .right-top-content{margin: 0}
}
.plain-content-wrapper ul > li > a > span{line-height: 23px;}
.rad-introtext{color: var(--bold-blue);}
.rad-small{font-size: 1.2rem;}
.content__wrapper .left_content p a.rad-link-1{color:var(--bold-blue)}
.content__wrapper .left_content p a.rad-link-1:hover{color: var(--white);}
.content__wrapper .left_content p a.rad-link-1:focus{border: 1px solid #00395b;}