@font-face {
  font-family: "BrandonTextWeb-Regular";
  src: url("BrandonTextWebRegular_font.woff2") format("woff2"),url("BrandonTextWebRegular_font.woff") format("woff");
}

@font-face {
  font-family: "BrandonGrotesqueWeb-Bold";
  src: url("BrandonGrotesqueWebBold_font.woff2") format("woff2"),url("BrandonGrotesqueWebBold_font.woff") format("woff");
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'BrandonTextWeb-Regular', sans-serif;
}

p{
  font-size: 1.25rem;
  font-family: "BrandonTextWeb-Regular",sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(52,58,64);
}

h2 {
  font-family: 'BrandonGrotesqueWeb-Bold', sans-serif;
font-size: 42px;
font-weight: 500;
    line-height: 1.2;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    color:  #343a40;
}

a:link {
  text-decoration: underline;
  color: #2275b4;
}

.smalltext {
  font-size: 100%;
}

.esri-popup--is-docked-top-right .esri-popup__main-container {
  max-height: 100%;
}

#main {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

#viewDiv {
  flex: 1;
  width: 100%;
}

.container {
  display: flex;
  flex: 1;
  width: 100%;
}

.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 22px;
  vertical-align: middle;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked+.slider {
  background-color: #2196f3;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */

.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;
}

.labelText {
  padding-left: 5px;
  font-size: 15px;
}

#mainDiv {
  padding: 8px;
}



@media screen and (min-width: 700px){
  h2 {
    font-size: 2.625rem;
  }
  }
  @media screen and (max-width: 700px){
    h2 {
      font-size: calc(1.3875rem + 1.65vw);
    }
    }
  
  @media screen and (min-width: 545px) {
  
  .esri-legend {
    position: absolute;
    right: 15px;
    bottom: 110px;
  }
  #logo {
    position: absolute;
    right: 15px;
    bottom: 30px;
    width: 246px;
    height: 90px;
    background-color: #FFFFFF;
  }
  #logo img {
    position: absolute;
    right: 45px;
    bottom: 40px;
    height: 45px;
  }
  
  }
  
  @media screen and (max-width: 544px) {
    #logo {
      position: absolute;
      right: 15px;
      top: 370px;
      background-color: #FFFFFF;
      z-index: 99;
    }
    #logo img {
      position: absolute;
      right: 45px;
      bottom: 40px;
      height: 45px;
    }
    .legendLogoWrapper{
      height: 300px;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    }
    .esri-expand__content {
      box-shadow: none;
    }
  }

.esri-legend__layer-caption {
  display:none;
}




.accordion {
  transition: all 0.3s ease-in-out;
}

.accordion:hover {
  color: #333333;

}

.accordion .accordion__title {
  list-style-type: none;
  cursor: pointer;
  color: #181818;
  background-color: #F5F5F5;
  padding: 0.875rem 2.5rem 0.6rem 0.875rem;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M23.024 11.263l-7.024 7.023-7.022-7.023-3.091 3.090 8.569 8.569c0.413 0.413 0.961 0.64 1.545 0.64s1.133-0.228 1.545-0.64l8.569-8.569-3.091-3.090z' fill='%23181818'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left 1.1rem top 1.1rem;
  background-size: 1.25rem;
  background-color: #fff;
  -webkit-transition: background-color 300ms;
  -o-transition: background-color 300ms;
  transition: background-color 300ms;
  border-bottom: 1px solid #868a8e;
  font-size: 1.375rem;
  font-size: 1.375rem;
  font-family: 'Brandon Text Bold', sans-serif;
  padding-left: 3.2rem;
}

.accordion__title:hover {
  text-decoration: underline;

}

.accordion .accordion__title::marker,
.accordion .accordion__title::-webkit-details-marker {
  display: none;
}

.accordion .accordion__content {
  padding: 1rem;
}

.accordion .accordion__content p {
  margin: 0;
}

.accordion .accordion__content p+p {
  margin-top: 0.5em;
}

.accordion[open] {
  border-color: #ffffff;
}

.accordion[open] .accordion__title {
  background-color: #003865;
  color: #ffffff;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.976 22.025l7.024-7.023 7.022 7.023 3.091-3.090-8.568-8.568c-0.413-0.412-0.961-0.64-1.545-0.64s-1.133 0.228-1.545 0.64l-8.569 8.569 3.091 3.090z' fill='%23FFFFFF'/%3e%3c/svg%3e");
}

.accordion[open] .accordion__title:hover {
  text-decoration: underline;
}

#forecastList {
  border: 1px solid #868a8e;
}

/* need this to wrap table cell contents */


vaadin-grid-cell-content {
  white-space: normal;
}