@font-face {
    font-family: 'Whitney-Light';
    src: url('/fonts/whitney-light-webfont.eot');
    src: url('/fonts/whitney-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/whitney-light-webfont.woff') format('woff'),
         url('/fonts/whitney-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Whitney-lightitalicdemo';
    src: url('/fonts/whitney-lightitalic-webfont.eot');
    src: url('/fonts/whitney-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/whitney-lightitalic-webfont.woff') format('woff'),
         url('/fonts/whitney-lightitalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'whit-medit';
    src: url('/fonts/whitneyhtf-mediumitalic-webfont.eot');
    src: url('/fonts/whitneyhtf-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/whitneyhtf-mediumitalic-webfont.woff') format('woff'),
         url('/fonts/whitneyhtf-mediumitalic-webfont.ttf') format('truetype'),
         url('/fonts/whitneyhtf-mediumitalic-webfont.svg#whitney_htfmedium_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'whit-semi';
    src: url('/fonts/whitneyhtf-semibold-webfont.eot');
    src: url('/fonts/whitneyhtf-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/whitneyhtf-semibold-webfont.woff') format('woff'),
         url('/fonts/whitneyhtf-semibold-webfont.ttf') format('truetype'),
         url('/fonts/whitneyhtf-semibold-webfont.svg#whitney_htf_semiboldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'whit-med';
    src: url('/fonts/Whitney-Medium.eot');
    src: url('/fonts/Whitney-Medium.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Whitney-Medium.woff') format('woff'),
         url('/fonts/Whitney-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
  background: #111;
}
body {
	line-height: 1;
	background: #fff;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End reset */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
p{
  font-family: 'Whitney-Light', sans-serif;
}
p strong{
  font-family: 'whit-semi', sans-serif;
  -webkit-font-smoothing: antialiased;
}
em{
  font-family: 'Whitney-lightitalicdemo';
  font-style: normal;
}
a{
  cursor: pointer !important;
}
.main a{
  color: #666;
  padding-bottom: 1px;
  border-bottom: 1px solid #666;
  text-decoration: none;
  transition: all .3s;
}
.main a:hover{
  color: #2020a5;
  border-bottom: 1px solid #2020a5;
  transition: all .3s;
}
table{
  margin: 10px 0;
}
table td{
  padding: 4px 20px 4px 0;
}
footer{
  padding: 30px 0 15px;;
  background: #111;
  line-height: 1.3;
}
footer p{
  font-family: 'Whitney-Light', sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,.9);
}
footer .footer-left{
  float: left;
  width: 30%;
}
footer table{
  float: right;
  padding: 0 0 10px 0;
  margin-top: -8px;
  max-width: 60%;
  font-size: 15px;
}
footer table td{
  padding: 4px 20px 4px 0;
}
footer table td:nth-child(2){
  padding: 4px 0 4px 0;
}
footer table a{
  color: rgba(255,255,255,.9);
  text-decoration: none;
}
footer table strong{
  font-family: 'Whitney-Light', sans-serif;
  opacity: .8;
}
iframe{ 
  max-width: 100%;
}
header{
	font-family: 'Whitney-Light', sans-serif;
	min-height: 50px;
	width: 100%;
	padding-top: 15px;
	background: #1e2d5f;
/*
	position: absolute;
	top: 0;
	opacity: 1;
*/
	z-index: 99999
}
header h1{
  font-size: 24px;
  float: left;
  -webkit-font-smoothing: antialiased;
  margin-left: 8px;
}
header .tagline{
  color: #fff;
  display: block;
  font-family: 'whit-semi', sans-serif;
  font-weight: 100;
  font-size: 16px;
  float:right;
  -webkit-font-smoothing: antialiased;
  line-height:1.25;
  padding: 5px 0 5px 10px;
  width: 60%;
  text-align: left;
}
header .tagline span{
  color: rgba(145,169,241,.9);
  font-family: 'Whitney-Light', sans-serif;
  font-weight: 100;
  display: block;
  font-size:12px;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 1.4;
}
header #logo{
  /* clear: both; */
  display: block;
  margin: auto;
  text-align: right;
  width: 38.5%;
  float:left;
  padding: 9px 0 0 18px;
}

header #logo img{
  width: 100%;
  height: auto;
  max-width:100%;
  max-height:100%; 
}
header nav a{
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
header nav ul{
  width: 100%;
  margin: auto;
  text-align: center;
  clear: both;
  padding-top: 5pt;
}
header nav ul li{
  display: block;
  float:left;
  width: 20%;
}
header nav ul li a{
  display: block;
  height:40px;
  line-height: 40px;
  width: 100%;
  font-size: 15px;
  transition: background .15s;
}
header nav ul li a:hover,
header nav ul li.active a:hover{
  background:  rgba(145,169,241,.08);
  transition: background .15s;
}
header nav ul li.active a{
  background:  rgba(145,169,241,.1);
  font-family: whit-semi;
  -webkit-font-smoothing: antialiased;
}
#hero-image{
  max-height: 455px;
  background: #333;
}
.home #hero-image{
/*
  background: #1e2d5f -moz-linear-gradient( 90deg, rgba(255,255,255,.2) 0%, rgba(255,255,255,0) 100%);
  background: #1e2d5f -webkit-linear-gradient( 90deg, rgba(255,255,255,.2) 0%, rgba(255,255,255,0) 100%);
  background: #1e2d5f -ms-linear-gradient( 90deg, rgba(255,255,255,.2) 0%, rgba(255,255,255,0) 100%);
  max-height: none;
  height: auto;
*/
  background: url("/img/home/rossetti1.jpg") no-repeat center center;
  background-size: cover;

}
.home #hero-image .image-text h1{
  font-size: 40px; 
  font-family: 'Whitney-Light', sans-serif;
  text-shadow: none;
  margin: 0 0 10px 0;
  text-align: left;
}
.home #hero-image .image-text p{
  text-align: left;
  font-size: 17px;
  margin:0 0 5px;
  text-shadow: 0 0 0 rgba(255,255,255,.2);
  letter-spacing: .15px;
  -webkit-font-smoothing: subpixel-antialiased;
}
.home #hero-image .image-text a{
  color: #fff;
  text-decoration: none;
  display: inline-block;
  background: #1e2d5f;
  border-radius: 100px;
  padding: 10px 25px;
  background-color: rgba(152, 177, 255,.4);
  font-size: 15px;
  border-radius: 100px;
  color: #fff;
  font-family: "whit-semi", sans-serif;
  -webkit-font-smoothing: antialiased;
  transition: background .5s;
  cursor: pointer;
  margin: 10px 0 0 0;
}
.home #hero-image .image-text a:hover{
  background-color: rgba(152, 177, 255,.6);
}
.services #hero-image{
  background: url("/img/render2-grey-purp.jpg") no-repeat center center;
  background-size: cover;
  -webkit-filter: saturate(50%);
}
.news #hero-image{
  background: url("/img/mjr-render.jpg") no-repeat center center;
  background-size: cover;
}
.portfolio #hero-image{
  background: url("/img/va-grey-purp.jpg") no-repeat center center;
  background-size: cover;
}
.contact #hero-image{
  background: url("/img/efw-purp-2.jpg") no-repeat center center;
  background-size: cover;
  -webkit-filter: saturate(50%);
}
#hero-image .image-text{
  color: #fff;
  text-align: center;
  font-family: 'Whitney-Light', sans-serif;
  text-shadow: 0 0 1px rgba(0,0,0,.3);
  -webkit-font-smoothing:antialiased;
  margin: auto;
  text-shadow: 0 0 5pt rgba(0,0,0,.3);
}
.services #hero-image .image-text, .portfolio #hero-image .image-text{
  max-width: 500px;
}
#hero-image img{
  width: 100%;
  display: block;
}
#hero-image .image-text h1{
  color: #fff;
  font-size: 30px;
  font-family: "whit-semi";
}
#hero-image .image-text p{
  color: #fff;
  font-family: 'Whitney-Light';
  font-size: 20px;
  line-height: 1.2;
  padding-top: 10px;
  -webkit-font-smoothing: subpixel-antialiased;
}
.home #hero-image .image-description {
  position: absolute;
  bottom: 10px;
  right: 15px;
}
#hero-image .image-description p{
  color: #9eb4ff;
  font-family: 'Whitney-Light', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  line-height: 1.3;
}
.container{
  padding: 0 20px;
  max-width: 960px;
  margin: auto;
  overflow-x: hidden;
}
#hero-image .container{
  display: table;
  height: 100%;
  position: relative;
  min-height: 280px;
}
.home #hero-image .container{
  display: block;
}
.home #hero-image .scroll-for-more{
  font-size: 30px;
  z-index: 1000;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
}
.home #hero-image .scroll-for-more a{
	align-self: flex-end;
	text-align: center;
	color: white;
	font-family: 'Whitney-light', sans-serif;
	font-size: 19px;
	text-decoration: none;
	transition: margin .3s ease;
	margin-bottom: 10px;
}
.home #hero-image .scroll-for-more a:hover{
	margin-bottom: 15px;
}
.home #hero-image .scroll-for-more a small{
	font-size: 10px;
	top: 0;
	position:relative;
}
.home #hero-image .image-slider{
  width: 50%;
  float:right;
  display: none;
}
.home #hero-image .image-text{
  width:45%;
  float: left;
  display: none;
}
.home .main.container{
  padding-bottom: 0;
}
.page-nav{
  color: #2020a5;
  border-bottom: 1pt solid rgba(52, 86, 186, 0.25);
  clear: both;
}
.page-nav h1{
  font-family: "whit-semi", sans-serif;
  font-size: 24px;
  line-height: 1.3;
  display: block;
  margin: 15px 0 5px;
}
.page-nav p{
  font-family: 'Whitney-Light', sans-serif;
  display: block;
  font-size: 17px;
  line-height: 1.4;
  padding: 0 0 15px 0;
}
.main {
  background: #fff;
}
.main .item h2{
  font-family: "whit-semi", sans-serif;
  font-size: 24px;
  line-height: 1.3;
  margin: 15px 0 5px;
}
.services .main .item {
 /* border: 1px solid rgba(0,0,0,.1); */
}
.services .main .item h2{
  font-family: "whit-med", sans-serif;
  font-size: 22px;
  line-height: 1.3;
  margin: 15px 0 5px;
  color: #1f2e5e;
}
.home .main .item h2{
  margin: -70px 0 40px;
  color: #000;
  line-height: 1.25;
  font-size: 26px;
  z-index: 9999;
  position: relative;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
.home .fullbleed-backing{
  background:url('/img/va-hospital.jpg') no-repeat center center;
  background-size:cover;
  z-index: 0;
}
.home .fullbleed{
  background: transparent -moz-linear-gradient( 45deg, rgb(0,0,0) 0%, rgba(0,0,0,.2) 100%);
  background:transparent -webkit-linear-gradient( 45deg, rgb(0,0,0) 0%, rgba(0,0,0,.2) 100%);
  background:transparent -ms-linear-gradient( 45deg, rgb(0,0,0) 0%, rgba(0,0,0,.2) 100%);
  padding-bottom: 30px;
  transition: background .3s;
}
.home .fullbleed.main .item.left .item-wrapper{
  margin-left: 0;
  color: #fff;
}
.home .fullbleed.main .item h2{
  margin: 0 0 15px;
  color: #fff;
  line-height: 100px;
  font-size: 26px;
  z-index: 9999;
  position: relative;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
.home .main .item h3{
  font-family: "whit-semi", sans-serif;
  font-size:15px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  margin-bottom: 5px;}
.home-row{
  padding-bottom: 30px;
}
.main .item p{
  font-family: 'Whitney-Light', sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.4;
  text-shadow: 0 0 0 rgba(0,0,0,.15);
  -webkit-font-smoothing: subpixel-antialiased;
}
.main .item table p{
  margin-bottom: 3px;
}
.main .item ul{
  font-family: 'Whitney-Light', sans-serif;
  font-size: 17px;
  list-style: disc;
  margin: 10px 0;
  opacity: .75;
}
.main .item ul li{
  margin: 0 0 5px 20px;
  line-height: 1.4;
}
.services .main .item ul li,
.services .main .item p{
  font-size: 16px
}
.home .item.left.image,
.home .item.right.image{
  height: 100px;
  width: 115%;
  margin-left: -7.5%;
  -webkit-filter: opacity(.5);
  z-index: 0;
  box-shadow: inset 0 -20px 100px 15px #fff;
}
.cta, .contact-form{
  background: #182a61;
  color: #fff;
  padding: 30px 0;
}
.contact-form{
  padding-top: 20px
}
.cta a{
  color: #fff;
  font-family: "whit-semi", sans-serif;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 1px;
  border-bottom: 1px solid #fff;
}
.cta h2{
  font-family: "whit-semi", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 5px;
}
.cta p{
  font-size: 17px;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 1.4;
}
.news .main img{
  max-width: 100%;
}  
.news .main .item h3{
  font-family: "whit-semi", sans-serif;
  font-size: 17px;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  color: rgba(0,0,0,.5);
}
.news .main .item  h2{
  margin: 5px 0 10px;
}
.news .main article.item{
  padding: 20px 0 15px 0  !important;
  border-bottom: 1px solid #eee;
}
.news .main .item p{
  margin-bottom: 15px;
  font-size: 18px;
}
.news .main .item img{
  margin: 15px 0;
}
.news .main .item a{
  padding-bottom: 0;
}
.portfolio-row{
  clear: both;
  border-bottom: 1px solid #eee;
}
.portfolio-row:last-child){
  border: none;
}
.slick-slider{
 margin: 30px 0 50px;
}
.slick-slider img{
  width: 100%;
  height: auto;
}
.stroke-link{
  clear: both;
  padding:  20px 0;
}
.main a.stroke-button{
  clear: both;
  font-family: "whit-semi", sans-serif;
  font-size: 24px;
  line-height: 1.3;
  display: block;
  margin: 30px 0 5px;
  border: 2px solid #182a61;
  width: 300px;
  text-align: center;
  border-radius: 100px;
  color: #182a61;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  transition: background .5s, color .5s;
  cursor: pointer;
  margin: auto;;
  padding: 10px;
}
.main a.stroke-button:hover{
  color: #fff;
  background: #182a61;
}
.home .stroke-link{
	position: relative;
	bottom: -5px;
	padding: 5px 0 0 0;
}
.home .stroke-link a{
  font-family: 'whit-semi', sans-serif;
  padding-bottom: 0;
  color: #2020a5;
  border: none;
  -webkit-font-smoothing: antialiased;
}
.home a.stroke-button{
  background: rgba(31,46,94,1);
  color: #fff;
  display: inline-block;
  margin:0;
  width: auto;
  border: none;
  font-size: 15px;
  padding: 7px 25px;
}
.home a.stroke-button:hover{
  text-decoration: underline
 }
.home .fullbleed a.stroke-button{
  background: rgba(255,255,255,1);
  color: rgba(31,21,16,1);
}
.home .fullbleed a.stroke-button:hover{
}
.contact-form .form-text h2{
  font-family: "whit-semi", sans-serif;
  font-size: 24px;
  padding: 5px 0;
}
.contact-form .form-text p{
  font-size: 17px;
  font-family: "Whitney-Light";
  line-height: 1.35;
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased;
}
.contact-form form{
  font-family: 'Whitney-Light', sans-serif;
  padding-top: 20px;
}
.contact form label{
  font-family: "whit-semi", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: rgba(255,255,255,.7);
  float: left;
  text-align: left;
  width: 20%;
  margin: 10px 0 0 0; 
  font-size: 15px;
}
.contact-form input, textarea{
  font-family: "whit-semi", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: rgba(0,0,0,.6);
  border: none;
  border-radius: 7px;
  float: right;
  clear: right;
  width: 70%;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  -webkit-appearance: none;
}
.contact-form textarea{
  min-height: 120px; 
  resize: none;
  margin-bottom: 15px;
}
.contact-form input[type="submit"]{
  background-color: rgba(152, 177, 255,.4);
  width: 175px;
  height: 40px;
  border-radius: 100px;
  color: #fff;
  font-family: "whit-semi", sans-serif;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  transition: background .5s;
  cursor: pointer;
  margin-bottom: 0;
}
.contact-form input[type="submit"]:hover{
  background-color: rgba(152, 177, 255,.6);
}
input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, textarea:focus{
  box-shadow: 0 0 3px 1px  rgba(145,169,241,1),
              inset 0 0 3px  rgba(145,169,241,1);
  outline: 0;
}

.services .main.container{
  margin-top: 10px;
}
.contact .main .item.left.small,
.contact .main .item.right.small{
  padding: 1% 0 0 0;
} 
.contact .main .item.left.large,
.contact .main .item.right.large{
  padding: 2% 0 4% 0;
} 
.home .item.image#home-row-1{
  background: url(/img/home/home-blueprint.jpg) no-repeat center center;
  background-size: cover;
}
.home .item.image#home-row-2{
  background: url(/img/va-hospital/va-2.jpg) no-repeat center center;
  background-size: cover;
  
}
.home .item.image#home-row-3{
  background: url(/img/home/leed-certifications.jpg) no-repeat center center;
  background-size: 80%;
}
.home .item.image#home-row-4{
  background: url(/img/home/kitchen.jpg) no-repeat center center;
  background-size: cover;
}
nav.container{
  padding: 0;
  overflow: hidden;
}
.portfolio .main{
  overflow: hidden;
  padding: 15px 20px 20px;
}
.portfolio .main img{
  max-width: 100%;
  padding: 20px 0 0 0;
}  
.portfolio .main a{
  padding: 20px 0 20px 0;
  text-decoration: none;
  border: none;
}
  .home .main .item h2,
  .home .fullbleed.main .item h2{
    font-size: 34px;
  }
  header .tagline{
    font-size: 17px;
    padding: 25px 0 5px 10px;
    width: 70%;
    text-align: left;
  }
  header .tagline span{
    font-size:13px;
  }
  header #logo{
    width: 27.8%;
    padding: 9px 0 0;
  }
  header #logo img{
    width: 84px;
    height: 51px;  
  }
  .home #hero-image .image-slider{
    width: 100%;
    padding: -10px 60px 10px;
    float:left;
  }
  .home #hero-image .image-slider img{
    padding: 0 50px;
  }
  .home #hero-image .image-text{
    width:100%;
    float: right;
    padding-top:20px;
  }
  .home #hero-image .image-text h1, .home #hero-image .image-text p{
    text-align: center;
  }
  #hero-image .image-text{
    display: table-cell;
    vertical-align: middle;
  }
  #hero-image .image-text ul{
    padding-top: 1%;
  }
  .featherlight .featherlight-content{
    margin-left: -2.5%
  }

