@import url(https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,700;1,400&display=swap);
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    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
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
.defaultType,a,body,button,em,input,p,small,strong {
    font-family: Cabin,sans-serif;
    color: #54545A;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased
}

h1,h2,h3,h4,h5,h6 {
    display: block;
    margin: 1rem 0;
    font-weight: 400;
    font-family: av-bold,sans-serif;
    letter-spacing: -.045em
}
h1 {
    font-size: 56px;
    font-size: 3.5rem
}

h2 {
    font-size: 48px;
    font-size: 3rem
}

h3 {
    font-size: 36px;
    font-size: 2.25rem
}
p {
    line-height: 1.5em
}

a {
    text-decoration: none
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    margin: 0;
    padding: 0
}

input {
    outline: 0
}

*,:after,:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}
nav ul {
    margin: 0;
    padding: 0
}

nav ul li {
    float: none;
    list-style-type: none;
    padding: 0;
    margin: 0
}

section {
    width: auto;
    max-width: 100%;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
   /* border-right: 1px solid rgba(0,0,0,.1);
    border-left: 1px solid rgba(0,0,0,.1); */
    background-color: #FFF
}

.container {
    width: auto;
    max-width: 1600px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px
}
header {
    max-width: 100%;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    background-color: #fff;
    height: 78px;
    width: 100%;
    min-height: 4.75rem;
    z-index: 100;
    position: relative
}

header .headroom-nav {
    max-width: 100%;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 78px;
    background: #FFF;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    border-bottom: 1px solid rgba(0,0,0,.1)
}
.nav-menu-icon {
    width: 6%;
    height: 85px;
    float: right;
    text-align: center;
    padding-right: 20px;
	padding-left: 10px;
    min-width: 43px;
    display: none;
    color: #333
}
.mobile-nav {
    width: 100%;
    z-index: 9999;
    display: table;
    position: inherit
}

.mobile-nav nav {
    display: none;
    text-align: left
}
.header-content {
    *zoom:1;height: 78px;
    background: #FFF;
    border-bottom: 1px solid rgba(0,0,0,.1)
}

.header-content:after,.header-content:before {
    content: '';
    display: table
}

.header-content:after {
    clear: both
}

