/*
Theme Name: DVI
Author: Caliber Group
Author URI: http://www.calibergroup.com/
Description: This theme is based on the framework of the WordPress team's Twenty Eleven theme.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
------------------------------------------------------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,  small, strike, strong, sub, sup, tt, var,  dl, dt, dd, ol, ul, li,  fieldset, form, label, legend,  table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,  q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,  footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Structure
------------------------------------------------------------------------------------------------------------- */

#wpadminbar {
	z-index: 100000;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	padding: 0;
	margin: 0;
	font-size: 100%;
	width: 100%;
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	/*font-family: 'Open Sans', Helvetica, Arial, sans-serif;*/
    font-family: 'Source Sans Pro', sans-serif;
	color:#302c2a;
	/*font-size: .875em;
	background: url(images/bkgd-pale.png) repeat;*/
    font-size: 1.125rem;
    background-color: #FFFFFF;
	width: 100%;
	height: 100%;
}
#wrapper {
	padding: 0;
	margin: 0;
	width: 100%;
}
.holder {
	width: 1018px;
	margin: 0 auto;
	padding: 0 2em;
	height: auto;
}
.no-padding {
	padding: 0;
}


/* Alignment
-------------------------------------------------------------------------------- */

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Line of Colored Boxes
-------------------------------------------------------------------------------- */

.box-line {
/*	height: 6px;*/
	width: 100%;
/*	clear: both;
	margin: 0 auto;*/
}
.box1 {
	background: #004c84;
	height: 8px;
	width: 100%;
	/*float: left;*/
}
.box2 {
	background: #002c1a;
	height: 6px;
	width: 25%;
	float: left;
	display: none;
}
.box3 {
	background: #516584;
	height: 6px;
	width: 15%;
	float: left;
	display: none;
}
.box4 {
	background: #81513c;
	height: 6px;
	width: 25%;
	float: left;
	display: none;
}
.box5 {
	background: #7c8057;
	height: 6px;
	width: 15%;
	float: left;
	display: none;
}


/* =Global
------------------------------------------------------------------------------------------------------------- */

hr {
	background-color: #efe9e7;
	border: 0;
	height: 1px;
	margin: 1.75em 0;
}
.clearfix {
	clear: both;
}
.top-line {
	background: #81513c;
	height: 10px;
	width: 100%;
	position: fixed;
	z-index: 1000;
    display: none;
}
.full-width img {
	width: 100%;
	height: auto;
}
#logo-box img {
    width: 100%;
}


/* Headings
-------------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	clear: both;
}
h1 {
	font-family: 'PT Serif', Georgia, Times, serif;
	font-size: 2.15em;
	color: #004c84;
	line-height: 1.5;
	font-weight: 400;
	/*font-style: italic;*/
}
h2 {
	font-family: 'PT Serif', Georgia, Times, serif;
	font-size: 1.75em;
	color: #004c84;
	line-height: 1.5;
	font-weight: 400;
	/*font-style: italic;*/
}
.page-id-14 h2, .page-id-1131 h2 {
	margin: 0 0 1em;
}
h3 {
	font-family: 'PT Serif', Georgia, Times, serif;
	font-size: 1.6em;
	color: #004c84;
	line-height: 1.75;
	font-weight: 400;
}
.page-id-70 h3 {
	margin: 0 0 .5em;
}
h3.company {
	font-family: 'PT Serif', Georgia, Times, serif;
	font-size: 1.6em;
	color: #004c84;
	line-height: 1.5;
	font-weight: 400;
	/*font-style: italic;*/
}
h3.news-head.home {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 700;
}
h3.widget-title {
	display: none;
}
h4 {
	font-family: 'PT Serif', Georgia, Times, serif;
	font-size: 1.3em;
	color: #004c84;
	line-height: 1.25;
	margin: 0 0 .75em;
	/*font-style: italic;*/
}
h5 {
	font-size:.875em;
	margin:0 0 1em;
    color: #004c84;
}


/* Text elements
-------------------------------------------------------------------------------- */

