@import url("https://cloud.typography.com/7076934/6226152/css/fonts.css");
:root {
    --text-white-color: white;
    --bodytext-color: rgb(40,40,40);
    --h1-blue-color: rgb(51,82,122);
    --text-dark-blue: rgb(0,39,89);
    --cspage-insighttable-color: #444;
    --cspage-insighttable-h4-color: rgb(40,53,131);
    --mainbanner-title-color: rgb(88,89,91);
    --mainbanner-subtitle-color: rgb(51,153,189);
    --csfontfamily: "Gotham A", "Gotham B";
    --csfontfamily-h1: "Gotham A", "Gotham B";
    --blogtitle-color: #094577;
    --blogsubtitle: #3b3b3b;
    --blogcategories-rhs: #252525;
}

A:link {
    font-family: var(--csfontfamily) !important;
    color: var(--h1-blue-color );
}

A:visited {
    color: var(--h1-blue-color);
}

.Normal {
    font-family: var(--csfontfamily) !important;
    color: var(--h1-blue-color);
}

H1 {
    font-family: var(--csfontfamily) !important;
    font-weight: 500 !important;
    color: var(--h1-blue-color) !important;
}
.HeaderDefault h1 {
    font-weight: 500 !important;
    color: var(--h1-blue-color) !important;
    font-size: 30px;
}
.HeaderDefault h2 {
    color: var(--h1-blue-color) !important;
}


.HeaderDefault2 h1 {
    font-weight: 400;
    font-size: 20px !important;
    color: var(--h1-blue-color);
}

H2 {
    font-family: var(--csfontfamily) !important;
    color: var(--h1-blue-color);
}

A:hover {
    color: rgb(0, 192, 243);
}

/*Banner Styles Start*/
.blueSubHead {
    color: rgb(37,91,154) !important;
}