.header-content figure {
    float: left;
    clear: none;
    width: 22.75%;
    margin-left: 0;
    margin-right: 3%;
    padding: 1.5625rem 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.header-content figure img {
    max-width: 80%;
    height: auto
}

.header-content nav {
    float: left;
    clear: none;
    width: 48.5%;
    margin-right: 3%;
    max-width: 40%;
    text-align: center;
    margin-left: 74px;
    height: inherit;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.header-content nav ul.menu {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none
}

.header-content nav ul.menu li {
    display: block;
    float: left;
    width: 25%;
    position: relative;
    cursor: pointer;
    padding-bottom: 31px;
    padding-top: 31px
}
.header-content nav ul.menu li a {
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    font-size: .75rem;
    letter-spacing: .1em;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    padding: 30px 0
}
.header-content nav ul.menu li ul.sub-menu {
    display: none;
    position: absolute;
    top: 73px;
    border-top: 5px solid #F7462D;
    float: left;
    width: 210px;
    z-index: 9999;
    height: auto;
    right: -41px
}
.header-content .social-buttons {
    clear: none;
    width: 22.75%;
    margin-left: 0;
    margin-right: 3%;
    padding: 1.5625rem 0;
    float: right
}

.header-content .social-buttons:last-child {
    margin-right: 0
}

.header-content .social-buttons ul {
    *zoom:1;margin: 0;
    padding: 0;
    float: right
}

.header-content .social-buttons ul:after,.header-content .social-buttons ul:before {
    content: '';
    display: table
}

.header-content .social-buttons ul:after {
    clear: both
}

.header-content .social-buttons ul li {
    float: left;
    margin-right: 15px;
    list-style-type: none
}

.header-content .social-buttons ul li:last-child {
    margin-right: 0
}

.header-content .social-buttons ul li {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    text-align: center
}
.header-content .social-buttons ul li a {
    display: inline-block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.header-content .social-buttons ul li a svg {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    height: 16px;
    width: 16px
}

.header-content .social-buttons ul li a svg path {
    fill: #bac1c2
}

footer.main {
    width: auto;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    background-color: #4f5859;
    border-top: 1px solid #e7eaea
}

.footer-copy {
    padding: 1.875rem 0
}

.footer-copy p {
    font-size: .875rem;
    color: #FFF
}

.footer-copy p a {
	color: #FFF;
	text-decoration: underline
}

section.contact-us {
    padding: 4.375rem 0
}
section.contact-us .cform {margin-top: 20px}
section.contact-us .wpcf7 {margin-bottom: 20px}

section.contact-us div.contact-content:after,section.contact-us div.contact-content:before {
    content: '';
    display: table
}

section.contact-us div.contact-content:after {
    clear: both
}
section.contact-us div.contact-content div.locate,section.contact-us div.contact-content form {
    float: left;
    clear: none;
    margin-left: 0;
    margin-right: 3%
}

section.contact-us div.contact-content div.locate:last-child,section.contact-us div.contact-content form:last-child {
    margin-right: 0
}

section.contact-us div.contact-content form input,section.contact-us div.contact-content form label,section.contact-us div.contact-content form textarea {
    display: block
}
section.contact-us div.contact-content form input,section.contact-us div.contact-content form textarea {
    width: 85%;
    margin: .625rem 0 .9375rem;
    font-size: 1rem;
    padding: 0 .4375rem;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    font-weight: 700
}

section.contact-us div.contact-content form input {
    height: 2.5rem;
    margin-bottom: 5px
}
section.contact-us div.contact-content form textarea {
    height: 221px;
    color: #54545A;
    padding-top: 7px;
    outline: 0;
	margin-top: 4px
}

section.contact-us div.contact-content form .btn {
    margin-top: .9375rem;
    width: 10.9375rem;
    padding: .625rem 0;
    font-size: .75rem
}
section.contact-us div.contact-content div.locate table {
    margin: 1.875rem 0 2.8125rem;
    width: 100%;
    max-width: 26.875rem
}

section.contact-us div.contact-content div.locate table td {
    padding-bottom: .3125rem
}

section.contact-us div.contact-content div.locate table td:first-child {
    width: 13.75rem
}

section.contact-us div.contact-content div.locate table td:nth-child(2) {
    width: 5.1875rem
}

section.contact-us div.contact-content div.locate ul.cta {
    width: 100%;
    max-width: 26.875rem;
    *zoom:1}

section.contact-us div.contact-content div.locate ul.cta:after,section.contact-us div.contact-content div.locate ul.cta:before {
    content: '';
    display: table
}

section.contact-us div.contact-content div.locate ul.cta:after {
    clear: both
}

section.contact-us div.contact-content div.locate ul.cta li {
    display: inline-block;
    float: left;
    clear: none;
    width: 30%;
    margin-left: 0;
    margin-right: 5%
}

section.contact-us div.contact-content div.locate ul.cta li:last-child {
    margin-right: 0
}

section.contact-us div.contact-content div.locate ul.cta li figure {
    text-align: center
}
section.contact-us div.contact-content div.locate ul.cta li a.btn {
    margin: .9375rem auto;
    width: 100%
}

section.contact-us div.contact-content div.locate div.social-buttons {
    max-width: 100%;
    width: 26.875rem;
    text-align: center
}

section.contact-us div.contact-content div.locate div.social-buttons hr {
    border: none;
    height: 1px;
    background-color: #e7eaea;
    width: 20%;
    margin: 2.8125rem auto
}

section.contact-us div.contact-content div.locate div.social-buttons ul {
    *zoom:1;margin: 0;
    padding: 0
}

section.contact-us div.contact-content div.locate div.social-buttons ul:after,section.contact-us div.contact-content div.locate div.social-buttons ul:before {
    content: '';
    display: table
}

section.contact-us div.contact-content div.locate div.social-buttons ul:after {
    clear: both
}

section.contact-us div.contact-content div.locate div.social-buttons ul li {
    margin-right: 20px;
    list-style-type: none
}

section.contact-us div.contact-content div.locate div.social-buttons ul li:last-child {
    margin-right: 0
}

section.contact-us div.contact-content div.locate div.social-buttons ul li {
    float: none;
    display: inline
}

section.contact-us div.contact-content div.locate div.social-buttons ul li a {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #F7462D;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}
section.contact-us div.contact-content div.locate div.social-buttons ul li a svg {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}
section.services {
    border-top: 1px solid #e7eaea;
    border-bottom: 1px solid #e7eaea;
    padding: 2rem 0;
    background-color: #F7F7F7;
}

section.services:after,section.services:before {
    content: '';
    display: table
}

section.services:after {
    clear: both
}

section.services h2 {
    text-align: center;
    color: #333;
    font-size: 3rem
}

section.services ul {
    padding: 3.125rem 0 2.5rem;
    *zoom:1}

section.services ul:after,section.services ul:before {
    content: '';
    display: table
}

section.services ul:after {
    clear: both
}

section.services li {
    float: left;
    clear: none;
    width: 30%;
    margin-left: 0;
    margin-right: 5%;
    text-align: center
}

section.services li:last-child {
    margin-right: 0
}

section.services figure {
    display: block;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    border: 10px solid transparent;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: relative
}

section.services div.btn {
    width: 60%;
    margin: 1.875rem auto;
    border: 1px solid #636e6f;
    color: #636e6f;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
section.services a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
.flex-control-nav,.flex-direction-nav,.slides,.slides>li {
    margin: 0;
    padding: 0;
    list-style: none
}
.flexslider {
    padding: 0
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: .7;
    left: 10px
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: .7;
    right: 10px
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides img {
    width: 100%;
    height: auto;
    display: block
}
/*
.hero.flexslider .slides img {
    width:1280px;height:594px;
}
*/
.flexslider .slides:after {
    content: "\f005";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.flexslider {
    background: #fff;
    position: relative;
    zoom:1;border-radius: 4px;
    -webkit-box-shadow: "" 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: "" 0 1px 4px rgba(0,0,0,.2);
    box-shadow: "" 0 1px 4px rgba(0,0,0,.2)
}

.flexslider .slides {
    zoom:1}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}
.flex-direction-nav {
    *height: 0
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0,0,0,.8);
    text-shadow: 1px 1px 0 rgba(255,255,255,.3);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.flex-direction-nav a:before {
    font-family: flexslider-icon;
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: rgba(255,255,255,.8)
}

.flex-direction-nav a.flex-next:before {
    content: '\f002'
}

.flex-direction-nav .flex-prev {
    left: -50px
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom:1;*display: inline
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0,0,0,.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    -o-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    border-radius: 20px
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0,0,0,.9);
    cursor: default
}
.btn {
    padding: 10px 22px;
    background-color: transparent;
    color: #F7462D;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all .2s ease;
    border: 1px solid #F7462D;
    text-transform: uppercase;
    border-radius: 0;
    letter-spacing: .05em;
    line-height: 1.36em;
    transition: all .2s ease;
    font-size: .95rem;
    width: 100%;
    font-weight: 700
}

.btn:hover {
    background-color: #F7462D;
    color: #FFF
}

.btn.alt {
    border: 1px solid #FFF;
    color: #FFF
}

.btn.alt:hover {
    background-color: #FFF;
    color: #F7462D
}

.hero {
    max-width: 100%;
    width: 100%;
    height: 60vh;
    margin: 0 auto!important;
    overflow: hidden
}

.flexslider {
    border: none;
    margin: 0
}

.flexslider .flex-viewport,.flexslider ul,.flexslider ul li {
    height: 100%
}

.flexslider .flex-control-nav {
    bottom: 1.875rem!important
}

.flexslider .flex-control-paging li a {
    background: rgba(255,255,255,.5)
}

.flexslider .flex-control-paging li a.flex-active {
    background: #F8883C
}
section.exhibit-solutions {
    position: relative;
    *zoom:1;min-height: 500px
}

section.exhibit-solutions:after,section.exhibit-solutions:before {
    content: '';
    display: table
}

section.exhibit-solutions:after {
    clear: both
}

section.exhibit-solutions div.solutions-content article {
    height: 28.75rem;
    width: 44%;
    z-index: 9
}

section.exhibit-solutions div.solutions-content article div.copy {
    position: relative;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

section.exhibit-solutions div.solutions-content article div.copy h1 {
    color: #333;
    font-size: 3rem;
    margin-top: 0
}

section.exhibit-solutions div.solutions-content article div.copy p {
    margin: 2rem 0
}

section.exhibit-solutions div.solutions-content article div.copy ul.cta {
    width: 100%
}

section.exhibit-solutions div.solutions-content article div.copy ul.cta li {
    width: 186px;
    display: inline-block;
    margin-right: .625rem
}

section.exhibit-solutions div.solutions-content article div.copy ul.cta li:nth-child(2) {
    margin-right: 0
}

section.exhibit-solutions div.solutions-content figure {
    clear: none;
    float: right;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 0;
    width: 55%;
    position: relative;
    top: 0;
    left: 0;
    padding-bottom: 50%;
    z-index: 8;
    margin: -100px 0 0
}

section.exhibit-solutions div.solutions-content figure:last-child {
    margin-right: 0
}

section.process {
    border-top: 1px solid #e7eaea;
    padding: 4.375rem 0;
    margin-top: -50px;
    position: relative;
    z-index: 7;
    *zoom:1}

section.process:after,section.process:before {
    content: '';
    display: table
}

section.process:after {
    clear: both
}

section.process div.process-content {
    text-align: center;
	max-width: 1600px
}

section.process div.process-content ul li {
    float: left;
    clear: none;
    width: 30%;
    margin-left: 0;
    margin-right: 5%;
    margin-bottom: 3.75rem
}

section.process div.process-content ul li:nth-of-type(3n) {
    margin-right: 0;
    float: right
}

section.process div.process-content ul li:nth-of-type(3n+1) {
    clear: both
}

section.process div.process-content ul li:nth-child(3),section.process div.process-content ul li:nth-child(6) {
    margin-right: 0
}

section.process div.process-content ul li figure {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 50%
}
section.process div.process-content ul li h3 {
    text-transform: uppercase;
    font-size: .875rem;
    letter-spacing: .1em;
    margin: 1.375rem 0
}

section.process div.process-content ul li p {
    font-size: 1.1rem
}

section.process div.process-content ul li:nth-child(1) figure {
    background-color: #F7462D
}

section.process div.process-content ul li:nth-child(1) h3 {
    color: #F7462D
}

section.process div.process-content ul li:nth-child(2) figure {
    background-color: #F8883C
}

section.process div.process-content ul li:nth-child(2) h3 {
    color: #F8883C
}

section.process div.process-content ul li:nth-child(3) figure {
    background-color: #878A8B
}

section.process div.process-content ul li:nth-child(3) h3 {
    color: #878A8B
}

section.process div.process-content ul li:nth-child(4) figure {
    background-color: #5FC5D2
}

section.process div.process-content ul li:nth-child(4) h3 {
    color: #5FC5D2
}

section.process div.process-content ul li:nth-child(5) figure {
    background-color: #257ADB
}

section.process div.process-content ul li:nth-child(5) h3 {
    color: #257ADB
}

section.process div.process-content ul li:nth-child(6) figure {
    background-color: #312FA4
}

section.process div.process-content ul li:nth-child(6) h3 {
    color: #312FA4
}

section.our-work {
    width: 100%;
    height: 58vh;
    min-height: 40.625rem;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    position: relative;
    color: #FFF;
    *zoom:1;overflow: hidden
}

section.our-work:after,section.our-work:before {
    content: '';
    display: table
}

section.our-work:after {
    clear: both;
    position: absolute;
    content: "";
    width: 100%;
    height: 101%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,.8)
}

section.our-work.gradient:after {
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.8)));
    background: -webkit-linear-gradient(transparent 50%,rgba(0,0,0,.8)90%);
    background: linear-gradient(transparent 50%,rgba(0,0,0,.8)90%)
}

section.our-work .our-content {
    position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    top: 70%;
    padding-bottom: 4.375rem
}

section.our-work .our-content h1 {
    color: #FFF
}

section.our-work .our-content .our-buttons,section.our-work .our-content article {
    float: left;
    clear: none;
    width: 46%;
    margin-left: 0;
    margin-right: 8%
}

section.our-work .our-content .our-buttons:last-child,section.our-work .our-content article:last-child {
    margin-right: 0
}

section.our-work .our-content article {
    max-width: 37.5rem
}

section.our-work .our-content article p {
    color: #FFF;
    margin: 1rem 0
}

section.our-work .our-content .our-buttons ul.cta {
    margin-top: 1rem;
    width: 100%
}

section.our-work .our-content .our-buttons ul.cta li {
    display: inline-block;
    margin-right: .3125rem;
    margin-bottom: .625rem
}

section.our-work .our-content .our-buttons ul.cta li:nth-child(2) {
    margin-right: 0
}

section.portfolio {
    padding: 4.375rem 0
}

section.portfolio div.exhibit-types {
    text-align: center
}

section.portfolio div.exhibit-types h1 {
    color: #333;
    text-align: center;
    margin: 0 0 3.125rem
}

section.portfolio div.exhibit-types nav {
    width: 100%
}

section.portfolio div.exhibit-types nav ul.nav {
    *zoom:1;margin: 0;
    padding: 0
}

section.portfolio div.exhibit-types nav ul.nav:after,section.portfolio div.exhibit-types nav ul.nav:before {
    content: '';
    display: table
}

section.portfolio div.exhibit-types nav ul.nav:after {
    clear: both
}

section.portfolio div.exhibit-types nav ul.nav li {
    margin-right: 5px;
    list-style-type: none
}

section.portfolio div.exhibit-types nav ul.nav li:last-child {
    margin-right: 0
}

section.portfolio div.exhibit-types nav ul.nav li {
    float: none;
    width: 186px;
    display: inline-block
}

section.portfolio div.exhibit-types ul.work {
    padding: 3rem 0;
    *zoom:1}

section.portfolio div.exhibit-types ul.work:after,section.portfolio div.exhibit-types ul.work:before {
    content: '';
    display: table
}

section.portfolio div.exhibit-types ul.work:after {
    clear: both
}

section.portfolio div.exhibit-types ul.work li {
    float: left;
    clear: none;
    width: 25%;
    margin-left: 0;
    margin-right: 0;
    border: 1.5px solid #FFF;
    position: relative
}

section.portfolio div.exhibit-types ul.work li:last-child {
    margin-right: 0
}

section.portfolio div.exhibit-types ul.work li.active div.overlay,section.portfolio div.exhibit-types ul.work li:hover div.overlay {
    opacity: 1
}

section.portfolio div.exhibit-types ul.work li.hidden {
    opacity: .4
}

section.portfolio div.exhibit-types ul.work li.cat-1 .overlay {
    background-color: rgba(49,47,164,.8)
}

section.portfolio div.exhibit-types ul.work li.cat-2 .overlay {
    background-color: rgba(247,70,45,.8)
}

section.portfolio div.exhibit-types ul.work li.cat-3 .overlay {
    background-color: rgba(37,122,219,.8)
}

section.portfolio div.exhibit-types ul.work li.cat-4 .overlay {
    background-color: rgba(248,136,60,.8)
}

section.portfolio div.exhibit-types ul.work li a {
    display: block;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    text-align: center;
    position: relative
}

section.portfolio div.exhibit-types ul.work li div.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    opacity: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background-color: rgba(255,255,255,.9)
}

section.portfolio div.exhibit-types ul.work li div.overlay div.copy {
    padding: 17% 0
}

section.portfolio div.exhibit-types ul.work li h3 {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    margin: .5rem 0;
    font-size: .9375rem
}

section.portfolio div.exhibit-types ul.work li hr {
    border: none;
    height: 1px;
    background-color: rgba(255,255,255,.5);
    width: 55%
}

section.portfolio div.exhibit-types ul.work li p {
    color: rgba(255,255,255,.6);
    font-style: italic;
    font-size: .9375rem
}

section.our-story {
    width: 100%;
    height: 58vh;
    min-height: 40.625rem;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center bottom;
    position: relative;
    color: #FFF;
    *zoom:1;overflow: hidden
}

section.our-story:after,section.our-story:before {
    content: '';
    display: table
}

section.our-story:after {
    clear: both;
    position: absolute;
    content: "";
    width: 100%;
    height: 101%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,.8)
}

