@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,700i&display=swap');

html, body {
    min-height: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, p, ul {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    float: none !important;
}

table, th, td {
    vertical-align: middle;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}

blockquote, q {
    quotes: "" "";
}

img {
    max-width: 100%;
}

a img {
    border: none;
    color: #2686bd;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

.relativePanel {
    position: relative;
}

.pd {
    padding: 0 !important;
}

.pd-l {
    padding-left: 0;
}

.pd-r {
    padding-right: 0;
}

.pd-lr {
    padding-left: 0;
    padding-right: 0;
}

.mr-l-20 {
    margin-left: 20px;
}

.mr-l-10 {
    margin-left: 10px;
}

.mr-l-15 {
    margin-left: 15px;
}

.mr-b-15 {
    margin-bottom: 15px;
}

.mrZero {
    margin: 0 !important;
}

.morebtn {
    padding: 2px 10px;
    display: inline-block;
    color: #000;
    font-size: 0.72em;
}

    .morebtn:hover {
        text-decoration: none !important;
        color: #000;
    }

hr {
    max-width: 100%;
    border-width: 1px;
    opacity: 0.09;
    margin: 5px 0;
}

    hr.light {
        border-color: #fff;
    }

.bor-zero {
    border: 0 !important;
}

.pd-lr-50 {
    padding: 0 50px;
}

.mr-Box {
    margin-right: -20px;
}

.fontSize-15 {
    font-size: 1.3em;
}

.font-18 {
    font-size: 1.2em;
}

.text-left {
    text-align: left !important;
}

.borderb {
    margin: 0px;
    font-size: 1.15em;
    font-weight: bold;
    color: #444;
    border-bottom: 2px solid #0094ff;
    padding-top: 38px;
}

.dropdown-menu.menushift a {
    padding: 19px;
    color: #000;
}

.dropdown-menu.menushift a {
    line-height: 20px;
    padding: 20px 20px 18px 10px;
    color: #000;
    white-space: nowrap;
}

a#dropdownMenuLink {
    padding: 5px 10px 7px 10px;
    position: relative;
    top: -17px;
    background: ORANGE !IMPORTANT;
    color: #000;
}

/* Layout */
.wrapper {
    min-height: 100%;
    position: relative;
}

    .wrapper:before, .wrapper:after {
        content: " ";
        display: table;
    }

    .wrapper:after {
        clear: both;
    }

/*header*/
.header {
    padding: 8px 0;
}

    .header .logo img {
        width: 90%;
    }

/*menu*/
.menuSection {
    width: 100%;
    background: #035449;
    transition: ease-in .2s;
    -moz-transition: ease-in .2s;
    -webkit-transition: ease-in .2s;
    -ms-transition: ease-in .2s;
    -o-transition: ease-in .2s
}

    .menuSection .navbar-inverse {
        background-color: transparent;
    }

    .menuSection .navbar {
        display: flex;
        flex-wrap: nowrap;
        border: 0;
        margin-bottom: 0px;
        min-height: 1px;
    }

    .menuSection .nav > li {
        position: relative;
    }

        .menuSection .nav > li > a:after {
            position: absolute;
            right: 0;
            top: 0px;
            width: 1px;
            height: 100%;
            background: #268dd6;
            content: '';
        }

        .menuSection .nav > li a {
            display: block;
            color: #fff;
            text-transform: uppercase;
            padding: 10px 16px;
            font-size: 1em;
            font-weight: normal;
            text-decoration: none;
        }

        .menuSection .nav > li:focus a {
            display: block;
            color: #fff;
            text-transform: uppercase;
            padding: 10px 16px;
            font-size: 1em;
            font-weight: normal;
        }

        .menuSection .nav > li a:hover {
            color: #fff;
            background: #7b0303;
        }

        .menuSection .nav > li:focus a {
            color: #fff;
            background: #7b0303;
        }

        .menuSection .nav > li a:focus {
            color: #fff;
            background: #7b0303;
        }


    .menuSection .navbar-inverse .navbar-nav > .active > a,
    .menuSection .navbar-inverse .navbar-nav > .active > a:focus,
    .menuSection .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background: #093a5b;
    }

    .menuSection .navbar-inverse .navbar-nav > .open > a,
    .menuSection .navbar-inverse .navbar-nav > .open > a:focus,
    .menuSection .navbar-inverse .navbar-nav > .open > a:hover {
        color: #fff;
        background: #093a5b;
    }

    .menuSection .nav li:last-child a:after {
        display: none
    }

    /*menu dropdown*/
    .menuSection .dropdown-menu {
        border-radius: 0;
        padding: 0;
    }

        .menuSection .dropdown-menu > li {
            padding: 0px;
        }

            .menuSection .dropdown-menu > li > a {
                color: #333;
                border-bottom: 1px solid #dddddd;
                line-height: 13px;
                white-space: pre-line;
                font-size: 1em;
                font-weight: normal;
            }

    .menuSection .dropdown-submenu > a::after {
        margin-right: -4px;
    }

    .menuSection .nav > li:focus .dropdown-menu > li > a {
        color: #333;
        background: #ffffff;
    }

    .menuSection .nav .open > a,
    .menuSection .nav .open > a:focus,
    .menuSection .nav .open > a:hover {
        color: #fff;
        background: #a12c2d;
        border-color: #e1e1e1;
    }

    .menuSection .dropdown-submenu .dropdown-menu {
        left: 100%;
        margin-top: 0px;
    }

