html, body {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, "Times New Roman", Times, serif;
}

a {
    color: #339A99;
}

#header {
    border-bottom: 1px solid #eaeaea;
}

    #header #headerTop {
        padding: 30px 0;
        border-bottom: 1px solid #eaeaea;
    }

        #header #headerTop .input-group .form-control {
            width: 220px;
            border-radius: 0;
        }

    #header #headerBottom {
        background-color: #eaeaea;
        margin: 2px;
        padding: 10px 0;
    }

        #header #headerBottom ul {
            margin-left: -20px;
        }

            #header #headerBottom ul > li > a {
                display: block;
                padding: 4px 20px;
                color: #7c7c7c;
                text-align: center;
                font-size: 18px;
                font-family: Georgia, "Times New Roman", Times, serif;
            }

            #header #headerBottom ul > li a:hover,
            #header #headerBottom ul > li.active > a {
                color: #339A99;
            }

            #header #headerBottom ul > li > ul {
                display: none;
            }

#animation {
    padding-top: 10px;
}

    #animation .animationSlides {
        margin-bottom: 0;
    }

        #animation .animationSlides .item .animationTextOverlay {
            background-color: #000;
            opacity: .7;
            color: #fff;
            position: absolute;
            right: 0;
            bottom: 0;
            width: 300px;
            max-height: 0;
            z-index: 1;
            -webkit-transition: max-height linear;
            -o-transition: max-height linear;
            transition: max-height linear;
        }

            #animation .animationSlides .item .animationTextOverlay .animationTextOverlayInner {
                padding: 15px 20px;
            }

        #animation .animationSlides .item.slick-current .animationTextOverlay {
            /*max-height: 100%;*/
            height: 100%;
            -webkit-animation: animationOverlay 10s;
            animation: animationOverlay 10s;
        }

@-webkit-keyframes animationOverlay {
    0% {
        max-height: 0;
    }

    15% {
        max-height: 100%;
    }

    60% {
        max-height: 100%;
    }

    75% {
        max-height: 0;
    }
}

@keyframes animationOverlay {
    0% {
        max-height: 0;
    }

    15% {
        max-height: 100%;
    }

    60% {
        max-height: 100%;
    }

    75% {
        max-height: 0;
    }
}

#animation .animationSlides .item .animationTextOverlay a {
    color: #fff;
}

#animation .animationSlides .item .animationTextOverlay .animationText0 {
    font-size: 24px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 15px;
}

#animation .animationSlides .item .animationTextOverlay .animationText1 {
    margin-bottom: 20px;
}

#animation .animationSlides .item .animationTextOverlay .btn {
    border-radius: 0;
    font-size: 12px;
    padding: 5px 10px;
    background: #339a99;
    color: #ffffff;
}

