.card-body p, .message-container p, .person-body p {
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

#footer, #header p, #topbar, .card ul, .card-body p, .card-header, .login-Title, .mobile-nav, .modal-body, .nav-menu, .nav-menu *, .person-body {
    text-shadow: none !important;
}

.custom-container, body {
    background: #faf9f6 !important;
}

#contentHeader h6, #contentPager ul, .modal-body p, .news-scroll a {
    margin: 0 !important;
}

#header p, #hero h2, #hero p, #topbar, .btn-readmore-success, .member span, .mobile-nav, .nav-menu a, .nav-menu a:hover, .nav-menu li:hover > a {
    font-style: italic;
}

#footer, #header {
    background: #024043;    
}

    #footer .credits a, #header .logo h1, #hero h2, #hero p {
        text-transform: uppercase;
    }

#bodyContent_dvMarquee marquee a, .news-scroll a, .page-item a:hover, a:focus, a:hover, a:visited {
    text-decoration: none !important;
}

body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    color: #36454f !important;
}

.row {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.custom-container {
    width: 100% !important;
    overflow: hidden;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.login-custom-button {
    background: #1c5c93 !important;
}

#contentHeader h6, .login-Title {
    background-color: #133b28 !important;
    color: #fff !important;
}

.login-Title {
    text-align: center !important;
    padding-bottom: 10px;
}

#contentHeader h6 {
    line-height: 32px !important;
    padding-left: 15px !important;
}

#contentPager span, .page-item a, .page-item a:hover, .table-dark, .table-dark > td, .table-dark > th {
    color: #36454f !important;
}

.pagination-custom-wrap {
    flex-flow: wrap;
}

#footer .footer-top .footer-info, #footer .footer-top .footer-links, #hero h2, .portfolio .portfolio-item {
    margin-bottom: 30px;
}

.img-fluid {
    border: 5px solid #fff !important;
}

@media (min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 95% !important;
    }
}

@media (min-width:576px) {
    .container, .container-sm {
        max-width: 95% !important;
    }
}

#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover, #topbar .contact-info a:hover, .mobile-nav-active .mobile-nav-toggle i, .mobile-nav-toggle i, a, a:focus, a:hover, a:visited {
    color: #fff;
}

p {
    margin-top: 0;
}

.back-to-top {
    position: fixed;
    display: none;
    width: 45px;
    height: 45px;
    right: 15px;
    bottom: 15px;
    background: #049f46;
    border: 2px solid #049f46;
    border-radius: 50px;
    color: #fff;
    transition: display .5s ease-in-out;
    z-index: 99999;
}

.menu-border, .mobile-nav, .nav-menu .drop-down ul {
    background: #03787c;
}

#hero .carousel-item, .nav-menu .drop-down ul {
    background-size: cover;
    background-repeat: no-repeat;
}

.back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.back-to-top:hover {
    color: #fff;
    background: #9f9404;
    border: 2px solid #9f9404;
    transition: background .2s ease-in-out;
}

#topbar {
    height: 20px !important;
    background: #03787c;
    color: #fff;
    font-size: 12px;
}

    #topbar .contact-info a {
        line-height: 1;
        color: #fff;
        transition: .3s;
    }

    #topbar .contact-info i {
        color: #fff;
        padding: 4px;
    }

    #topbar .contact-info .icofont-phone {
        padding-left: 20px;
        margin-left: 10px;
    }

    #topbar .social-links a {
        color: #fff;
        padding: 4px 8px;
        width: 30px;
        height: 30px;
        line-height: 1px;
        background: rgba(255,255,255,.2);
        text-align: center;
        margin-left: 2px;
    }

        #topbar .social-links a:hover {
            background: #1c5c93;
            cursor: pointer;
        }

#header {
    height: auto !important;
    transition: .5s;
    padding: 5px 0 0 !important;
    z-index: 997;
}

    #header p {
        color: #fff;
        font-size: 18px;
        font-weight: 700;
    }

    #header.header-scrolled {
        box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    }

    #header .logo h1 {
        font-size: 28px;
        margin: 0;
        line-height: 1;
        font-weight: 400;
        letter-spacing: 3px;
    }

        #header .logo h1 a, #header .logo h1 a:hover {
            color: #36454f;
            text-decoration: none;
        }

    #header .logo img {
        padding: 0 0 10px;
        margin: 0;
        max-height: 85px;
        transition: .4s ease-in-out;
    }

    #header .logo:hover img, .portfolio-item:hover img {
        transform: scale(1.05) !important;
    }

