
@import url('https://fonts.googleapis.com/css?family=Roboto');


/* Eric Meyer CSS 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}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}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}
/* CSS reset ends*/


body {
    background-color: #e2e2e2;
}

#header {
    width: 100%;
    height: 120px;
    background-color: #f9e3ac;
}

#header-content {
    margin: 0 auto;
    width: 1260px;
    height: 120px;
}

#logo {
    display: block;
    float: left;
    margin-top: 15px;
}

#logo-image {
    width: 652px;
    height: 95px;
    background-size: contain;
    background-repeat: no-repeat;
}

#download-button-style {
    color: #FFFFFF;
    font-family: 'Roboto';
    font-size: 20px;
    float: right;
    border: solid 1px #000000;
    height: 30px!important;
    -webkit-border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    border-radius: 5px!important;
    margin-top: 15px!important;
    margin-right: 0px; /* Old browsers */
    background: -moz-linear-gradient(top,  #3f3f3b 0%, #6c6d67 49%, #3f3f3b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #3f3f3b 0%,#6c6d67 49%,#3f3f3b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #3f3f3b 0%,#6c6d67 49%,#3f3f3b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3b', endColorstr='#3f3f3b',GradientType=0 ); /* IE6-9 */
}

#download-button-style:hover {
    color: #bba872;
}

#nav-bar {
    height: 50px;
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    width: 100%;
    background: #3f3f3b; /* Old browsers */
    background: -moz-linear-gradient(top,  #3f3f3b 0%, #6c6d67 49%, #3f3f3b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #3f3f3b 0%,#6c6d67 49%,#3f3f3b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #3f3f3b 0%,#6c6d67 49%,#3f3f3b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3b', endColorstr='#3f3f3b',GradientType=0 ); /* IE6-9 */
}

#linkedin-icon {
    width: 27px;
    height: 27px;   
    margin-top: -4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#download-link {
    display: none;
}

#current {
    color: #bba872;
}

.slicknav_menu {
	display:none;
}

/*Linkedin Text for Slicknav Menu*/
li a span {
    display: none!important;
}

#top-wide-picture {
    margin-bottom: 22px;
}

#top-picture {
    width: 100%;
    height: 600px;
    border-bottom: solid 10px #3f3f3b;
}

.slide-1-picture {
    object-fit: cover;
    object-position: 50% 0%;  
}

.slide-2-picture {
    object-fit: cover;
    object-position: 70% 0%;  
}

.slide-3-picture {
    object-fit: cover;
    object-position: 30% 0%;
}

.slide-4-picture {
    object-fit: cover;
    object-position: 70% 0%;
}

.team-picture {
    object-fit: cover;
    object-position: 55% 0%;
	object-position: center;
}

.affiliations-picture {
    object-fit: cover;
    object-position: 70% 0%;
	object-position: center;
}

.site-visit-picture {
    object-fit: cover;
    object-position: 0% 10%;
	object-position: top;
}

.contact-picture {
    object-fit: cover;
    object-position: 60% 0%; 
}

#main {
    display: block;
    margin: 0 auto;
    width: 1260px;
    height: 100%;
    margin-bottom: 35px;
    opacity: 0.9;
    clear: both;
}

h2 {
    font-family: 'Roboto';
    font-size: 24px;
    color: #bba872;
    line-height: 1.2;
    letter-spacing: 1px;
}

h3 {
    font-family: 'Roboto';
    font-size: 24px;
    color: #FFFFFF;
    line-height: 1.4;
    letter-spacing: 1px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: solid 1px #000000;
    background: #3f3f3b; /* Old browsers */
    background: -moz-linear-gradient(top,  #3f3f3b 0%, #6c6d67 49%, #3f3f3b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #3f3f3b 0%,#6c6d67 49%,#3f3f3b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #3f3f3b 0%,#6c6d67 49%,#3f3f3b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3b', endColorstr='#3f3f3b',GradientType=0 ); /* IE6-9 */
}

fieldset {
    margin: 35px;
}

p {
    line-height: 1.7;
    letter-spacing: 0.5px;
    color: #000000;
    font-family: 'Roboto';
    font-size: 17px;
}

sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}

#main-list {
    font-family: 'Roboto'!important;
    font-size: 17px;
}

#main-list li {
    margin-bottom: 19px;/*space at bottom of li*/
}

#main-list li span {
    display: block;
    margin-left: 30px;
    color: #000000;
    line-height: 21px;/*vertical space between span text lines*/
    letter-spacing: -0.5px;
}

#main-list li:before {
    display: block;
    content: "• ";/*bullet*/
    color: #bba872;
    font-size: 40px;/*bullet size*/
    padding-right: 25px;/*space between bullet and text*/
    vertical-align: middle!important;/*vertically align bullet*/  
    height: !important;/*vertically height bullet*/
    height: 7px;/*space on top of li text*/
}

/********************************* Disjointed Rollover ***************************************/

#click {
    width: 100%;
    margin-bottom: 10px;
    float: right;
}

.col13 {
    width:560px;
}

.thumbs img {
	width: 20%;
	margin-left: 3px;
    margin-right: 3px;
    border: solid 1px #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#large {
	width: 100%!important;
    height: auto!important;
    border: solid 1px #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#click-models {
    margin-bottom: 10px;
    float: right;
    width: 100%;
}

.col13-models {
    width:560px;
}

.thumbs-models img {
	width: 20%;
	margin-left: 3px;
	margin-right: 3px;
    border: solid 1px #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#large-models {
	width: 100%!important;
    height: auto!important;
    border: solid 1px #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#thumbs-header {
    text-align: center;
    margin-bottom: 13px;
}

#thumbnails-label {
    font-size: 24px;
    text-align: left;
}

#thumb-open:hover {
    opacity: 0.5;
}

#thumb-open:active {
    opacity: 0.5;
}

#thumb-open:focus {
    opacity: 0.5;
}

#thumb-open:selected {
    opacity: 0.5;
}

/********************************* Corporate Profile Page ***************************************/

.slider { 
    margin: 0px 0 35px;
    max-width: 100%;
    height: 550px;
}

#corporate {
    display: block;
    background-color: #FFFFFF;
    margin-bottom: 25px;
    border: solid 1px #000000;
    height: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.two-columns-services article {
    display: inline-block;
    width: calc(60%);
    float: left;
}

.two-columns-services article + article {
    display: inline-block;
    width: calc(36%);
    margin-right: 35px;
    float: right;
}

#services-title {
    display: block;
    border: solid 1px #000000;
    border-bottom: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#services-content {
    display: inline-block;
    background-color: #FFFFFF!important;
    height: 100%;
    border: solid 1px #000000;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: none;
}

#services-picture {
    display: block;
    border : 0;
    position: relative;
    float: right;
    margin-top: 35px;
    margin-bottom: 35px;
    margin-right: px;
    max-width: 100%;
    height: auto;
    border: solid 1px #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#services-list {
    font-family: 'Roboto'!important;
    font-size: 17px;
}

#services-list li {
   margin-bottom: 19px;/*space at bottom of li*/
}

#services-list li span {
    display: block;
    margin-left: 30px;
    color: #000000;
    line-height: 21px;/*vertical space between span text lines*/
    letter-spacing: -0.5px;
    
}

#services-list li:before {
    display: block;
    content: "• ";/*bullet*/
    color: #bba872;
    font-size: 40px;/*bullet size*/
    padding-right: 25px;/*space between bullet and text*/
    vertical-align: middle!important;/*vertically align bullet*/  
    height: !important;/*vertically height bullet*/
    height: 7px;/*space on top of li text*/
}

/********************************* Our Team Page ***************************************/

#main-team {
    display: block;
    margin: 0 auto;
    width: 1260px;
    height: 100%;
    margin-bottom: 40px;
    opacity: 0.9;
    clear: both;
}

#accordion-header-bottom {
    margin-bottom: 0px;
}