.greenPeriod {
    color: rgb(113,191,68) !important;
    font-size: 150%;
    font-family: 'Oswald' !important;
}
.homebannerimage-container {
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: calc(100vw * 0.184);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.bannercontent-wrapper {
    display: grid;
    justify-items: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.mainbanner-title h1 {
    color: var(--mainbanner-title-color);
    font-weight: 500 !important;
    font-family: var(--csfontfamily-h1) !important;
    text-align:center;
}
.mainbanner-title span {
    font-weight: 500 !important;
    font-family: var(--csfontfamily-h1) !important;
}

.mainbanner-subtitle p {
    font-weight: 500 !important;
    color: var(--mainbanner-subtitle-color);
}
@media screen and (min-width: 1023px) {
    .mainbanner-title h1 {
        color: var(--mainbanner-title-color) !important;
        font-size: 36px !important;
        font-family: var(--csfontfamily-h1) !important;
    }


    .mainbanner-subtitle p {
        color: var(--mainbanner-subtitle-color) !important;
        font-size: 28px !important;
        text-align: center;
        padding: 10px;
        line-height: 31px;
    }

}

@media screen and (max-width: 1023px) {
    .mainbanner-title h1 {
        color: var(--mainbanner-title-color) !important;
        font-size: 28px !important;
        font-family: var(--csfontfamily-h1) !important;
    }

    .mainbanner-subtitle p {
        color: var(--mainbanner-subtitle-color) !important;
        font-size: 24px !important;
        text-align: center;
        line-height: 25px;
    }

}


.homebannerimage-textcontainer {
    display: flex;
    justify-items: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-height: calc(100vw * 0.184);
    text-align: center;
}
@media screen and (max-width: 767px) {
    .mainbanner-subtitle p {
        font-size: 22px !important;
    }
    .homebannerimage-container {
        border: 1px solid rgb(205, 206, 208);
        margin-top: 0px;
        height: auto !important;
        margin-right: 10px;
        max-height: none;
        flex-direction: column;
    }
    .bannercontent-wrapper {
        position: relative !important;
        padding-top: 32%;
        height: auto;
        grid-template-columns: 0fr .05fr 1.5fr .05fr;
    }
    .homebannerimage-textcontainer {
        padding-left: 5% !important;
        right: 18%;
        text-align: center;
        padding-left: 5% !important;
        padding-right: 5% !important;
        right: 0%;
        height: inherit;
        max-height: fit-content;
    }
    

}

/*Home page Start*/
.linkButtons a:hover {
    color: white;
    background-color: rgb(0,39,89);
    -webkit-transition: color ease-in-out 300ms;
}

.linkButtons a {
    transition-property: background-color, color;
    transition-duration: 2s;
    transition-timing-function: ease;
}
/*Home page End*/


/*Banner Styles End*/


.CustomServePageText p {
    color: var(--bodytext-color);
    font-weight: 300 !important;
    font-family: var(--csfontfamily) !important;
    font-size: 18px;
    line-height: 26px !important;
}


/*CustomServepage*/

.InformationTable td.FeatureLabel {
    background-color: #ffffff;
    padding: 10px;
}
.InformationTable p {
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
    color: var(--cspage-insighttable-color);
}

.InformationTable h4 {
    color: var(--cspage-insighttable-h4-color);
}

.CSFeatureBoxText h4 {
    color: var(--bodytext-color);
    font-weight: 600;
}
.CSFeatureBoxText p {
    font-size: 14px;
    line-height: 18px;
    padding-left: 5%;
    padding-right: 5%;
    color: var(--h1-blue-color);
}
/*CustomServepage End*/

/*Service page Start*/
.FS_intro p {
    font-weight: 600;
    color: var(--bodytext-color) !important;
}

.FS_box ul.resp-tabs-list .tab-item span {
    color: var(--text-white-color) !important;
}

.FS_col li {
    font-size: 14px;
    color: var(--bodytext-color);
    font-weight: 400;
}

.IB-col p {
    font-size: 16px;
    color: var(--bodytext-color);
    font-weight: 400;
}
/*Service page End*/

/*Resource page Start*/
.boxMainText h3 {
    color: var(--h1-blue-color);
    font-size: 18px;
}
/*Resorce page End*/

/*About Page Start*/
.TeamDetail_content {
    color: var(--bodytext-color) !important;
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
    #nav-bar2 ul li a {
        padding: 23px 22px 23px !important;
    }
}
/*About Page End*/

/*Contact Page Start*/
.contactInfoItem span {
    margin-left: 10px;
    font-family: var(--csfontfamily) !important;
    font-size: 16px;
    color: var(--h1-blue-color);
}
.maintext1 p {
    font-weight: 400;
    font-family: var(--csfontfamily) !important;
    color: var(--h1-blue-color);
    text-align: left;
    padding-left: 10px;
    font-size: 16px;
}
.maintext span {
    font-weight: 400;
    font-family: var(--csfontfamily) !important;
    color: var(--h1-blue-color);
    font-size: 16px;
}

.bannersignup h1.edn_module_title span {
    color: var(--text-white-color);
    font-size: 18px;
    font-family: var(--csfontfamily) !important;
    font-weight: 400;
}
/*Contact page End*/

.title3 {
    border-bottom: 2px solid var(--h1-blue-color);
}
.title3, .title8 {
    color: var(--h1-blue-color);
}

/*Blog Start*/
.eds_news_Vision.eds_subCollection_news .EDN_article .EDN_article_content p {
    font-weight: 300 !important;
}
.eds_news_Vision.eds_subCollection_news .EDN_article h2 a {
    color: var(--blogtitle-color) !important;
    font-weight: 600;
}
.eds_news_Vision.eds_subCollection_news {
    color: var(--blogsubtitle);
}
.eds_news_BlogOne .article .content p {
    color: var(--bodytext-color);
    font-weight: 300 !important;
}
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li div a {
    color: var(--blogcategories-rhs) !important;
}
.boxMainText h3 {
    color: var(--h1-blue-color) !important;
    font-size: 18px;
}
#dynamicDescription {
    color: var(--h1-blue-color) !important;
}
.author {
    display: none !important;
}
/*Blog end*/

/*Resources Discussion Groups Start*/
.resources-blurb p {
    color: var(--bodytext-color) !important;
}
.BannerContent h2 {
    font-size: 24px;
    color: var(--h1-blue-color) !important;
    font-family: var(--csfontfamily) !important;
}
.boxHeading h1 {
    color: var(--text-white-color) !important;
}
/*Resources Discussion Groups Start End*/

/*Top Menu start*/
#dnnMenu > ul > li > a > span {
    color: var(--h1-blue-color) !important;
}
/*Top Menu End*/