.logo .img-fluid {
    border: none !important;
}

.menu-right-position {
    float: left;
    padding-right: 5px !important;
}

.mobile-nav *, .nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .nav-menu > ul > li {
        position: relative;
        white-space: normal;
        float: left;
    }

    .nav-menu a {
        display: block;
        position: relative;
        color: #fff;
        padding: 10px;
        font-size: 15px;
        font-weight: 600;
    }

        .nav-menu a:hover, .nav-menu li:hover > a {
            color: #7fffd4 !important;
            text-decoration: none !important;
        }

    .nav-menu .drop-down ul {
        display: block;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 99;
        visibility: hidden;
        background-position: center;
        box-shadow: 0 0 30px rgba(127,137,161,.25);
    }

    .nav-menu .drop-down:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .nav-menu .drop-down li {
        min-width: 180px;
        position: relative;
    }

    .nav-menu .drop-down ul a {
        padding: 10px 20px;
        font-size: 14px;
        font-weight: 500;
        text-transform: none;
        color: #fff;
    }

        .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul li:hover > a {
            color: #36454f;
            border-bottom: .25px solid #7fffd4;
        }

    .nav-menu .drop-down > a:after {
        content: "\ea99";
        font-family: IcoFont;
        padding-left: 5px;
    }

    .nav-menu .drop-down .drop-down ul {
        top: 0;
        left: 100%;
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        opacity: 1;
        top: 0;
    }

    .mobile-nav .drop-down > a, .nav-menu .drop-down .drop-down > a {
        padding-right: 35px;
    }

        .nav-menu .drop-down .drop-down > a:after {
            content: "\eaa0";
            font-family: IcoFont;
            position: absolute;
            right: 15px;
        }

@media (max-width:1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        left: -100%;
    }

    .nav-menu .drop-down .drop-down > a:after {
        content: "\ea9d";
    }
}

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    transition: .4s;
}

#hero, #hero .carousel-item, .mobile-nav-overly {
    width: 100%;
    overflow: hidden;
}

.card-header, .custom-h6, .list-group, hr {
    margin-bottom: 0 !important;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #fff !important;
    padding: 10px 20px;
    font-weight: 500;
}

.card-body p, .person-body p {
    overflow: hidden;
    display: -webkit-box;
}

.news-scroll, .news-scroll a {
    color: #fff192 !important;
    font-weight: 500 !important;
}

.mobile-nav .active > a, .mobile-nav a:hover, .mobile-nav li:hover > a {
    color: #7fffd4;
    text-decoration: none;
}

.mobile-nav .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down > a:after {
    content: "\eaa0";
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 20px;
    z-index: 9998;
    border: 0;
    background: 0 0;
    font-size: 24px;
    transition: .4s;
    outline: 0 !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

#hero .carousel-content, .custom-h6 {
    text-align: left;
}

.mobile-nav-overly {
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(31,53,72,.7);
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

    .mobile-nav-active .mobile-nav {
        left: 0;
    }

.news-scroll {
    background: #133b28;
    vertical-align: middle;
    font-size: 14px;
    border-bottom: 3px solid #78d4a8;
}

    .news-scroll a {
        cursor: pointer !important;
        vertical-align: middle !important;
    }

.card-body p, .message-container p {
    margin-top: 0;
}

.dot {
    height: 6px;
    width: 6px;
    margin-left: 20px;
    margin-right: 3px;
    background-color: gold !important;
    border-radius: 50%;
    display: inline-block !important;
}

#hero {
    height: 500px;
    padding: 0;
}

    #hero .carousel-item {
        height: 500px;
        background-position: top right;
    }

        #hero .carousel-item::before {
            content: '';
            background-color: rgba(13,30,45,.2);
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            overflow: hidden;
        }

    #hero .carousel-container {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        overflow: hidden;
    }

    #hero h2 {
        color: #fff;
        font-size: 48px;
        font-weight: 500;
    }

    #hero p {
        width: 95%;
        -webkit-animation-delay: .4s;
        animation-delay: .4s;
        color: #fff;
        font-weight: 400;
        text-align: right;
    }

    #hero .carousel-inner .carousel-item {
        transition-property: opacity;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    #hero .carousel-inner .active.carousel-item-left, #hero .carousel-inner .active.carousel-item-right, #hero .carousel-inner .carousel-item {
        opacity: 0;
    }

    #hero .carousel-inner .active, #hero .carousel-inner .carousel-item-next.carousel-item-left, #hero .carousel-inner .carousel-item-prev.carousel-item-right {
        opacity: 1;
        transition: .5s;
    }

        #hero .carousel-inner .active.carousel-item-left, #hero .carousel-inner .active.carousel-item-right, #hero .carousel-inner .carousel-item-next, #hero .carousel-inner .carousel-item-prev {
            left: 0;
            transform: translate3d(0,0,0);
        }

    #hero .carousel-control-next, #hero .carousel-control-prev {
        width: 10%;
    }

    #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
        background: #03787c;
        font-size: 48px;
        line-height: 1;
        width: auto;
        height: auto;
        color: #fff;
    }

    #hero .carousel-indicators li {
        cursor: pointer;
        background-color: #01bafd;
    }

    #hero .btn-get-started {
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 12px 32px;
        border-radius: 5px;
        transition: .5s;
        line-height: 1;
        margin: 10px;
        color: #e3f0fc;
        -webkit-animation-delay: .8s;
        animation-delay: .8s;
        border: 0;
        background: #428bca;
    }