p {
    margin-bottom: 1.125rem;
    font-size: 1.125rem;
    line-height: 2rem;
    font-weight: 400;
}
p.date {
	font-size: .75em;
	text-transform: uppercase;
}
#main ul {
	list-style: disc;
	margin: 0 0 0 2em;
}
#main li {
	margin: 0 0 .35em;
	line-height: 1.5;
}
ol {
	list-style-type: decimal;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
small {
	font-size: smaller;
}


/* Forms
-------------------------------------------------------------------------------- */

input[type=text],  input[type=password],  input[type=email],  input[type=url],  input[type=number],  textarea {
	background: #fff;
	border: 1px solid #a0a0a0;
	color: #776f6b;
	padding:.75em;
	font-size:100%;
	font-family:"Open Sans",Arial,Helvetica,sans-serif;
	width:90%;
}
input[type=text]:focus,  input[type=password]:focus,  input[type=email]:focus,  input[type=url]:focus,  input[type=number]:focus,  textarea:focus {
	color: #302c2a;
	border: 1px #776f6b solid;
}
textarea {
	padding:.75em;
	width: 90%;
	resize: none;
	max-height:10em;
}
input[type=button], input[type=submit] {
	background:#8d622f;
	padding:.75em 1.5em;
	font-size:.875em;
	font-family:"Open Sans",Arial,Helvetica,sans-serif;
	color:#fff6db;
	border:0;
	text-transform:uppercase;
}
input[type=button]:hover, input[type=submit]:hover {
	background:#fff6db;
	color:#8d622f;
	cursor:pointer;
}

/* Links
-------------------------------------------------------------------------------- */

a {
	color: #004c84;
	text-decoration: none;
}
a:focus,  a:active,  a:hover {
	text-decoration: none;
	color: #004c84;
}
.edit-post {
	margin: 1em 0 0;
}
.edit-post a {
	background: #c1b2a5;
	padding: .25em 1em;
	color: #fff6db;
	font-size: 70%;
	text-transform: uppercase;
}
.edit-post a:hover {
	background: #fff6db;
	color: #8d622f;
	text-decoration: none;
}
a.list-view {
	font-size: 90%;
}
a.list-view:hover {
}


/* Assistive text
-------------------------------------------------------------------------------- */

.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,  #access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}


/* =Header
------------------------------------------------------------------------------------------------------------- */

#branding {
	/*position: fixed;*/
	z-index: 1001;
	width: 100%;
	min-width: 100%;
	min-height: 140px;
	/*background: url(images/bkgd-pale-80.png) repeat;*/
	overflow: visible;
    background-color: #FFFFFF;
}
.content {
	top: 130px;
	/*position: relative;*/
}
 @media screen and (max-width:1000px) {
#branding {
	position: relative;
}
.content {
	top: 0;
	position: relative;
}
}
#branding .holder {
	height: inherit;
	overflow: inherit;
}
#logo-box {
	width: 20%;
	float: left;
	/*padding: 3em 0 1.75em 0;*/
    padding: 2em 0;
}
#access {
	float: right;
	/*margin: 0 auto 6px;
	width: 80%;
	padding: 4.25em 0 1.75em 0;*/
    padding: 2.50em 0;
}


/* =Menu
------------------------------------------------------------------------------------------------------------- */

#access ul {
	list-style: none;
	padding-left: 0;
	float: right;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	/*color: #81513c;*/
    color: #080808;
	display: block;
	padding: .75rem 1rem;
	text-decoration: none;
    transition: 0.3s;
}
#access ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 2.5rem;
	left: 0;
	width: 100px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #c1b2a5;
	border-top: 1px solid #FFF6DB;
	color: #FFF6DB;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: .65em 1.2125em;
	width: 240px;
}
#access li:hover > a,  #access ul ul :hover > a,  #access a:focus {
	background: #d9c8ba;
}
#access li:hover > a,  #access a:focus {
	background: #d9c8ba; /* Show a solid color for older browsers */
	color: #080808;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,  #access .current-menu-ancestor > a,  #access .current_page_item > a,  #access .current_page_ancestor > a {
	background: #c1b2a5; /* Show a solid color for older browsers */
	color: #080808;
}
#access .current-menu-item > a:hover,  #access .current-menu-ancestor > a:hover,  #access .current_page_item > a:hover,  #access .current_page_ancestor > a:hover {
	background: #81513c; /* Show a solid color for older browsers */
	color: #fff6db;
}


/* =Content
------------------------------------------------------------------------------------------------------------- */


/* Photo
------------------------------------------------------------------------------- */

#photo {
	width: 100%;
	position: relative;
	overflow: hidden;
	clear: both;
	min-width:960px;
}
#photo .holder {
	padding-left: 0;
	padding-right: 0;
	width:100%;
}
#photo, #photo .holder, #photo .holder #home-slides, #photo .holder #home-slides .slides, #photo .holder #home-slides .slides li, #photo .holder #home-slides .slides li .slide-back {
	height:450px;
}
#photo .holder #home-slides .slides li h1 {
	background: url(images/bkgd-brown.png) repeat;
	padding: .75em 1em;
	width: auto;
	max-width:50%;
	height:auto;
}
#photo .holder #home-slides .slides li .slide-back {
	display:table;
	width:100%;
	position:relative;
	z-index:999;
}
#photo .holder #home-slides .slides li .slide-back .slide-size {
	width:100%;
}
@media screen and (min-width:960px) {
	#photo .holder #home-slides .slides li h1 {
		padding-left:5%
	}
}
@media screen and (min-width:1100px) {
	#photo .holder #home-slides .slides li h1 {
		padding-left:10%
	}
}
@media screen and (min-width:1200px) {
	#photo .holder #home-slides .slides li h1 {
		padding-left:15%
	}
}
@media screen and (min-width:1400px) {
#photo, #photo .holder, #photo .holder #home-slides, #photo .holder #home-slides .slides, #photo .holder #home-slides .slides li, #photo .holder #home-slides .slides li .slide-back { height:560px }
#photo .holder #home-slides .slides li .slide-back .slide-size { width:960px;margin: 0 auto}
#photo .holder #home-slides .slides li h1 {
	padding-left:1em;
}
}


