/*Basics*/

body,
html {
    height: 100%;
    font-family: "Lato", sans-serif;
}

h1 {
    font-size: 75px;
    line-height: 85px;
    padding-top: 50px;
}

p {
    line-height: 1.8;
}

#buttonCustom:hover {
    background-color: #173E43 !important;
    color: white !important;
}


/*Buttons*/

.w3-top p {
    line-height: .8px;
}

a.w3-bar-item {
    color: #00645E;
}

a.solidBtn {
    background-color: #5EC6A3;
    color: white;
}

.socialMedia {
    margin-top: 20px;
}

a.linkout {
    color: #237A93;
    font-weight: bold;
}


/* Full height image header */

.bgimg-1 {
    background-position: center;
    background-size: cover;
    background-image: url("/Content/Pics/SounderBruce_EverettStation.jpg");
    min-height: 68%;
}

.bgimg-1:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: -webkit-linear-gradient(left, rgba(64, 84, 131, .7), rgba(64, 84, 131, 0));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(64, 84, 131, .7), rgba(64, 84, 131, 0));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(64, 84, 131, .7), rgba(64, 84, 131, 0));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(64, 84, 131, .7), rgba(64, 84, 131, 0));
    /* Standard syntax (must be last)*/
}


/*Icons*/

.medSVG {
    height: 100px;
}

@media (min-width: 769px) and (max-width: 1281px) {
    .medSVG {
        height: 80px;
    }
}


/*Icon Style for Nav*/

.tile {
    color: #173e43;
    background-color: white;
    position: relative;
}

#map_wrapper h3,
#map_wrapper h5 {
    padding-left: 15px;
}

.tile h3,
.tile p {
    position: relative;
}

svg {
    fill: red;
}

.tile .fa {
    /*padding:13.5px 26px;*/
    font-size: 35px;
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: -webkit-box;
    /* Safari */
    display: flex;
    align-items: center;
    justify-content: space-around;
    /*justify-content: center;*/
}


/*Navigation*/

.floatIcon {
    text-decoration: none;
}

.iconImage {
    height: 65px;
    fill: white;
}

.homebt {
    background-color: #173e43;
    height: 60px;
}

.floatIcon {
    padding: 2px 16px;
    text-align: center;
    /*float: left;*/
    width: auto;
    border: none;
    outline: none;
    display: block;
}

.floatIcon p {
    width: auto;
    display: inline-block;
    padding: 17px 8px;
}


/*Heading*/

.topHead,
.topHead p {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 40px;
}


/*Mapping Tool*/

.mapTool {
    margin: auto;
/*    max-width: 650px;*/
    width: 99%;
    padding: 10px;
}

@media screen and (max-width: 736px) {
    .mapTool {
        width: 100%;
    }
}


/*Info Sources Section*/

.infoSection {
    margin: auto;
    width: 99%;
    padding: 10px;
}

@media screen and (max-width: 736px) {
    .infoSection {
        width: 100%;
    }
}


/*Info Sources Section*/

.infoSectionSmall {
    margin: auto;
    width: 99%;
}

@media screen and (max-width: 736px) {
    .infoSectionSmall {
        width: 100%;
    }
}

.leftText {
    text-align: left;
}


/*Resources section */

.caiReport {
    width: 99%;
}


/*Footer*/

.footImage {
    height: 100%;
}

@media (min-width: 960px) {
    .footer-logo {
        width: 30%;
        float: right;
        display: block;
        position: absolute;
        height: 100%;
        width: 300px;
        background-image: url(Content/Pics/icons/Masonicons-11.svg);
        background-size: cover;
        /* background-position: center center;*/
        margin-left: -20px;
    }
}

.container {
    line-height: 27px;
    width: 90%;
    max-width: 1200px;
    margin: auto;
    margin-top: 50px;
    position: relative;
    z-index: 0;
}

.clearfix {
    zoom: 1;
}

#menu-footer li a {
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 2px;
    color: white;
    font-weight: 600;
    font-size: 11.5px;
}

.footer .logos a img {
    max-width: 300px;
}

.footer .logos a {
    color: white;
    font-style: italic;
    letter-spacing: 3px;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 24px;
    /*display: block;*/
    text-decoration: none;
}

#menu-footer {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    text-decoration: none;
}

.footerCS .fa {
    padding: 12px;
    padding-bottom: 20px;
}


/*Animate heaader logo*/

#logoCAI {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 10%;
    vertical-align: middle;
    overflow: hidden;
}

svg.logoAnimate {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.w3-container p,
div p.w3-center,
div.w3-col,
div.w3-container {
    font-size: 16px;
}

.heading {
    position: absolute;
    top: 50%;
    padding: 0px 24px;
}

.header {
    top: 5%;
}

.source-photo {
    color: white;
    font-size: 14px;
}

.headericon {
    width: 99%;
    margin: -20px 0px;
}

@media (min-width: 769px) and (max-width: 1290px) {
    .headericon {
        width: 45%;
    }
}

@media (max-width: 769px) {
    .headericon {
        width: 90%;
    }
}

.infoSection span {
    padding-left: 25px;
}


}
.marker-descriptions em {
    font-size: 15px;
}
.marker-descriptions .w3-quarter {
    margin-bottom: 15px;
}