.accordion-header {
    border: solid 1px #000000;
    padding-left: 80px;
    color: #FFFFFF!important;
    background: #3f3f3b; /* Old browsers */
    background: url(../images/right-triangle-icon-white-1.png), -moz-linear-gradient(top,  #3f3f3b 0%, #6c6d67 49%, #3f3f3b 100%); /* FF3.6-15 */
    background: url(../images/right-triangle-icon-white-1.png), -webkit-linear-gradient(top,  #3f3f3b 0%,#6c6d67 49%,#3f3f3b 100%); /* Chrome10-25,Safari5.1-6 */
    background: url(../images/right-triangle-icon-white-1.png), linear-gradient(to bottom,  #3f3f3b 0%,#6c6d67 49%,#3f3f3b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: url(../images/right-triangle-icon-white-1.png), progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3b', endColorstr='#3f3f3b',GradientType=0 ); /* IE6-9 */
    background-repeat: no-repeat, repeat;
    background-position: 35px;
    padding-top: 13px;
    height: 33px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-size: 13px, cover;
}

.accordion-header:hover {
    padding-left: 80px;
    color: #bba872!important;
    background: #3f3f3b; /* Old browsers */
    background: url(../images/right-triangle-icon-gold-1.png), -moz-linear-gradient(top,  #3f3f3b 0%, #6c6d67 49%, #3f3f3b 100%); /* FF3.6-15 */
    background: url(../images/right-triangle-icon-gold-1.png), -webkit-linear-gradient(top,  #3f3f3b 0%,#6c6d67 49%,#3f3f3b 100%); /* Chrome10-25,Safari5.1-6 */
    background: url(../images/right-triangle-icon-gold-1.png), linear-gradient(to bottom,  #3f3f3b 0%,#6c6d67 49%,#3f3f3b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: url(../images/right-triangle-icon-gold-1.png), progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3b', endColorstr='#3f3f3b',GradientType=0 ); /* IE6-9 */
    background-repeat: no-repeat, repeat;
    background-position: 35px;
    background-size: 13px, cover;
    outline: none!important;
}

.accordion-header:active {
    padding-left: 80px;
    color: #bba872!important;
    background: #3f3f3b; /* Old browsers */
    background: url(../images/down-triangle-icon-gold-1.png), -moz-linear-gradient(top,  #3f3f3b 0%, #6c6d67 49%, #3f3f3b 100%); /* FF3.6-15 */
    background: url(../images/down-triangle-icon-gold-1.png), -webkit-linear-gradient(top,  #3f3f3b 0%,#6c6d67 49%,#3f3f3b 100%); /* Chrome10-25,Safari5.1-6 */
    background: url(../images/down-triangle-icon-gold-1.png), linear-gradient(to bottom,  #3f3f3b 0%,#6c6d67 49%,#3f3f3b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: url(../images/down-triangle-icon-gold-1.png), progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3b', endColorstr='#3f3f3b',GradientType=0 ); /* IE6-9 */
    background-repeat: no-repeat, repeat;
    background-position: 35px;
    background-size: 20px, cover;
    outline: none!important;
}

.accordion-header:focus {
    padding-left: 80px;
    color: #bba872!important;
    background: #3f3f3b; /* Old browsers */
    background: url(../images/down-triangle-icon-gold-1.png), -moz-linear-gradient(top,  #3f3f3b 0%, #6c6d67 49%, #3f3f3b 100%); /* FF3.6-15 */
    background: url(../images/down-triangle-icon-gold-1.png), -webkit-linear-gradient(top,  #3f3f3b 0%,#6c6d67 49%,#3f3f3b 100%); /* Chrome10-25,Safari5.1-6 */
    background: url(../images/down-triangle-icon-gold-1.png), linear-gradient(to bottom,  #3f3f3b 0%,#6c6d67 49%,#3f3f3b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: url(../images/down-triangle-icon-gold-1.png), progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3b', endColorstr='#3f3f3b',GradientType=0 ); /* IE6-9 */
    background-repeat: no-repeat, repeat;
    background-position: 35px;
    background-size: 20px, cover;
    outline: none!important;
}

.accordion-header:selected {
    padding-left: 80px;
    color: #bba872!important;
    background: #3f3f3b; /* Old browsers */
    background: url(../images/down-triangle-icon-gold-1.png), -moz-linear-gradient(top,  #3f3f3b 0%, #6c6d67 49%, #3f3f3b 100%); /* FF3.6-15 */
    background: url(../images/down-triangle-icon-gold-1.png), -webkit-linear-gradient(top,  #3f3f3b 0%,#6c6d67 49%,#3f3f3b 100%); /* Chrome10-25,Safari5.1-6 */
    background: url(../images/down-triangle-icon-gold-1.png), linear-gradient(to bottom,  #3f3f3b 0%,#6c6d67 49%,#3f3f3b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: url(../images/down-triangle-icon-gold-1.png), progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3b', endColorstr='#3f3f3b',GradientType=0 ); /* IE6-9 */
    background-repeat: no-repeat, repeat;
    background-position: 35px;
    height: 35px;
    background-size: 20px, cover;
    outline: none!important;
}

.ui-corner-all {
    border-top-left-radius: 4px!important;
    border-top-right-radius: 4px!important;
    border-bottom-left-radius: 4px!important;
    border-bottom-right-radius: 4px!important;
    margin-bottom: 10px;
}

#accordion-slide {
    overflow-y: hidden;
    border-top: none!important;
    border: solid 1px #000000;
    background-color: #FFFFFF;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 100%;
    padding: 0px!important;
    margin-bottom: 10px;
}

#accordion-slide-bottom {
    overflow-y: hidden;
    border-top: none!important;
    border: solid 1px #000000;
    background-color: #FFFFFF;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 100%;
    padding: 0px!important;
    margin-bottom: 0px;
}

/********************************* Affiliations Page ***************************************/

#affiliations-title {
    display: block;
    border-top: solid 1px #000000;
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#professional-affiliations {
    clear: both; 
    display: inline-block;
    background-color: #FFFFFF!important;
    border: solid 1px #000000;
    border-top: none;
    height: 100%!important;
    margin-bottom: 22px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.two-columns-professional-affiliations article {
    display: inline-block;
    width: calc(61%);
    float: left;
}

.two-columns-professional-affiliations article + article {
    display: inline-block;
    width: calc(35%);
    margin-right: 35px;
    float: right;
}

#professional-affiliations-picture {
    display: block;
    float: right;
    margin-top: 35px;
    margin-bottom: 35px;
    width: 100%;
    border: solid 1px #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.two-columns-corporate-affiliations article {
    display: inline-block;
    width: calc(30%);
    float: left;
}

.two-columns-corporate-affiliations article + article {
    display: inline-block;
    width: calc(66%);
    margin-right: 35px;
    float: right;
}

#corporate-affiliations {
    clear: both;
    display: inline-block;
    height: 100%!important;
    background-color: #FFFFFF!important;
    border: solid 1px #000000;
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; 
}

#corporate-affiliations-left-b {
    display: none;
}

#corporate-affiliations-left-c {
    display: none;
}

#corporate-list {
    font-family: 'Roboto'!important;
    font-size: 17px;
}

#corporate-list li {
    margin-bottom: 19px;/*space at bottom of li*/
}

#corporate-list li span {
    display: block;
    margin-left: 30px;
    color: #000000;
    line-height: 21px;/*vertical space between span text lines*/
    letter-spacing: 0.5px;
}

#corporate-list li:before {
    display: block;
    content: "• ";/*bullet*/
    color: #bba872;
    font-size: 40px;/*bullet size*/
    padding-right: 25px;/*space between bullet and text*/
    vertical-align: middle!important;/*vertically align bullet*/  
    height: !important;/*vertically height bullet*/
    height: 7px;/*space on top of li text*/
}

#corporate-affiliations-picture {
    display: block;
    float: right;
    margin-top: 35px;
    margin-bottom: 35px;
    width: 100%;
    border: solid 1px #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/********************************* Projects Page ***************************************/

#projects-map-background {
    display: block;
    position: relative;
    width: 100%;
    height: 600px;
    margin-bottom: 28px;
    background-color: #4c697e;
    border-bottom: solid 10px #3f3f3b;
}

#projects-map-content {
    margin: 0 auto;
    width: 1260px;
    height: 600px;
}

#projects-map {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 600px;
}

#main-projects {
    display: block;
    margin: 0 auto;
    width: 1260px;
    height: 100%;
    margin-bottom: 38px;
    margin-top: -4px;
    opacity: 0.9;
    clear: both;
}

#projects-list {
    font-family: 'Roboto'!important;
    font-size: 17px;
    margin-bottom: 25px;
}

#projects-list li {
    margin-left: 25px;
    margin-bottom: 5px;/*space at bottom of li*/
}

#projects-list li span {
    display: block;
    margin-left: 30px;
    color: #000000;
    line-height: 21px;/*vertical space between span text lines*/
    letter-spacing: 0px;
}

#projects-list li:before {
    display: block;
    content: "• ";/*bullet*/
    color: #bba872;
    font-size: 40px;/*bullet size*/
    padding-right: 25px;/*space between bullet and text*/
    vertical-align: middle!important;/*vertically align bullet*/  
    height: !important;/*vertically height bullet*/
    height: 7px;/*space on top of li text*/
}

.tabs-content {
    background: hidden!important;
}

#project-name-header {
    font-family: 'Roboto';
    font-size: 24px;
    color: #FFFFFF;
    line-height: 1.4;
    letter-spacing: 1px;
    background: none;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 14px;
    padding-bottom: 14px;
    width: 275px!important;
    margin-bottom: -62px!important;
    border-bottom: none;
}

#tabs-header {
    border-bottom: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-top: -4px;
    margin-left: -4px;
    margin-right: -4px;
    background: #3f3f3b; /* Old browsers */
    background: -moz-linear-gradient(top,  #3f3f3b 0%, #6c6d67 49%, #3f3f3b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #3f3f3b 0%,#6c6d67 49%,#3f3f3b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #3f3f3b 0%,#6c6d67 49%,#3f3f3b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3b', endColorstr='#3f3f3b',GradientType=0 ); /* IE6-9 */
}

#tabs {
    background: none!important;
	border: none;
	margin-bottom: 0px!important;
}

#tabs .ui-widget-header {
    background: none!important;
    border: none!important;
    width: 600px!important;
    margin-left: 315px;
    display: block;
   
}

#tabs ul .ui-widget-header {
    background: none!important;
    border: none!important;
    width: 730px!important;
    margin-left: 0px!important;
    display:block;
   
}

#tabs-selector {
    background: #bba872;
    margin-left: -4px;
    margin-right: -4px;
    border: solid 1px #000000;
    border-bottom: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #3f3f3b; /* Old browsers */
    background: -moz-linear-gradient(top,  #3f3f3b 0%, #6c6d67 49%, #3f3f3b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #3f3f3b 0%,#6c6d67 49%,#3f3f3b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #3f3f3b 0%,#6c6d67 49%,#3f3f3b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3b', endColorstr='#3f3f3b',GradientType=0 ); /* IE6-9 */
    margin-top: -4px;
}

#tabs-selector ul {
    margin-top: 5px;
}

#tabs .ui-state-active {
	background: #FFFFFF!important;
	margin-left: 5px;
    margin-right: 5px;
    border: solid 1px #000000!important;
    border-bottom: none!important;
    outline: none!important;
}

#tabs .ui-state-active a {
	font-size: 24px;
    font-family: 'Roboto'!important;
    color: #bba872!important;
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
    outline: none!important;
}

#tabs .ui-state-default {
    background: #bba872;
    margin-left: 5px;
    margin-right: 5px;
    border: solid 1px #000000!important;
    border-bottom: none!important;
    outline: none!important;
}

#tabs .ui-state-default:hover {
    background: #FFFFFF;
    margin-left: 5px;
    margin-right: 5px;
    border: solid 1px #000000!important;
    border-bottom: none!important;
}

#tabs .ui-state-default a {
    font-size: 24px;
    font-family: 'Roboto'!important;
    color: #FFFFFF;
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

#tabs .ui-state-default a:hover {
    font-size: 24px;
    font-family: 'Roboto'!important;
    color: #bba872;
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
    outline: none!important; 
}

ul .ui-tabs-nav .ui-helper-reset .ui-helper-clearfix .ui-widget-header .ui-corner-all {
    margin-left: 0!important;
}

#tabs .ui-widget-content {
    padding: 0px!important;
}

#tabs-1 {
    background-color: #FFFFFF;
    margin-left: -4px;
    margin-right: -4px;
    margin-bottom: -4px;
    border: solid 1px #000000;
    
}

#tabs-2 {
    background-color: #FFFFFF;
    margin-left: -4px;
    margin-right: -4px;
    margin-bottom: -4px;
    border: solid 1px #000000;
}