/* Main Content - Home
-------------------------------------------------------------------------------- */

#main.home {
	width: 100%;
    background-color: #f7f7f7;
}
#main.home .holder {
	/*background: #fff;*/
	height: auto;
	overflow: auto;
	padding: 6em 0;
}
#main.home .left {
	/*width: 60%;*/
	width: 100%;
	float: left;
	/*padding: 2em 2em 0 0;
	padding:2em 2em 0;*/
    text-align: center;
}
#main.home .left h2 {
	font-size:1.65em;
}
#main.home .right {
	width: 40%;
	float: left;
	padding: 2em 0;
	display: none;
}
#main.home .right .gradient {
	background: -moz-linear-gradient(top, rgba(250,248,247,1) 0%, rgba(250,248,247,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(250,248,247,1)), color-stop(100%, rgba(250,248,247,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(250,248,247,1) 0%, rgba(250,248,247,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(250,248,247,1) 0%, rgba(250,248,247,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(250,248,247,1) 0%, rgba(250,248,247,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(250,248,247,1) 0%, rgba(250,248,247,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7F2F0', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
	padding: 2em;
	position:relative;
}
#main.home .right .gradient img {
	width:100%;
	height:auto;
	margin:0 0 .5em;
}
#main.home .right .gradient .featured {
	position:absolute;
	top:2.25em;
	left:2.3em;
	text-transform:uppercase;
	background: url(images/bkgd-brown.png) repeat;
	padding:.5em;
	font-size:.875em;
	color:#fff6db;
}
#main.home .right .gradient .featured-project h4 {
	position:absolute;
	bottom:1.3em;
	right:1.55em;
	background: url(images/bkgd-brown.png) repeat;
	padding:.65em .85em .65em .75em;
	color:#fff6db;
}


/* Main Content - Interior
-------------------------------------------------------------------------------- */

#main.interior {
	width: 100%;
}
#main.interior .holder {
	background: #fff;
	height: auto;
	overflow: auto;
	padding-bottom: 4em;
}
.page-id-11 #main.interior .holder {
	padding-bottom: 0;
}
.page-id-11 #main.interior .holder.equity-grid {
	padding: 0 0 4em;
}
.page-id-11 #main.interior .holder.equity-grid img {
	max-width: 100%;
}
#main.interior #breadcrumbs {
	text-transform: uppercase;
	color: #8d622f;
	padding: 2em 0;
	font-size: 80%;
}
#main.interior #breadcrumbs a {
	font-size: 90%;
}
#main.interior .left.side-nav {
	width: 25%;
	float: left;
	padding: 2em 2em 2em 0;
}
#main.interior .right {
	width: 75%;
	float: left;
	padding: 2em 0 2em 2em;
	border-left: 1px #f0f0f0 solid;
}
#main.interior .bio-box {
	width: 100%;
	padding: 2em 0;
	height: auto;
	overflow: auto;
}
#main.interior .bio-box:first-child {
	padding-top: 0;
}
#main.interior .bio-box:last-child {
	padding-bottom: 0;
}
#main.interior .comp-photo {
	width: 25%;
	float: left;
	padding-right: 1.5em;
}
#main.interior .comp-photo img {
	width: 100%;
	height: auto;
}
#main.interior .bio {
	width: 75%;
	float: left;
}
#main.interior .bio p {
	margin: 0;
}
#main.interior .int-left {
	float: left;
	width: 66.66%;
}
#main.interior .int-right {
	float: right;
	width: 33.33%;
}
#main.interior #archives-2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


/* =Miscellaneous
------------------------------------------------------------------------------------------------------------- */

.multi-col-2 {
	-moz-column-count: 2; /* Firefox */
	-webkit-column-count: 2; /* Safari and Chrome */
	column-count: 2;
	margin: 1em 0 0;
}
.multi-col-2 p {
	margin-right: 1em;
}
.equity-box {
	width: 33.33%;
	padding: 1.5em 2em 1.75em;
	float: left;
}
.equity-box img {
	margin: 0 0 .75em;
	padding: 0;
}
.equity-box .top {
	width: 100%;
	text-align: center;
	min-height: 8em;
}
.equity-box .bottom {
	width: 100%;
	text-align: left;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}