#contentArea {
    padding: 20px 0 30px 0;
}

    #contentArea .contentLeft .panel {
        padding: 10px 18px 5px 18px;
        background-color: #e1f6f7;
        margin-bottom: 14px;
        border-top: 4px solid #49a5b0;
        border-left: 1px solid #49a5b0;
        border-right: 1px solid #49a5b0;
        border-bottom: 1px solid #49a5b0;
    }

        #contentArea .contentLeft .panel.white-panel {
            background-color: #fff;
            border-left: 1px solid #efefef;
            border-right: 1px solid #efefef;
            border-bottom: 1px solid #efefef;
        }

        #contentArea .contentLeft .panel ul {
            margin: 0;
            padding-top: 10px;
        }

            #contentArea .contentLeft .panel ul > li:not(.menuActions),
            #contentArea .contentRight .mainText ul > li {
                background-image: url('/images/arrow.gif');
                background-position: 0px 6px;
                background-repeat: no-repeat;
                padding: 0px 0px 15px 22px;
                line-height: 18px;
            }

            #contentArea .contentLeft .panel ul > li.menuActions li {
                background: none;
            }

            #contentArea .contentLeft .panel ul > li:not(.menuActions) > a,
            #contentArea .contentRight .mainText ul {
                color: #4c4c4c;
                font-size: 14px;
            }

            #contentArea .contentLeft .panel ul > li ul,
            #contentArea .contentLeft .panel ul > li ul > li > ul {
                display: none;
                padding-left: 0;
                list-style: none;
            }

            #contentArea .contentLeft .panel ul > li.active > ul {
                display: block;
            }

    #contentArea .contentLeft .white-panel h3 {
        font-size: 18px;
    }

    #contentArea .contentLeft .white-panel .slick-nav span {
        cursor: pointer;
        color: #b0b0b0;
        font-size: 18px;
        padding: 2px;
    }

        #contentArea .contentLeft .white-panel .slick-nav span:hover {
            color: #7c7c7c;
        }

    #contentArea .contentLeft #newsFeed .item {
        height: 132px;
        overflow: hidden;
        font-size: 14px;
    }

    #contentArea .contentRight {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
        color: #4c4c4c;
    }

        #contentArea .contentRight h1 {
            font-size: 24px;
            line-height: 28px;
        }

        #contentArea .contentRight h2,
        #contentArea .contentRight .newsArticle h1 {
            color: #339a99;
            font-size: 36px;
            line-height: 30px;
        }

        #contentArea .contentRight .parentList .item {
            padding-bottom: 10px;
        }

            #contentArea .contentRight .parentList .item h2,
            #contentArea .contentRight .newsArticle h1 {
                margin-bottom: 0;
            }

            #contentArea .contentRight .parentList .item h2 {
                font-size: 24px;
                line-height: 28px;
            }

                #contentArea .contentRight .parentList .item h2 a {
                    color: #339a99;
                }

            #contentArea .contentRight .parentList .item .itemNewsDate,
            #contentArea .contentRight .newsArticle .newsDate {
                padding-top: 5px;
                margin-bottom: 20px;
                font-size: 11px;
                color: #adacac;
                border-bottom: 1px solid #d9d9d9;
                display: block;
            }

            #contentArea .contentRight .parentList .item .btn-readmore,
            #contentArea .contentRight .form-horizontal .btn-readmore {
                border-radius: 0;
                background-color: #339A99;
                color: #fff;
                font-size: 12px;
                padding: 2px 5px;
            }

                #contentArea .contentRight .parentList .item .btn-readmore i,
                #contentArea .contentRight .form-horizontal .btn-readmore i {
                    font-size: 14px;
                    vertical-align: middle;
                }

        #contentArea .contentRight .mainText ul {
            list-style: none;
            padding: 0 0 0 10px;
        }

        #contentArea .contentRight .linkList .item {
            padding-bottom: 25px;
        }

            #contentArea .contentRight .linkList .item h2 {
                font-size: 24px;
                margin-bottom: 0;
            }

                #contentArea .contentRight .linkList .item h2 a {
                    color: #444444;
                }

#footer .copyright {
    background-color: #222222;
    padding: 20px 15px;
    color: #a0a0a0;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    #header #headerBottom ul > li {
        border-right: 1px solid #cbcbcb;
    }

    #animation .animationSlides .item .animationTextOverlay .animationText0 {
        max-height: 260px;
        overflow: hidden;
    }

    #animation .animationSlides .item .animationTextOverlay .animationText1 {
        max-height: 260px;
        overflow: hidden;
    }
}

@media(min-width: 992px) {
    #header #headerBottom ul > li {
        position: relative;
    }

        #header #headerBottom ul > li > ul {
            position: absolute;
            top: 100%;
            left: 20px;
            background-color: #fff;
            width: 202px;
            padding: 0;
            list-style: none;
            z-index: 10;
            border: 1px solid #cbcbcb;
        }

            #header #headerBottom ul > li > ul > li {
                border-bottom: 1px solid #cbcbcb;
            }

                #header #headerBottom ul > li > ul > li a {
                    color: #999999;
                    display: block;
                    text-align: left;
                    padding: 8px 20px;
                    font-size: 16px;
                    line-height: 20px;
                    width: 160px;
                }

    #header ul > li > ul > li:hover {
        background-color: #EAEAEA;
        border-radius: 0;
    }

    #header #headerBottom ul > li:hover ul {
        display: block;
    }

    #animation .animationSlides .item .animationTextOverlay .animationText0 {
        max-height: none;
    }

    #animation .animationSlides .item .animationTextOverlay .animationText1 {
        max-height: none;
    }
}