#tabs-3 {
    background-color: #FFFFFF;
    margin-left: -4px;
    margin-right: -4px;
    margin-bottom: -4px;
    border: solid 1px #000000;
}

#tabs-4 {
    background-color: #FFFFFF;
    margin-left: -4px;
    margin-right: -4px;
    margin-bottom: -4px;
    border: solid 1px #000000;
}

#tabs-5 {
    background-color: #FFFFFF;
    margin-left: -4px;
    margin-right: -4px;
    margin-bottom: -4px;
    border: solid 1px #000000;
}

#tabs-6 {
    background-color: #FFFFFF;
    margin-left: -4px;
    margin-right: -4px;
    margin-bottom: -4px;
    border: solid 1px #000000;
}

#tabs-7 {
    background-color: #FFFFFF;
    margin-left: -4px;
    margin-right: -4px;
    margin-bottom: -4px;
    border: solid 1px #000000;
}

/********************************* 3D Models Page ***************************************/

#models-title {
    display: block;
    border: solid 1px #000000;
    border-bottom: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 100%;
}

#models-content {
    clear: both; 
    display: inline-block;
    background-color: #FFFFFF!important;
    width: 100%;
    border: solid 1px #000000;
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.two-columns-models article {
    display: inline-block;
    width: calc(48%);
    margin-top: 35px;
    margin-bottom: 30px;
    margin-left: 35px;
    float: left;
}

.two-columns-models article + article {
    display: inline-block;
    width: calc(42%);
    height: 100%;
    margin-right: 12px;
    margin-left: 0!important;
    float: right;
}

/********************************* Site Visit Photos Page ***************************************/

#site-visit-title {
    display: block;
    border: solid 1px #000000;
    border-bottom: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 100%;
}

#site-visit-content {
    clear: both; 
    display: inline-block;
    background-color: #FFFFFF;
    width: 100%;
    border: solid 1px #000000;
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.two-columns-site-visit article {
    display: inline-block;
    width: calc(48%);
    margin-top: 35px;
    margin-bottom: 30px;
    margin-left: 35px;
    float: left;
}

.two-columns-site-visit article + article {
    display: inline-block;
    width: calc(42%);
    height: 100%;
    margin-right: 12px;
    margin-left: 0!important;
    float: right;
}

/********************************* Contact Us Page ***************************************/

#main-contact {
    display: block;
    margin: 0 auto;
    width: 1260px;
    height: 100%;
    margin-bottom: 38px;
    opacity: 0.9;
    clear: both;
}

#office-locations-title {
    display: block;
    border-top: solid 1px #000000;
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 100%;
}

#office-locations-content {
    clear: both; 
    display: inline-block;
    background-color: #FFFFFF!important;
    border: solid 1px #000000;
    border-top: none;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 22px;
}

.two-columns-map article {
    display: inline-block;
    width: calc(49.5%);
    float: left;
}

.two-columns-map article + article {
    display: inline-block;
    width: calc(49.5%);
    float: right;
}

#address {
    padding-top: 10px;
}

#address li {
    font-family: 'Roboto'!important;
    font-size: 17px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

#computer-map {
    display: block;
    visibility: visible;
    margin-top: -10px;
    margin-left: 35px;
    margin-right: 35px;
    margin-bottom: 35px;
    border: solid 1px #000000;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
    border-radius: 4px;
}

.two-columns-email-list article {
    display: inline-block;
    width: 49%;
    float: left;
}

.two-columns-email-list article + article {
    display: inline-block;
    width: 49%;
    float: left;
}

#email-title {
    display: block;
    border: solid 1px #000000;
    border-bottom: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 100%;
}

#email-content {
    clear: both; 
    display: inline-block;
    background-color: #FFFFFF!important;
    width: 100%;
    border: solid 1px #000000;
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 22px;
}

#email-list {
    font-family: 'Roboto'!important;
    font-size: 17px;
    letter-spacing: 0.5px;
}

#email-list li {
    color: #000000;
    padding-left: 2em; 
    text-indent: -1.9em;
}

#email-list li:before {
    content: "• ";/*bullet*/
    color: #bba872;
    font-size: 40px;/*bullet size*/
    margin-right: 5px;
    vertical-align: middle; 
}

#email-list li span a {
    color: #bba872;
    letter-spacing: 1.5px;
}

#email-list li span a:hover {
    color: #6c6d67;
    letter-spacing: 1.5px;
}

#employment {
    clear: both; 
    display: block;
    background-color: #FFFFFF!important;
    height: 100%!important;
    width: 100%;
    border: solid 1px #000000;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#employment a {
    color: #bba872;
    letter-spacing: 1.5px;
}

#employment a:hover {
    color: #6c6d67;
    letter-spacing: 1.5px;
}

/********************************* Footer ***************************************/

footer {
    width: 100%;
    border-top: solid 1px #000000;
    background-color: #3f3f3b;
}

#footer-content {
    display: block;
    margin: 0 auto;
    width: 1260px;
}

#footer-nav {
    display: block;
    width: auto;
    margin: 0 auto;
}

#linkedin-bottom {
    width: 27px;
    height: 27px;   
    margin-top: -7px!important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;   
}
    
h5 {
    text-align: center;
    font-family: 'Roboto';
    font-size: 15px;
    color: #FFFFFF;
    margin-bottom: 7px;
}

hgroup {
    padding-bottom: 25px;
}

/****************************************************** Media Queries ******************************************************/
 
@media screen and (max-width:10000px) {
    
.slider { 
    margin: 0px 0 35px!important;
    max-width: 100%;
    height:  1100px;
}

#container {
    width: 100%;
}
    
#top-picture {
    height: 1100px;
}
    
#projects-map-background {
    display: block;
    position: relative;
    width: 100%;
    height: 1100px;
    margin-bottom: 28px;
    background-color: #4c697e;
    border-bottom: solid 10px #3f3f3b;
}

#projects-map-content {
    margin: 0 auto;
    width: 1260px;
    height: 1100px;
}

#projects-map {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 1100px;
}
}

/********************************** 5000 Media Query **********************************/
 
@media screen and (max-width:5000px) {
    
.slider { 
    margin: 0px 0 35px!important;
    max-width: 100%;
    height:  850px;
}

#container {
    width: 100%;
}
    
#top-picture {
    height: 850px;
}
    
#projects-map-background {
    display: block;
    position: relative;
    width: 100%;
    height: 850px;
    margin-bottom: 28px;
    background-color: #4c697e;
    border-bottom: solid 10px #3f3f3b;
}

#projects-map-content {
    margin: 0 auto;
    width: 1260px;
    height: 850px;
}

#projects-map {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 850px;
}
}

/********************************** 3000 Media Query **********************************/ 
 
@media screen and (max-width:3000px) {
    
.slider { 
    margin: 0px 0 35px!important;
    max-width: 100%;
    height:  700px;
}

#container {
    width: 100%;
}
    
#top-picture {
    height: 700px;
}
    
#projects-map-background {
    display: block;
    position: relative;
    width: 100%;
    height: 700px;
    margin-bottom: 28px;
    background-color: #4c697e;
    border-bottom: solid 10px #3f3f3b;
}

#projects-map-content {
    margin: 0 auto;
    width: 1260px;
    height: 700px;
}

#projects-map {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 700px;
}
}


/********************************** 2800 Media Query **********************************/
 
@media screen and (max-width:2800px) {
    
.slider { 
    margin: 0px 0 35px!important;
    max-width: 100%;
    height:  650px;
}

#container {
    width: 100%;
}
    
#top-picture {
    height: 650px;
}
    
#projects-map-background {
    display: block;
    position: relative;
    width: 100%;
    height: 650px;
    margin-bottom: 28px;
    background-color: #4c697e;
    border-bottom: solid 10px #3f3f3b;
}

#projects-map-content {
    margin: 0 auto;
    width: 1260px;
    height: 650px;
}

#projects-map {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 650px;
}
}

/********************************** 2600 Media Query **********************************/

@media screen and (max-width:2600px) {
    
.slider { 
    margin: 0px 0 35px!important;
    max-width: 100%;
    height: 625px;
}

#container {
    width: 100%;
}
    
#top-picture {
    height: 625px;
}
    
#projects-map-background {
    display: block;
    position: relative;
    width: 100%;
    height: 625px;
    margin-bottom: 28px;
    background-color: #4c697e;
    border-bottom: solid 10px #3f3f3b;
}

#projects-map-content {
    margin: 0 auto;
    width: 1260px;
    height: 625px;
}

#projects-map {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 625px;
}
}

/********************************** 2400 Media Query **********************************/

@media screen and (max-width:2400px) {
    
.slider { 
    margin: 0px 0 35px!important;
    max-width: 100%;
    height:  600px;
}

#container {
    width: 100%;
}
    
#top-picture {
    height: 600px;
}
    
#projects-map-background {
    display: block;
    position: relative;
    width: 100%;
    height: 600px;
    margin-bottom: 28px;
    background-color: #4c697e;
    border-bottom: solid 10px #3f3f3b;
}

#projects-map-content {
    margin: 0 auto;
    width: 1260px;
    height: 600px;
}

#projects-map {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 600px;
}
}

/********************************** 2200 Media Query **********************************/

@media screen and (max-width:2200px) {
    
.slider { 
    margin: 0px 0 35px!important;
    max-width: 100%;
    height:  575px;
}

#container {
    width: 100%;
}
    
#top-picture {
    height: 575px;
}
    
#projects-map-background {
    display: block;
    position: relative;
    width: 100%;
    height: 575px;
    margin-bottom: 28px;
    background-color: #4c697e;
    border-bottom: solid 10px #3f3f3b;
}

#projects-map-content {
    margin: 0 auto;
    width: 1260px;
    height: 575px;
}

#projects-map {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 575px;
}
}

/********************************** 2000 Media Query **********************************/

@media screen and (max-width:2000px) {
    
.slider { 
    margin: 0px 0 35px!important;
    max-width: 100%;
    height: 575px;
}

#container {
    width: 100%;
}
    
#top-picture {
    height: 575px;
}
    
#projects-map-background {
    display: block;
    position: relative;
    width: 100%;
    height: 575px;
    margin-bottom: 28px;
    background-color: #4c697e;
    border-bottom: solid 10px #3f3f3b;
}

#projects-map-content {
    margin: 0 auto;
    width: 1260px;
    height: 575px;
}

#projects-map {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 575px;
}
}