div, ul, li, p,h2, h3, h4, h5, h6, a,span {
    font-family: var(--csfontfamily) !important;
}
h1 {
    font-family: var(--csfontfamily-h1) !important;
}
.HeaderDefault h1 {
    font-family: var(--csfontfamily-h1 ) !important;
    font-style: normal;
    font-weight: 500 !important;
    
}
.HeaderDefault h2, h3 {
    font-family: var(--csfontfamily) !important;
}
.HeaderDefault1 h1 {
    font-family: var(--csfontfamily-h1) !important;
}
.HeaderDefault1  h2, h3 {
    font-family: var(--csfontfamily) !important;
}
.HeaderDefault2 h1 {
    font-family: var(--csfontfamily-h1) !important;
}
.HeaderDefault2  h2, h3 {
    font-family: var(--csfontfamily) !important;
}
.FooterLinks a {
    
    font-family: var(--csfontfamily) !important;
}
.CommandButton, .Head, .Normal, .NormalBold, .NormalDisabled, .NormalRed, .NormalTextBox, .SubHead, .SubSubHead, a:hover, a:link, a:visited, body, input, table, td, th {
    font-family: var(--csfontfamily) !important;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li div a {
    font-family: var(--csfontfamily) !important;
}

.eds_news_BlogOne .article h1 {
    font-family: var(--csfontfamily) !important;
}

/*Service page New Sections*/

.FS_box #tab-item-0 {
    background-color: rgb(222, 222, 222);
}

.FS_box ul.resp-tabs-list .tab-item {
    background-color: #BCBDBD;
}

.FS_box {
    margin-top: 20px;
    margin-bottom: 40px;
}

    .FS_box .resp-tabs-list {
        height: 46px;
    }

    .FS_box .resp-tabs-list {
        height: 46px;
    }

    .FS_box .horizontalTab_Top_2 ul.resp-tabs-list li {
        max-width: 25%;
        margin-right: 0px;
        width: 25%;
        float: left;
        list-style: none;
        border: 1px solid #ececec;
        border-bottom: none;
        background-color: #BCBDBD;
    }


        .FS_box .horizontalTab_Top_2 ul.resp-tabs-list li span {
            padding: 10px 0px;
            padding-right: 1px;
            font-size: 18px;
            padding-top: 17px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .FS_box ul.resp-tabs-list .tab-item span {
        height: 55px;
        text-align: center;
        padding-right: 12px;
        border: none;
        display: block;
        white-space: nowrap;
        cursor: pointer;
        color: white;
    }

.FS_box {
    width: 1140px;
    margin: auto;
}

.boxItem {
    margin-top: 10px;
}

.boxHide {
    display: none;
}

.BoxSelectedItem {
    display: block;
}

.horizontalTab_Top_2 {
    padding-bottom: 0px;
}

.FS_col {
    display: inline-block;
    position: relative;
    border: 2px solid #e8e8e8;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 13px;
}

.FS_col_4 {
    width: 25%;
    padding: 0px;
}

    .FS_col_4 h1, .FS_col_4 p, .FS_col_4 ul {
        padding: 0px 10px;
    }

    .FS_col_4 img, .FS_col_4 a, .FS_col_4 li {
        padding: 0;
    }

.FS_col h1 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #0e8fb1;
    font-weight: 400 !important;
    padding: 16px;
}

.FS_col p.listLabel {
    margin-bottom: 8px;
    font-weight: 600;
    word-break: normal;
    unicode-bidi: embed;
    font-size: 16px;
    text-align: center;
}

.FS_col li {
    margin-bottom: 10px;
    color: #005e9d !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.box_content {
    display: flex;
    flex-direction: row;
}

.FS_col img {
    width: 100%;
    border: 1px solid #e8e8e8;
}


.FS_intro {
    padding: 5px 15px;
    color: rgb(88, 89, 91);
}

    .FS_intro p {
        font-weight: 600;
    }

@media only screen and (max-width:1400px) {
    .FS_box {
        width: 95%;
        margin: auto;
    }
}

@media only screen and (max-width:991px) {
    .FS_box .horizontalTab_Top_2 ul.resp-tabs-list li span {
        font-size: 16px;
    }

    .FS_box ul.resp-tabs-list .tab-item span {
        height: 40px;
    }

    .FS_box .resp-tabs-list {
        height: 31px;
    }

    .FS_col {
        padding: 10px;
        margin: 0px 5px 5px 5px;
    }

    .FS_col_4 {
        padding: 0px;
    }

        .FS_col_4 h1, .FS_col_4 p, .FS_col_4 ul {
            padding: 0px 10px;
        }

    .FS_col ul {
        margin-left: 20px;
    }

    .serviceswrapper {
        grid-template-columns: 1fr 1fr !important;
    }
}