.main-overlay {
    width: 960px;
    margin: 0 auto;
}
.main-overlay .body-overlay {
    width: 384px;
    height: 560px;
}
.main-overlay .body-overlay .body-overlay-img img {
    display: block;
    width: 100%;
}
.main-overlay .body-overlay .body-overlay-text {
    /*background-color: #81513c;*/
    background-color: #c1b2a5;
    padding: 27px;
}
.main-overlay .body-overlay .body-overlay-text p {
    font-family: 'PT Serif', Georgia, Times, serif; font-size: 48px; color: #FFFFFF; font-weight: 500; font-style: italic; margin: 0; line-height: 3rem;
}
@media (max-width: 576px) { 
    .main-overlay .body-overlay {
        width: 295px;
    }
    .main-overlay .body-overlay .body-overlay-text {
        padding: 20px;
    }
    .main-overlay .body-overlay .body-overlay-text p {
        font-size: 32px;
    }
}

.quote {
  /*font-family: Georgia, serif;*/
    font-size: 1.125rem;
    line-height: 2rem;
    color: #080808;
    font-weight: 400;
}

.curly-quotes:before, .curly-quotes:after {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 48px;
  font-size: 60px;
    opacity: .5;
}

.curly-quotes:before {
  content: '\201C';
  margin-right: 4px;
  margin-left: -8px;
}

.curly-quotes:after {
  content: '\201D';
  margin-left: 4px;
  margin-right: -8px;
}

.quote-by {
  display: block;
  padding-right: 10px;
  text-align: right;
  font-size: 13px;
  font-style: italic;
  color: #808080;
}

/* =Footer
------------------------------------------------------------------------------------------------------------- */

#colophon {
	clear: both;
	background: #004c84;
	padding: 2em 0;
	color: #FFFFFF;
	font-size: 80%;
	width: 100%;
	overflow: auto;
	height: auto;
	min-width: 960px;
}
#colophon .holder, #main.interior #colophon .holder {
	padding: 0 2.5em;
	background:none;
}
#colophon a {
	color: #FFFFFF;
}
#colophon a:hover {
	color: #fff6db;
}
#colophon .left {
	width: 50%;
	float: left;
	padding:.5em 0 0;
}
#colophon .right {
	width: 50%;
	float: right;
	text-align: right;
	padding: .5em 0 0;
	border-left: 0;
	background:none;
}
#colophon img {
	float:right;
	border:0;
	margin:-.5em 0 0 .25em;
}

/* NEW FORM FIXES 3/17 ------------------------------------------------------------------------------------------------------------- */

.ninja-forms-form-wrap .nf-before-form-content {
	display: none !important;
}
.nf-field-element input[type=text], .nf-field-element input[type=email], .nf-field-element select, .nf-field-element textarea {
	width: 90% !important;
}


/* =Print
------------------------------------------------------------------------------------------------------------- */

@media print {
#colophon, #main.interior .left.side-nav {
	display:none;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	padding: 0;
	margin: 0;
	font-size: 100%;
	width: 100%;
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color:#302c2a;
	font-size: .75em;
	background: none !important;
	width: 100%;
	height: 100%;
}
#wrapper {
	padding: 0;
	margin: 0;
	width: 100%;
}
.holder {
	width: 960px;
	margin: 0 auto;
	padding: 0 2em;
	height: auto;
}
.no-padding {
	padding: 0;
}
hr {
	background-color: #efe9e7;
	border: 0;
	height: 1px;
	margin: 1.75em 0;
}
.clearfix {
	clear: both;
}
.top-line {
	background: #81513c;
	height: 10px;
	width: 100%;
	position: relative;
}
.full-width img {
	width: 100%;
	height: auto;
}
#branding {
	width: 100%;
	background: #efe9e7;
	position:relative;
	height:150px;
}
#photo .holder #home-slides .slides li h1 {
	background: url(images/bkgd-brown.png) repeat;
	padding: .75em 1em;
	width: auto;
	max-width:50%;
	height:auto;
}
.content {
	top:0;
}
.bio-box {
	clear:both;
	overflow:visible;
	page-break-inside: avoid;
}
#main.interior .bio {
	float:none !important;
}
#main.interior .right {
	border:0;
	width:100%;
}
#main.interior .comp-photo {
	float:none !important;
	width:17%;
}
}

/* Custom --------------------------------------------------------------- */
.home-message {
	margin-top: 20px;
}
.home-message p {
	font-size: 24px;
	color: #FFFFFF;
	line-height: 34px;
}