/********************************** 1600 Media Query **********************************/

@media screen and (max-width:1600px) {
    
.slider { 
    margin: 0px 0 35px!important;
    max-width: 100%;
    height:  525px;
}

#container {
    width: 100%;
}
    
#top-picture {
    height: 525px;
}
    
#projects-map-background {
    display: block;
    position: relative;
    width: 100%;
    height: 525px;
    margin-bottom: 28px;
    background-color: #4c697e;
    border-bottom: solid 10px #3f3f3b;
}

#projects-map-content {
    margin: 0 auto;
    width: 1260px;
    height: 525px;
}

#projects-map {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 525px;
}
}

/********************************** 1366 Media Query **********************************/

@media screen and (max-width:1366px) {
    
.slider { 
    margin: 0px 0 35px!important;
    max-width: 100%;
    height:  475px;
}

#container {
    width: 100%;
}
    
#top-picture {
    height: 475px;
}
    
#projects-map-background {
    display: block;
    position: relative;
    width: 100%;
    height: 475px;
}

#projects-map-content {
    width: calc(93%);
    height: auto;
}

#projects-map {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 475px;
}
    
#header-content {
    width: calc(93%);
}
    
#main {
    width: calc(93%);
}
    
#main-team {
    width: calc(93%);
}
    
#main-projects {
    width: calc(93%);
}
    
#main-contact {
    width: calc(93%);
}
    
    
#main-header {
    max-width: 100%;
}
    
#projects-list li span {
    display: block;
    margin-left: 30px;
    color: #000000;
    letter-spacing: -0.5px;
}
    
footer { 
    clear: both;
    width: 100%;
}

#footer-content {
    width: calc(93%);
}
    
.slicknav_menu {
	display:none;
}
    
#project-name-header {
    font-family: 'Roboto';
    font-size: 24px;
    color: #FFFFFF;
    line-height: 1.4;
    letter-spacing: 1px;
    background: none;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 12px;
    padding-bottom: 14px;
    width: 275px!important;
    margin-bottom: -62px!important;
    border-bottom: none;
    height: 36px;
}
	
#tabs .ui-widget-header {
        clear: both;
    background: none!important;
    border: none!important;
    width: 545px!important;
    margin-left: 315px;
}
    
#tabs .ui-state-default a {
    font-size: 22px;
    font-family: 'Roboto'!important;
    color: #FFFFFF;
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 14px;
}
    
#tabs .ui-state-default a:hover {
    font-size: 22px;
    font-family: 'Roboto'!important;
    color: #bba872;
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 14px;
}
    
#models-title {
    width: 100%;
}
    
#models-content {
    width: 100%;
}

#thumbnails-label {
    font-size: 22px;
    text-align: left;
}
}

/********************************** 1260 Media Query **********************************/

@media screen and (max-width:1260px) {
    
.two-columns-corporate-affiliations article {
    display: inline-block;
    width: calc(31.5%);
    float: left;
}

.two-columns-corporate-affiliations article + article {
    display: inline-block;
    width: calc(64.5%);
    margin-right: 35px;
    float: right;
}
}

/********************************** 1200 Media Query **********************************/

@media screen and (max-width:1200px) {
    
#download-button-style {
    color: #FFFFFF;
    font-family: 'Roboto';
    font-size: 18px;
    float: right;
    border: solid 1px #000000;
    height: 30px!important;
    -webkit-border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    border-radius: 5px!important;
    margin-top: 15px!important;
    margin-right: 0px; /* Old browsers */
    background: -moz-linear-gradient(top,  #3f3f3b 0%, #6c6d67 49%, #3f3f3b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #3f3f3b 0%,#6c6d67 49%,#3f3f3b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #3f3f3b 0%,#6c6d67 49%,#3f3f3b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3b', endColorstr='#3f3f3b',GradientType=0 ); /* IE6-9 */
}
    
.slider { 
    margin: 0px 0 30px!important;
    max-width: 100%;
    height:  450px;
}
    
#top-picture {
    border-bottom: solid 7px #3f3f3b;
    height: 450px;
}
    
#projects-map-background {
    display: block;
    position: relative;
    width: 100%;
    height: 450px;
    border-bottom: solid 7px #3f3f3b;
}

#projects-map-content {
    width: calc(93%);
    height: auto;
}

#projects-map {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 450px;
}
    
#email-list {
    font-size: 14px;
    letter-spacing: 0.5px;
}
    
p {
    font-size: 15px;
    letter-spacing: 0.3px
}
    
#main-list {
    font-family: 'Roboto'!important;
    font-size: 15px;
}

#main-list li {
    margin-bottom: 8px;/*space at bottom of li*/
}

#main-list li span {
    display: block;
    margin-left: 25px;
    color: #000000;
    line-height: 20px;
    letter-spacing: -0.5px;
}

#main-list li:before {
    display: block;
    content: "• ";/*bullet*/
    color: #bba872;
    font-size: 38px;/*bullet size*/
    padding-right: 25px;/*space between bullet and text*/
    vertical-align: middle!important;/*vertically align bullet*/  
    height: 7px;/*space on top of li text*/
}
    
#services-list {
    font-family: 'Roboto'!important;
    font-size: 15px;
}
    
#services-list li {
    margin-bottom: 8px;/*space at bottom of li*/
}

#services-list li span {
    display: block;
    margin-left: 25px;
    color: #000000;
    line-height: 20px;
    letter-spacing: -0.5px;
}

#services-list li:before {
    display: block;
    content: "• ";/*bullet*/
    color: #bba872;
    font-size: 38px;/*bullet size*/
    padding-right: 25px;/*space between bullet and text*/
    vertical-align: middle!important;/*vertically align bullet*/  
    height: !important;/*vertically height bullet*/
    height: 7px;/*space on top of li text*/
}
    
#corporate-list {
    font-family: 'Roboto'!important;
    font-size: 15px;
}

#corporate-list li {
    margin-bottom: 8px;/*space at bottom of li*/
}

#corporate-list li span {
    display: block;
    margin-left: 25px;
    color: #000000;
    line-height: 20px;
    letter-spacing: 0.5px;
}

#corporate-list li:before {
    display: block;
    content: "• ";/*bullet*/
    color: #bba872;
    font-size: 38px;/*bullet size*/
    padding-right: 25px;/*space between bullet and text*/
    vertical-align: middle!important;/*vertically align bullet*/  
    height: !important;/*vertically height bullet*/
    height: 7px;/*space on top of li text*/
}
    
#projects-list {
    font-family: 'Roboto'!important;
    font-size: 15px;
    margin-bottom: 20px;
}

#projects-list li {
    margin-left: 20px;
    margin-bottom: 0px;/*space at bottom of li*/
}

#projects-list li span {
    display: block;
    margin-left: 25px;
    color: #000000;
    line-height: 20px;
    letter-spacing: 0px;
}

#projects-list li:before {
    display: block;
    content: "• ";/*bullet*/
    color: #bba872;
    font-size: 38px;/*bullet size*/
    padding-right: 25px;/*space between bullet and text*/
    vertical-align: middle!important;/*vertically align bullet*/  
    height: !important;/*vertically height bullet*/
    height: 7px;/*space on top of li text*/
}

#main-header {
    font-size: 22px;
}
    
#project-name-header {
    font-size: 22px;
    height: 31px;
}
    
#tabs .ui-widget-header {
    background: none!important;
    border: none!important;
    width: 510px!imporatnt;
    margin-left: 300px;
}
    
h2 {
    font-size: 22px;
}
    
h3 {
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
}
    
.accordion-header {
    height: 29px;
    padding-top: 10px;
}
    
.accordion-header:hover {
    height: 29px;
    padding-top: 10px;
}
    
.accordion-header:active {
    height: 29px;
    padding-top: 10px;
}
    
.accordion-header:focus {
    height: 29px;
    padding-top: 10px;
}
    
.accordion-header:selected {
    height: 29px;
    padding-top: 10px;
}
    
#address li {
    font-family: 'Roboto'!important;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
    
#email-list {
    font-size: 14px;
    letter-spacing: 0.5px;
}
    
#email-list li {
    color: #000000;
    padding-left: 1.5em; 
    text-indent: -1.5em;
}

#email-list li:before {
    content: "• ";/*bullet*/
    color: #bba872;
    font-size: 38px;/*bullet size*/
    margin-right: 0px;
    vertical-align: middle; 
}

#email-list li span a {
    color: #bba872;
    letter-spacing: 1.5px;
}

#email-list li span a:hover {
    color: #6c6d67;
    letter-spacing: 1.5px;
}
    
#tabs .ui-state-default {
    background: #bba872;
    margin-left: 2.5px;
    margin-right: 2.5px;
    border: solid 1px #000000!important;
    border-bottom: none!important;
}
    
#tabs .ui-state-default:hover {
    background: #FFFFFF;
    margin-left: 2.5px;
    margin-right: 2.5px;
    border: solid 1px #000000!important;
    border-bottom: none!important;
}
    
    
#tabs .ui-state-default a {
    font-size: 22px;
    font-family: 'Roboto'!important;
    color: #FFFFFF;
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
    
#tabs .ui-state-default a:hover {
    font-size: 22px;
    font-family: 'Roboto'!important;
    color: #bba872;
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
    
#models-title {
    width: 100%;
}
    
#models-content {
    width: 100%;
}

#thumbnails-label {
    font-size: 20px;
    text-align: left;
}
}

/********************************** 1100 Media Query **********************************/

@media screen and (max-width:1100px) {
    
.slider { 
    margin: 0px 0 30px!important;
    max-width: 100%;
    height: 425px;
}

#top-picture {
    height: 425px;
}
    
.two-columns-corporate-affiliations article {
    display: inline-block;
    width: calc(36%);
    float: left;
}

.two-columns-corporate-affiliations article + article {
    display: inline-block;
    width: calc(60%);
    margin-right: 35px;
    float: right;
}    
    
#projects-map-background {
    display: block;
    position: relative;
    width: 100%;
    height: 425px;
}

#projects-map-content {
    width: calc(93%);
    height: auto;
}

#projects-map {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 425px;
}
    
#email-right-fieldset {
    margin-left: 0;
}
}

/********************************** 1000 Media Query **********************************/

@media screen and (max-width:1000px) {
        
.js #menu {
    display: none;
}
	
.js .slicknav_menu {
    display: block;
}
        
#footer-nav {
    display: none;
}
        