#footer .footer-top, .custom-col-12 {
    background: #097CAE;
    background: -webkit-linear-gradient(0deg, rgba(9, 124, 174, 1) 30%, rgba(4, 155, 161, 0.98) 100%);
    background: -moz-linear-gradient(0deg,rgba(9, 124, 174, 1) 30%, rgba(4, 155, 161, 0.98) 100%);
    background: linear-gradient(0deg, rgba(9, 124, 174, 1) 30%, rgba(4, 155, 161, 0.98) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#097CAE", endColorstr="#049BA1", GradientType=0 );
}

#hero .btn-get-started:hover {
    background: #1c5c93;
}

@media (min-width:1024px) {
    #hero p {
        width: 95%;
    }

    #hero .carousel-control-next, #hero .carousel-control-prev {
        width: 3%;
    }
}

.person-body {
    position: relative !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
    color: #fff;
    padding-right: 15px;
}

    .person-body h6 {
        color: #fff192;
    }

    .person-body a, .person-body a:focus, .person-body a:hover, .person-body a:visited {
        color: #fff192;
        text-decoration: none;
        cursor: pointer;
    }

    .person-body img {
        width: 110px !important;
        height: 128px !important;
    }

    .person-body p {
        font-size: 14px;
        -webkit-line-clamp: 2;
    }

.card-body h5, .section-title-custom h2 {
    font-size: 16px !important;
}