@media (min-width: 740px) {
  
  .home #hero-image .image-slider{
    width: 50%;
    float:right;
  }
  .home #hero-image .image-slider img{
    padding: 0;
  }
  .home #hero-image .image-text{
    width:45%;
    float: left;
    padding-top: 0;
  }

  .home .fullbleed-backing{
    background:url('/img/va-hospital.jpg') no-repeat center center;
    background-size:100%;
    width: 100%;
    margin-bottom: 0;
  }
  .home .fullbleed{
    background: transparent -moz-linear-gradient( 45deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
  background:transparent -webkit-linear-gradient( 45deg, rgb(0,0,0) 0%, rgba(0,0,0,.3) 70%, rgba(0,0,0,0) 100%);
  background:transparent -ms-linear-gradient( 45deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
  }
  .home .fullbleed.main .item.left .item-wrapper{
    margin-left: 0;
    width: 80%;
    color: #fff;
    margin-top: 20px;
  }
  .home .fullbleed.main .item h2{
    color: #fff;
    margin: 0 0 5px;
    line-height: 1.25;
    text-align: left;
  }
  .home .main .item h2,
  .home .fullbleed.main .item h2{
    font-size: 31px;
  }
  
  .home .fullbleed.main .item.left{
      height: 360px;
      margin-left: 0;
      width: 70%;
    
    }
  .home .item.image#home-row-1{
    background-size: 450px;
  }
  .home .item.image#home-row-2{
    background-size: 450px;
  }
  nav.container{
    padding: 0 20px;
  }
  .home-row{
    clear: both;
    padding: 50px 0;
  }
  .home .main .item h2{
    margin: 0 0 5px;
    color: #222;
    line-height: 1.25;
    text-align: left;
  }
  .home .item.left.image,
  .home .item.right.image{
    width: 55%;
    margin: 0;
    height: 250px;
    -webkit-filter:brightness(1);
    transition: margin .3s, padding .3s;
    box-shadow: inset 0 -20px 100px 15px rgba(255,255,255,.2);
  }
  .home .item.left.image{
    margin-left: -5%;  
  }
  .home .item.right.image{
    margin-right: -5%;
  }
  .home .item.left:not(.image){
    display: table;
    height: 250px;
    transition: margin .3s, padding .3s;
  }
  .home .item.right:not(.image){
    padding: 0 1% 0 5%;
    display: table;
    height: 250px;
    transition: margin .3s, padding .3s;
  }
  .item-wrapper{
    display: table-cell;
    vertical-align: middle;
  }
  .home #hero-image .image-text h1{
    margin: 0 0 10px 0;
  }
  .home #hero-image .image-text p{
    margin:0 0 5px;
  }
  .news .main article.item{
    width: 100%;
    margin:auto;
    float:none;
    clear: both;
    padding: 25px 10% 20px 0 !important;
  }
  article h3{
    float: left;
    width: 15%;
    margin: 12px 0;
  }
  article .article-content{
    width:82%;
    float:right;
  }

  .main.container{
    padding: 0 20px;
    max-width: 960px;
    margin: auto;
    overflow-x: hidden;
  }
  header{
    padding-top: 0;
  }
  header #logo{
    clear: none;
    display: block;
    margin: auto;
    text-align: left;
    width: 80px;
    float: left;
    padding: 16px 0 0 0;
  }
  header #logo img{
    width: 100%;
    height: auto;  
  }
  header .tagline{
    width: 35%;
    padding: 32px 2px 0 15px;
    float: left;
    font-size: 15px;
    -webkit-font-smoothing:antialiased;
    line-height: 1.3;
  }
  header .tagline span{
    padding-top: 2px;
    line-height:1;
  }
  header nav ul{
    margin: 0;
    width: 50%;
    text-align: center;
    clear: none;
    border: none;
    float: right;
    padding-top: 0;
  }
  header nav ul li{
    display: block;
    float:left;
    width: 20%;
    padding: 0;
  }
  header nav ul li a{
    padding: 0;
    height:78px;
    line-height: 84px;
    width: 100%;
    font-size: 15px;
  }
  header nav ul li.active a{
    background:  rgba(145,169,241,.05);
    border-bottom: 3px solid #fff;
  }
  #hero-image{
    height: 340px;
  }
  #hero-image .image-text ul{
    padding: 1% 10% 0;
  }
  .main .item.left{ 
    float: left;
    width: 48%;
  }
  .main .item.right{ 
    float: right;
    width: 48%;
    clear: right;
  }  
  .home .main .item.right{ 
    float: left;
    width: 48%;
    clear: right;
  }  
  .main .item.left.small,
  .main .item.right.small{
    width: 25%;
  } 
  .main .item.left.large,
  .main .item.right.large{
    width: 70%;
  } 
  .contact .main .item.left.small,
  .contact .main .item.right.small{
    width: 43%;
    padding: 3% 0 3% 0;
  } 
  .contact .main .item.left.large,
  .contact .main .item.right.large{
    width: 55%;
    padding: 3% 0 3% 0;
  } 
  .portfolio .main .item.left.small,
  .portfolio .main .item.right.small{
    width: 39%;
    padding: 30px 0 20px;
  }
  .portfolio .main .item.left.large,
  .portfolio .main .item.right.large{
    width: 57%;
    padding: 30px 0 20px;
  }
  .slick-slider{
    margin: 0 0 30px;
  }
  .contact form label{
    float: right;
    text-align: right;
    width: 15%;
    margin: 12px 12px 0 0;
    font-size: 15px;
  }
