body
{
  font-family: 'Raleway', sans-serif;
  color:#333;
}
#header
{
  padding: 0.5rem 0 0;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 100;
  border-bottom: 1px solid #f0f0f0;
}
.title-bar
{
  background: #fff;
  max-width: 1210px;
  margin: 0 auto;
}
.title-bar-left img
{
  max-width: 200px;
}
#header-logo img
{
  max-width: 200px;
}
#MobileNav img
{
  max-width: 150px;
}

.title-bar-right
{
  margin: 1.8rem 0 0;
  text-transform: uppercase;
  font-size: 1.15rem;  
}
.menu a
{
  color: #999;
  -webkit-transition:color ease .5s;
  transition:color ease .5s;    
}
.menu a:hover
{
  color: #0071bd;
}
.menu .nav-selected
{
  color: #0071bd;
}

#main-container
{
  position: relative;
  top: 5.75rem;  
}

.blue-container
{
  background: #0071bd;
  color: #fff;
  padding: 3rem 0;
}
.blue-container .section-title
{
  text-transform: uppercase;
  font-size: 2rem;
  color: rgba(255,255,255, .5);
  font-weight: 300;
  font-family: 'Raleway', sans-serif;
  padding: 0;
  margin: 0;  
}
.blue-container ul
{
  list-style: none;
}
.blue-container li
{
  margin: 0;
  margin-bottom: 1em;
  padding-left: 1.5em;
  position: relative;
}
.blue-container li:after
{
  content: '';
  height: .4em;
  width: .4em;
  background: #fff;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: .4em;
  left: 0;
  font-size: 1.25em;
}


.light-grey-container
{
  background: #f0f0f0;
  padding: 3rem 0;  
}
.light-grey-container .section-title, .white-container .section-title
{
  text-transform: uppercase;
  font-size: 2rem;
  color: rgba(100,100, 100, .6);
  font-weight: 300;
  font-family: 'Raleway', sans-serif;
  padding: 0;
  margin: 0;
}
.light-grey-container .image-container
{
  margin: 0 0 2rem;
}
.light-grey-container h3, .white-container h3, .blue-container h3
{
  text-transform: uppercase;
  font-size: 1.25rem;
  color: #0071bd;
  font-weight: 300;
  font-family: 'Raleway', sans-serif;
  padding: 0;
  margin: 0;    
}

.light-grey-container a, .white-container a
{
  
}
.light-grey-container ul, .white-container ul
{
  list-style: none;
}
.light-grey-container li, .white-container li
{
  margin: 0;
  margin-bottom: 1em;
  padding-left: 1.5em;
  position: relative;
}
.light-grey-container li:after, .white-container li:after
{
  content: '';
  height: .4em;
  width: .4em;
  background: #0071bd;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: .4em;
  left: 0;
  font-size: 1.25em;
}
.light-grey-container li a, .white-container li a
{
  color:#666;
  -webkit-transition:color ease .5s;
  transition:color ease .5s;  
}
.light-grey-container li a:hover, .white-container li a:hover
{
  color:#0071bd;
}

.image-container .image-title
{
  background: rgba(35,35,35, 0.95);
  position: relative;
  bottom: 2.2rem;
  width: 100%;
  color: #fff;
  padding: .5rem 1rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  font-size: 0.85rem;
}
.image-container a
{
  border: 1px solid #ccc;
  display: block;
  -webkit-transition:border ease .5s;
  transition:border ease .5s;  
}
.image-container a:hover
{
  border: 1px solid #999;
  display: block;
}

.contact-info-container
{
  margin: 0 0 2rem;
}
.contact-icon
{
  float: left;
  margin: 0 1rem 0 0;  
}
.contact-info
{
 padding: 1.4rem 0 0 ; 
}
.contact-name
{
  text-transform: uppercase;
  font-size: 1.7rem;
  line-height: 1;
}
.contact-email
{
  
}
.contact-number
{
  
}
.white-container
{
  background: #fff;
  padding: 3rem 0;  
}
.white-container .img-border
{
  border: 5px solid #ccc;
}
.dark-grey-container
{
  background: #4c4e4e;
  padding: 1rem 0;  
}
#footer
{
  color:#fff;
  font-size: .75rem;
  letter-spacing: .03rem;
}
#footer .copyright
{
}

.img-border
{
  border: 5px solid #fff;
}

.section-contact-info p
{
  margin: 0;
  padding: 0;
}

.contact-info-container a, .section-contact-info a
{
  color:#666;
  -webkit-transition:color ease .5s;
  transition:color ease .5s;  
}
.contact-info-container a:hover, .section-contact-info a:hover
{
  color:#0071bd;
}