@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;	
}
  #eb-wrap {
	  font-family:  'Open Sans', helvetica, sans-serif;
  }
  
.eb-inner {
  max-width: 960px;
  margin: auto;
}
#eb-buttons {
  margin-top: 20px;
}
#eb-buttons a:first-child {
  margin-right: 10px;
}
#eb-buttons a {
  background: #01579b;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  width: calc(50% - 5px);
  float: left;
  display: block;
  text-decoration: none;
  font-weight: 700;
  height: 45px;
  line-height: 45px;
}
#eb-gallery img {
	max-width: 100%;	
}
#eb-header {
  background: #0288d1;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  float: left;
  width: 100%;
}
#eb-content {
  float: left;
  width: 100%;
  background: #f7f7f7;
}

#eb-gallery {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 6px #ccc;
  margin-top: 20px;
  padding: 20px;
  text-align: center;
}
#pspecs {
  box-shadow: 0 0 6px #ccc;
}
#eb-gallery h1 {
  color: #0c437c;
  font-size: 24px;
  font-weight: 700;
  max-width: 720px;
  margin: auto;
  margin-bottom: 30px;
  margin-top: 25px;
}

#ms-ref #ms-text ul li span {
  color: #333;
}
#ms-ref #ms-text ul li {
  margin-bottom: 8px;
  color: #666;
}
#ms-ref #ms-text ul {
  margin: 0px;
  padding: 10px 0px 10px 20px;
  font-size: 14px;
}
#ms-ref #ms-text strong {
  font-size: 24px;
  color: #134173;
  font-weight:700;
}
#ms-ref #ms-text {
  float: right;
  width: 350px;
}
#ms-ref {
  margin: auto;
  width: 610px;
  margin-top: 50px;
  margin-bottom: 50px;
}

#pshead {
  color: #fff;
  background: #01579b;
  display: block;
  padding: 15px 15px;
  font-size: 18px;
}

#pspecs table {
  background: #fff none repeat scroll 0 0;
  border-collapse: collapse;
}

#pspecs table td {
  border: 0 none;
  font-size: 14px;
  margin: 0;
  padding: 15px;
  vertical-align: top;
}
.nwbulletPoint {
  background: #eeeeee none repeat scroll 0 0;
  color: #01579b;
  font-weight: 700;
  width: 130px;
}
.nwbulletPointValue {
  background: #fff none repeat scroll 0 0;
  width: calc(100% - 200px);
}
#pspecs table td br {
  display: none;
}
.nwbulletPointValue p {
  margin: 0;
}
#pspecs table tr {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #ccc;
  display: block;
  margin-left: 0;
}
#pshead {
  background: #01579b none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 15px;
}

#oneyear strong {
  font-size: 20px;
  color: #01579b;
  margin-bottom: 25px;
  display: block;
}
#oneyear {
  margin-top: 55px;
  font-size: 14px;
  margin-bottom: 55px;
}

#eb-footer {
  background: #01579b;
  color: #fff;
  text-align: center;
}
#eb-footer a img {
  margin-right: 4px;
  position: relative;
  top: 4px;
}
#eb-footer a {
  font-weight: 700;
  color: #fff;	
}
#eb-footer {
  background: #01579b;
  color: #fff;
  text-align: center;
  float: left;
  width: 100%;
}
div#eb-footbtn {
  display: flex;
  justify-content: space-between;
}
#eb-footer div#eb-footbtn a {
  border: 1px #80abcd solid;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 30px;
  width: calc(25% - 22.5px);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 1px;
}
div#eb-subfooter {
  margin-bottom: 25px;
  font-size: 13px;
}
@media (max-width: 768px) {
	.hide-m {
		display: none;
	}	
	
	#eb-buttons {
		margin-top: 20px;
		padding: 0 10px;
	}	
	div#eb-footbtn {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	#eb-footer div#eb-footbtn a {
		margin-bottom: 5px;
		margin-top: 5px;
		width: 100%;
	}	
	div#eb-footbtn {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 25px 15px;
	}
	#eb-content {
		padding: 0 10px;
		width: calc(100% - 20px);
	}
	
	#ms-ref {
		margin: 50px auto;
		text-align: center;
		width: auto;
	}
	
	#ms-ref #ms-text {
		float: none;
		padding-left: 5px;
		text-align: left;
		width: auto;
	}
	
	#ms-ref #ms-text {
		float: none;
		margin-top: 20px;
		padding-left: 0;
		text-align: center;
		width: auto;
	}
	
	#ms-ref #ms-text ul {
		font-size: 14px;
		list-style: outside none none;
		margin: 0;
		padding: 10px 0 10px 20px;
	}
}