.header-logo {
	height:50px;
	width:270px;
}

.navbar-brand {
    padding: 0px 15px;
}

@media screen and (max-width: 767px) {
	.header-logo {
		height:35px;
		width:189px;
		margin-top: 1rem;
	}
}

#resource .resource-item {
  margin: 0 0 15px;
  right: 0;
}
#resource .resource-item .resource-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#resource .resource-item .resource-link .resource-hover {
  background: rgba(48, 48, 60, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#resource .resource-item .resource-link .resource-hover:hover {
  opacity: 1;
}
#resource .resource-item .resource-link .resource-hover .resource-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#resource .resource-item .resource-link .resource-hover .resource-hover-content i {
  margin-top: -12px;
}
#resource .resource-item .resource-link .resource-hover .resource-hover-content h3,
#resource .resource-item .resource-link .resource-hover .resource-hover-content h4 {
  margin: 0;
}
#resource .resource-item .resource-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding: 25px;
  height: auto;
}
@media (min-width: 767px) and (max-width: 1025px) {
	#resource .resource-item .resource-caption {
	  min-height: 240px;
	}
}
#resource .resource-item .resource-caption h4 {
  text-transform: uppercase;
  margin: 0;
}
#resource .resource-item .resource-caption p {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  margin: 0;
}
#resource * {
  z-index: 2;
}
@media (min-width: 767px) {
  #resource .resource-item {
    margin: 0 0 30px;
  }
}

.resource-modal .modal-dialog {
  margin: 0;
  height: 100%;
  width: auto;
}
.resource-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.resource-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
}
.resource-modal .modal-content p {
  margin-bottom: 30px;
}
.resource-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
}
.resource-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}
.resource-modal .modal-content img {
  margin-bottom: 30px;
}
.resource-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.resource-modal .close-modal:hover {
  opacity: 0.3;
}
.resource-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #222222;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.resource-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #222222;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.resource-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
section {
    padding: 75px 0;
}
section#services {
    padding: 75px 0;
}
section#about{
    padding: 75px 0;
}
section#contact{
    padding: 75px 0;
}
.blog-item h2 {
	font-size:18px;
	margin: 15px 0;
	min-height: 80px;
    height: auto;
}

.blog-item h2 a {
	color: #30303C;
}

.blog-item a img {
	position:relative;
	display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin:0 auto;
}
.entry-published.date {
	font-style:italic;
	font-weight:bold;
	margin-top:15px;
}

@media only screen and (max-width: 767px) {
	header .intro-text .intro-heading {
	    font-size: 36px;
	}
	section#about {
	    text-align: center;
	}
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
	#services p, .services_two p {
		padding: 0 65px;
	}
}


section#about h2.section-heading, section#about p {
	color:#323232;
}

@media only screen and (max-width: 1025px) {
	.sam-full-width {
		background-image: none;
		background-color:#ececec;
	}
	
	section#about h2.section-heading, section#about p {
	color:#323232;
	}
}