.custom-col-12 {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.custom-h6 {
    color: #fff;
    font-size: 14px;
    padding: 5px;
    background: linear-gradient(to left,#009ffd,#2480db,#2d62b8,#2e4595,#2a2a72);
}

.chairmanMessageLink, .principalMessageLink {
    color: #01bafd;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    float: right;
}

.section-title-custom {
    background: #1a3c40;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #acb66c;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

    .section-title-custom h2 {
        color: #acb66c !important;
    }

.btn-readmore {
    display: inline-block;
    font-weight: 400;
    color: #36454f;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 1;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.page-link, .table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #fff;
}

.btn-readmore-success {
    color: #ffffff;
    font-weight: 700;
}

hr {
    margin-top: 0 !important;
    border-top: 1px solid #78d4a8 !important;
}

.text-right a {
    color: #ffffff !important;
    font-weight: 700 !important;    
}

.card-holder {
    height: 302px !important;
    overflow: hidden !important;
}

.card-holder-position {
    padding: 0 5px;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #01bafd;
    border: 1px solid #dee2e6;
}

.card, .card-event {    
    position: relative !important;
    display: -ms-flexbox !important;
    min-width: 0 !important;
    word-wrap: break-word !important;
    overflow: hidden !important;
}

.card {
    height: 450px !important;
    display: flex !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    background-clip: border-box !important;
    border: 1px solid #03787c !important;
    border-radius: 0 !important;
}

.card-Scroll {    
    display: flex !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    background-clip: border-box !important;
    border: 1px solid #03787c !important;
    border-radius: 0 !important;
}

.card-footer, .card-header {
    background: #03787c !important;    
}

.card-header {
    color: #fff !important;
    font-weight: 600;
    text-align: center !important;
    padding: .35rem .25rem !important;
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
}

    .card-footer:last-child, .card-header:first-child {
        border-radius: 0 !important;
    }

.card-footer {
    padding: .75rem 1.25rem;
    border: none !important;
}

.card ul, .card-body {
    background: #fff !important;
}

.dates, .notice-list-group-item {
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
}

.dates, .modal-footer {
    border-top: 1px solid rgba(0,0,0,.125) !important;
}

.card-body {
    height: 180px;
    display: block;
    color: #36454f !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
    min-height: 1px !important;
    padding: .25rem !important;
    font-size: 14px !important;
}

.card-event, .list-group {
    -ms-flex-direction: column !important;
}

.card-body p {
    color: #36454f;
    margin-bottom: 0;
    -webkit-line-clamp: 3;
}

.card-body h5, .card-event .list-group-item, .dates, .dates strong, .stats strong {
    color: #36454f !important;
    text-shadow: none !important;
}

#bodyContent_dvMarquee marquee a, .list-group-item {
    color: #fff192 !important;
}

.card ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.card-event {    
    display: flex !important;
    flex-direction: column !important;
    background-clip: border-box !important;
    border: 1px solid rgba(0,0,0,.125) !important;
    border-radius: 0 !important;
}

    .card-event .list-group-item {
        height: 100% !important;
        overflow: hidden;
        padding: 0 !important;
        text-align: left !important;
        background: #fff !important;
        border-bottom: none !important;
    }

.card-image img {
    width: 100%;
    height: 119px !important;
}

.dates {
    padding: 5px 0;
    font-size: 12px;
    font-weight: 400;
    overflow: hidden;
}

    .dates div {
        float: left;
        width: 50%;
        text-align: center;
        position: relative;
    }

    .dates strong, .stats strong {
        display: block;
        font-size: 10px;
        font-weight: 400;
    }

    .dates span {
        width: 1px;
        height: 40px;
        position: absolute;
        right: 0;
        top: 0;
    }

.card-button-bottom-right {
    bottom: 5px;
    right: 20px;
}

.list-group {
    display: -ms-flexbox !important;
    display: flex !important;
    flex-direction: column !important;
    padding-left: 0 !important;
    border-radius: 0 !important;
}

.list-group-item, .notice-list-group-item {
    position: relative !important;
    padding: .49rem .65rem !important;
    text-align: left !important;
    transition: .2s ease-in-out !important;
    display: block !important;
    font-size: 14px !important;
}

.list-group-item {
    font-weight: 600;
    background: #03787c !important;    
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
    color: #fff !important;
    transform: scale(1.05) !important;
    text-align: left !important;
}

.notice-list-group-item {
    color: #36454f !important;
    background: #fff !important;
}

.modal-content, .modal-header {
    display: -ms-flexbox !important;
}

@media (min-width:768px) {
    .container, .container-md, .container-sm {
        max-width: 95% !important;
    }

    .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-right.active {
        transform: translateX(50%);
    }

    .carousel-inner .carousel-item-left.active, .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
}

@media (min-width:992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 95% !important;
    }

    .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-right.active {
        transform: translateX(33%);
    }

    .carousel-inner .carousel-item-left.active, .carousel-inner .carousel-item-prev {
        transform: translateX(-33%);
    }
}

.carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev, .carousel-inner .carousel-item.active {
    display: flex;
}

.carousel-inner .carousel-item-left, .carousel-inner .carousel-item-right {
    transform: translateX(0);
}

.section-bg {
    background-color: #f5f9fc;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

    .section-title h2 {
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 20px;
        padding-bottom: 0;
        color: #5c768d;
    }

    .section-title p {
        margin-bottom: 0;
    }

.portfolio-item img {
    cursor: pointer;
    transition: .4s ease-in-out;
}

.member {
    text-align: center;
    position: relative;
}

.modal-body, .modal-content {
    position: relative !important;
}

.member .pic {
    /*height: 230px !important;*/
    overflow: hidden;
}

.member img {
    height: auto !important;
    display: block !important;
}

.member:hover img {
    transform: scale(1.1);
}

.member .member-info {
    padding-top: 5px;
    background: #024043;    
}

.member span a, .message-container span a {
    color: #ff0;
    font-weight: 600;
    cursor: pointer;
}

@media (max-width:575.98px) {
    .member img {
        width: 100% !important;
        height: 100% !important;
        display: block !important;
        transition: .4s ease-in-out;
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .member img {
        width: 100% !important;
        height: 100% !important;
        display: block !important;
        transition: .4s ease-in-out;
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .member img {
        width: 100% !important;
        height: 100% !important;
        display: block !important;
        transition: .4s ease-in-out;
    }
}

@media (min-width:992px) and (max-width:1366.98px) {
    .member img {
        width: 100% !important;
        height: 100% !important;
        display: block !important;
        transition: .4s ease-in-out;
    }
}

@media (min-width:1367px) {
    .member img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
        transition: .4s ease-in-out;
    }
}

.member h4 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
    color: #e3f0fc;
    position: relative;
    padding-bottom: 10px;
}

    .member h4::after {
        content: '';
        position: absolute;
        display: block;
        width: 50px;
        height: 1px;
        background: #e3f0fc;
        bottom: 0;
        left: calc(50% - 25px);
    }

.member span {
    display: block;
    font-size: 13px;
    color: #e3f0fc;
}

.message-container {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 5px 5px;
    background: #024043;    
    border-right: 2px solid #024043;
    border-left: 2px solid #024043;
    border-bottom: 2px solid #024043;
    overflow: hidden;
}

    .message-container p {
        color: #fff;
        margin-bottom: 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        text-align: center;
    }

    .message-container span {
        float: right;
    }

.close {
    float: right !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    color: #fff !important;
    text-shadow: 0 1px 0 #1d1327 !important;
    opacity: .5 !important;
}

    #footer .footer-top .footer-links ul a:hover, .close:hover {
        color: #fff !important;
    }

.modal-content {
    display: flex !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    width: 100% !important;
    pointer-events: auto !important;
    background-color: #faf9f6 !important;
    background-clip: padding-box !important;
    outline: 0 !important;
}

.modal-header {
    background: #097CAE;
    background: -webkit-linear-gradient(0deg, rgba(9, 124, 174, 1) 30%, rgba(4, 155, 161, 0.98) 100%);
    background: -moz-linear-gradient(0deg,rgba(9, 124, 174, 1) 30%, rgba(4, 155, 161, 0.98) 100%);
    background: linear-gradient(0deg, rgba(9, 124, 174, 1) 30%, rgba(4, 155, 161, 0.98) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#097CAE", endColorstr="#049BA1", GradientType=0 );
    color: #fff;
    display: flex !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    padding: 1rem !important;
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
    border-top-left-radius: calc(.3rem - 1px) !important;
    border-top-right-radius: calc(.3rem - 1px) !important;
}

.modal-body {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
    padding: 1rem !important;
    color: #36454f;
    background: #faf9f6;
}

    .modal-body img {
        width: 150px !important;
        height: auto !important;
    }

.modal-footer {
    background: #097CAE;
    background: -webkit-linear-gradient(0deg, rgba(9, 124, 174, 1) 30%, rgba(4, 155, 161, 0.98) 100%);
    background: -moz-linear-gradient(0deg,rgba(9, 124, 174, 1) 30%, rgba(4, 155, 161, 0.98) 100%);
    background: linear-gradient(0deg, rgba(9, 124, 174, 1) 30%, rgba(4, 155, 161, 0.98) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#097CAE", endColorstr="#049BA1", GradientType=0 );
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    padding: .75rem !important;
    border-bottom-right-radius: calc(.3rem - 1px) !important;
    border-bottom-left-radius: calc(.3rem - 1px) !important;
}

@media (max-width:575.98px) {
    #hero, #hero .carousel-item {
        height: 344px;
    }

        #hero .carousel-content.container {
            padding: 0 50px;
        }

    .modal-footer button {
        margin: 0 auto !important;
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    #hero, #hero .carousel-item {
        height: 344px;
    }

        #hero .carousel-content.container {
            padding: 0 50px;
        }

    .modal-footer button {
        margin: 0 auto !important;
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    #hero, #hero .carousel-item {
        height: 358px;
    }

        #hero .carousel-content.container {
            padding: 0 50px;
        }

    .modal-footer button {
        margin: 0 auto !important;
    }
}