@media only screen and (max-width:850px) {
    .FS_box .horizontalTab_Top_2 ul.resp-tabs-list li span {
        font-size: 14px;
    }

    .FS_col h1 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
        color: #005e9d;
    }
}

@media only screen and (max-width:767px) {
    .FS_box .horizontalTab_Top_2 ul.resp-tabs-list li {
        width: 100%;
        max-width: 100%;
    }

    
    .box_content {
        flex-direction: column;
    }

    .FS_col, .FS_col_4 {
        width: 75%;
        margin: auto;
        padding: 20px;
        margin-bottom: 20px;
    }

        .FS_col_4 h1, .FS_col_4 p, .FS_col_4 ul {
            padding: 0px;
        }

        .FS_col ul {
            margin-left: 30px;
        }

    .serviceswrapper {
        grid-template-columns: 1fr !important;
    }

    .servicepagetabcontent_wrapper {
        display: flex !important;
        flex-direction: column !important;
    }

    .servicepagetabcontent_item2_contentimage img {
        width: 100% !important;
    }
}

@media only screen and (max-width:650px) {
    .FS_box .horizontalTab_Top_2 ul.resp-tabs-list li {
        width: 100%;
        max-width: 100%;
    }

    .FS_col {
        width: 85%;
    }
}

@media only screen and (max-width:400px) {
    .FS_box .horizontalTab_Top_2 ul.resp-tabs-list li {
        width: 100%;
        max-width: 100%;
    }

    .FS_col {
        padding: 10px;
        width: 95%;
    }
}

.servicesimagediv {
    display: flex;
    flex-direction: column;
}

    .servicesimagediv .textoverserviceimage {
        color: #33527A;
        background-color: #BCBDBD;
    }

.FS_col img {
    border: none !important;
}

.textoverserviceimage {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    padding: 5px;
}

.serviceswrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.servicestextcontainer {
    padding: 15px 15px 5px 15px;
    line-height: 41px;
    min-height: 130px;
}

    .servicestextcontainer span {
        color: var(--h1-blue-color);
        font-weight: bold;
    }

.servicepagetabcontent_wrapper {
    display: grid;
    grid-template-columns: .7fr .8fr;
    padding: 4px 25px 20px 25px;
    align-items: center;
}

.servicepagetabcontent_item1_contenttitle {
    grid-column: span 2;
}

    .servicepagetabcontent_item1_contenttitle p {
        color: var(--bodytext-color) !important;
    }

.servicepagetabcontent_item2_contentimage img {
    width: 85%;
}

.servicepagetabcontent_item3_contentdetail {
    color: var(--bodytext-color);
    font-weight: 400;
    font-family: var(--csfontfamily) !important;
    font-size: 16px;
    line-height: 24px;
}

    .servicepagetabcontent_item3_contentdetail p {
        font-weight: bold;
    }

.servicetab_container {
    margin-top: 50px;
    margin-bottom: 30px;
}

.FS_box ul.resp-tabs-list .tab-item span {
    color: #33527A !important;
    font-weight: 600;
}

.servicepagetabcontent_item3_contentdetail ul {
    padding-left: 20px;
}
/*Footer*/
.footercontainer {
    max-width: 1400px;
}


.legal_privayandcookiepage_civiccookie {
    text-align: right
}

.legal_privayandcookiepage_legalcontentwrapper {
    display: flex;
    flex-direction: column;
}

/*-----------------------------------------*/
/*Home page New Square Button*/
.btnreadmore a:hover {
    color: rgb(51,153,189);
    color: white;
    /*background-color: rgb(152,169,189);*/
    background-color: rgb(0,39,89);
    -webkit-transition: color ease-in-out 300ms;
    border: 1px solid var(--h1-blue-color) !important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px;
    text-decoration: none !important;
}

.btnreadmore a {
    transition-property: background-color, color;
    /*transition-duration: 2s;*/
    /*transition-timing-function: ease;*/
    padding: 15px;
    background-color: white;
    border: 1px solid;
    font-size: 16px;
    /*text-transform: uppercase;*/
    font-weight: 500;
    border-radius: 5px;
}

.btnreadmore {
    margin-top: 20px;
}

.linkButtons div a {
    font-weight: 500 !important;
    border-radius: 5px;
}

.mainBtn {
    border: 1px solid var(--h1-blue-color) !important;
}
.textorange {
    color: rgb(231, 114, 51);
}


.mainBtn {
    font-size: 18px !important;
}

.HomePage_buttonwrapper {
    display: grid;
    justify-content: center;
}