section.our-story.gradient:after {
    background: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.7)),color-stop(transparent),to(rgba(0,0,0,.7)));
    background: -webkit-linear-gradient(left,rgba(0,0,0,.7),transparent,rgba(0,0,0,.7));
    background: linear-gradient(to right,rgba(0,0,0,.7),transparent,rgba(0,0,0,.7))
}

section.our-story .our-content {
    position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 30%;
    z-index: 2;
    padding-top: 2.5rem
}

section.our-story .our-content h1 {
    color: #FFF
}

section.our-story .our-content article {
    float: left;
    clear: none;
    width: 48.5%;
    margin-left: 0;
    margin-right: 3%
}

section.our-story .our-content article:last-child {
    margin-right: 0
}

section.our-story .our-content article p {
    color: #FFF;
    margin: 1rem 0;
    padding-right: 12%
}

section.our-story .our-content article .our-buttons ul.cta {
    margin-top: 8%;
    *zoom:1;width: 100%
}

section.our-story .our-content article .our-buttons ul.cta:after,section.our-story .our-content article .our-buttons ul.cta:before {
    content: '';
    display: table
}

section.our-story .our-content article .our-buttons ul.cta:after {
    clear: both
}

section.our-story .our-content article .our-buttons ul.cta li {
    float: left;
    clear: none;
    width: 48.5%;
    margin-left: 0;
    margin-right: 3%;
    max-width: 13.3125rem;
    display: inline-block
}

