
#Welcome {
  margin-top:0rem;
  /* display:none; */
}

#Welcome h1 {
 	font-size:37px;
	font-weight:700;
  text-align: center;
  line-height: 26px;
}

#Welcome .IndexSearch {
  width: 100%;

}

#Welcome .IndexSearch .form-control {
  color: #000;
  font-size: 12px;
}

#Welcome .IndexSearch .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}


#Welcome .IndexSearch [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  background-color: transparent;
}



/* .content_searchbar form{
	background-color:#F37021
} */

@media (min-width: 1050px){
	#Welcome{
		display:block;
	}
	#Welcome content-searchbar content_video{
		display:block;
	}
}


#Area {

}

#Area .card {
  border: 0px;
  background-color: transparent;
}

#Area .card-body {
  font-size: 15px;
  font-family: cadiz;
  padding: 0rem;
}

#Area .collapse p {
  padding: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 22px;
}

#Area .card-header {
  border-bottom: 0px;
  background-color: transparent;
  font-family: cadiz;
}

#Area .card-header a {
  color:#2C2C2C;
  font-size: 16px;
  line-height: 24px;
  font-family: 'cadiz black';
}

#Area .card-header a:hover {
  text-decoration: none;
}


.menu_fontstyle{
    font-family:'cadiz black';
}

.full-height{
	min-height: calc(100vh - 69px);
}


.pww_mapbox{
	margin-top:3rem;
	padding-top:2rem;
}



.main_video {
  background-position: center;
  padding: 0px 15px;
  float:left;
  z-index: 0;
}

.content_video {
  color: #ffffff;
  width: 100%;

}

/* .content_searchbar {
  position: fixed;
  top: 42.3%;
  color: #ffffff;
  width: 100%;
  padding: 20px;
} */

.show_map {

	min-height: 875px;
	max-width:1300px;
	background-image: url('/assets/img/WorldMap.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 auto;
}

.circle {
  border-radius: 50%;
  background-color: #F37021;
  width: 30px;
  height: 30px;
  position: absolute;
  opacity: 0;
  animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32);
}

@keyframes scaleIn {
  from {
    transform: scale(.5, .5);
    opacity: .5;
  }
  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}

#marker {
  visibility: hidden;
  position: relative;

}



.state {
  color:#2C2C2C;
  font-family: cadiz;
  font-weight: 500;
}

.state-list {
  list-style: none;
  padding-left: 0px;
  font-size:16px;
  font-weight: 100;

}

.state-list li {
  padding-top: 7px;
  margin: 0px;
}

.fa-chevron-down:before {
	content:　"\F078"；
}
/* --------------------------------

Primary style

-------------------------------- */
*, *::after, *::before {
	box-sizing: border-box;
}



body::before {
	/* never visible - this is used in jQuery to check the current MQ */
	content: 'mobile';
	display: none;
}
@media only screen and (min-width: 1050px) {
	body::before {
		/* never visible - this is used in jQuery to check the current MQ */
		content: 'desktop';
	}
}

a {
	color: #fff;
	text-decoration: none;

}

a:hover {
 color: #F37021;
}

.parallax-window {
    min-width: 100%;
    background: transparent;
}
