
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

.header{
    background-color: white;
    /* height:100px; */
}

.top-logo{
    margin-top:10px;
    width: 100%;
    /* height: 100%; */
    display: flex;
    justify-content: left;
    align-items: left;
    margin-left:20px;
}

.titleBlock{
    background-image: url('/images/Header\ Blue_Map\ light.jpg');
    height:175px;
    padding-left:10px;
    padding-right:10px;
    display:table-cell;
    width:1280px;
    margin-bottom:10px;
    vertical-align: bottom;
    color:#004496;
    background-size: contain;
    border-radius: 10px;

}

.historyTitleBlock{
    background-image: url('/about/images/history-of-coast-survey/history-ocs-top-banner.jpg');
    height:175px;
    padding-left:10px;
    padding-right:10px;
    display:table-cell;
    width:1280px;
    margin-bottom:10px;
    vertical-align: bottom;
    color:#004496;
    background-size: contain;
    border-radius: 10px;

}

.footBlock{
    background-image: url('/images/Header\ Blue_Map\ light.jpg');
    height:15px;
    padding-left:10px;
    padding-right:10px;
    display:table-cell;
    width:1280px;
    margin-bottom:10px;
    vertical-align: bottom;
    color:#004496;
    background-size: contain;
    border-radius: 10px;

}


.top-text-heading{
    margin-left:10px;
    margin-top:10px;
    color:#004496;
    font-size:x-large;
    font-weight:bold;
    line-height: 15px;
}

.top-text-lower{
    margin-top:5px;
    color:black;
    font-size:12px;
    /* font-weight:normal; */
    /*line-height:10px; */

}

body{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
}


.container-main{
    margin-top:10px;
    min-height:500px;
    padding-left:20px;
    padding-right:20px;
}

.search-container{
    width: 100%;
    /* height: 100%; */
    margin-top:20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.searchinput[type=text]{

    padding: 15px 40px 15px 20px;
    width: 300px;
    color: #525252;
    border: solid;
    border-width:1px;

    border-radius: 5px;
    background: linear-gradient(to right, #FFFFFF 0%,#464747 #F9F9F9 100%);
    /* transition: width 0.4s ease; */
    outline: none;


}

.search-i{
    position: relative;
    left: -37px;
    color: #333;
}

.top-image{
    margin:auto;
    text-align:center;
    margin-bottom:20px;

}

.section-title{
    font-size:16px;
    text-align:left;
    font-weight: bold;
}

.section{
    margin-top: 10px;
    margin-bottom: 10px;
    clear:both;
}

/* title divider */
.title-divider {
    text-align: left;
    position: relative;
    border-bottom: #ddd 2px solid;
    padding-bottom: 6px;
    margin: 0 0 20px;
    font-size:20px;
}

.title-divider span {
    position: absolute;
    width: 50px;
    height: 1px;
    bottom: -1px;
    left: 0;
    background: #0099d8;
}

.span8 {
    /* width: 620px; */
    width:auto;
}

.left-content{
    padding-right:50px;
    padding-left:15px;
}

.related-links{
    /* border-style:solid;
    border-width:1px;
    border-color:#CCC;
    /* background-color:#EEE; */
    min-height:100px;
    border-radius: 10px;
    padding:10px;
    margin-bottom:20px;
}

.related-link-item a{
    text-decoration:none;

}

a[href$='.pdf'], a[href$='.PDF'] {
    background-image:url(/images/pdf-icon-2.png);
    background-size:15px 15px;
    background-position:bottom right;
    background-repeat:no-repeat;
    padding:0 20px 0 0;
    zoom:1;
    display:inline;
}


.footer {
    background-color: #333;
    color: white;
    min-height: 200px;
    /*width:100%; */
    margin:auto;
}

.footer-options {
    /* flex-basis: 75%;  */

    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
}

.accordion-body, .accordion-item{
    border:none;
    margin-bottom:5px;
}

.accordion-button, .accordion-button.collapsed{
    background-color: #e7f1ff;
    border-radius:15px;
}

.accordion-item:first-of-type .accordion-button, .accordion-item:last-of-type .accordion-button.collapsed {
    background-color: #e7f1ff;
    border-radius:15px;
}

.newsletter-image-caption{
    font-style:italic;
    font-size:smaller;
    margin-top:-5px;
}

.map-block{
    width:100%;
    min-height:200px;
    border:solid;
    border-width:1px;
    border-color:#eee;
    border-radius:15px;
    margin-top:10px;
    background-color:#DDD;
    padding:10px;
}

area {
    outline: 0;
    display:none;
}

.image-font {
    text-align:center;
    color:#000;
    font-size:12px;
    font-style:italic;
    background-color:#ddd;
    border:#999 1px solid;
    width:auto;
    padding:8px;
}

.font-orange {
    color:#f9a455;
}

.font-white {
    color:#fff;
}

.nrt-text-bar {
    height:auto;
    background-color:#014397;
    color:#fff;
    padding:20px 0 20px 25px;
    font-size:26px;
    font-weight:600
}

.map-wrapper {
    background-color:#eee;
    padding:20px;
    max-height:499px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.comment-wrapper {
    height:458px;
    background-color:#eee;
    padding-left:25px;
    padding-right:25px;
    border-radius: 15px;
    text-align:center;
    vertical-align:top;
}

.comment-box {
    width:300px;
    height:185px;
    background-color:#000;
    color:#fff;
    padding:20px 10px 10px 10px;
    border-radius:8px;
    border:1px #999 solid;
    text-align:left;
    margin:auto;
    margin-top:15px;
    font-size:10px;
}

.acc-image{
    margin:15px;
    text-align:center;
    border:1px solid #ccc;
    max-width:300px;
    float:left;
    border-radius:15px;
    padding:10px;
    font-style:italic;
    font-size:12px;
    margin-top:0px;


}

.about-card{
    width:60%;
    margin:auto;
    margin-top:10px;
    margin-bottom:10px;
    /*   border:solid 1px;
       border-color:#DDD; */
    padding:20px;
    /* border-radius:16px;
     box-shadow: 5px 5px 5px #CCC; */

}

.about-card card-title{
    text-align:left;
}
.about-card card-body{
    text-align:left;
}

.footer a{
    text-decoration:none;
    color:white;
}

.footer a:hover{
    color:#ddd;
}

.featured-news-block{
    background-image: url('/images/background/image1.jpg');
    width:100%;
    min-height:200px;
    color:white;
    padding-bottom:10px;
}

.news-box{
    margin:auto;
    width:50%;
    padding-top:10px;
}

@media only screen and (max-width:575px){
    .news-box{
        width:95%;
        margin:auto;
        padding-top:10px;
    }
}

.news-title{
    color:white;
    font-size:24px;
    font-weight:bold;
}

.news-image{
    float:left;
    width:200px;
    margin-left:30px;
    margin-right:20px;


}

.news-text{

    vertical-align: middle;
}

.news-link a{
    color:white;
    text-decoration:none;
}
.news-link a:hover{
    color:#ddd;
}




.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.updatesTable{
    color:black;
    width:100%;
    padding:5px;
    text-align:center;
}

.updatesTable thead{
    font-weight:bold;

}

.updatesTable td{
    width:50
}

.chapterDownload{
    display:none;
    float:right;
}