section.our-story .our-content article .our-buttons ul.cta li:last-child {
    margin-right: 0
}

section.our-story .our-content article .our-buttons ul.cta li a.btn.alt {
    width: 100%;
    margin-bottom: .625rem
}

@media only screen and (max-width: 1280px) {
    section {
        border:none
    }
}



@media only screen and (max-width: 960px) {
    section.hero {
        z-index: 1
    }

    section.exhibit-solutions div.solutions-content figure {
        z-index: 1!important
    }

    .header-content figure img {
        max-width: 90%;
        z-index: 0
    }

    .header-content nav {
        display: block;
        float: right;
        max-width: 50%
    }

    .header-content .social-buttons ul li {
		margin-right: 10px
	}
	
	.header-content .social-buttons ul li img {
        width: 28px;
		height: 28px;
    }

    .header-content nav ul li ul {
        top: 73px;
        right: -45px
    }

    section.services {
        padding: 1.875rem 0
    }

    section.services h2 {
        font-size: 2rem
    }

    section.services ul {
        padding: 1.875rem 0;
        max-width: 60%;
        margin: 0 auto
    }

    section.services li {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.875rem
    }

    section.services li:first-child {
        margin-left: auto
    }

    section.services li:last-child {
        margin-right: auto;
        margin-bottom: 0
    }

    section.services div.btn {
        max-width: 14.375rem
    }
    section.exhibit-solutions {
        padding-bottom: 6.25rem
    }

    section.exhibit-solutions div.solutions-content article,section.exhibit-solutions div.solutions-content figure {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 3%
    }

    section.exhibit-solutions div.solutions-content article:last-child,section.exhibit-solutions div.solutions-content figure:last-child {
        margin-right: 0
    }

    section.exhibit-solutions div.solutions-content article {
        height: auto;
        min-height: 0
    }

    section.exhibit-solutions div.solutions-content article div.copy {
        padding-top: 1.5625rem;
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    section.exhibit-solutions div.solutions-content article div.copy h1 {
        font-size: 1.5rem
    }

    section.exhibit-solutions div.solutions-content article div.copy ul.cta {
        max-width: 386px;
        margin: 0 auto
    }

    section.exhibit-solutions div.solutions-content figure {
        width: 100%;
        -webkit-background-size: 80% auto;
        background-size: 80% auto;
        margin: -75px 0 -25px;
        background-position: center center;
        padding-bottom: 80%
    }

    section.portfolio div.exhibit-types nav ul.nav li {
        min-width: 152px;
        width: auto
    }



} /* end 960 */

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity:1;
        left: 10px
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}

