@import url(//fonts.googleapis.com/css?family=Lato);

html, body {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  font-family: 'dDin' !important;
}

#rightView .socialShareLinks li {
    float: left;
    margin: 2px;
}

#rightView  .socialShareLinks {
    list-style: none;
    display: inline-flex;
    padding-left: 0px;
}

#rightView .socialShareLinks li a {
    display: block;
    height: 30px;
    overflow: hidden;
    width: 30px;
    background-color: #eee;
    border-radius: 10px;
}

#rightView .socialShareLinks li a:hover {
    background-color: #fff;
}

#rightView .socialShareLinks li a img{
    width: 100%;
}

.socialtext {
   margin-bottom: 0px;
   padding-top: 5px;
}

#rmdsMainContainer {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  height: calc(120% - 186px);
  width: 100%;
}

#leftView {
  padding-left: 2px;
  margin: 0;
  height: 100%;
  width: 70%;
}

#rightView {
  padding: 20px;
  margin: 0;
  height: 100%;
  width: 30%;
  display: flex;
  flex-direction: column;
  overflow: scroll;
}

#riskMap {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}

.navigation {
  height: 86px;
  background: #FAFAFA;
  border-bottom: 1px solid #DDDDDD;
  display: flex;
  flex-direction: row;
}

.logo {
  padding-left: 60px;
  padding-top: 17px;
  height: 100%;
  width: 160px;
}

.box-title {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}

.mail-link {
  color: #000000;
  text-decoration: none;
}

.support-logo {
  display: block;
  padding-bottom: 30px;
}

.la-logo {
  height: 48px;
  width: 48px;
}

.esri-logo {
  width: 104px;
  height: 48px;
}

.lmu-logo {
  width: 96px;
  height: 48px;
}

.usc-logo {
  width: 104px;
  height: 48px;
}

.rpi-logo {
  width: 48px;
  height: 48px;
}

.sponsor-logo {
  width: 128px;
}

.collaboration-box {
  width: 90%;
  border: 1px solid #DDDDDD;
  display: block;
  padding: 16px;
  margin-bottom: 30px;
}

.collaboration-box a
.collaboration-box a:visited {
  color: #000000;
}

.collaboration-box a:visited
.collaboration-box a:visited:hover {
  color: #3b8ced;
}

.brand {
  /*position: absolute;*/
  padding-left: 20px;
  float: left;
  line-height: 76px;
  font-size: 1.4em;
  color: #DD4040;
  text-decoration: none;
  font-family: "dDinBold";
}

.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}

.nav-container {
  max-width: 1000px;
  margin: 0 auto;
}

nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 20px;
  line-height: 70px;
  background: #262626;
  color: #ffffff;
  text-decoration: none;
}
nav ul li a:hover,
nav ul li a:visited:hover {
  background: #2581DC;
  color: #ffffff;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}
nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #262626;
  height: 70px;
  width: 70px;
}



@font-face{
  font-family: "dDin";
  src: url("../fonts/d-din-regular.ttf") format("truetype");
}

@font-face{
  font-family: "dDinBold";
  src: url("../fonts/d-din-bold.ttf") format("truetype");
}

#rmdsMainContainer a:hover {
   color: #3b8ced;
}

.nolink {
   color: #333 !important;
   text-decoration: none;
   pointer-events: none;
}

.textlinkpeoplename {
   color: #3b8ced !important;
}

.footercolumn {
  height: 150px;
  padding-top:60px;
}

.parentfooter {
  margin: 0 100px !important;
}

.socialimagegroup {
  padding-top: 60px;
}

.webfooterstyle{
  text-align: end;
}

.socialimage {
  padding-left:0px;
  padding-right:0px;
}

.socialfirstimage {
   padding-left:0px;
   padding-right:0px;
}

.textlink {
  color: white;
  text-decoration:none;
}

.parentfooter a:hover {
  color: #efc41b;
}

.longmenutext {
   padding-left: 0px !important;
}

.riskMapContainer {
   height: 120%;
}

.note {
   padding: 20px 80px;
}

.source {
   display:block;
}

@media only screen and (max-width: 768px) {

  .source {
     display:none;
  }

  .note {
     padding: 20px 50px;
  }

  .riskMapContainer {
     height: 100%;
  }

  #rmdsMainContainer {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    height: calc(100% - 186px);
    width: 100%;
  }

  .logo {
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-left: 0px;
    height: 52px;
    width: 100px;
  }

  .brand {
    padding-left: 20px;
    float: left;
    font-size: 1em;
    font-weight: bold;
    color: #DD4040;
    text-decoration: none;
  }

  .longmenutext {
     padding-left: 15px !important;
  }

  .footercolumn {
     height: 50px;
     padding-top:15px;
  }

  .parentfooter {
     margin: 0 10px !important;
  }

  .footerdisclaimer {
      text-align: left;
   }

   .webfooterstyle{
      text-align: left;
   }

  .socialimagegroup {
      display: flex;
      margin: 25px 0px;
      padding-top: 0px;
  }

  .socialfirstimage {
     padding-left:0px;
     padding-right: 10px;
  }

  .socialimage {
    padding-left:10px;
    padding-right:10px;
  }

  #rightView {
    display: none;
  }

  #leftView {
    width: 100%;
  }
}

@media screen and (min-width: 799px) {

  .nav-list {
    display: block !important;
  }

  #leftView {
    width: 70%;
  }

  #rightView {
    display: flex;
  }
}