.contact-form .form-text h2{
  font-family: "whit-semi", sans-serif;
  font-size: 24px;
  padding: 20px 0 5px 0;
}
  .contact-form input, textarea{
    float: right;
    clear: right;
    width: 70%;
    padding: 10px;
    margin-bottom: 10px;
  }
  .contact-form .form-text{
    max-width: 31%;
    float: left;
  }
  .contact-form form{
    width: 69%;
    float: right;
  }
  .portfolio .main{
    padding-bottom: 20px;
  }
  .portfolio .main a{
    max-width: 33.3%;
    float: left;
    text-decoration: none;
    border: none;
    padding: 20px 1.5% 0 0;
  }
  .portfolio .main a:nth-child(3n+2){
    padding: 20px 1% 0 1%;
  }
  .portfolio .main a:nth-child(3n+3){
    padding: 20px 0 0 1.5%;
  }
   .portfolio .main a img{
     padding: 0;
   }
  
}

@media (min-width: 960px) {
  .home .main .item p{
    font-size: 18px;
  }
  .home .main .item h2, 
  .home .fullbleed.main .item h2{
    font-size: 35px
  }
  .home #hero-image .image-text{
    padding-top: 30px;
  }
  #hero-image{
    height: 465px;
  }

  header .tagline{
    width: 32%;
    max-width: 275px;
  }
  header nav ul{
    width: 56%;
    max-width: 500px;
  }
  .main .item.left{ 
    float: left;
    width: 48%;
    padding: 10px 2% 0 0;
    transition: margin .3s, padding .3s;

  }
  .main .item.right{ 
    float: right;
    width: 48%;
    transition: margin .3s, padding .3s;
    padding-top: 10px;
  }  
  .home .main .item.right{ 
    float: left;
    }  
  .home .main .item.right:not(.image){
    float: left;
    transition: margin .3s, padding .3s;
    padding: 0 2% 0 4%;
  }
  #hero-image .image-text ul{
    padding: 1% 2% 0;
  }
  header nav ul li a{
   line-height: 86px;
    width: 100%;
    font-size: 17px;
  }
  header nav ul li.active a{
    background: none;
    border-bottom: 3px solid #fff;
  }
}