
body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

h2.h-padded {
    padding-top: 50px;
}

nav.navbar {
	z-index: 99999;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

header.masthead {
  position: relative;
  background-color: #343a40;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/home_banner.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 6rem;
  padding-bottom: 4rem;
  
}

header.masthead h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  header.masthead {
    /*padding-top: 12rem;*/
    padding-bottom: 4rem;
  }
  header.masthead h1 {
    font-size: 2.5rem;
  }
}

header.masthead .header-content {
    background: rgba(0,0,0,0.53);
    max-width: 45%;
    float: right;
    margin-right: 0;
    text-align: right;
    padding: 10px;
}

header.masthead .header-title h1 {
    font-weight: 600;
    font-size: 3.5rem;
    color: #ffffff;
}

.row {
    margin-left: 0px;
    margin-right: 0px;	
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

.features-icons {
  padding-top: 4rem;
  padding-bottom: 6rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.resources-icons {
  padding-top: 4rem;
  padding-bottom: 6rem;
}

.resources-icons .resources-icons-item {
  max-width: 20rem;
}

.resources-icons .resources-icons-item .resources-icons-icon {
  height: 7rem;
}

.resources-icons .resources-icons-item .resources-icons-icon i {
  font-size: 4.5rem;
}

.resources-icons .resources-icons-item:hover .resources-icons-icon i {
  font-size: 5rem;
}

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

section.location {
    min-height: 100px;
    padding-top: 75px;
    padding-bottom: 60px;
	background-image: url("../img/va_screencap_grey.png");
	box-shadow: inset 0 0 0 2000px rgba(0,0,0,.5);
	color: white;
	background-size: cover;
}

.portal_box {
    border-width: thin;
    border-color: #bbbbbb;
    border-style: solid;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px #adb5bd;
    background: #bbbbbb38;
    padding: 10px;
}

.portal_box:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.61);
    transition: 0.2s;
    background: #ffffff;
}

.resource_box {
    border-width: thin;
    border-color: #bbbbbb;
    border-style: solid;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px #adb5bd;
    background: #bbbbbb38;
    padding: 10px;
}

.resource_box:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.61);
    transition: 0.2s;
    background: #ffffff;
}


.location-spacer hr {
    border-top: 2px solid white;
}

.location-col-1-4 {
	width: 22%;
}

.location-col-3-4 {
	width: 73%;
	margin-left: auto;
}

.location-entry-3 {
	width: 28%;
    margin-right: 5%;
    float: left;
    position: relative;
    z-index: 2;
}

.location-entry-3 h4 {
    font-size: 20px;	
}

.location-entries {
    min-height: 200px;
	padding: 20px 0px;
}

.vert-logo-row {
	padding: 4rem;
}

@media (max-width: 992px) {
	.vert-logo-row {
	  display: none;
    }
}

@media (min-width: 992px) and (max-width: 1600px){
	.vert-logo-row {
	  padding: 0rem;
    }
}

@media (min-width: 1750px) {
  	.vert-logo-row {
	  padding: 4rem;
    }
}

.showcase-padded {
	padding: 5rem!important;
}

.showcase-grey-bg {
    padding: 10px;
    background: #f1f1f1;
}

.portal_box a {
    color: black;
    text-decoration: none;
}

.resource_box a {
    color: black;
    text-decoration: none;
}

.task-link-header {
    /*background: #848484;*/
    color: black;
	padding: 10px 0px;
}

.task-link-header h2 {
    font-size: 2rem;	
}

.section-header {
	/*padding-top: 65px;*/
}