﻿html, body {
    box-sizing: border-box;
    height: 100%;
    font-family: 'Open Sans', Arial, 'Microsoft YaHei', sans-serif;
    font-size: 13px;
    margin: 0px;
    color: #131313;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
}

.heading-font {
    font-family: "AA-Sans", Arial, Helvetica, Verdana, sans-serif;
}

.content-font {
    font-family: "NewTransport-Regular", Arial, Helvetica, Verdana, sans-serif;
}
a:link {
    text-decoration: none;
    color: #0088cc;
}

a:hover {
    text-decoration: underline;
}

#CenterColumn {
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 1170px;
    min-height: 402px;
    background: white url('-/media/Default Website/cover.ashx') no-repeat;
    background-size: 1170px 402px;
    text-align: left;
}

#InnerCenter {
    margin: auto;
    position: relative;
    width: 1150px;
    height: 700px;
}

#Header {
    height: 402px;
}

#Footer {
    width: 100%;
    clear: both;
    padding-top: 2px;
}

#LeftContent {
    width: 750px;
    text-align: justify;
}

#scLogo {
    margin-top: 20px;
}

.contentTitle {
    margin-top: 50px;
    font-weight: 400;
    font-size: 36px;
}

.divider {
    background-color: #DCDCDC;
    border: 0 none;
    clear: both;
    display: block;
    height: 1px;
    float: none;
    margin: 50px auto;
    width: 100%;
}

.contentDescription {
    padding-right: 20px;
    line-height: 22px;
}


/* Custom CSS content starts here */