#container {
    width: 100%;
}
        
#header {
    border-bottom: solid 5px #3f3f3b;
    height: 110px;
}
        
#header-content {
    height: 110px;
}
        
#logo {
    position: absolute;
    pointer-events: all;
}
        
#logo-image {
    width: 583px;
    height: 85px;
    background-size: contain;
    background-repeat: no-repeat;
}
        
#nav-bar {
    display: none;
}
        
.slider { 
    margin: 0px 0 30px!important;
    max-width: 100%;
    height:  425px;
}
        
#top-picture {
    border-bottom: solid 5px #3f3f3b;
    height: 375px;
}
        
#projects-map-background {
    display: block;
    position: relative;
    width: 100%;
    height: 425px;
    border-bottom: solid 5px #3f3f3b;
}

#projects-map-content {
    width: calc(93%);
    height: auto;
}

#projects-map {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 425px;
}
        
.two-columns-services article {
    display: inline-block;
    width: calc(56%);
    float: left;
}

.two-columns-services article + article {
    display: inline-block;
    width: calc(39%);
    margin-right: 30px;
    float: right;
}
        
.two-columns-professional-affiliations article {
    display: inline-block;
    width: calc(57%);
    float: left;
}

.two-columns-professional-affiliations article + article {
    display: inline-block;
    width: calc(38%);
    margin-right: 30px;
    float: right;
}
    
#corporate-affiliations {
    width: 100%
}

.two-columns-corporate-affiliations article {
    display: block;
    max-width: 100%;
    float: left;
}

.two-columns-corporate-affiliations article + article {
    display: block;
    max-width: 100%;
    margin-right: 30px;
    float: right;
}
        
.two-columns-models article {
    display: inline-block;
    width: calc(48%);
    margin-top: 30px;
    margin-bottom: 25px;
    margin-left: 30px;
    float: left;
}
        
.two-columns-site-visit article {
    display: inline-block;
    width: calc(48%);
    margin-top: 30px;
    margin-bottom: 25px;
    margin-left: 30px;
    float: left;
}
        
fieldset {
    margin: 30px;
}
        
#computer-map {
    display: block;
    visibility: visible;
    margin-top: -10px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    border: solid 1px #000000;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
    border-radius: 4px;
}
        
.accordion-header {
    height: 100%;
    padding-top: 10px;
}
    
.accordion-header:hover {
    height: 100%;
    padding-top: 10px;
}
    
.accordion-header:active {
    height: 100%;
    padding-top: 10px;
}
    
.accordion-header:focus {
    height: 100%;
    padding-top: 10px;
}
    
.accordion-header:selected {
    height: 100%;
    padding-top: 10px;
}
        
#main-header {
    font-size: 20px;
}
    
h3 {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
}
        
h2 {
    font-size: 20px;
}
        
#project-name-header {
    padding-top: 9px;
    font-size: 20px;
    height: 36px;
}
        
#tabs-selector ul {
    margin-top: 2px;
}
     
#tabs .ui-widget-header {
    background: none!important;
    border: none!important;
    width: 485px!important;
    margin-left: 280px;
}
    
#tabs .ui-state-default {
    background: #bba872;
    margin-left: 2px;
    margin-right: 2px;
    border: solid 1px #000000!important;
    border-bottom: none!important;
}
    
#tabs .ui-state-default:hover {
    background: #FFFFFF;
    margin-left: 2px;
    margin-right: 2px;
    border: solid 1px #000000!important;
    border-bottom: none!important;
}
    
#tabs .ui-state-default a {
    font-size: 16px;
    font-family: 'Roboto'!important;
    color: #FFFFFF;
    padding-top: 13px;
    padding-left: 7px;
    padding-right: 7px;
}
    
#tabs .ui-state-default a:hover {
    font-size: 16px;
    font-family: 'Roboto'!important;
    color: #bba872;
    padding-top: 13px;
    padding-left: 7px;
    padding-right: 7px;
}
        
#linkedin-icon {
    display: none!important;
}
    
#download-link {
    visibility: visible;
}
    
#download-button {
    display: none;
}
        
li a img {
    display: none!important;
}
        
li a span {
    display: block!important;
    visibility: visible!important;
}
        
#email-list {
    font-family: 'Roboto'!important;
    font-size: 14px;
    letter-spacing: 0.5px;
}

#email-list li {
    color: #000000;
    padding-left: 2em; 
    text-indent: -1.9em;
}

#email-list li:before {
    content: "• ";/*bullet*/
    color: #bba872;
    font-size: 38px;/*bullet size*/
    margin-right: 0px;
    vertical-align: middle; 
}

#email-list li span a {
    color: #bba872;
    letter-spacing: 0.5px;
}

#email-list li span a:hover {
    color: #6c6d67;
    letter-spacing: 0.5px;
}

#employment a {
    color: #bba872;
    letter-spacing: 0.5px;
}

#employment a:hover {
    color: #6c6d67;
    letter-spacing: 0.5px;
}    

hgroup {
    margin-top: 18px;
    padding-bottom: 12px;
}   
        
footer { 
    clear: both;
    height: 55px;
    width: 100%;
    position: relative;
}
               
#footer-content {
    width: calc(93%);
}  
    
/* #menu is the original menu */
.js #menu {
    display:none;
}
	
.js #mobileselect {
    display: none;
}
	
.js .slicknav_menu {
    display: block;
    float: right;
}
    
.slicknav_menu {
	display: block;
    background: none!important;
    position: absolute; top: 10px; right: ;
    z-index: 4000;
    width: 100%!important;
    clear: both;
    pointer-events: none;
}
        
.slicknav_nav {
    clear: both;
    display: inline-block;
    font-family: 'Roboto';
    text-align: center;
    float: right;
    margin-top: 64px!important;
    width: 100%;
    pointer-events: all;
}

.slicknav_nav li {
    border: solid 1px #000000;
    border-top: none;
    height: 42px;
    background-color: #3f3f3b;
    margin-top: -px;
    width: 100%;
    opacity: 0.9;
}
        
.slicknav_nav a {
    padding-top: 12px!important;
}
    
.slicknav_nav li a {
    color: #FFFFFF;
    font-size: 18px;
}
    
.slicknav_nav li a:hover {
    outline: none!important;
}    
    
.slicknav_nav li a:focus {
    outline: none!important;
}    
    
.slicknav_nav li a:active {
    outline: none!important;
}
    
.slicknav_nav li a:selected {
    outline: none!important;
}
    
 .slicknav_nav li li { 
     position: relative;
     width: 100%!important;
     height: 35px;
     float: left;
     padding-top: -5px;
     padding-bottom: 0px;
     margin-top: 0px;
     margin-bottom: 0px;
     z-index: 4000;
}
    
.slicknav_nav li ul {
    margin: none!important;
    margin-left: -17px;
    margin-left: -2px;
}
    
.slicknav_nav ul {
    margin-left: 20px;
    width: 100%;
    height: 300px;
}
    
.slicknav_nav ul li ul {
    height: 300px;
    width: 100%;
    position: absolute;
}
    
.slicknav_nav li li a { 
     font-family: 'Roboto'!important;
     position: absolute;
     width: 100%;
     height: 35px;
     float: left;
     margin-left: 10px;
     padding-top: 0px;
     padding-bottom: 0px;
     padding-left: 0px;
     margin-top: 7px;
     margin-bottom: 20px;
}
    
.slicknav_nav li li a:hover {
    color: #bba872;
    background: none!important;
}

.slicknav_nav li a:hover {
    color: #bba872;
    background: none!important;
}

.slicknav_arrow a {
    color: #153E4C;
}
    
.slicknav_nav .slicknav_item a {
    cursor: pointer; 
    color: #fff;
}

.slicknav_menutxt {
    display: none!important;
}
    
.slicknav_icon {
    margin-top: -1px!important;
    margin-left: -5px!important;
}
        
.slicknav_menu .slicknav_icon-bar {
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    border-radius: 0px!important;
    -webkit-box-shadow: 0 0px 0 rgba(0, 0, 0, 0.25)!important;
    -moz-box-shadow: 0 0px 0 rgba(0, 0, 0, 0.25)!important;
    box-shadow: 0 0px 0 rgba(0, 0, 0, 0.25)!important;
}
        
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.3em!important; 
}
    
.slicknav_btn {
    height: 30px!important;
    width: 30px!important;
    -webkit-border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    border-radius: 5px!important;
    margin-left: 0px!important;
    margin-top: 5px!important;
    border: solid 1px #000000;
    background-position: center;
    background-color: #3f3f3b!important;
    background: #3f3f3b; /* Old browsers */
    background: -moz-linear-gradient(top,  #3f3f3b 0%, #6c6d67 49%, #3f3f3b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #3f3f3b 0%,#6c6d67 49%,#3f3f3b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #3f3f3b 0%,#6c6d67 49%,#3f3f3b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3b', endColorstr='#3f3f3b',GradientType=0 ); /* IE6-9 */
    pointer-events: all;
}
    
#thumbnails-label {
    font-size: 18px;
    text-align: left;
}
}
        
/********************************** 940 Media Query **********************************/ 

@media screen and (max-width:940px) {
    
#corporate-affiliations-left-a {
    display: none!important;
}
    
.two-columns-corporate-affiliations article {
    display: none;
}   
    
.two-columns-corporate-affiliations article + article {
    display: block;
    width: 49%;
    float: left;
    margin-right: 0;
}

.two-columns-corporate-affiliations article + article + article {
    display: block;
    width: 49%;
    margin: 0;
    float: left;
}
    
.two-columns-corporate-affiliations article + article + article + article {
    display: block;
    width: 100%;
    margin: 0;
    float: none;
    margin-bottom: 30px;
}
    
#corporate-affiliations-picture {
    display: block;
    float: none;
    width: calc(91%);
    height: 400px;
    border: solid 1px #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 auto;
}
    
#corporate-affiliations-left-b {
    display: block;
    visibility: visible;
    float: left;
}

#corporate-affiliations-left-c {
    display: block;
    visibility: visible;
    float: left;
}
    
#corporate-affiliations-left-c-fieldset {
    margin-left: 0;
}
    
#corporate-list li span {
    letter-spacing: 1.5px;
}
}

/********************************** 900 Media Query **********************************/

@media screen and (max-width:900px) {
    
#top-picture {
    height: 350px;
}
    
.slider {
    margin: 0px 0 30px!important;
    height: 400px;
}
    