@media (min-width:992px) and (max-width:1366.98px) {
    #hero, #hero .carousel-item {
        height: 380px;
    }

        #hero .carousel-content.container {
            padding: 0 50px;
        }

    .modal-footer button {
        margin: 0 auto !important;
    }
}

/*@media (min-width:1367px) {
    #hero, #hero .carousel-item {
        height: 344px;
    }

        #hero .carousel-content.container {
            padding: 0 50px;
        }

    .modal-footer button {
        margin: 0 auto !important;
    }
}*/

/*@media (max-width:992px) {
    #hero, #hero .carousel-item {
        height: 344px;
    }

        #hero .carousel-content.container {
            padding: 0 50px;
        }

    .modal-footer button {
        margin: 0 auto !important;
    }
}*/

#footer {
    padding: 0 0 30px;
    color: #fff !important;
    font-size: 14px;
}

    #footer .footer-top {
        border-top: 3px solid #049f46 !important;
        padding: 30px 0 0;
    }

        #footer .footer-top iframe {
            width: 100% !important;
            height: 100% !important;
        }

        #footer .footer-top .footer-info h3, #footer .footer-top .footer-links h3 {
            font-size: 18px;
            color: #fff !important;
            margin: 0 0 20px;
            padding: 2px 0;
            line-height: 1;
            font-weight: 700;
        }

        #footer .footer-top .footer-info p {
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 0;
        }

        #footer .footer-top .social-links a {
            font-size: 18px;
            display: inline-block;
            background: rgba(255,255,255,.2) !important;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: .3s;
        }

            #footer .footer-top .social-links a:hover {
                background: #fff !important;
                color: #fff;
                text-decoration: none;
                cursor: pointer;
            }

        #footer .footer-top h4 {
            font-size: 16px;
            font-weight: 600;
            color: #fff !important;
            position: relative;
            padding-bottom: 12px;
        }

        #footer .footer-top .footer-links ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            #footer .footer-top .footer-links ul i {
                padding-right: 2px;
                color: #fff !important;
                font-size: 18px;
                line-height: 1;
            }

            #footer .footer-top .footer-links ul li {
                padding: 10px 0;
                display: flex;
                align-items: center;
            }

                #footer .footer-top .footer-links ul li:first-child {
                    padding-top: 0;
                }

            #footer .footer-top .footer-links ul a {
                color: #fff !important;
                transition: .3s;
                display: inline-block;
                line-height: 1;
            }

        #footer .footer-top .footer-newsletter form {
            margin-top: 30px;
            background: #fff;
            padding: 6px 10px;
            position: relative;
            border-radius: 4;
        }

            #footer .footer-top .footer-newsletter form input[type=email] {
                border: 0;
                padding: 4px;
                width: calc(100% - 110px);
            }

            #footer .footer-top .footer-newsletter form input[type=submit] {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                border: 0;
                background: #428bca;
                font-size: 16px;
                padding: 0 20px;
                color: #fff;
                transition: .3s;
                border-radius: 4;
            }

                #footer .footer-top .footer-newsletter form input[type=submit]:hover {
                    background: #5295ce;
                }

    #footer .copyright {
        font-size: 15px !important;
        text-align: center;
        padding-top: 30px;
    }

    #footer .credits {
        padding-top: 10px;
        text-align: center;
        font-size: 13px;
        color: #fff !important;
    }

        #footer .credits a {
            color: #db6400 !important;
            font-weight: 700;
        }

