@import url('https://fonts.googleapis.com/css?family=Catamaran|Lato:300,400');
@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans:300,400,400i,700|Play:400,700');
a {
  text-decoration: none !important;
}
.marquee {
  border: 13px solid #fff;
  /*  box-shadow: -2px 2px 15px -1px rgba(65, 64, 66, 0.25);*/
  box-sizing: border-box;
  height: 75px;
  margin: 0 auto !important;
  overflow: hidden;
  white-space: nowrap;
  font-family: "Arial", sans-serif;
  width: 79%;
  max-width: 100%;
}
.marquee span {
  padding-left: 100%;
  -webkit-animation: marquee 40s linear infinite;
  animation: marquee 40s linear infinite;
  position: relative;
  display: inline-block;
  font-size: 20.5px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-top: 10px;
  text-shadow: 3px -2px 8px rgba(0, 0, 0, 0.2);
  word-spacing: 0.2em;
  color: #fff;
  z-index: 5;
}
.marquee span:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
#mss-cont {
  height: 74px;
  width: 100%;
  box-shadow: -1px -2px 10px 1px rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat, no-repeat;
  background-position: 1.45%19px, 98.7%19px;
  background-color: #F1F2EB;
  margin-bottom: 20px;
}
#grl-cont {
  height: 77px;
  width: 100%;
  box-shadow: -1px -2px 10px 1px rgba(0, 0, 0, 0.3);
  background-color: #F1F2EB;
  overflow: auto;
}
#mss-cont h1 {
  padding: 21px 0 0 30px;
  font-family: Arial;
  text-decoration: none;
  font-weight: bolder;
  font-size: 28px;
  max-height: 40px;
}

