*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-color: #6a7c94;
}

/******************************************/
/******************************************/
/** UTILITIES */
/******************************************/
/******************************************/

.container{
    width: 1200px;
    margin: auto;
}

iframe {
  border: none;
  width: 100%;
  height: 100vh;
}



/******************************************/
/** HEADER */
/******************************************/

.upper-header{
    background-color: #F1F1F1;
    padding: 5px 5px;
    font-family: Source Sans Pro,Arial,sans-serif;
    font-size: 12px;
}

.upper-header .container{
    display: flex;
    gap: 12px;
    align-items: center;
}

.upper-header .container div{
    display: flex;
    align-items: center;
}

.upper-header .container div:first-child{
    gap: 10px;
}

.upper-header img{
    width: 20px;
}

.upper-header p{
    color: #212121;
}

.upper-header a{
    color: #005ea2;
    text-decoration: underline;
}

.middle-header{
    background-color: #E1E1E1;
    font-family: Source Sans Pro,Arial,sans-serif;
    display: none;
}


.showMiddleHeader{
    display: block;
}

.middle-header .container{
    display: flex;
    padding: 12px;
}

.middle-header .middle-div{
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 13px;
    flex: 1;
}

.middle-header .middle-div h3{
    font-size:  13px;
    margin-bottom: 4px;
}

.middle-header .middle-div img{
    width: 50px;
}

.lower-header{
    background-color: #2c3645;
    border-bottom: solid 1px #405168;
    box-shadow: 0 5px 10px #2a3646;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
}

.lower-header .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
    position: relative;
}

.left-lower ul{
    display: flex;
    list-style-type: none;
}

.left-lower ul li::after{
    color: #ccc;
    content: "·";
    margin-left: 4px;
    margin-right: 4px;
}

.left-lower ul li:last-child::after{
    display: none;
}

.left-lower ul li a{
    font-size: 15px;
    color: #fff;
    font-family: Source Sans Pro,Arial,sans-serif;
    text-decoration: none;
}

.left-lower ul li a:hover{
    text-decoration: underline;
}

.right-lower{
    display: flex;
    /* align-items: center; */
    gap: 4px;
}

.right-lower a{
    font-size: 15px;
    color: #fff;
    font-family: Source Sans Pro,Arial,sans-serif;
    text-decoration: none;
}

.right-lower a:hover{
    text-decoration: underline;
}

.right-lower input{
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    border-right: 8;
    padding-left: 5px;
    height: 30px;
}

.right-lower>div {
    display: flex;
    align-items: center;
}

.right-lower div:first-child div{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    border: solid 1px #ccc;
    padding-left: 5px;
    padding-right: 5px;
    height: 30px;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
}

.right-lower img{
    width: 20px;
    height: 20px;
}


.right-lower .advanced-search{
    gap: 5px;
    
}

.right-lower .advanced-search img{
    width: 10px;
}


.right-lower .search-cases{
    position: absolute;
    top: 35px;
    right: 0;
    background-color: #143554;
    padding: 10px;
    cursor: pointer;
    
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    display: none;
}

.right-lower .search-cases div{
    background-color: #345e87;
    padding: 12px 24px;
    border: none;
}

.right-lower .search-cases p{
    color: #fff;
    font-family: Source Sans Pro,Arial,sans-serif;
    font-size: 14px;
    text-decoration: none !important;
}

.right-lower .search-cases p:hover{
    text-decoration: none !important;
}

/******************************************/
/** Footer */
/******************************************/


