

/*-----------Details Section ---------------*/
.details-section{
	margin: 0 auto;
	padding-top: 15px;
}
.details-section .upper-inset{
	max-width: 958px;
	margin: 0 auto;
	text-align: center;
}
.details-section .upper-inset > h1{
	font-weight: 300;
	font-size: 31px; 
	line-height: 31px;
	margin: 0 0 13px;
}
.details-section .upper-inset > p{
	font-size: 19px;
	line-height: 26px;
	margin: 0;
}
.details-section .upper-inset > p > a{
	color: #31a2c4;
}
.details-section .inset{
	padding-top: 48px;
	max-width: 958px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	    -ms-flex-wrap:wrap;
	        flex-wrap:wrap;
}
.details-section .inset .section-item{
	width: 50%;
}
.details-section .inset .section-item:nth-child(odd){
	padding-right: 33px;
}
.details-section .inset .section-item:nth-child(even){
	padding-left: 33px;
}
.details-section .inset .section-item .icon{
	margin-bottom: 18px;
}

.details-section .inset .section-item:nth-child(3) .icon{
	margin-top: 8px;
}
.details-section .inset .section-item > h5{
	font-size: 18px;
	line-height: 21px;
	color: #000000;
	margin: 0 0 4px;
	font-weight: 400;
}
.details-section .inset .section-item > p{
	font-size: 16.1px;
	line-height: 22px;

}
.details-section .inset .section-item > p > a:after{
    font-family: 'Glyphicons Halflings';
    font-size: 8px;
    padding-left: 3px;
}


#whr_embed_hook .whr-items,
#whr_embed_hook .whr-item,
#whr_embed_hook .whr-info {
  background: none;
  list-style: none;
  margin: 0;
  padding: 0;
}


#whr_embed_hook .whr-item {
  margin-bottom: .5rem;
}

#whr_embed_hook .whr-item:last-child {
  margin-bottom: 0;
}

#whr_embed_hook .whr-items {
  padding: 0 1rem 1rem;
}

#whr_embed_hook .whr-group {
  margin: 0;
  padding: .2rem .4rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #e8f1f5;
}

#whr_embed_hook .whr-toggle {
  margin-top: .5rem;
}

#whr_embed_hook .whr-toggle a {
  display: block;
}

#whr_embed_hook .whr-toggle:hover {
  background: #dce5e9;
}

#whr_embed_hook .whr-toggle:first-child {
  margin-top: 0;
}

#whr_embed_hook .whr-active {
  background: #dce5e9;
}

#whr_embed_hook .whr-active + .whr-items {
  background: #e8f1f5;
}

#whr_embed_hook .whr-info {

}

#whr_embed_hook .whr-info li {
  background: none;
  display: inline;
  margin: 0 .2rem 0 0;
  padding: .1rem .4rem;
  border: 1px solid #dce5e9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: .8rem;
}



#whr_embed_hook .whr-info li.whr-date{
	display: none;
}

#whr_embed_hook .whr-info li span {
  color: #959fa4;
  text-transform: uppercase;
  font-size: .7rem;
}

#whr_embed_hook .whr-title {
  margin: 0;
  padding: .5rem 0;
}

#whr_embed_hook .whr-description {
  border: 1px solid #ddd;
  background: #fff;
  clear: both;
  font-size: .9rem;
  margin: .5rem 0 0 0;
  padding: .5rem;
  line-height: 1.4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#whr_embed_hook .whr-description ul {
  margin: .5rem 0;
}

#whr_embed_hook .whr-description li {
  margin: .25rem 0;
}

@media (max-width: 425px){
  .not-mobile{
    display: none;
  }
  h5{
    padding-top: 5px;
    padding-bottom: 15px;
  }
}