blockquote { border: none; font-family: "NewTransport-Light", Arial, Helvetica, Verdana, san-serif; font-size: 32px; font-size: 3.2rem; font-weight: 400; line-height: 42px; letter-spacing: -0.05em; line-height: 4.2rem; margin: 0 0 20px; margin: 0 0 2rem; padding: 20px 43px 12px; padding: 2rem 4.3rem 1.2rem; position: relative; }
blockquote > p { margin-bottom: 10px; margin-bottom: 1rem; }
blockquote cite { display: block; font-size: 13px; font-size: 1.3rem; font-style: normal; font-weight: 700; letter-spacing: 0; line-height: 2rem; padding-bottom: 1rem; }
blockquote:before,
blockquote:after { -moz-box-shadow: 1px 0 4px 0 rgba(0,0,0,0.15); -ms-box-shadow: 1px 0 4px 0 rgba(0,0,0,0.15); -o-box-shadow: 1px 0 4px 0 rgba(0,0,0,0.15); -webkit-box-shadow: 1px 0 4px 0 rgba(0,0,0,0.15); background-color: #ffcc00; box-shadow: 1px 0 4px 0 rgba(0,0,0,0.15); content: ""; display: block; height: 1px; height: 0.1rem; left: 0; position: absolute; width: 100%; }
blockquote:before { top: 0; }
blockquote:after { bottom: 0; }

ul.feature-list,
ul.feature-list ul { list-style: none; }
ul.feature-list > li {
    background: url("/Assets/images/icons/white-tick.png") no-repeat 0 18px transparent;
    line-height: 24px;
    line-height: 2.4rem;
    padding-left: 30px;
    padding-left: 3rem;
    padding-top: 10px;
    padding-top: 1rem;
    position: relative;
}
ul.feature-list > li:first-child { background-position: 0 5px; padding-top: 0; }
ul.feature-list ul > li {
    background: url("/Assets/images/icons/tick.png") no-repeat 0 21px transparent;
    font-weight: 400;
    padding-left: 20px;
    padding-left: 2rem;
    padding-top: 8px;
    padding-top: 0.8rem;
}
ul.feature-list ul > li:first-child { background-position: 0 18px; padding-top: 5px; padding-top: 0.5rem; }
/*added for cd-2113*/

.ch-article .rich-text blockquote:before {
    content: '';
    background-image: url('/Assets/images/icons/blockQuote.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: transparent;
    box-shadow: none;
    height: 42px;
    height: 4.2rem;
    left: 0;
    position: absolute;
    width: 58px;
    width: 5.8rem;
}


.ch-article .rich-text blockquote {
    font-family: "NewTransport-Bold", Arial, Helvetica, Verdana, sans-serif;
    padding: 20px 70px 12px;
    padding: 2rem 7rem 1.2rem;
    position: relative;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 40px;
    line-height: 4rem;
    margin: 2rem 10rem;
}

/* Added i-ul list for CD-34909 */
ul.new-feature-list,
ul.new-feature-list ul {
    list-style: none;
}

ul.new-feature-list > li {
    background: url("/Assets/images/icons/small-info-icon-x1.png") no-repeat 0 18px transparent;
    line-height: 24px;
    line-height: 2.4rem;
    padding-left: 30px;
    padding-left: 3rem;
    padding-top: 10px;
    padding-top: 1rem;
    position: relative;
}

ul.new-feature-list > li:first-child {
    background-position: 0 5px;
    padding-top: 0;
}
/***************************************/
/*************** Lists *****************/
/***************************************/
ul.list-line-yellow{}
ul.list-line-black{}
ul.list-tick {}
ul.list-circle-tick {}
ul.list-default {}
ol.list-default {}

ul.list-line-yellow,
ul.list-line-black,
ul.list-tick,
ul.list-circle-tick,
ul.list-default,
ol.list-default {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-left: 8px;
}

ul.list-line-yellow > li,
ul.list-line-black > li,
ul.list-tick > li,
ul.list-circle-tick > li,
ul.list-default > li,
ol.list-default > li {
    margin-left: 16px;
}

ul.list-default,
ol.list-default {
    margin-left: 8px;
}

ul.list-line-yellow,
ul.list-line-black,
ul.list-tick,
ul.list-circle-tick {
    margin: 0px;
}

ul.list-line-yellow > li,
ul.list-line-black > li,
ul.list-tick > li,
ul.list-circle-tick > li {
    list-style-type: none;
    margin: 0px;
    position: relative;
    padding-left: 16px;
}

ul.list-line-yellow > li::before,
ul.list-line-black > li::before,
ul.list-tick > li::before,
ul.list-circle-tick > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    border-radius: 2px;
}

ul.list-line-yellow > li::before {
    background-color: #ffd300;
}

ul.list-line-black > li::before {
    background-color: #00081c;
}

ul.list-line-black > li,
ul.list-line-yellow > li {
    padding-left: 12px;
}

ul.list-tick > li,
ul.list-circle-tick > li {
    padding-left: 30px;
}

ul.list-tick > li::before {
    background-image: url("/Assets/images/icons/plain-tick.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 24px;
    width: 24px;
}

ul.list-circle-tick > li::before {
    background-image: url("/Assets/images/icons/circle-tick.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 24px;
    width: 24px;
}

/* Image sizes */
img.small {
    width: 362px;
}

img.medium {
    width: 457px;
}

img.large {
    width: 552px;
}

img.full-width {
    width: 100%;
}

/* Image Border */
img.bor-rad-8 {
    border-radius: 8px;
}

img.bor-rad-16 {
    border-radius: 16px;
}

img.bor-rad-24 {
    border-radius: 24px;
}

img.bor-rad-32 {
    border-radius: 32px;
}

img.bor-rad-40 {
    border-radius: 40px;
}

/* Links */
a.standalone {}
a.information {}
a.internal-link {}
a.external-link {}
a.download {}

a.standalone:link,
a.standalone:visited {
    text-decoration: none;
}

a.information,
a.internal-link,
a.external-link,
a.download {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    position: relative;
}

a.information::before,
a.download:before {
    content: "";
    display: inline-block;
    height: 24px;
    width: 24px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-size: contain;
}

a.internal-link::after,
a.external-link::after {
    content: "";
    display: inline-block;
    height: 24px;
    width: 24px;
    margin-left: 8px;
    background-repeat: no-repeat;
    background-size: contain;
}

a.information::before {
    background-image: url("/Assets/images/icons/info.svg");
}

a.download:before {
    background-image: url("/Assets/images/icons/download.svg");
}

a.internal-link:after {
    background-image: url("/Assets/images/icons/int-link.svg");
}

a.external-link:after {
    background-image: url("/Assets/images/icons/ext-link.svg");
}

a.standalone:hover,
a.information:hover,
a.internal-link:hover,
a.external-link:hover,
a.download:hover {
    text-decoration: underline;
}

a.standalone:focus,
a.information:focus,
a.internal-link:focus,
a.external-link:focus,
a.download:focus {
    outline: none;
    text-decoration: none;
    border-radius: 4px;
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 5px #126eb3;
}

/* CTA Group*/
div.cta-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex-basis: 100%;
}

/* Highlights */
div.highlights {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    border-radius: 8px;
    border-left: 4px solid #ffd300;
    background: #f6f6f6;
}
/* Fluid Table */
table.table-fluid {
}