.main-footer{
    background: linear-gradient(to bottom,#ebebeb,#fcfcfc 25%,#fff);
    padding: 60px 30px 30px;
    display: flex;
    justify-content: space-between;
}

.main-footer>div{
    width: 33%;
    padding: 15px;
}

.main-footer>div:last-child{
    display: flex;
    gap: 30px;
}


.main-footer>div:last-child img{
    width: 100%;
}

.main-footer h3{
    color: #163855;
    margin: 10px 0;
    font-size: 16px;
    font-family: Georgia,Georgia,Palatino Linotype,Palatino,Palatino,Times New Roman,Times,serif;
    text-transform: uppercase;
}

.main-footer ul{
    list-style-type: none;
}

.main-footer ul li{
    margin-bottom: 5px;
}

.main-footer ul li a{
    color: #666666;
    font-size: 16px;
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: none;
}

.main-footer ul li a:hover{
    text-decoration: underline;
    color: #163855;
}

.copyright{
    background-color: #163855;
    padding: 15px 0;
}

.copyright ul{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    color: #fff;
}

.copyright ul li{
    font-family: Georgia,Georgia,Palatino Linotype,Palatino,Palatino,Times New Roman,Times,serif;
    text-transform: uppercase;
}

.copyright ul li:last-child{
    text-transform: capitalize;
}

.copyright ul li:last-child::before{
    content: "●";
    margin: 0 10px;
}
















/******************************************/
/** ACCESS CODE */
/******************************************/

.access-bg-blur{
    font-family: Source Sans Pro,Arial,sans-serif;
    height: 100vh;
    background-color: #fff;
    filter: blur(8px);
    pointer-events: none;
    user-select: none;
    -webkit-filter: blur(8px);
}

.access-upper-header{
    background-color: #F1F1F1;
    padding: 5px 5px;
}

.access-upper-header .container{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.access-upper-header img{
    width: 20px;
}

.access-upper-header p{
    font-size: 12px;
}

.access-middle-header{
    padding: 9px 0;
    background-color: #2C3645;
}

.access-middle-header ul{
    display: flex;
    align-items: center;
    list-style-type: none;
    gap: 12px;
    color: #fff;
    font-size: 15px;
}

.access-lower-header{
    background-color: #405168;
}

.access-lower-header img{
    display: none;
}

.access-lower-header .container{
    padding: 35px 0px 8px;
    background-image: url("../img/eccles-main.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.access-lower-header  h2{
    font-family: Georgia,Georgia,Palatino Linotype,Palatino,Palatino,Times New Roman,Times,serif;
    color: #fff;
    text-shadow: 1px 2px 3px #163855;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
}

.access-content-div{
    background-color: #F4F5F7;
}

.access-content-div .container{
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.access-content-div .container div{
    background-color: #e9ecef;
    width: 800px;
    height: 150px;    
}

.access-image-div{
    text-align: center;
    margin-top: -18px;
}

.access-image-div img{
    width: 65px;
    margin-bottom: -50px;
    background-color: #fff;
    box-shadow: 0 3px 3px #a5afb9;
    border: 1px solid rgb(106,124,148);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.access-content-footer{
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 60px 45px 0;
    border-top: 1px solid #ccc;
    background: linear-gradient(to bottom,#ebebeb,#fcfcfc 25%,#fff);
}

.access-content-footer p{
    font-family: Georgia,Georgia,Palatino Linotype,Palatino,Palatino,Times New Roman,Times,serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6rem;
    text-transform: uppercase;
}


.access-section{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 34, 64, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.access-section .container{
    display: flex;
    align-items: center;
    justify-content: center;
}

.access-div{
        max-width: 450px;
    width: 100%;
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.access-heading svg{
    margin-bottom: 15px;
}

.access-heading h3{
    color: #003a63;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    font-family: Georgia,Georgia,Palatino Linotype,Palatino,Palatino,Times New Roman,Times,serif;
}

.access-heading p{
    color: #666;
    margin-bottom: 25px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.4;
}

.access-div form .alert{
    font-family: Arial,Helvetica,sans-serif;
    display: none;
    color: #d9534f;
    background: #fdf2f2;
    padding: 10px;
    border-left: 4px solid #d9534f;
    margin-bottom: 20px;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
}

.access-div form .access-input{
    margin-bottom: 25px;
    text-align: left;
}

.access-div form .access-input input{
    width: 100%;
    padding: 14px;
    border: 1px solid #ccd0d5;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 24px;
    letter-spacing: 5px;
    text-align: center;
}

.access-div form .submit-button input{
    width: 100%;
    background: #003a63;
    color: white;
    padding: 14px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    transition: background 0.2s ease;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
}

.access-div form .submit-button input:hover{
    background: #002240;
}



/******************************************/
/** Admin */
/******************************************/

.admin-section .container{
    background-color: #fff;
    padding: 50px;
}

.admin-div{
    background-color: #efefef;
    width: 750px;
    margin: auto;
    text-align: center;
    padding: 30px;
}

.admin-div h2{
    color: #003a63;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 400;
    font-family: Georgia,Georgia,Palatino Linotype,Palatino,Palatino,Times New Roman,Times,serif;
}

.admin-div .flex-div{
    display: flex;
    gap: 20px;
}

.admin-div form label{
    margin-bottom: 15px;
    width: 100%;
    display: block;
}

.admin-div form label p{
    margin-bottom: 5px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}

.admin-div form input, .admin-div form select, .admin-div form textarea{
    width: 100%;
    padding: 14px;
    border: 1px solid #ccd0d5;
    box-sizing: border-box;
    font-size: 18px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.admin-div form textarea{
    height: 100px;
}


.admin-div form .submit-button input{
    background: #003a63;
    color: white;
    padding: 14px 65px;
    border: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    transition: background 0.2s ease;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}


.admin-div form .submit-button input:hover{
    background: #002240;
}



.existing-users{
    margin-top: 100px !important;
}

.table-wrapper{
    width:100%;
  overflow-x:auto;
}

.user-table th, .user-table td{
    border: 1px solid #ccd0d5;
    padding: 12px;
}

.user-table{
    margin-top: 30px;
    width: 100%;
    border-collapse: collapse;
}

thead{
    background-color: #003a63;
}

thead th{
    width: 25%;
    color: #fff;
    font-family: Georgia,Georgia,Palatino Linotype,Palatino,Palatino,Times New Roman,Times,serif;
    font-weight: 400;
}   

tbody{
    background-color: #fff;
}

tbody td{
    font-family: Arial, Helvetica, sans-serif;
}


.update{
    background-color: green;
    color: #fff;
    padding: 8px 16px;
    border: none;
    cursor: pointer;

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.delete{
    background-color: red;
    color: #fff;
    padding: 8px 16px;
    border: none;
    cursor: pointer;

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}


















/******************************************/
/** HOME */
/******************************************/

.hero-section{
    background-color: #405168;
}

.hero-section .container{
    padding: 35px 0px 48px;
    background-image: url("../img/eccles-main.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.hero-section .container div:first-child{
    display: none;
}

.hero-section  h2{
    font-family: Georgia,Georgia,Palatino Linotype,Palatino,Palatino,Times New Roman,Times,serif;
    color: #fff;
    text-shadow: 1px 2px 3px #163855;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 8px;
}

.hero-section  p{
    font-size: 16px;
    line-height: 1.4;
    font-family: Georgia,Georgia,Palatino Linotype,Palatino,Palatino,Times New Roman,Times,serif;
    color: #fff;
    text-shadow: 1px 2px 3px #163855;
    font-weight: 500;
    text-align: center;
    width: 650px;
    font-style: italic;
    margin: auto;
}


.main-section .container{
    background-color: #fff;
}

.main-header{
    /* position: sticky;
    top: 0; */
}

.main-header .container{
    background: linear-gradient(to bottom, #3b6d9e, #143554);
    border-radius: 0;
    border-top: 1px solid #97a4b4;
    margin: -25px auto 0;
    padding: 0;
    text-align: center;
    border-bottom: 3px solid rgb(207,139,64);
}

.main-header ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style-type: none;
}

.main-header ul li{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.main-header ul li::before, .main-header ul li::after{
    border-left: 1px solid rgb(118, 139, 158);
    bottom: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
}

.main-header ul li:hover{
    background: linear-gradient(to bottom, #3b6d9e, #5a7387);
}


.main-header ul li a{
    display: block;
    font-size: 15px;
    color: #fff;
    font-family: Source Sans Pro,Arial,sans-serif;
    text-decoration: none;

    color: #fff;
    height: 50px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0 20px;
}

.mobile-main-header{
    display: none;
}

.mobile-main-header .search-case{
    display: none;
}

.post-section{
    padding: 25px 30px 50px;
}

.post-headings{
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: flex-start;
    font-family: Arial,Helvetica,sans-serif;
    border-bottom: 1px solid #b2b2b2;
}

.post-headings div{
    padding: 9px 15px;
    background-color: #f6f6f6;
    border: 1px solid #b2b2b2;
    border-bottom: none;
    height: 60px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.post-headings div p{
    color: #666f77;
}

.post-headings .active{
    color: #163855;
    background-color: #fff;
}


.post-contents{
    display: flex;
    gap: 30px;
    padding: 15px 15px;
}

.post-content{
    width: 55%;
}

.post-image{
    width: 45%;
}

.post-text{
    margin-bottom: 10px;
}

.post-text a{
    font-family: Arial,Helvetica,sans-serif;
    color: #3a6c9c;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.4;
}

.post-text a:hover{
    color: #163855;
    text-decoration: underline;
}

.post-text p{
    font-family: Arial,Helvetica,sans-serif;
    color: #666;
    font-size: 14px;
    margin-top: 4px;
}

.post-image>div{
    padding: 10px;
    border: 1px solid rgba(22,56,85,.25);
    margin-bottom: 20px;
}

.post-image>div img{
    width: 100%;
}

.post-image a{
    font-family: Arial,Helvetica,sans-serif;
    color: #3a6c9c;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.4;
}

.post-image a:hover{
    color: #163855;
    text-decoration: underline;
}

.post-more{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.post-more a{
    font-family: Arial,Helvetica,sans-serif;
    color: #3a6c9c;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.4;
}

.post-more a:hover{
    color: #163855;
    text-decoration: underline;
}

.post-more img{
    width: 25px;
}









/******************************************/
/** SEARCH */
/******************************************/

.search-section .container{
    padding: 50px 0;
    background-color: #fff;
}

.search-div{
    background-color: #efefef;
    width: 750px;
    margin: auto;
    text-align: center;
    padding: 30px;
}

.search-div h3{
    color: #003a63;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 400;
    font-family: Georgia,Georgia,Palatino Linotype,Palatino,Palatino,Times New Roman,Times,serif;
}


.search-div form .search-input{
    margin-bottom: 15px;
    text-align: left;
}

.search-div form .search-input input{
    width: 100%;
    padding: 14px;
    border: 1px solid #ccd0d5;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.search-div form .submit-button input{
    background: #003a63;
    color: white;
    padding: 14px 65px;
    border: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    transition: background 0.2s ease;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.search-div form .submit-button input:hover{
    background: #002240;
}



.search-content{
    margin-top: 30px;
    background-color: #fff;
    border: 1px solid #b2b2b2;
    padding: 30px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;

    text-align: left;
}


.search-content h2{
    color: #003a63;
    font-size: 21px;
    font-weight: 400;
    font-family: Georgia,Georgia,Palatino Linotype,Palatino,Palatino,Times New Roman,Times,serif;
}

.search-content h3{
    color: #003a63;
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 400;
    font-family: Georgia,Georgia,Palatino Linotype,Palatino,Palatino,Times New Roman,Times,serif;
}

.search-content p{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.search-content p span{
    font-weight: 400;
}

.id-div{
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.status-div #status{
    background-color: green;
    color: #fff;
    padding: 2px 6px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.case-description{
    border-left: 4px solid #003a63;
    padding: 15px;
    background-color: #f8f8f8;
    margin-bottom: 30px;
}

.case-description p{
    font-weight: 400;
    line-height: 1.4;
}


.pdf-note p{
    font-weight: 400;
}

.pdf-div{
    margin: 15px 0;
    border: 1px solid #d6d6d6;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}



.pdf-note a{
    color: rgb(222, 0, 0);
}