@media (max-width:768px) {
    #divCustom, .carousel-inner .carousel-item > div {
        display: none;
    }

    .custom-dvpd {
        padding-top: 20px;
    }

    #topbar {
        display: none !important;
        height: 55px !important;
        background: #049BA1;
        color: #fff;
        font-size: 14px;
        text-shadow: none !important;
    }

    #header .logo img {
        padding: 0 0 10px;
        margin: 0;
        max-height: 73px;
        transition: .4s ease-in-out;
    }

    #header p {
        text-align: center !important;
    }

    .menu-border {
        border-top: none !important;
    }

    #hero h2 {
        font-size: 28px;
    }

    #footer .footer-top .footer-links ul li, .carousel-inner .carousel-item > div:first-child {
        display: block;
    }

    #footer .footer-top {
        padding: 60px 15px 30px;
    }

    #footer .container {
        text-align: center;
    }
}

.table-dark {
    background-color: #eff1f4 !important;
}

    .table-dark td, .table-dark th, .table-dark thead th {
        border: 1px solid #b1b9ca !important;
    }

#bodyContent_dvMarquee {
    height: 100%;
}

    #bodyContent_dvMarquee marquee {
        height: 100%;
        text-align: left;
        padding: 20px;
    }

        #bodyContent_dvMarquee marquee h5 {
            line-height: 1.5;
            font-size: 14px !important;
            padding-bottom: 10px;
            border-bottom: 2px dotted #fff192;
        }