#grl-cont h1 {
  font-family: Arial;
  text-decoration: none;
  font-weight: bolder;
  padding: 13px 0 0 30px;
  font-size: 24px;
  max-height: 41px;
  overflow: hidden;
}
#link-cont-2 {
  height: 77px;
  width: 100%;
  /*    background-color: #F1F2EB;*/
  background-color: #0193f9;
  padding-bottom: 40px;
  text-decoration: none;
}
#link-cont-3 {
  height: 77px;
  width: 100%;
  /*    background-color: #F1F2EB;*/
  background-color: #0193f9;
  padding-bottom: 10px;
  text-decoration: none;
  margin-top: 30px;
}
#link-cont-2:hover {
  text-decoration: none !important;
}
.main-container, #container {
  max-width: 1170px !important;
}
#EM-map {
  padding: 10px 0 0 0;
  max-width: 100%;
  overflow: auto;
}
/*
-------------------------------------- BUTTONS -------------------------------------------*/
#b-1 {
  background-image: url("/publicsafety/dem/SiteAssets/EM/images/call-to-action1.jpg");
  background-image: url("http://discover.pbcgov.org/publicsafety/dem/SiteAssets/EM/images/call-to-action1.jpg");
  background-position: top right;
  background-repeat: no-repeat;
  max-width: 100%;
  height: 335px;
  width: 231px;
}
#b-2 {
  background-image: url("/publicsafety/dem/SiteAssets/EM/images/call-to-action2.jpg");
  background-image: url("http://discover.pbcgov.org/publicsafety/dem/SiteAssets/EM/images/call-to-action2.jpg");
  background-position: -2px 0;
  background-repeat: no-repeat;
  max-width: 100%;
  height: 335px;
  width: 231px;
}
#b-3 {
  background-image: url("/publicsafety/dem/SiteAssets/EM/images/call-to-action3.jpg");
  background-image: url("http://discover.pbcgov.org/publicsafety/dem/SiteAssets/EM/images/call-to-action3.jpg");
  background-position: 5px 0;
  background-repeat: no-repeat;
  max-width: 100%;
  height: 335px;
  width: 231px;
}
#b-1:hover {
  background-image: url("/publicsafety/dem/SiteAssets/EM/images/call-to-action1-b.jpg");
  background-image: url("http://discover.pbcgov.org/publicsafety/dem/SiteAssets/EM/images/call-to-action1-b.jpg");
}
#b-2:hover {
  background-image: url("/publicsafety/dem/SiteAssets/EM/images/call-to-action2-b.jpg");
  background-image: url("http://discover.pbcgov.org/publicsafety/dem/SiteAssets/EM/images/call-to-action2-b.jpg");
}
#b-3:hover {
  background-image: url("/publicsafety/dem/SiteAssets/EM/images/call-to-action3-b.jpg");
  background-image: url("http://discover.pbcgov.org/publicsafety/dem/SiteAssets/EM/images/call-to-action3-b.jpg");
}
#C-bottons-cont {
  width: 100%;
  margin-bottom: 38px;
}
#C-buttons {
  width: 700px;
  height: 335px;
  max-width: 100%;
  margin: 0;
}
#C-buttons div, #C-buttons div:hover {
  float: left;
}
#shelter-list a, #store-list a, #station-list a {
  text-decoration: none;
}
#shelter-list li, #store-list li, #station-list li {
  margin: 5px 0;
  list-style: none;
}
.EM-Title {
  font-size: 19px !important;
  letter-spacing: 0.01em !important;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2) !important;
  text-transform: uppercase;
  font-family: "Arial", sans-serif;
  padding: 25px 0 5px;
}
.fa-automobile::before {
  color: #40c0db;
  content: "\f1b9";
  margin: -11px -28px;
  position: absolute;
  /* text-shadow: 1px 1px rgba(0, 0, 0, 0.4);*/
}
.fa-cart-plus::before {
  content: "\f217";
  margin: -14px -31px;
  position: absolute;
  /*  text-shadow: 1px 1px rgba(0,0,0,0.4);*/
  color: #0bd035;
  font-size: 18px;
}
.fa-shield::before {
  content: "\f132";
  margin: -14px -27px;
  position: absolute;
  /*   text-shadow: 1px 1px rgba(0,0,0,0.4);*/
  color: #F68333;
  font-size: 18px;
}
.fa-rss::before {
  content: "\f09e";
  margin: 0 9px;
  position: absolute;
  font-size: 60px;
}
#shelter-list {
  padding-bottom: 30px;
}

.c-half {
  float: left;
  width: 350px;
  max-width: 100%;
  padding: 20px 0;
}
.c-half p {
  text-align: center;
}
#mess-status li {
  float: left;
  list-style: none;
  width: 45%;
}
#get-inv {
  background-image: url("/publicsafety/dem/SiteAssets/EM/images/Get-Involved-buton.png");
  background-repeat: no-repeat;
  height: 88px;
  width: 100%;
  max-width: 100%;
  box-shadow: -1px -2px 10px 1px rgba(0, 0, 0, 0.3);
  margin: 7px 0 20px;
  background-color: #014C82;
  background-size: 100% 100%;
  border-radius: 7px;
}
#flood-info {
  background-image: url("/publicsafety/dem/SiteAssets/EM/images/Flood-Information-btn.png");
  background-repeat: no-repeat;
  height: 51px;
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #C71F46;
  border-radius: 7px;
  background-position: 1px -12px;
  margin-top: 45px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
  background-size: 100%;
}
.attn-mssg {
  padding: 0px 44px;
  color: #f56f12 !important;
  letter-spacing: 0.05em;
  text-shadow: 0px 2px 1px 3px rgba(245, 111, 18, 0.3);
  font-size: 18px;
  text-transform: uppercase;
  word-spacing: 0.2em;
  line-height: 1.55 !important;
  margin-top: 10px;
}
.full-cont {
  width: 100%;
  max-width: 100%;
  padding: 0 10px 18px 10px;
}
#EM-video {
  margin: 10px 0 0 40px !important;
  box-shadow: 2px 4px 13px 4px rgba(182, 182, 182, 0.7);
  max-width: 90%;
}
#ctl00_ctl42_g_646bfe46_9ec4_46dd_b175_c27abc1d9ae1 iframe {
  max-height: 350px;
}



