﻿@media only screen and (max-width: 1199px) {
    .mapInfo {
        width: 30%;
    }
}

@media only screen and (max-width: 1099px) {
    .mapInfo {
        width: 35%;
    }

    
    
}

@media only screen and (max-width: 991px) {

    #titleQuestion {
        background-image: none;
        border-bottom: 2px solid rgb(57,122,172);
        height: auto;
    }

    #titleSearch {
        background-image: none;
        border-bottom: 1px solid rgb(57,122,172);
        height: auto;
        padding-right: 15px;
    }

    .homeSearchTools {
        padding: 10px 0 0 0;
    }

    #titleFind.minHt100 {
        min-height: unset;
        height: auto;
    }

    #titleFind .homeSearchTools {
        height: auto;
        margin-bottom: 10px;
    }

    #titleFind .homeSearchTools div {
        display: inline;
        margin-right: 10px;
    }

    .mapInfo {
        padding: 10px;
        position:relative;
        width:100%;
        border-radius:0;
        top:auto;
        left:auto;
        bottom:auto;
        right:auto;
    }

    .mapInfo h3 {
        margin: 0 0 10px;
        font-size: 1.2em;
        text-align: center;
    }

    .mapInfo p {
        font-size: 0.9em;
    }

    .carouselBtn {
        font-size:unset;
    }

    #prelimMaps {
	    padding: 2px;
        font-size: 12px;
    }


    /*Responsive Styles for Property Risk Page only*/

    
    #riskToolsPage #mobBtn {
        margin: 0;
        position: absolute;
        top: 0;
        right: 20px;
    }

    .clickTip {
        position: relative;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        border-radius: 0 !important;
        width: 100% !important;
        font-size: 14px !important;
        margin: 0 !important;
    }
    
}

@media only screen and (min-width: 992px) {
    #riskPanel {
        width: 1050px;
        margin: 0 auto !important;
        padding-left: 5px;
        padding-right: 5px;
    }

    /*#propertyModal .modal-dialog {
        width: 1065px;
    }*/

    .riskItem.col-md-2 {
        width: 20%;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    #panelHolder #riskPanelBody {
        /*width: auto;*/
        margin: 0 -5px !important;
    }

    /*.collapseBtn {
        right: 15px;
    }*/
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    
}

@media only screen and (max-width: 767px) {


    .carousel-indicators {
        top: 27vw;
    }

    #mapHolder {
        height:auto;
        padding-top: 0;
    }

    .esri-view {
        height:60vh;
    }

    #riskToolsPage #panelHolder {
        position: relative;
        bottom: 0;
        right: 0;
        left: 0;
    }

    #riskToolsPage #riskPanel {
        background-color: rgba(9,41,64,1);
        border-radius: 0;
        border: none;
    }

    /*.riskItem {
        width: 49%;
    }*/

    .esri-popup {
        display:none;
    }

    #frpButtons {
        text-align: center !important;
    }

    #custom_carousel .item {
        padding: 0;
    }

    
    .embed-container {
        text-align:center;
        height: 300px;
        width: 100%;
    }

    .embed-container iframe, .embed-container object, .embed-container iframe {
            width: 100%;
            height: 300px;
    }

    .meetings {
        margin-bottom: 0;
    }

    .eventDate {
        margin-bottom: 20px;
    }

    .eventDesc {
        /*margin-right: 35px;*/
    }

    .meetings .viewDetailsLink {
        text-align: right;
        margin:0;
        vertical-align: top;
    }

    .meetings .viewDetailsLink a {
        margin-right: 10px;
    }

    .seeAllLink  {
        width: 49%;
    }

    #prelimMaps {
	    display: none;
    }

    


    /*Responsive Styles for Property Risk Page only*/

    #riskToolsPage #mainNav {
        margin: 0;
        position: relative;
        top: 0;
        right: 30px;
    }

    #riskToolsPage .esri-ui-top-left,
    #riskToolsPage .esri-ui-top-right {
        top:0;
    }

    #riskToolsPage .esri-ui-top-right {
        right: 0;
    }

    /*#riskPanel {
        padding-top: 20px;
    }

    #profileAddress {
        position: absolute;
        top: 0;
        left:0;
        right:0;
        padding: 5px;
        background-color: rgb(57,122,172);
    }*/

    .legend {
        width: auto;
    }

    .legendCol {
        width: auto;
    }

    .esri-expand__container--expanded {
        z-index: 999 !important;
        height: auto !important;
        background-color: transparent !important;
    }

    .esri-expand__content--expanded {
        height: auto;
        overflow-y:auto;
    }

    .esri-basemap-gallery {
        height: 100% !important;
    }

    .esri-legend__service {
        width: 100%;
    }

    .esri-legend__layer {
        width: 100%;
    }

    .esri-legend__layer-table {
        /*width: 100%;*/
    }
    
}


@media only screen and (max-width: 350px) {
    h3 {
        font-size: 1em;
    }
}