#projects-map-background {
    display: block;
    position: relative;
    width: 100%;
    height: 400px;
}

#projects-map-content {
    width: calc(93%);
    height: auto;
}

#projects-map {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 400px;
}
    
.two-columns-email-list article {
    display: inline-block;
    width: 48%;
    float: left;
}

.two-columns-email-list article + article {
    display: inline-block;
    width: 51.5%;
    float: left;
}
    
#main-list li {
    margin-bottom: 6px;/*space at bottom of li*/
}
    
#services-list li {
    margin-bottom: 6px;/*space at bottom of li*/
}
    
#corporate-list li {
    margin-bottom: 6px;/*space at bottom of li*/
}
    
#projects-list li {
    margin-bottom: 6px;/*space at bottom of li*/
}
    
#email-list li span {
    display: block;
    margin-left: 15px;
    margin-top: -6px;
    text-indent: -1.2em;
}
    
#email-dash {
    display: none!important;
}

#main-list li span {
    display: block;
    margin-left: 25px;
    color: #000000;
    letter-spacing: -0.5px;
}
    
#corporate-list li span {
    display: block;
    margin-left: 24px;
    color: #000000;
    letter-spacing: 1.5px;
}
    
#email-list li {
    margin-bottom: 10px;
}
    
#thumbnails-label {
    font-size: 16px;
    text-align: left;
}
}
       
/********************************** 800 Media Query **********************************/

@media screen and (max-width:800px) {
    
#header {
    border-bottom: solid 5px #3f3f3b;
    height: 95px;
}
        
#header-content {
    height: 95px;
}
    
#main-header {
    font-size: 18px;
}
    
#logo-image {
    width: 480px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
}
    
#top-picture {
    height: 310px;
}
    
.slider {  
    margin: 0px 0 25px!important;
    max-width: 100%;
    height:  350px;
}
    
#top-wide-picture {
    margin-bottom: 17px; 
}
    
#projects-map-background {
    display: block;
    position: relative;
    width: 100%;
    height: 350px;
    margin-bottom: 25px;
}

#projects-map-content {
    width: calc(93%);
    height: auto;
}

#projects-map {
    display: block;
    position: ;
    margin: 0 auto;
    width: 100%;
    height: 350px;
}
    
#tabs .ui-widget-header {
    background: none!important;
    border: none!important;
    width: 385px!important;
    margin-left: 250px;
}
    
#main {
    margin-bottom: 25px;
}
    
#main-team {
    margin-bottom: 25px;
}
    
#email-content {
    margin-bottom: 15px;
}
    
#main-projects {
    margin-bottom: 27px;
}
    
.accordion-header {
    padding-left: 60px;
    background-position: 20px;
    padding-top: 13px;
}

.accordion-header:hover {
    padding-left: 60px;
    background-position: 20px;
}

.accordion-header:active {
    padding-left: 60px;
    background-position: 20px;
}

.accordion-header:focus {
    padding-left: 60px;
    background-position: 20px;
}

.accordion-header:selected {
    padding-left: 60px;
    background-position: 20px;
}
    
.accordion-header {
    height: 100%;
    padding-top: 10px;
}
    
.accordion-header:hover {
    height: 100%;
    padding-top: 10px;
}
    
.accordion-header:active {
    height: 100%;
    padding-top: 10px;
}
    
.accordion-header:focus {
    height: 100%;
    padding-top: 10px;
}
    
.accordion-header:selected {
    height: 100%;
    padding-top: 10px;
}
        
h3 {
    font-size: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-right: 15px;
}
        
h2 {
    font-size: 18px;
}
        
#project-name-header {
    padding-top: 9px;
    font-size: 18px;
    height: 36px;
}
    
#computer-map {
    display: block;
    visibility: visible;
    margin-top: -10px;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
    border: solid 1px #000000;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
    border-radius: 4px;
}
    
p {
    font-size: 14px;
}
    
#main-list li span {
    display: block;
    margin-left: 25px;
    color: #000000;
    line-height: 18px!important;/*vertical space between span text lines*/
    letter-spacing: 0.75px;
}

#services-list li span {
    display: block;
    margin-left: 25px;
    color: #000000;
    line-height: 18px!important;/*vertical space between span text lines*/
    letter-spacing: 1.25px;
}
    
#corporate-list li span {
    display: block;
    margin-left: 25px;
    color: #000000;
    line-height: 18px!important;/*vertical space between span text lines*/
    letter-spacing: 1.5px;
}

#projects-list li span {
    display: block;
    margin-left: 25px;
    color: #000000;
    line-height: 18px!important;/*vertical space between span text lines*/
    letter-spacing: 0px;
}
    
#main-list {
    font-family: 'Roboto'!important;
    font-size: 14px;
}
    
#services-list {
    font-family: 'Roboto'!important;
    font-size: 14px;
}
    
#corporate-list {
    font-family: 'Roboto'!important;
    font-size: 14px;
}  
    
#projects-list {
    font-family: 'Roboto'!important;
    font-size: 14px;
    margin-bottom: 20px;
}
    
#main-list li:before {
    display: block;
    content: "• ";/*bullet*/
    color: #bba872;
    font-size: 38px;/*bullet size*/
    padding-right: 25px;/*space between bullet and text*/
    vertical-align: middle!important;/*vertically align bullet*/  
    height: 9px;/*space on top of li text*/
}
    
#services-list li:before {
    display: block;
    content: "• ";/*bullet*/
    color: #bba872;
    font-size: 38px;/*bullet size*/
    padding-right: 25px;/*space between bullet and text*/
    vertical-align: middle!important;/*vertically align bullet*/  
    height: 9px;/*space on top of li text*/
}
    
#corporate-list li:before {
    display: block;
    content: "• ";/*bullet*/
    color: #bba872;
    font-size: 38px;/*bullet size*/
    padding-right: 25px;/*space between bullet and text*/
    vertical-align: middle!important;/*vertically align bullet*/  
    height: 9px;/*space on top of li text*/
}
    
#projects-list li:before {
    display: block;
    content: "• ";/*bullet*/
    color: #bba872;
    font-size: 38px;/*bullet size*/
    padding-right: 25px;/*space between bullet and text*/
    vertical-align: middle!important;/*vertically align bullet*/  
    height: 9px;/*space on top of li text*/
}
    
#address li {
    font-family: 'Roboto'!important;
    font-size: 14px!important;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
    
#projects-list li {
    margin-left: 15px;
    margin-bottom: 5px;/*space at bottom of li*/
}
    
#corporate {
    margin-bottom: 20px;
}
    
#office-locations-content {
    margin-bottom: 20px;
}
    
#email-content {
    margin-bottom: 17px;
}
    
#main-contact {
    margin-bottom: 25px;
}
    
.two-columns-services article {
    display: inline-block;
    width: 100%;
    float: none;
}

.two-columns-services article + article {
    display: inline-block;
    width: 100%;
    margin: 0;
    float: none;
    margin-bottom: 20px;
}
    
.two-columns-professional-affiliations article {
    display: inline-block;
    width: 100%;
    float: none;
}

.two-columns-professional-affiliations article + article {
    display: inline-block;
    width: 100%;
    float: none;
    margin: 0;
    margin-bottom: 20px;
}
    
.two-columns-corporate-affiliations article + article {
    display: inline-block;
    max-width: 100%;
    float: none;
    margin: 0;
}
    
.two-columns-corporate-affiliations article + article + article + article {
    display: block;
    width: 100%;
    margin: 0;
    float: none;
    margin-bottom: 25px;
}
    
#services-picture {
    display: block;
    float: none;
    height: 525px;
    width: 70%;
    margin: 0 auto;
}
    
#professional-affiliations-picture {
    display: block;
    float: none;
    height: 375px;
    width: 70%;
    margin: 0 auto;
}

#corporate-affiliations-picture {
    display: block;
    float: none;
    height: 350px;
    width: 91%;
    margin: 0 auto;
}
    
.thumbs-models img {
    width:20%;
}
    
fieldset {
    margin: 25px;
}
    
.slicknav_menu {
	background: none!important;
    position: ; top: ; right: ;
}
    
.slicknav_icon {
    margin-top: -2px!important;
    margin-left: -7px!important;
}
        
.slicknav_menu .slicknav_icon-bar {
    display: !important;
    width: 17px!important;
    height: 0.125em;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    border-radius: 0px!important;
    -webkit-box-shadow: 0 0px 0 rgba(0, 0, 0, 0.25)!important;
    -moz-box-shadow: 0 0px 0 rgba(0, 0, 0, 0.25)!important;
    box-shadow: 0 0px 0 rgba(0, 0, 0, 0.25)!important;
}
        
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.25em!important; 
}
    
.slicknav_btn {
    height: 25px!important;
    width: 25px!important;
    margin-left: 0px!important;
    margin-top: 5px!important;
    background-position: center;
} 
    
.slicknav_nav {
    display: inline-block;
    font-family: 'Roboto';
    text-align: center;
    float: right;
    
    margin-top: 54px!important;
}
    
h5 {
    font-size: 14px;
}
    
hgroup {
    padding-bottom: 9px;
}
    
footer {
    height: 50px;
}
    
#thumbnails-label {
    font-size: 14px;
    text-align: left;
}
    
#project-name-header {
    padding-top: 9px;
    font-size: 20px;
    height: 36px;
    padding-left: 20px;
}
}

/********************************** 750 Media Query **********************************/

@media screen and (max-width:750px) {

.two-columns-map article {
    display: inline-block;
    width: 100%;
    float: none;
}

.two-columns-map article + article {
    display: inline-block;
    width: 100%;
    float: none;
}
    
#address-fieldset {
    margin-top: 0;
}
}

/********************************** 710 Media Query **********************************/

@media screen and (max-width:710px) {
    
#project-name-header {
    padding-top: 9px;
    font-size: 18px;
    height: 74px;
    padding-left: 20px;
}
    
#tabs .ui-widget-header {
    background: none!important;
    border: none!important;
    width: 375px!important;
    margin-left: 15px;
}
        
#tabs .ui-state-default {
    background: #bba872;
    margin-left: 2px;
    margin-right: 2px;
    border: solid 1px #000000!important;
    border-bottom: none!important;
}
    
#tabs .ui-state-default:hover {
    background: #FFFFFF;
    margin-left: 2px;
    margin-right: 2px;
    border: solid 1px #000000!important;
    border-bottom: none!important;
}
    