/*
------------------------------------------------------------------------------------------------------------------------------------------------*/
@media all and (max-width: 580px) {
  #mss-cont h1, #grl-cont h1 {
    padding: 0 0 0 20px;
    font-family: Arial;
    text-decoration: none;
    font-weight: bolder;
    font-size: 15px;
    max-height: 10px;
    line-height: 0.5em;
  }
  #mss-cont h1, #grl-cont h1 {
    font-size: 14px;
  }
  #flood-info {
    background-size: 100%;
  }
}


@media all and (max-width: 768px) {
  #grl-cont h1 {
    font-size: 23px;
    text-align: center;
    padding-left: 0;
  }
  .marquee span {
    padding-left: 0;
    -webkit-animation: none;
    animation: none;
 
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    margin-top: 0;
    text-shadow: 3px -2px 8px rgba(0, 0, 0, 0.2);
    word-spacing: 0;
    color: #fff;
    z-index: 5;
  }
  .marquee {
    white-space: normal;
    height: auto;
    padding: 10px;
  }
  #mss-cont {
    height: auto;
  }
        

        
}
/*
@media all and (orientation:portrait) and (max-width:769px)  {
	
	
#b-1, #b-2, #b-3 {
	
	max-width: 	33%x!important;
	float:  left !important;
	
	
	}
	
	
	
}*/
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  #b-1, #b-2, #b-3 {
    max-width: 32.7%;
    max-height: 270px;
    float: left;
    background-position: 50% 50%;
    background-size: 97% 99%;
  }
  #b-1 {
    /*	
	background-position: -14px 0!important;*/
    /*	background-size: 226px;*/
  }
  #b-3 {
    /*	background-position:-14px 0!important;*/
    margin-left: 5px;
  }
}
@media all and (orientation:portrait) and (max-width:638.88px) {
  #EM-video {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100%;
  }
  .full-cont {
    padding: 0;
  }
  #mss-cont {
    background-image: none !important;
  }
  .marquee {
    width: 100%;
    max-width: 100%;
  }

  #grl-cont h1, #mss-cont h1 {
    font-size: 20px;
    text-align: center;
    padding-top: 6px;
    max-width: 95%;
    line-height: 1.3;
    min-height: 49px;
  }
  #b-1, #b-2, #b-3 {
    max-width: 251px !important;
    margin-left: 25px !important;
    max-height: 390px !important;
    width: 251px;
    height: 390px;
  }
  #b-1 {
    background-position: -11px 0 !important;
    background-size: 251px !important;
  }
  #b-3 {
    background-position: -11px 0 !important;
    background-size: 253px !important;
  }
  #mss-cont h1 {
    padding-left: 3px;
    text-align: center;
    padding-top: 18px;
  }
}
/*------------------------------SOCIAL MEDIA FEEDS-----------------------------------*/
.col-sm-4 .ms-rte-embedcode.ms-rte-embedwp {
  max-height: 1000px;
  overflow: auto;
}
.col-sm-4 {
  margin-top: 30px;
}
#ctl00_ctl42_g_4b36938e_ceea_43d3_a1d4_d368dd82a462, /* Fire Rescue*/ #MSOZoneCell_WebPartctl00_ctl42_g_e92ebbd1_6559_4eaf_9796_e1783ff472ac, /* PBC GOV*/ #ctl00_ctl42_g_75f624bc_a781_4193_9b81_6525448bc95f /* Fire Rescue*/ {
  margin-top: 40px;
}
#WebPartctl00_ctl42_g_a513bad4_3581_4a10_b248_48513be4236a [webpartid="a513bad4-3581-4a10-b248-48513be4236a"] {
  margin-top: 40px;
}
/*--------------------------------------------------------------*/