@media only screen and (max-width: 767px) {
    .hero.flexslider .slides img {width:100vw;height:46.35vw;}
    .container {
        padding:0 4%
    }

    header .mobile-nav-active,header .nav-menu-icon {
        display: block
    }

    header .headroom-nav {
        background: 0 0
    }

    .header-content nav {
        display: none
    }

    .header-content figure {
        min-width: 190px;
        padding: 1.5625rem 0;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .footer-copy {
        padding-left: 0;
        padding-right: 0
    }

    section.contact-us {
        padding: 1.875rem 0 4.375rem
    }
    section.contact-us div.contact-content h1 {
        font-size: 2rem;
        margin-bottom: 1.5rem
    }

    section.contact-us div.contact-content div.locate,section.contact-us div.contact-content form {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 3%
    }

    section.contact-us div.contact-content div.locate:last-child,section.contact-us div.contact-content form:last-child {
        margin-right: 0
    }

    section.contact-us div.contact-content form {
        padding-left: 0
    }

    section.contact-us div.contact-content form input,section.contact-us div.contact-content form textarea {
        width: 100%
    }

    section.contact-us div.contact-content form a.btn {
        margin: .9375rem auto
    }

    section.contact-us div.contact-content ul.cta li {
        font-size: .875rem
    }

    section.contact-us div.contact-content ul.cta li a.btn {
        padding: 10px
    }

    section.contact-us div.contact-content div.locate {
        padding-top: 1.875rem;
        padding-left: 0
    }

    section.contact-us div.contact-content div.locate table {
        margin: 1.875rem auto 2.8125rem
    }

    section.contact-us div.contact-content div.locate table td {
        font-size: .9375rem
    }

    section.contact-us div.contact-content div.locate div.social-buttons,section.contact-us div.contact-content div.locate iframe,section.contact-us div.contact-content div.locate ul.cta {
        width: 100%;
        max-width: 100%
    }
    section.services ul {
        max-width: 100%
    }

    .hero {
        height: auto;
        min-height: 46vw
    }

    .flexslider .flex-control-nav,div.conference {
        display: none
    }
    section.exhibit-solutions {
        background-attachment: scroll;
        padding-bottom: 2.5rem
    }

    section.exhibit-solutions div.solutions-content figure {
        margin: -50px 0 -25px;
        z-index: 0
    }

    section.process {
        margin-top: 0;
        padding: 2.5rem 0
    }

    section.process div.process-content ul li {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 3%
    }

    section.process div.process-content ul li:nth-of-type(3n) {
        margin-right: 3%;
        float: left
    }

    section.process div.process-content ul li:nth-of-type(3n+1) {
        clear: none
    }

    section.process div.process-content ul li:nth-of-type(1n) {
        margin-right: 0;
        float: right
    }

    section.process div.process-content ul li:nth-of-type(1n+1) {
        clear: both
    }

    section.process div.process-content ul li:last-child {
        margin-bottom: 0
    }

    section.our-work {
        background-attachment: scroll;
        min-height: 0;
        height: 28.125rem
    }

    section.our-work.gradient:after {
        background: rgba(0,0,0,.8);
        padding-bottom: 55%
    }

    section.our-work div.our-content {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        padding: 5%
    }

    section.our-work div.our-content h1 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
        text-align: center
    }

    section.our-work div.our-content .our-buttons,section.our-work div.our-content article {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 3%
    }

    section.our-work div.our-content .our-buttons:last-child,section.our-work div.our-content article:last-child {
        margin-right: 0
    }

    section.our-work div.our-content .our-buttons ul.cta {
        text-align: center
    }

    section.our-work div.our-content .our-buttons ul.cta li {
        max-width: 186px;
        display: inline-block;
        margin: 0 auto .625rem
    }

    section.our-work div.our-content .our-buttons ul.cta li:nth-child(2) {
        margin-bottom: 0
    }

    section.portfolio {
        padding: 1.875rem 0
    }

    section.portfolio div.exhibit-types h1 {
        font-size: 2rem;
        margin-bottom: 1.5rem
    }

    section.portfolio div.exhibit-types nav ul.nav li {
        display: block;
        clear: both;
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 186px;
        margin-bottom: .3125rem
    }

    section.portfolio div.exhibit-types nav ul.nav li:first-child {
        margin-left: auto
    }

    section.portfolio div.exhibit-types nav ul.nav li:last-child {
        margin-right: auto;
        margin-bottom: 0
    }

    section.portfolio div.exhibit-types ul.work li {
        float: left;
        clear: none;
        width: 50%;
        margin-left: 0;
        margin-right: 0;
        border: 1.5px solid #FFF
    }

    section.portfolio div.exhibit-types ul.work li:last-child {
        margin-right: 0
    }

    section.our-story {
        min-height: 0;
        height: 28.125rem
    }

    section.our-story.gradient:after {
        padding-bottom: 55%;
        background: rgba(0,0,0,.7)
    }

    section.our-story div.our-content {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    section.our-story div.our-content h1 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
        text-align: center
    }

    section.our-story div.our-content article {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 3%
    }

    section.our-story div.our-content article:last-child {
        margin-right: 0
    }

    section.our-story div.our-content article p {
        padding-right: 0
    }
} /* end 767 */

@media only screen and (max-width: 640px) {
    section.exhibit-solutions div.solutions-content figure {
        margin:-35px 0 -25px
    }

    section.exhibit-solutions div.solutions-content article div.copy ul.cta {
        max-width: 17.75rem;
        margin: 0 auto
    }

    section.exhibit-solutions div.solutions-content article div.copy ul.cta li {
        width: 8.4375rem
    }
} /* end 640 */
@media only screen and (max-width: 330px) {
    .hero.flexslider .slides img {width:100vw;height:60vw;}
    }
@-webkit-keyframes overscale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    70% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes overscale {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    70% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,15%,0);
        transform: translate3d(0,15%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,15%,0);
        -ms-transform: translate3d(0,15%,0);
        transform: translate3d(0,15%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

section.contact-us div.contact-content form.wpcf7-form p {
    margin-bottom: 20px;
}

section.contact-us div.contact-content form.wpcf7-form input {
    margin-top: 5px;
}

section.contact-us div.contact-content div.wpcf7-response-output {
    margin: 0;
}

section.contact-us div.contact-content div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: none;
    background: #F7462D;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

section.contact-us div.contact-content div.wpcf7-response-output {
    padding: 20px;
}