.dropdown:hover .dropdown-toggle {
    background: #7b0303 !important;
    color: #fff !important;
}

.dropdown-submenu:hover .subNav {
    background: #093a5b !important;
    color: #fff !important;
}

.dropdown-menu {
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
    width: 260px;
    margin-top: 0px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.menuSection .nav li a.active + .dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
}

@media (min-width: 10px) {
    .menuSection ul.nav li:focus .dropdown-menu {
        opacity: 1;
        filter: alpha(opacity=100);
        display: block;
    }

    .menuSection ul.nav li:hover > ul.dropdown-menu {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .menuSection ul.nav li:focus > ul.dropdown-menu {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .menuSection ul.nav li .dropdown-menu:focus {
        opacity: 1;
        filter: alpha(opacity=100);
        display: block;
    }

    .menuSection ul.nav li:focus .dropdown-menu:focus {
        opacity: 1;
        filter: alpha(opacity=100);
        display: block;
    }

    .menuSection ul.nav li a:focus + ul.dropdown-menu {
        opacity: 1;
        filter: alpha(opacity=100);
        display: block;
    }

    .menuSection ul.nav li:focus a:focus + ul.dropdown-menu {
        opacity: 1;
        filter: alpha(opacity=100);
        display: block;
    }

    /*keyboard navigation - Start*/
    .dropdown-menu:focus {
        opacity: 1;
        filter: alpha(opacity=100);
        display: block;
    }

    .menuSection ul.nav li .dropdown-menu:focus + a {
        color: #fff;
        background: #7b0303;
    }

    .menuSection li:hover ul {
        display: block;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .menuSection li:focus ul {
        display: block;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .menuSection li a:focus + ul {
        display: block;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    /*keyboard navigation  - End*/

    .pd-r-10 {
        padding-right: 10px;
    }

    .pd-l-10 {
        padding-left: 10px;
    }

    .bottomIconSection .container .row .bottomSlider {
        width: 950px;
        margin: auto;
    }

    /*menu fixed*/
    .fixedBox {
        position: fixed;
        top: 0;
        z-index: 999999;
        animation-name: menu_sticky;
        animation-duration: 0.70s;
        animation-timing-function: ease-in-out;
    }

    /*========= Main-menu ========*/
    @keyframes menu_sticky {
        0% {
            margin-top: -110px;
            opacity: 0;
        }

        50% {
            margin-top: -90px;
            opacity: 0;
        }

        100% {
            margin-top: 0;
            opacity: 1;
        }
    }
}



/*login Box*/
.menuSection .login {
}

    .menuSection .login a {
        background: #1d84ca;
        display: block;
        color: #fff;
        text-transform: uppercase;
        padding: 10px 2px;
        font-size: 1em;
        text-align: center;
    }

/*banner*/
.banner .bx-wrapper {
    border: 0;
    box-shadow: none;
}

.banner ul li {
    border: 0;
    margin: 0;
    padding: 0;
}

/*section-1*/
.bodysection {
    padding-top: 50px;
}
/*.section h2{ font-size:18px; color:#fff; text-transform:uppercase; margin-bottom:10px; padding:10px 10px; position:relative;}*/
.section h2 {
    margin: 0px;
    font-size: 1.07em;
    font-weight: bold;
    padding: 10px 0px;
    text-transform: uppercase;
}
/* .section h2:after{ position:absolute; left:0; bottom:-20px; width:20px; height:20px; background:transparent; content:''; border-style: solid; border-width: 10px;} */
.section p {
    padding-bottom: 20px;
    line-height: 25px;
    font-size: 1em;
}

.morebtn {
    background: #3a7091;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    margin: 5px 15px;
}

    .morebtn:hover {
        background: #e6920e;
        color: #fff;
    }
/*.section .highlightsPanel { padding-bottom: 15px; height: 266px; }*/
.section .highlightsPanel {
    padding-bottom: 15px;
    height: 217px;
}

.section .highlightsPanel_bodycardvision {
    padding-bottom: 15px;
    height: 430px;
}

.section #highlightsPanelbodycardnew {
    padding-bottom: 15px;
    height: 266px;
}
/*.section .highlightsPanel .scrollBox { margin-bottom: 15px; overflow: hidden; width: 100%; height: 380px; position: relative; }*/
.section .highlightsPanel .scrollBox {
    margin-bottom: 15px;
    overflow: hidden;
    width: 100%;
    height: 173px;
    position: relative;
}

.section .highlightsPanel ul li {
    position: relative;
}

    .section .highlightsPanel ul li a {
        color: #000;
        font-size: 1em;
        line-height: 2.5em;
        width: 99%;
        display: block;
        margin-bottom: 1.5em;
        text-align: justify;
    }

.section .welComeSection {
    background: white;
    border: 1px solid #035449;
    padding-bottom: 15px;
    height: 300px;
}

    .section .welComeSection .scrollBox {
        padding: 0 15px;
        margin-bottom: 15px;
        overflow: hidden;
        width: 100%;
        position: absolute;
    }

.section-1 .welComeSection h2 {
    background: #a59fc6;
}

    .section-1 .welComeSection h2:after {
        border-color: #a59fc6 transparent transparent #a59fc6;
    }

.section .welComeSection ul li {
    position: relative;
}

    .section .welComeSection ul li a {
        color: #000;
        font-size: 1em;
        line-height: 30px;
        display: block;
    }

.padtop {
    padding: 20px;
}

@keyframes marquee {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

.welComeSection {
    background: #d8e7fc;
    border: 1px solid #b1d7ee;
    margin-bottom: 15px;
}

    .welComeSection h2 {
        background: #3a7091;
    }

        .welComeSection h2:after {
            border-color: #3a7091 transparent transparent #3a7091;
        }

.section .welComeSection ul li {
    margin-bottom: 5px;
    padding-bottom: 6px;
    border-bottom: 1px solid #c7c7c7;
}

    .section .welComeSection ul li a {
        color: #000;
        font-size: 1em;
    }

        .section .welComeSection ul li a:hover {
            text-decoration: underline;
        }

.section .recentUploads {
    padding: 0 15px;
    margin-bottom: 15px;
    overflow: hidden;
    width: 100%;
    height: 160px;
}

.tendersCountdownBox {
    padding: 0 15px;
    margin-bottom: 15px;
    overflow: hidden;
    width: 100%;
    height: 100px;
}

.newsPanel {
    padding: 0 15px;
    margin-bottom: 15px;
    overflow: hidden;
    width: 100%;
    height: 200px;
}

.panelPortal {
    background: #ece8ff;
    padding: 10px 15px;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    height: 300px
}

    .panelPortal h3 {
        font-size: 1.3em;
        font-weight: 600;
        margin-bottom: 10px;
    }

/*Shadab Start*/
.sm-links {
    margin: 10px auto;
    padding: 0;
    display: flex;
}

    .sm-links > li a.sm-twitter:hover {
        background-position: 0 -24px;
    }

    .sm-links > li a.sm-facebook {
        background-position: -24px 0;
    }

    .sm-links > li a.sm-youtube {
        background-position: -48px 0;
    }

    .sm-links > li a.sm-linkedin {
        background-position: -72px 0;
    }

    .sm-links > li a.sm-instagram {
        background-position: -97px 0;
    }

    .sm-links > li a {
        display: block;
        width: 24px;
        height: 24px;
        text-indent: -9999px;
        background: url(Images/socialicons.png) no-repeat;
    }

        .sm-links > li a:focus {
            border: 1px solid ORANGE;
        }

    .sm-links li {
        padding-right: 10px;
    }

.box-why h2 {
    margin: 0px;
    font-size: 1.15em;
    font-weight: bold;
    color: #444;
    border-bottom: 2px solid #0094ff;
    padding: 6px 0px;
}

.containerres {
    padding: 0px 50px;
    width: 100%;
}

.imgcenter {
    float: left;
}

.social {
    float: right;
}

.menusec {
    height: 47px;
    direction: ltr;
    position: relative;
}

@media screen and (max-width: 720px) {
    .imgcenter {
        float: none;
        text-align: center;
    }

    .social {
        float: none;
    }

    .menusec {
        height: 85px;
        direction: ltr;
    }
}
/* End*/

/*Vinayak CSS 12/01/2022*/
.social {
    padding-top: 8px;
    padding-right: 140px;
}

    .social li a {
        color: #fff;
        font-size: 1.45em;
    }

    .social li + li {
        margin-right: 12px
    }

.logo-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .logo-section .logo-left {
        display: flex;
        align-items: center;
    }

        .logo-section .logo-left .logo_text {
            margin-left: 30px;
        }

            .logo-section .logo-left .logo_text h1 {
                color: #0066ae;
                font-size: 2.15em;
                font-weight: bold;
            }

            .logo-section .logo-left .logo_text h4 {
                color: darkorange;
                padding-top: 10px;
            }

    .logo-section .logo-right img {
        max-width: 110px;
        max-height: 110px;
    }

footer.footer {
    background: #006690;
    padding: 70px 0px;
    color: #fff;
    margin-top: 100px;
}

.footer .about-company {
    margin-right: 25px;
}

    .footer .about-company h3 {
        font-size: 1.3em;
        line-height: 1.4;
    }

    .footer .about-company p {
        font-size: 1.15em;
        margin-top: 15px;
    }

    .footer .about-company .ft-right {
        margin-top: 30px;
    }

.footer .footer-title {
    font-size: 1.45em;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 22px;
}

.footer .footer-links {
}

    .footer .footer-links li {
        font-size: 1.15em;
        margin-bottom: 15px;
    }

        .footer .footer-links li a:focus {
            color: orange;
        }

.footer .address {
}

    .footer .address p {
        font-size: 1.15em;
        margin-bottom: 20px;
        line-height: 28px;
    }

.footer-bottom {
    background: #045678;
    padding: 15px;
    color: #fff
}

.bodycard {
    background: #f7f7f7;
    border-radius: 6px;
    border: 1px solid #ebebeb;
}

    .bodycard .bx-viewport {
        border-radius: 0;
    }

    .bodycard .titleleft {
        background: orange;
        color: #fff;
        text-align: left;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        position: relative;
        padding-left: 15px;
    }

.titleleft {
    background: #035449;
    color: #fff;
    text-align: left;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    position: relative;
    padding-left: 15px !important
}

.titleright {
    background: #035449;
    color: #fff;
    text-align: left;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    position: relative;
    padding-left: 15px !important
}

.playpause {
    position: absolute;
    top: 10px;
    right: 5px;
}

    .playpause i {
        cursor: pointer;
        font-weight: 300;
        font-size: 1em;
    }

.marqueebox {
}

.section .highlightsPanel .scrollBox {
    padding: 15px;
}

.marqueebox h2 {
}

.marqueebox p {
}

.marqueerightbox {
}

    .marqueerightbox .month {
    }

    .marqueerightbox .date {
    }

    .marqueerightbox .detail .date {
        padding-bottom: 10px;
        color: orange;
        font-size: 1em
    }

.min460 {
    height: 490px;
}

.page-heading {
    font-size: 1.86em;
    font-weight: 600;
    color: #035449;
}
/*.page-para { padding-bottom: 0; margin-top: 20px; font-size: 1.15em; line-height: 30px; }*/
/*.page-para {
    padding-bottom: 0;
    margin-top: 20px;
    font-size: 1.15em;
    line-height: 30px;
    height: 400px;
    overflow: auto;
}*/
.misimg {
    height: 380px;
    width: 100%
}

/*Leaders*/
.leader-card {
    clear: both;
    margin-bottom: 20px;
    border-bottom: 1px dashed #999;
    padding-bottom: 20px;
}

    .leader-card .leader-photo {
        width: 150px;
        height: 150px;
        margin-right: 20px;
        overflow: hidden;
        float: left;
    }

        .leader-card .leader-photo img {
            width: 100%;
        }

    .leader-card .leader-info {
    }

        .leader-card .leader-info .leader-name {
            font-size: 1.3em;
            font-weight: 600;
        }

        .leader-card .leader-info .leader-post {
        }

.clear {
    clear: both;
}

.table-bordered > tbody > tr > td {
    font-size: 0.9em
}

.table-bordered > tbody > tr > th {
    font-size: 0.9em;
    font-weight: 600;
}

.innerDetail {
    background-image: url('Images/member/bullet-arrow-icon.png');
    background-repeat: no-repeat;
    background-position: 0 0.8em, 85% center;
    background-size: 10px auto, 1px 60%;
    position: relative;
    padding: 0.5em 0 0.5em 15px;
}

.detailHeader > h4 {
    font-size: 1em;
    line-height: 1.5em;
    color: #333;
    margin-bottom: 5px;
}

.detailHeader > p {
    font-size: 0.7em;
    line-height: 14px;
    color: #666;
    margin-bottom: 5px;
    padding-bottom: 0px;
}

.detailHeader > .info {
    font-size: .8em;
    line-height: 1.2em;
    color: #999;
    margin-top: 10px;
}

.donwloadFile > a > img {
    width: 100%;
    height: auto;
}

.donwloadFile img {
    width: 13px;
}

.gov-policies li .info a {
    font-weight: 600;
}

.gov-policies li {
    margin-bottom: 10px;
    border-bottom: 1px dashed #999;
    padding-bottom: 10px;
}

.gov-policies {
}

.conts {
    font-size: 1.15em;
    line-height: 1.5;
    margin-bottom: 10px;
}

/*GIW Compliance CSS*/
.menugigwrow {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    text-align: right;
    padding-top: 10px;
    padding-right: 10px;
    overflow-x: auto;
}

/*Home btns css*/
.slider-controls {
    margin-top: 10px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

    .slider-controls .btn {
        min-width: 90px;
        font-size: 14px;
        padding: 6px 12px;
        margin-bottom: 15px;
    }

.high-contrast {
    background-color: black !important;
    color: yellow !important;
}

    .high-contrast *:not(#Div1):not(#Div1 *):not(#map):not(#map *) {
        background-color: black !important;
        color: yellow !important;
        border-color: yellow !important;
    }


.menugigwrow a {
    color: #ffffff;
}

    .menugigwrow a.skip-cont {
/*        padding-right: 10px;*/
    }

    .menugigwrow a:focus {
        color: #000000;
    }

    .menugigwrow a.set-font {
        padding-left: 2px;
        padding-right: 2px;
    }

.social li a:focus {
    color: #000000 !important;
}

.usageinstrow {
    padding-top: 0px;
    padding-bottom: 5px;
    font-size: 0.86em;
    color: #666666;
    font-weight: 300;
}

    .usageinstrow.inline {
        padding-left: 20px;
    }

    .usageinstrow.newsletter {
        padding-bottom: 10px;
        clear: both;
        text-align: center;
        font-size: 0.72em;
    }

    .usageinstrow.ebr {
        padding-top: 5px;
        clear: both;
        text-align: center;
        font-size: 0.72em;
    }

    .usageinstrow a {
        color: #666666;
        text-decoration: none;
    }

        .usageinstrow a:hover {
            color: #000000;
            text-decoration: none;
        }

.formattable {
    border: 1px solid #cbcbcb;
    border-collapse: collapse;
    margin-top: 30px;
    margin-bottom: 50px;
}

    .formattable td {
        border: 1px solid #cbcbcb;
        border-collapse: collapse;
        padding: 10px;
        font-size: 0.9em;
        line-height: 1.6em;
    }

    .formattable th {
        border: 1px solid #cbcbcb;
        border-collapse: collapse;
        padding: 10px;
        font-size: 0.9em;
        line-height: 1.6em;
        background-color: #6b6b6b;
        color: #ffffff;
    }

    .formattable td {
        font-weight: 400;
        vertical-align: top;
    }

    .formattable .icon {
        background-image: url(../Content/Images/icon.png);
        background-repeat: no-repeat;
        display: inline-block;
        width: 50px;
        height: 50px;
    }

        .formattable .icon.pdf {
            background-position: -60px -0px;
        }

        .formattable .icon.xlsx {
            background-position: 7px -55px;
        }

        .formattable .icon.docx {
            background-position: -37px -55px;
        }

        .formattable .icon.pptx {
            background-position: -15px -0px;
        }

.helpcontent h4 {
    font-size: 1.3em;
    line-height: 24px;
    font-weight: 600;
    color: #005eb5;
    padding-bottom: 20px;
}

.helpcontent p {
    font-size: 1em;
    line-height: 24px;
    padding-bottom: 10px;
}

.scroll-table1 {
    overflow-x: auto;
}

    .scroll-table1 table {
        border: 1px solid #cbcbcb;
        border-collapse: collapse;
        margin-top: 30px;
        margin-bottom: 0px;
        width: 100%;
    }

        .scroll-table1 table td {
            border: 1px solid #cbcbcb;
            border-collapse: collapse;
            padding: 10px;
            font-size: 0.9em;
            line-height: 1.6em;
        }

        .scroll-table1 table th {
            border: 1px solid #cbcbcb;
            border-collapse: collapse;
            padding: 10px;
            font-size: 0.9em;
            line-height: 1.6em;
            background-color: #6b6b6b;
            color: #ffffff;
        }

        .scroll-table1 table td {
            font-weight: 400;
            vertical-align: top;
        }

.fullcontent {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 400px;
}

.policycontent {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 400px;
    font-size: 1em;
}

    .policycontent h2 {
        font-size: 1.6em;
        line-height: 30px;
        font-weight: 600;
        color: #035449;
        padding-bottom: 20px;
    }

    .policycontent h5 {
        font-size: 1.2em;
        line-height: 30px;
        font-weight: 600;
        padding-bottom: 15px;
    }

    .policycontent p {
        font-size: 1.2em;
        line-height: 30px;
        padding-bottom: 15px;
    }

    .policycontent ul {
        list-style-type: disc;
        margin-left: 20px;
    }

    .policycontent li {
        list-style-type: disc;
        font-size: 1.2em;
        line-height: 30px;
        padding-bottom: 5px;
    }

    .policycontent table {
        border: 1px solid #dbdbdb;
        border-collapse: collapse
    }

    .policycontent th {
        border: 1px solid #dbdbdb;
        border-collapse: collapse;
        font-size: 1em;
        line-height: 20px;
        padding: 5px 10px;
        background-color: #f5f5f5;
        font-weight: 600;
    }

    .policycontent td {
        border: 1px solid #dbdbdb;
        border-collapse: collapse;
        font-size: 1em;
        line-height: 20px;
        padding: 5px 10px;
    }

.redirectbox {
    font-size: 1.57em;
    line-height: 34px;
    text-align: center;
    padding-top: 10%;
}

    .redirectbox h4 {
        padding-bottom: 30px;
        line-height: 30px;
    }

    .redirectbox .link {
        background-color: #005eb5;
        font-size: 0.8em;
        line-height: 24px;
        padding: 10px 20px;
        color: #ffffff;
        cursor: pointer;
    }

.footer-bottom a {
    color: #ffffff;
}

    .footer-bottom a:hover {
        color: orange;
    }

    .footer-bottom a:focus {
        color: orange;
    }

.footer-links a {
    color: #ffffff;
}



    .footer-links a:hover {
        color: orange;
    }

    .footer-links a:focus {
        color: orange;
    }

.archivesubhead {
    font-size: 1.15em;
    font-weight: 600;
    padding-bottom: 10px;
}
/*marquee { height: 400px; }*/
marquee {
    height: 534px;
}

#mq1pl {
    display: none;
}

#mq2pl {
    display: none;
}

.sitemap {
}

    .sitemap ul {
        list-style: none;
    }

    .sitemap li {
        list-style: none;
    }

    .sitemap .menu {
        border-bottom: 1px dotted #ababab;
        padding-bottom: 10px;
        padding-top: 10px;
    }

        .sitemap .menu a {
            color: #035449;
            font-size: 1em;
            transition: 0.3s;
        }

            .sitemap .menu a:hover {
                color: orange;
            }

    .sitemap .sub-menu {
        margin-left: 30px;
        margin-top: 5px;
    }

        .sitemap .sub-menu a {
            color: #333333;
            font-size: 0.8em;
            transition: 0.3s;
        }

            .sitemap .sub-menu a:hover {
                color: orange;
            }

        .sitemap .sub-menu li {
            list-style-type: disc;
        }

.footbottomlinks {
    text-align: center;
    padding-bottom: 20px;
}

    .footbottomlinks a {
        padding: 10px;
        display: inline-block;
        transition: 0.2s;
    }

.form-group {
    position: relative;
}

    .form-group .field-validation-error {
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 0.8em;
    }

.footer-bottom .righttext {
    text-align: right;
}

@media print {
    .menusec {
        display: none;
    }

    .section .highlightsPanel {
        height: auto;
        margin-bottom: 20px;
    }

        .section .highlightsPanel .scrollBox {
            overflow: unset;
            height: auto;
            margin-bottom: 0px;
            padding-bottom: 0px;
        }

    .section .highlightsPanel {
        height: auto;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .section .highlightsPanel {
        display: none;
    }

    .section .highlightsPanelbodycard {
        height: auto;
        margin-bottom: 20px;
    }

    .header {
        display: none;
    }

    .pageHeader {
        display: none;
    }

    .footer {
        display: none;
    }

    .footer-bottom {
        display: none;
    }

    #btnEdit {
        display: none;
    }

    #btnSubmit {
        display: none;
    }

    #btnPrint {
        display: none;
    }

    .accordion {
        border: 0;
    }

    a[href]:after {
        content: none !important;
    }
}