#tabs .ui-state-default a {
    font-size: 16px;
    font-family: 'Roboto'!important;
    color: #FFFFFF;
    padding-top: 8px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
    
#tabs .ui-state-default a:hover {
    font-size: 16px;
    font-family: 'Roboto'!important;
    color: #bba872;
    padding-top: 8px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
}

/********************************** 700 Media Query **********************************/

@media screen and (max-width:700px) {
        
#header {
    border-bottom: solid 4px #3f3f3b;
}
    
#top-picture {
    height: 265px;
    border-bottom: solid 4px #3f3f3b;
}
    
.slider {
    height: 300px;
}
    
#projects-map-background {
    display: block;
    position: relative;
    width: 100%;
    height: 300px;
    margin-bottom: 25px;
    background-color: #4c697e;
    border-bottom: solid 4px #3f3f3b;
}

#projects-map-content {
    margin: 0 auto;
    width: calc(93%);
    height: auto;
}

#projects-map {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 300px;
}
    
#corporate-affiliations-picture {
    display: block;
    float: none;
    height: auto;
    width: 91%;
    float: none;
    margin: 0 auto;
}
    
.slicknav_nav {
    display: inline-block;
    font-family: 'Roboto';
    text-align: center;
    float: right;
    margin-top: 53px!important;
} 
    
#corporate-list li span {
    letter-spacing: 0.5px;
}
    
.two-columns-models article {
    display: inline-block;
    width: calc(48%);
    margin-top: 25px;
    margin-bottom: 20px;
    margin-left: 25px;
    float: left;
}
        
        
.two-columns-site-visit article {
    display: inline-block;
    width: calc(48%);
    margin-top: 25px;
    margin-bottom: 20px;
    margin-left: 25px;
    float: left;
}
    
#thumbnails-label {
    font-size: 12px;
    text-align: left;
}
}
    
/********************************** 630 Media Query **********************************/

@media screen and (max-width:630px) {
      
#download-button {
    display: none;
}
}
        
/********************************** 600 Media Query **********************************/ 

@media screen and (max-width:600px) {
      
#header {
    height: 85px;
}
        
#header-content { 
    height: 85px;
}
      
#logo-image {
    width: 412px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
}
            
#top-picture {
    height: 235px;
}
      
.slider {
    height: 275px;
    margin: 0px 0 25px!important;
}
      
#projects-map-background {
    display: block;
    position: relative;
    width: 100%;
    height: 275px;
}

#projects-map-content {
    width: calc(93%);
    height: auto;
}

#projects-map {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 275px;
}
      
#computer-map {
    display: block;
    visibility: visible;
    margin-top: -5px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    border: solid 1px #000000;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
    border-radius: 4px;
}
      
.slicknav_menu {
	background: none!important;
    position: absolute; top: ; right: ;
}
    
.slicknav_nav {
    display: inline-block;
    font-family: 'Roboto';
    text-align: center;
    float: right;
    margin-top: 43px!important;
}
      
fieldset {
    margin: 20px;
}
     
p {
    font-size: 13px;
}
    
#main-list {
    font-family: 'Roboto'!important;
    font-size: 13px;
}
    
#services-list {
    font-family: 'Roboto'!important;
    font-size: 13px;
}
      
#corporate-list {
    font-size: 13px;
}
    
#projects-list {
    font-family: 'Roboto'!important;
    font-size: 13px;
    margin-bottom: 20px;
}
      
#projects-list li {
    margin-left: 10px;
}
    
#address li {
    font-family: 'Roboto'!important;
    font-size: 13px!important;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
      
#email-list {
    font-size: 13px;
}
    
#email-list li span {
   margin-left: 10px;
}
      
#main-list li:before {
    display: block;
    content: "• ";/*bullet*/
    color: #bba872;
    font-size: 32px;/*bullet size*/
    padding-right: 25px;/*space between bullet and text*/
    vertical-align: middle!important;/*vertically align bullet*/  
    height: !important;/*vertically height bullet*/
    height: 6px;/*space on top of li text*/
}
      
#main-list li span {
    margin-left: 20px;
    letter-spacing: -0.5px;
}
    
#services-list li:before {
    display: block;
    content: "• ";/*bullet*/
    color: #bba872;
    font-size: 32px;/*bullet size*/
    padding-right: 25px;/*space between bullet and text*/
    vertical-align: middle!important;/*vertically align bullet*/  
    height: !important;/*vertically height bullet*/
    height: 6px;/*space on top of li text*/
}
      
#services-list li span {
    margin-left: 20px;
}    
      
#corporate-list li:before {
    display: block;
    content: "• ";/*bullet*/
    color: #bba872;
    font-size: 32px;/*bullet size*/
    padding-right: 25px;/*space between bullet and text*/
    vertical-align: middle!important;/*vertically align bullet*/  
    height: 6px;/*space on top of li text*/
}
      
#corporate-list li span {
    margin-left: 20px;
    letter-spacing: 0px;
}
      
#projects-list li:before {
    display: block;
    content: "• ";/*bullet*/
    color: #bba872;
    font-size: 32px;/*bullet size*/
    padding-right: 25px;/*space between bullet and text*/
    vertical-align: middle!important;/*vertically align bullet*/  
    height: !important;/*vertically height bullet*/
    height: 6px;/*space on top of li text*/
}
      
#projects-list li span {
    margin-left: 20px;
}    
      
#email-list li:before {
    content: "• ";/*bullet*/
    color: #bba872;
    font-size: 32px;/*bullet size*/
    margin-right: -1px;
    vertical-align: middle; 
}
      
#services-picture {
    display: block;
    float: none;
    height: 475px;
    width: 80%;
    margin: 0 auto;
}
    
#professional-affiliations-picture {
    display: block;
    float: none;
    height: 375px;
    width: 80%;
    margin: 0 auto;
}

#corporate-affiliations-picture {
    display: block;
    float: none;
    width: 91%;
    margin: 0 auto;
}
      
#top-wide-picture {
    margin-bottom: 17px; 
}

#corporate {
    margin-bottom: 20px;
}
    
#office-locations-content {
    margin-bottom: 20px;
}
    
#email-content {
    margin-bottom: 20px;
}
      
.two-columns-models article {
    display: inline-block;
    width: 100%;
    margin-top: 20px!important;
    margin: 0;
    float: none;
}

.two-columns-models article + article {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
    float: none;
}

.two-columns-site-visit article {
    display: block;
    width: 100%;
    margin-top: 20px!important;
    margin: 0;
    float: none!important;
}

.two-columns-site-visit article + article {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    float: none;
}
      
#click {
    margin-bottom: 7px!important;
    float: none;
    width: 90%;
    margin: 0 auto;
}

.thumbs img {
	width: 22.5%;
	margin-left: 3px;
	margin-right: 3px;
    border: solid 1px #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
      
#large {
    display: block;
	max-width: 87%;
    height: auto!important;
    border: solid 1px #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: none!important;
    margin: 0 auto!important;
}

#click-models{
    margin-bottom: 7px!important;
    float: none;
    width: 90%;
    margin: 0 auto;
}

.thumbs-models img {
	width: 22.5%;
	margin-left: 3px;
	margin-right: 3px;
    border: solid 1px #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#large-models {
    display: block;
	max-width: 87%;
    height: auto!important;
    border: solid 1px #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: none;
    margin: 0 auto!important;
}

#thumbs-header {
    text-align: center;
    margin-bottom: 13px;
}
      
h5 {
    font-size: 12px;
}
      
footer {
    height: 50px;
}
      
#thumbnails-label {
    font-size: 20px;
    margin-left: 30px;
    text-align: left;
}
} 

/********************************** 550 Media Query **********************************/

@media screen and (max-width:550px) {

.two-columns-email-list article {
    display: inline-block;
    width: 100%;
    float: none;
}

.two-columns-email-list article + article {
    display: inline-block;
    width: 100%;
    float: none;
}
    
#email-left fieldset {
    margin-bottom: 0;
}
    
#email-right fieldset {
    margin-top: 0;
    margin-right: 0;
    margin-left: 20px;
}
    
#email-list li span {
    display:inline;
    margin-left: 0px;
    margin-top: -6px;
}
    
#email-dash {
    display: inline-block!important;
    padding-left: 20px;
    margin-right: -11px;
}
}

/********************************** 542 Media Query **********************************/

@media screen and (max-width:542px) {
    
#click {
    margin-bottom: 10px;
    float: none;
    width: 90%;
    margin: 0 auto;
}
    
.thumbs img {
	width: 22.25%;
	margin-left: 3px;
	margin-right: 3px;
    border: solid 1px #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
    
#click-models {
    margin-bottom: 10px;
    float: none;
    width: 90%;
    margin: 0 auto;
}
    
.thumbs-models img {
	width: 22.25%;
	margin-left: 3px;
	margin-right: 3px;
    border: solid 1px #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
}

/********************************** 500 Media Query **********************************/

@media screen and (max-width:500px) {
    
#header {
    height: 75px;
}
        
#header-content {
    height: 75px;
}
    
#logo {
    display: block;
    float: left;
    margin-top: 14px;
}

#logo-image {
    width: 343px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
}
    
#header {
    border-bottom: solid 3px #3f3f3b;
}
            
#top-picture {
    height: 210px;
    border-bottom: solid 3px #3f3f3b;    
}
    
.slider {
    height: 225px;
}
    
#projects-map-background {
    display: block;
    position: relative;
    width: 100%;
    height: 225px;
    border-bottom: solid 3px #3f3f3b;  
}

#projects-map-content {
    width: calc(93%);
    height: auto;
}

#projects-map {
    display: block;
    position: ;
    margin: 0 auto;
    width: 100%;
    height: 225px;
}
    
.two-columns-corporate-affiliations article + article {
    display: inline-block;
    width: 100%;
    float: none;
    margin: 0;
}
    
.two-columns-corporate-affiliations article + article + article + article {
    display: inline-block;
    width: 100%;
    float: none;
    margin: 0;
    margin-bottom: 15px;
}
    
#corporate-affiliations-left-b-fieldset {
    margin-bottom: 0;
}
    
#corporate-affiliations-left-c-fieldset {
    margin-top: 0;
    margin-left: 20px;
}
    
#corporate-list li span {
    letter-spacing: 2px;
}
    
#corporate-affiliations-picture {
    display: block;
    float: none;
    width: calc(90%);
    margin: 0 auto;
}
    
#professional-affiliations-picture {
    display: block;
    float: none;
    height: 300px;
    width: calc(80%);
    margin: 0 auto;
}
    
.two-columns-services article + article {
    display: inline-block;
    width: 100%;
    margin: 0;
    float: none;
    margin-bottom: 15px;
}
    
#services-picture {
    display: block;
    float: none;
    height: 385px;
    width: 80%;
    margin: 0 auto;
}
    
#services-list li span {
    display: block;
    margin-left: 20px;
    color: #000000;
    letter-spacing: 0.5px;
}
    
.two-columns-professional-affiliations article {
    display: inline-block;
    width: 100%;
    float: none;
    margin-bottom: 20px;
}

.two-columns-professional-affiliations article + article {
    display: inline-block;
    width: 100%;
    float: none;
    margin: 0;
    margin-bottom: 15px;
}
    
#corporate-affiliations-left-a {
    display: block!important;
    visibility: visible;
    width: 100%;
}
    
#corporate-affiliations-left-b {
    display: none;
}
    
#corporate-affiliations-left-c {
    display: none;
}
    
#professional-affiliations-fieldset {
    margin-bottom: 0;
}

.slider {  
    margin: 0px 0 20px!important;
}
    
#top-wide-picture {
    margin-bottom: 17px; 
}

#corporate {
    margin-bottom: 17px;
}
    
#professional-affiliations {
    margin-bottom: 18px;
}
    
#office-locations-content {
    margin-bottom: 17px;
}
    
#email-content {
    margin-bottom: 17px;
}
    
.slicknav_menu {
	background: none!important;
    position: absolute; top: 9px; right: ;
}
    
.slicknav_nav{
    display: inline-block;
    font-family: 'Roboto';
    text-align: center;
    float: right;
    margin-top: 33px!important;
}
} 

/********************************** 496 Media Query **********************************/

@media screen and (max-width:496px) {
    
#click {
    margin-bottom: 10px;
    float: none;
    width: 90%;
    margin: 0 auto;
}
    
.thumbs img {
	width: 22%;
	margin-left: 3px;
	margin-right: 3px;
    border: solid 1px #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
    
#click-models {
    margin-bottom: 10px;
    float: none;
    width: 90%;
    margin: 0 auto;
}
    
.thumbs-models img {
	width: 22%;
	margin-left: 3px;
	margin-right: 3px;
    border: solid 1px #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
}

/********************************** 465 Media Query **********************************/

@media screen and (max-width:465px) {
    
#click {
    margin-bottom: 10px;
    float: none;
    width: 91%;
    margin: 0 auto;
}
    
.thumbs img {
	width: 21.75%;
	margin-left: 3px;
	margin-right: 3px;
    border: solid 1px #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
    
#click-models {
    margin-bottom: 10px;
    float: none;
    width: 91%;
    margin: 0 auto;
}
    
.thumbs-models img {
	width: 21.75%;
	margin-left: 3px;
	margin-right: 3px;
    border: solid 1px #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
    
#thumbnails-label {
    font-size: 16px;
    margin-left: 20px;
    text-align: left;
}
}

/********************************** 425 Media Query **********************************/

@media screen and (max-width:425px) {
    
#office-name {
    font-size: 18px;
}
    
h2 {
    font-size: 17px;
}
    
#project-name-header {
    padding-top: 9px;
    font-size: 18px;
    height: 74px;
    padding-left: 20px;
    padding-right: 0;
}
    
#tabs .ui-widget-header {
    background: none!important;
    border: none!important;
    width: 260px!important;
    margin-left: 15px;
}
        
#tabs .ui-state-default {
    background: #bba872;
    margin-left: 2px;
    margin-right: 2px;
    border: solid 1px #000000!important;
    border-bottom: none!important;
}
    
#tabs .ui-state-default:hover {
    background: #FFFFFF;
    margin-left: 2px;
    margin-right: 2px;
    border: solid 1px #000000!important;
    border-bottom: none!important;
}
    
#tabs .ui-state-default a {
    font-size: 13px;
    font-family: 'Roboto'!important;
    color: #FFFFFF;
    padding-top: 8px;
    padding-bottom: 5px;
    padding-left: 2px;
    padding-right: 2px;
}
    
#tabs .ui-state-default a:hover {
    font-size: 13px;
    font-family: 'Roboto'!important;
    color: #bba872;
    padding-top: 8px;
    padding-bottom: 5px;
    padding-left: 2px;
    padding-right: 2px;
}
}

/********************************** 420 Media Query **********************************/

@media screen and (max-width:420px) {
    
#click {
    margin-bottom: 10px;
    float: none;
    width: 91%;
    margin: 0 auto;
}
    
.thumbs img {
	width: 21.5%;
	margin-left: 3px;
	margin-right: 3px;
    border: solid 1px #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
    
#click-models {
    margin-bottom: 10px;
    float: none;
    width: 91%;
    margin: 0 auto;
}
    
.thumbs-models img {
	width: 21.5%;
	margin-left: 3px;
	margin-right: 3px;
    border: solid 1px #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
}

/********************************** 410 Media Query **********************************/

@media screen and (max-width:410px) {

#email-list li span {
    display: block;
    margin-left: 10px;
    margin-top: -6px;
    text-indent: -1.1em;
}
    
#email-dash {
    display: none!important;
}
    
#email-right fieldset {
    margin-top: 0;
    margin-right: 0;
    margin-left: 15px;
}
    
fieldset {
    margin: 15px;
}
    
#computer-map {
    display: block;
    visibility: visible;
    margin-top: -5px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    border: solid 1px #000000;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
    border-radius: 4px;
}
    
.accordion-header {
    padding-left: 45px;
    background-position: 15px;
    padding-top: 13px;
}

.accordion-header:hover {
    padding-left: 45px;
    background-position: 15px;
}

.accordion-header:active {
    padding-left: 45px;
    background-position: 15px;
}

.accordion-header:focus {
    padding-left: 45px;
    background-position: 15px;
}

.accordion-header:selected {
    padding-left: 45px;
    background-position: 15px;
}
    
.accordion-header {
    height: 100%;
    padding-top: 9px;
}
    
.accordion-header:hover {
    height: 100%;
}
    
.accordion-header:active {
    height: 100%;
}
    
.accordion-header:focus {
    height: 100%;
}
    
.accordion-header:selected {
    height: 100%;
}
}

/********************************** 400 Media Query **********************************/

@media screen and (max-width:400px) {
    
 .slicknav_nav {
    display: block;
    font-family: 'Roboto';
    text-align: center;
    float: right;
    margin-top: 33px!important;
}
  
#logo-image {
    width: 97.5%;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
}
            
#top-picture {
    height: 180px;
}
    
.slider {
    height: 200px;
}
    
#projects-map-background {
    display: block;
    position: relative;
    width: 100%;
    height: 200px;
}

#projects-map-content {
    width: calc(93%);
    height: auto;
}

#projects-map {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 200px;
}
    
#services-picture {
    display: block;
    float: none;
    height: 350px;
    width: 88%;
    margin: 0 auto;
}
    
#professional-affiliations-picture {
    display: block;
    float: none;
    height: 272px;
    width: calc(88%);
    margin: 0 auto;
}
    
#corporate-affiliations-picture {
    display: block;
    float: none;
    width: calc(88%);
    margin: 0 auto;
}
    
#corporate-list li span {
    letter-spacing: 1.5px;
}    
    
h5 {
    font-size: 11px;
}
    
footer {
    height: 50px;
}
    
#thumbnails-label {
    font-size: 14px;
    text-align: left;
}
    
.accordion-header {
    height: 100%;
    padding-top: 10px;
}
    
.accordion-header:hover {
    height: 100%;
    padding-top: 10px;
}
    
.accordion-header:active {
    height: 100%;
    padding-top: 10px;
}
    
.accordion-header:focus {
    height: 100%;
    padding-top: 10px;
}
    
.accordion-header:selected {
    height: 100%;
    padding-top: 10px;
}
} 

/********************************** 390 Media Query **********************************/

@media screen and (max-width:390px) {
    
#click {
    margin-bottom: 10px;
    float: none;
    width: 91%;
    margin: 0 auto;
}
    
    
.thumbs img {
	width: 21%;
	margin-left: 3px;
	margin-right: 3px;
    border: solid 1px #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
    
#click-models {
    margin-bottom: 10px;
    float: none;
    width: 91%;
    margin: 0 auto;
}
    
.thumbs-models img {
	width: 21%;
	margin-left: 3px;
	margin-right: 3px;
    border: solid 1px #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
}

/********************************** 345 Media Query **********************************/

@media screen and (max-width:345px) {
    
#click {
    margin-bottom: 10px;
    float: none;
    width: 91%;
    margin: 0 auto;
}
    
.thumbs img {
	width: 20.5%;
	margin-left: 3px;
	margin-right: 3px;
    border: solid 1px #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
    
#click-models {
    margin-bottom: 10px;
    float: none;
    width: 91%;
    margin: 0 auto;
}
    
.thumbs-models img {
	width: 20.5%;
	margin-left: 3px;
	margin-right: 3px;
    border: solid 1px #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
    
#thumbnails-label {
    font-size: 13px;
    margin-left: 20px;
    text-align: left;
}
    
h5 {
    font-size: 10px;
}
    
#services-picture {
    display: block;
    float: none;
    height: 325px;
    width: 88%;
    margin: 0 auto;
}
}

/********************************** 325 Media Query **********************************/

@media screen and (max-width:325px) {
    
#click-models {
    margin-bottom: 10px;
    float: none;
    width: 91%;
    margin: 0 auto;
}
    
    
.thumbs-models img {
	width: 20.25%;
	margin-left: 3px;
	margin-right: 3px;
    border: solid 1px #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
}

/********************************** 310 Media Query **********************************/

@media screen and (max-width:310px) {
    
#click {
    margin-bottom: 10px;
    float: none;
    width: 91%;
    margin: 0 auto;
}
    
.thumbs img {
	width: 20.5%;
	margin-left: 3px;
	margin-right: 3px;
    border: solid 1px #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
    
#click-models {
    margin-bottom: 10px;
    float: none;
    width: 91%;
    margin: 0 auto;
}
    
.thumbs-models img {
	width: 20.5%;
	margin-left: 3px;
	margin-right: 3px;
    border: solid 1px #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
}








