body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 100%; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
a { outline: none; } body.logged-in > header { margin-top: 32px; } body {
background: #0b4868;
font-family: 'Lato', Arial, sans-serif;
font-weight: 400;
word-spacing: .05em;
}
#header-container {
width: 100%;
background: rgba(0,0,0,0.5);
position: fixed;
top: 0;
left: 0;
z-index: 1000;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
#header-container.bg-trans { background: rgba(0,0,0,0)!important;}
#content-container,
#home-slider-wrapper,
#home-content-container,
#footer-container {
transition: all .3s;
}
#content-container.blur,
#home-slider-wrapper.blur,
#home-content-container.blur,
#footer-container.blur {
-webkit-filter: blur(5px);
filter: blur(5px);
}
#header-container.solid {
background: rgba(35,60,86,1);
}
header {
height: 120px;
padding: 0 0 0 15px;
margin: 0 auto;
position: relative;
transition: height .5s;
}
#header-container.solid header { height: 70px;}
.header-spacer {
width: 100%;
height: 120px;
}
#home-content-container,
#content-container {
width: 100%;
background-color: #0a83ae;
}
#home-content {
padding: 50px 15px;
max-width: 1160px;
margin: 0 auto;
}
#content {
padding: 0 0 150px 0;
max-width: 1280px;
margin: 0 auto;
position: relative;
}
.col2 > .col {
float: left;
width: 48%;
padding-right: 2%;
}
.col2 > .col > .inner { padding: 0 0 0 25px;}
.col2 > .col:first-child > .inner { padding: 0 25px 0 0;}
#footer-container { width: 100%;}
footer {
padding: 30px 15px 60px;
max-width: 1280px;
margin: 0 auto;
}
.footer-left {
width: 66.6%;
float: left;
}
.footer-left > .inner { padding-right: 30px;}
.footer-right {
width: 33.3%;
float: left;
}
.footer-right > .inner { padding-left: 30px;}
.column-container { padding-top: 50px;}
#content .column-container p { margin-bottom: 50px;} #nav-main {
float: right;
display: none;
}
#mobile-nav-trigger {
display: block;
position: absolute;
cursor: pointer;
padding: 0 2px;
right: 30px;
top: 30px;
width: 35px;
height: 25px;
}
#mobile-nav-trigger #hamburger-top,
#mobile-nav-trigger #hamburger-mid,
#mobile-nav-trigger #hamburger-btm {
height: 3px;
background-color: #ffffff;
width: 30px;
display: block;
position: absolute;
left: 0;
transition: all .3s;
}
#mobile-nav-trigger #hamburger-top { top: 0;}
#mobile-nav-trigger #hamburger-mid { top: 8px;}
#mobile-nav-trigger #hamburger-btm { top: 16px;}
#mobile-nav-trigger.triggered #hamburger-top,
#mobile-nav-trigger.triggered #hamburger-mid,
#mobile-nav-trigger.triggered #hamburger-btm {
background-color: #c8d23f;
}
html.csstransforms #mobile-nav-trigger.triggered #hamburger-top {
transform: rotate(45deg);
-moz-transform: rotate(45deg);
top: 8px;
}
html.csstransforms #mobile-nav-trigger.triggered #hamburger-btm {
transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
top: 8px;
}
html.csstransforms #mobile-nav-trigger.triggered #hamburger-mid { opacity: 0;}
#nav-main ul li {
float: left;
display: inline-block;
}
#nav-main ul li a {
color: #eee;
font-size: 1em;
font-weight: 300;
text-decoration: none;
display: block;
border-bottom: 3px solid transparent;
padding: 23px 15px 0 15px;
height: 44px; cursor: pointer;
-webkit-transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
-ms-transition: all 0.1s linear;
-o-transition: all 0.1s linear;
transition: all 0.1s linear;
}
#nav-main ul li a:hover,
#nav-main ul li.current_page_item a,
.single-helium_projects #nav-main ul li.nav-work a {
border-bottom: 3px solid #c8d23f;
color: #fff;
}
#home #nav-main ul li.current_page_item a {
background: transparent;
border-bottom: 3px solid transparent;
color: #eee;
}
#home #nav-main ul li.current_page_item a:hover {
background: rgb(0,0,0);
border-bottom: 3px solid #c8d23f;
color: #fff;
}
.mobile-dropdown {
display: none;
position: fixed;
z-index: 990;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.8);
}
.mobile-dropdown ul {
position: relative;
padding: 100px 0 30px;
}
.mobile-dropdown ul li {
display: block;
text-align: center;
}
.mobile-dropdown ul li a {
display: block;
color: #eee;
font-size: 3em;
font-weight: 300;
text-decoration: none;
border-left: 3px solid transparent;
padding: 15px 25px 15px 22px;
-webkit-transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
-ms-transition: all 0.1s linear;
-o-transition: all 0.1s linear;
transition: all 0.1s linear;
}
.mobile-dropdown ul li a:hover {color: #c8d23f;}
.mobile-dropdown ul li.current_page_item a { color: #c8d23f;}
.container-center {
max-width: 1160px;
height: 70px;
padding: 0 0 0 15px;
margin: 0 auto;
}
a.close-x {
font-size: 2em;
cursor: pointer;
z-index: 10000;
color: #fff;
top: 0;
right: 0;
padding: 15px 20px;
background: #000;
text-align: right;
float: right;
display: inline-block;    
} a.logo {
display: inline-block;
float: left;
padding: 20px 0;
}
a.logo-mobile { display: none;}
.page-intro {
margin-bottom: 50px;
text-align: center;
}
#content h1,
.page-feature > .inner > .page-intro > h1  {
color: #fff;
font-size: 3.25em;
font-weight: 400;
text-shadow: 0px 1px 1px #555;
margin-bottom: 40px;
margin-top: 100px;
}
#content h2 {
font-size: 32px;
font-size: 3.2rem;
font-weight: 400;
color: #c8d23f;
text-shadow: 0px 1px 1px #555;
margin: 40px 0;
text-align: center;
text-transform: uppercase;
}
#content h3 {
font-size: 1.3em;
font-weight: 400;
color: #fff;
margin-bottom: 12px;
}
#content p {
font-size: 1.2em;
line-height: 32px;
line-height: 3.2rem;
font-weight: 300;
color: #ffffff;
margin-bottom: 15px;
}
#content .page-intro p {
color: #fff;
font-size: 24px;
line-height: 32px;
font-weight: 300;
margin-bottom: 15px;
}
.page-feature .page-intro h1 {
margin-bottom: 40px;
}
.page-feature .page-intro p {
color: #ffffff;
font-size: 25px;
font-size: 2.5rem;
line-height: 35px;
line-height: 3.5rem;
font-weight: 300;
text-shadow: 0px 1px 1px #555;
margin: 0 10% 15px;
width: 80%;
}
#content a {
color: #c8d23f;
text-decoration: none;
-webkit-transition: color 0.1s linear;
-moz-transition: color 0.1s linear;
-ms-transition: color 0.1s linear;
-o-transition: color 0.1s linear;
transition: color 0.1s linear;
}
#content a:hover { color: #fff;}
#content ul {
list-style: disc;
color: #fff;
margin: 0 0 20px 20px;
}
#content ul li {
color: #ffffff;
font-weight: 300;
margin-bottom: 8px;
font-size: 1.1em;
}
.listContainer1 ul,
.listContainer2 ul,
.listContainer3 ul,
.listContainer4 ul,
.listContainer5 ul {
float: left;
display: inline-block;
margin: 0 5% 20px 0;
width: 45%;
}
.listContainer1 ul.last,
.listContainer2 ul.last,
.listContainer3 ul.last,
.listContainer4 ul.last,
.listContainer5 ul.last {
margin-right: 0;
}
#content ul.split2 { list-style: none;}
#content ul.split2 li {
color: #c8d23f;
font-size: 0.875em;
margin-bottom: 5px;
}
footer p.about {
color: #fff;
font-weight: 300;
}
footer p a {
color: #c8d23f;
text-decoration: none;
-webkit-transition: color 0.1s linear;
-moz-transition: color 0.1s linear;
-ms-transition: color 0.1s linear;
-o-transition: color 0.1s linear;
transition: color 0.1s linear;
}
footer p a:hover { color: #fff;}
.twitter {
position: relative;
top: -10px;
}
#project-components { width: 30%;}
#project-wireframe { width: 70%; margin-bottom: 0!important;
}
#project-components ul {
text-align: left;
list-style: none;
margin: 20px 0 0 0!important;
}
#project-components ul li {
font-size: 18px;
font-size: 1.8rem;
}
#project-components ul li::before {
content: "+";
color: #ffffff;
margin-right: 10px;
font-size: 20px;
font-size: 2rem;
}
#project-components h3 {
font-size: 25px;
font-size: 2.5rem;
color: #c8d23f;
text-align: left;
} #home-slider-wrapper {
height: 700px;
}
#home-slider {
width: 100%;
height: 700px;
height: 500px;
overflow: hidden;
position: relative;
display: none;
}
#home-slider ul.slides > li {
width: 100%;
height: 700px;
height: 500px;
background-attachment: fixed;
background-size: 100%;
background-repeat: no-repeat;
background-position: 50% 0;
display: none;
}
.slide-content {
padding: 0 15px;
max-width: 1160px;
margin: 0 auto;
height: 700px;
height: 500px;
position: relative;
}
.slide-image {
text-align: center;
width: 100%;
height: 700px;
height: 500px;
position: relative;
opacity: 0; 
bottom: -50px;
}
.slide-image img {
position: absolute;
max-width: 100%;
bottom: 0;
left: 50%;
margin-left: -480px;
}
#home-slider .flex-direction-nav {
z-index: 900;
position: absolute;
top: 50%;
width: 100%;
}
#home-slider .flex-direction-nav li a {
position: absolute;
height: 50px;
width: 50px;
display: block;
text-indent: -9999px;
opacity: .3;
transition: opacity .3s;
-webkit-transition: opacity .3s;
}
#home-slider .flex-direction-nav li a:hover { opacity: .8;}
#home-slider .flex-direction-nav li a.flex-prev {
background-image: url(//heliumstudio.com/wp-content/themes/heliumstudio/images/flex-prev.png);
left: 30px;
}
#home-slider .flex-direction-nav li a.flex-next {
background-image: url(//heliumstudio.com/wp-content/themes/heliumstudio/images/flex-next.png);
right: 30px;
}
.tagline { margin-bottom: 35px;}
.tagline h1 {
font-size: 2.75em;
font-weight: 400;
color: #c8d23f;
text-align: center;
text-shadow: 0px 1px 1px #555;
}
.tagline h2 {
font-size: 2.75em;
font-weight: 400;
color: #c8d23f;
text-align: center;
text-shadow: 0px 1px 1px #555;
}
.home-recent-work-container.desktop {
display: block;
visibility: visible;
}
.home-recent-work-container.mobile {
display: none;
visibility: hidden;
}
.home-recent-work { padding: 35px 0 40px 0;}
.home-work-item {
width: 33.3%;
float: left;
padding-bottom: 15px;
}
.home-work-item > .inner {
padding: 15px;
text-align: center;
}
.home-work-item .home-work-image { margin-bottom: 15px;}
.home-work-item .home-work-image a { display: block;}
.home-work-item .home-work-image a img {
width: 100%;
max-width: 100%;
height: auto;
-webkit-box-shadow: #222 0px 0px 5px;
-moz-box-shadow: #222 0px 0px 5px;
box-shadow: #222 0px 0px 5px;
}
.home-work-item h3 a {
font-size: 0.875em;
color: #fff;
font-weight: 400;
text-decoration: none;
text-shadow: 0px 1px 1px #555;
-webkit-transition: color 0.1s linear;
-moz-transition: color 0.1s linear;
-ms-transition: color 0.1s linear;
-o-transition: color 0.1s linear;
transition: color 0.1s linear;
}
.home-work-item h3 a:hover { color: #c8d23f;}
.more-recent-work {
position: relative;
top: -34px;}
.more-recent-work p { text-align: center;}
.more-recent-work p a {
color: #ffffff;
text-decoration: none;
font-size: 1.5em;
display: inline-block;
font-weight: 400;
padding: 15px 20px;
border-radius: 10px;
text-shadow: 0px 1px 1px #555;
box-shadow: 0 0 10px rgba(0,0,0,.4);
background: #c8d23f;
background: -moz-linear-gradient(top,  #c8d23f 50%, #a6af24 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#c8d23f), color-stop(50%,#a6af24));
background: -webkit-linear-gradient(top,  #c8d23f 50%,#a6af24 50%);
background: -o-linear-gradient(top,  #c8d23f 50%,#a6af24 50%);
background: -ms-linear-gradient(top,  #c8d23f 50%,#a6af24 50%);
background: linear-gradient(to bottom,  #c8d23f 50%,#a6af24 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8d23f', endColorstr='#a6af24',GradientType=0 );
-webkit-transition: box-shadow 0.3s;
-moz-transition: box-shadow 0.3s;
-ms-transition: box-shadow 0.3s;
-o-transition: box-shadow 0.3s;
transition: box-shadow 0.3s;
border: 3px solid #a6af24;
}
.more-recent-work p a:hover {
box-shadow: 0 0 10px rgba(0,0,0,.6);
background: #a6af24;
background: -moz-linear-gradient(top,  #a6af24 50%, #818915 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#a6af24), color-stop(50%,#818915));
background: -webkit-linear-gradient(top,  #a6af24 50%,#818915 50%);
background: -o-linear-gradient(top,  #a6af24 50%,#818915 50%);
background: -ms-linear-gradient(top,  #a6af24 50%,#818915 50%);
background: linear-gradient(to bottom,  #a6af24 50%,#818915 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6af24', endColorstr='#818915',GradientType=0 );
border: 3px solid #818915;
} .service-container {
border-top: 2px solid #066a8d;
border-bottom: 2px solid #066a8d;
padding: 30px 0;
margin-bottom: 30px;
}
.service-container h2 { margin-bottom: 30px !important;}
.service {
float: left;
width: 23%;
padding: 0 1%;
}
.service > .inner { text-align: center;}
.service:nth-child(even) > .inner { padding: 0 0 10px 10px;}
.service:nth-child(odd) > .inner { padding: 0 10px 10px 0;}
.service-image {
margin-bottom: 15px;
height: 150px;
}
#content .service h4 {
font-size: 1.25em;
font-weight: 700;
color: #c8d23f;
text-shadow: 0px 1px 1px #555;
margin-bottom: 10px;
}
#content .service p { font-size: 1.2em;}
.center { text-align: center;} .work-container {
justify-content: flex-start;
}
.work-item {
width: 49%;
text-align: center;
position: relative;
overflow: hidden;
margin-right: calc(2% - 1px);
margin-bottom: 10px;
}
.work-item:nth-child(2n) {
margin-right: 0;
}
.work-item-image a {
position: relative;
display: block;
height: 100%;
width: 100%;
}
.info-box {
position: absolute;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.8);
display: none;
top: 0;
left: 0;
padding-top: 30%;
box-shadow: inset 0 0 100px 25px #000;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
z-index: 50;
}
.info-box .work-categories {
width: 70%;
margin: 0 15%;
}
.info-box h4 { font-size: 2em !important;}
.work-item-image { margin-bottom: 15px;}
.work-item-image img {
width: 100%;
height: auto;
-webkit-box-shadow: #222 0px 0px 5px;
-moz-box-shadow: #222 0px 0px 5px;
box-shadow: #222 0px 0px 5px;
}
#content .work-item h4 {
font-size: 1em;
font-weight: 700;
color: #c8d23f;
text-shadow: 0px 1px 1px #555;
margin-bottom: 5px;
}
#content-container { transition: all .3s;}
#content-container.blur {
-webkit-filter: blur(5px);
filter: blur(5px);
}
#content-container .post-nav {
position: fixed;
top: 450px;
width: 100%;
margin: 0;
padding: 0;
list-style: none;
}
#content-container .post-nav li a {
position: absolute;
z-index: 900;
position: absolute;
height: 50px;
width: 50px;
display: block;
text-indent: -9999px;
opacity: .3;
transition: opacity .3s;
-webkit-transition: opacity .3s;
}
#content-container .post-nav li a:hover { opacity: .8;}
#content-container .post-nav li.prev-project a {
background-image: url(//heliumstudio.com/wp-content/themes/heliumstudio/images/flex-prev.png);
left: 30px;
}
#content-container .post-nav li.next-project a {
background-image: url(//heliumstudio.com/wp-content/themes/heliumstudio/images/flex-next.png);
right: 30px;
}
#content .work-item p { margin-bottom: 5px;}
#content .work-item p.read-more a {
font-size: 0.875em;
font-weight: 400;
text-decoration: none;
color: #c8d23f;
text-shadow: 0px 1px 1px #555;
margin-bottom: 5px;
-webkit-transition: color 0.1s linear;
-moz-transition: color 0.1s linear;
-ms-transition: color 0.1s linear;
-o-transition: color 0.1s linear;
transition: color 0.1s linear;
}
#content .work-item p.read-more a:hover { color: #fff;}
.work-single-top.row {
background-color: #0c6e95;
}
.work-single {
padding-top: 100px;
padding-bottom: 0;
padding-left: 20px;
padding-right: 20px;
text-align: center;
flex-direction: row-reverse;
}
.work-single img {
max-width: 100%;
height: auto;
}
.work-single .content-top {
padding-bottom: 40px;
}
.work-single-bottom {
padding-top: 80px;
}
.work-single-bottom img {
width: 100%;
max-width: 100%;
height: auto;
margin-bottom: 20px;
}
.work_single #content h1 { margin-bottom: 0;}
.work_single .page-intro { margin-bottom: 35px;}
.page-feature {
height: auto;
position: relative;
width: 100%;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover;
background-color: #0b4868;
background-attachment: scroll;
box-shadow: inset 0px 0px 200px rgba(0,0,0,.7);
margin-right: -100%;
padding-top: 250px;
padding-bottom: 130px;  
}
.page-feature > .inner {
max-width: 1280px;
margin: 0 auto;
padding: 0;
height: auto;
position: relative;
}
.page-feature > .inner > .page-intro,
.page-feature > .inner > .project-logo {
position: relative;
width: 100%;
text-align: center;
z-index: 50;
}
.trans {
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.page-shade {
width: 100%;
height: 400px;
position: absolute;
top: 0;
left: 0;
z-index: 10;
background-color: rgba(5,38,56,.6);
}
.page-feature > .inner > .project-logo img { width: 90%;}
#content .work-single-right ul {
list-style: none;
margin: 0;
}
#content .work-single-right ul.slides {
position: relative;
top: 0;
}
.work-single-right .inner .project-slider .flex-viewport { box-shadow: 0px 7px 27px 5px rgba(0,0,0,.5);}
#content .work-single-right ul.slides li {
margin: 0;
display: none;
}
#content .work-single-right ul.slides li:first-child { display: block;}
#content .work-single-right ul.slides li img {
width: 100%;
max-width: 100%;
height: auto;
}
.project-slider-controls ul {
display: inline-block;
float: right;
}
.project-slider-controls ul li {
display: inline-block;
margin-left: 5px;
}
.project-slider-controls ul li a.flex-prev {
display: block;
width: 22px;
height: 22px;
background: url(//heliumstudio.com/wp-content/themes/heliumstudio/images/slider-prev.png) no-repeat;
text-indent: -999em;
font-size: 0;
line-height: 0;
}
.project-slider-controls ul li a.flex-next {
display: block;
width: 22px;
height: 22px;
background: url(//heliumstudio.com/wp-content/themes/heliumstudio/images/slider-next.png) no-repeat;
text-indent: -999em;
font-size: 0;
line-height: 0;
}  .position { text-align: center;}
.position.page-intro {
padding-top: 20px;
}
.position ul { list-style: none !important;}
.position ul li:before { content: "+  ";}
.position .qulified {
float: left;
width: 48%;
margin-bottom: 10px;
margin-top: 10px;  
text-align: left;
}
.position .prefs {
float: right;
width: 48%;
margin-bottom: 10px;
margin-top: 10px;  
text-align: left;
}
.position .perks {
padding-top: 20px;
text-align: center;
} .client-logos {
border-top: 2px solid #066a8d;
border-bottom: 2px solid #066a8d;
padding: 30px 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.client-logo {
width: calc(20% - 1px);
float: left;
}
.client-logo > .inner {
padding: 20px;
text-align: center;
}
.client-logo img {
max-width: 80%;
height: auto;
vertical-align: middle;
}
.client-list-container {
padding-top: 35px;
margin-top: 35px;
-moz-column-count: 3;
-moz-column-gap: 50px;
-webkit-column-count: 3;
-webkit-column-gap: 50px;
column-count: 3;
column-gap: 50px;
}
.client-list-container > div {
display: block;
-webkit-column-break-inside: avoid;
-moz-column-break-inside: avoid;
-o-column-break-inside: avoid;
-ms-column-break-inside: avoid;
column-break-inside: avoid;
}
#content .client-list-container ul {
list-style: none;
margin: 0 0 20px 0;
-webkit-column-break-inside: avoid;
-moz-column-break-inside: avoid;
-o-column-break-inside: avoid;
-ms-column-break-inside: avoid;
column-break-inside: avoid;
}
#content .client-list-container ul li { color: #c7d324;} .map { margin-bottom: 25px;}
.map iframe {
width: 100%;
height: 350px;
}  .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
line-height: revert !important; 
min-height: revert !important; 
} .gform_wrapper div.validation_error {
color: #c32222 !important;
border-top: none !important;
border-bottom: none !important;
width: 100% !important;    
font-size: 1em !important;
font-weight: 500 !important;
padding: 0!important;
}
.gform_wrapper .gfield_description.validation_message, 
.gform_wrapper .top_label .gfield_description.validation_message {
height: 1.375em !important;    
}
.gform_wrapper .gfield_error .gfield_label { color: #c32222 !important;}
.gform_wrapper li.gfield_error input[type=text] { border: 2px solid #c32222 !important;}
.gform_wrapper li.gfield.gfield_error, 
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
background-color: transparent !important;
margin-bottom: .375em!important;
padding: 0;
border-top: none !important;
border-bottom: none !important;
}
.gform_wrapper .gfield_description.validation_message, 
.gform_wrapper .top_label .gfield_description.validation_message {
padding: 0 !important;
}
.gform_wrapper .gfield_description+.gform_wrapper .gfield_description.validation_message, .gform_wrapper .ginput_container+.gfield_description.validation_message {
margin: 0 !important;
}
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name span, .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span, .gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span {
width: 48.5% !important; 
}
.gfield_required { display: none!important;}
.gform_wrapper .field_sublabel_above .ginput_complex label, .gform_wrapper .field_sublabel_above .gfield_time_hour label, .gform_wrapper .field_sublabel_above .gfield_time_minute label, .gform_wrapper .field_sublabel_above .gfield_time_ampm label, .gform_wrapper .field_sublabel_above .gfield_date_month label, .gform_wrapper .field_sublabel_above .gfield_date_day label, .gform_wrapper .field_sublabel_above .gfield_date_year label, .gform_wrapper .field_sublabel_above .instruction {
display: none;
}
.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_time_ampm label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction {
display: none!important;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last {
padding: 0!important;
}
.gform_wrapper .ginput_complex .ginput_full input[type=text], .gform_wrapper .ginput_complex .ginput_full input[type=url], .gform_wrapper .ginput_complex .ginput_full input[type=email], .gform_wrapper .ginput_complex .ginput_full input[type=tel], .gform_wrapper .ginput_complex .ginput_full input[type=number], .gform_wrapper .ginput_complex .ginput_full input[type=password] {
width: 100%!important;
}
.gform_wrapper .field_sublabel_above .ginput_complex label, .gform_wrapper .field_sublabel_above .gfield_time_hour label, .gform_wrapper .field_sublabel_above .gfield_time_minute label, .gform_wrapper .field_sublabel_above .gfield_time_ampm label, .gform_wrapper .field_sublabel_above .gfield_date_month label, .gform_wrapper .field_sublabel_above .gfield_date_day label, .gform_wrapper .field_sublabel_above .gfield_date_year label, .gform_wrapper .field_sublabel_above .instruction {
margin: 0!important;
}
.gform_wrapper li.field_sublabel_above .ginput_complex input[type=text] { margin-bottom: 15px!important;}
.gform_wrapper ul.gfield_checkbox li, 
.gform_wrapper ul.gfield_radio li {
float: left;
margin: 0 15px 15px 0; 
width: 100%;
float: none;  
}
.gform_wrapper .gfield_checkbox li label, 
.gform_wrapper .gfield_radio li label {
margin: 0 26px 5px 24px!important; 
}
.gform_wrapper .top_label .gfield_description {
padding: 0 0 15px!important;
color: #666;
} .gform_wrapper .gform_body h2.gsection_title {
padding: 15px 0 5px !important;
}
input[type="file"] {
border: none!important;  
padding: 0!important;  
}  .gform_wrapper .gfield_error .gfield_label { color: #fff !important;}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
margin: 0 !important;
}
#gform_confirmation_message_1 { color: #fff;}
.gform_wrapper {
position: relative;
top: 20px!important;
margin-top: 0!important;
margin-bottom: 40px;
text-align: center;
}
.gform_wrapper input[type=text],
.gform_wrapper textarea {
border: 0;
background: #fff;
font-family: 'Lato', Arial, sans-serif;
font-size: 0.875em;
font-weight: 400;
color: #444;
line-height: 1em;
padding: 5px 8px;
border-radius: 0;
width: 100%!important;
}
.gform_footer input {
margin: auto;
}
.gform_wrapper textarea {
height: 100px!important;
min-height: 150px;
}
label.gfield_label, .gfield_label {
visibility: hidden;
}
.gform_wrapper.gravity-theme .gfield_label {
display: none !important;
}
.gform_wrapper label {
font-family: 'Lato', Arial, sans-serif;
font-size: 0.875em;
display: block;
margin-bottom: 5px;
font-weight: 400;
}
.gform_wrapper fieldset {
padding: 0!important;
margin-bottom: 10px!important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper textarea {
padding: 15px 20px!important;
background-color: #F4F4F4;
border: none;
}
.gfield_radio > div {
width: 100%;
}
.gfield_radio {
display: flex;
width: 80%;
margin: auto;
white-space: nowrap;
text-align: center;
color: #484845;
}
.gform_wrapper ul.gform_fields li.gfield { margin-bottom: 20px;}
.gform_wrapper .ginput_container_select {
position: relative;
display: block;
background-color: #ffffff;
border-radius: 0;
}
.gform_wrapper .ginput_container_select::after {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 6px 5px 0 5px;
border-color: #33464e transparent transparent transparent;
position: absolute;
right: 22px;
top: 25px;
z-index: 5;
}
h2.gform_submission_error.hide_summary {
letter-spacing: normal;
}
.gform_wrapper .select-wrap .ginput_container_select select {
-webkit-appearance: none;
background: transparent;
border: none;
border-radius: 0;
color: #222222;
font-size: 16px;
font-size: 1.6rem;
outline: none;
position: relative;
width: 100%;
z-index: 10;
width: 100%;
padding: 15px 40px 15px 10px;
box-sizing: border-box;
outline: none;
border: none;
}
body img.gform_ajax_spinner {
display: none !important;
}  .ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; } html.lt-ie9 .client-list-container .column { width: 22% !important; padding: 0 1% !important;}
html.lt-ie9 #header-container { background: url(//heliumstudio.com/wp-content/themes/heliumstudio/images/ie-fallback/header-container-bg.png) repeat;}
html.lt-ie9 #header-container.solid { background: #233c56;}
html.lt-ie9 .work-item > .inner { padding:  0 20px 25px;} @media screen
and (max-width: 1440px) { 
.work-container {
padding-left: 20px;
padding-right: 20px;
}
#content { padding: 0 40px 150px;}
body.single-helium_projects #content { padding: 0 0 150px;}
} @media screen
and (max-width: 1224px) { 
.info-box {
width: 100%;
height: 101% !important;
top: 0;
left: 0;
padding-top: 50px;
}
} @media screen and (max-width: 1080px) {} @media screen
and (max-width: 1024px) { 
.client-list-container {
padding-top: 20px;
margin-top: 20px;
-moz-column-count: 2;
-moz-column-gap: 35px;
-webkit-column-count: 2;
-webkit-column-gap: 35px;
column-count: 2;
column-gap: 35px;
}
#home-slider ul.slides > li,
.page-feature { background-size: cover;}
.slide-image img {
position: absolute;
max-width: 100%;
bottom: 0;
left: 0;
margin-left: 0;
}
footer > div { width: 100%;}
#footer-logo {
margin: 20px 0 35px!important;
width: 100%!important;
max-width: 100%!important;
text-align: center;
}
#footer-logo img { width: 100px;}
#project-components,
#project-wireframe {
width: 100%;
}
#project-components { margin-bottom: 40px!important;}
#project-components,
#project-components h3,
#project-components ul li {
text-align: center;
}
} @media screen
and (max-width: 1080px) { 
.client-logo { width: 25%;}
.client-logo:last-of-type {
display: none;
}
} @media screen
and (max-width: 800px) { 
#nav-main ul li a {
font-size: 0.875em;
padding: 23px 15px 0 15px;
height: 44px; }
#home-slider-wrapper,
#home-slider,
.slide-image { 
height:400px
}
.info-box h4 { font-size: 1.5em !important;}
.work-container.row {
padding: 0 5px;
}
.work-single-bottom {
padding-top: 40px;
}
} @media screen
and (max-width: 768px) { 
.footer-left {
width: 100%;
float: none;
}
.footer-left > .inner {
padding-right: 0px;
border-right: 0;
}
.footer-right {
width: 100%;
float: none;
}
.footer-right > .inner { padding-left: 0px;}
.twitter {
position: relative;
top: 0px;
}
.col2 > .col {
float: none;
width: 100%;
}
.col2 > .col > .inner { padding: 0;}
.col2 > .col:first-child > .inner { padding: 0 0 35px 0;}
.work-single-left {
float: none;
width: 100%;   
}
.work-single-right {
float: none;
width: 100%;
margin-top: 0;
}
.page-feature > .inner > .project-logo img {
width: 90%;
max-width: 500px;
margin: 0 auto;
display: block;
}
.page-feature > .inner > .page-intro,
.page-feature > .inner > .project-logo {
width: 100%;
bottom: 40px;
}
.work-single-left > .inner { padding-right: 0px;}
.client-logo {
width: 30%;
}
.client-list-container {
padding-top: 20px;
margin-top: 20px;
-moz-column-count: 2;
-moz-column-gap: 35px;
-webkit-column-count: 2;
-webkit-column-gap: 35px;
column-count: 2;
column-gap: 35px;
}
} @media screen
and (max-width: 640px) { 
.client-list-container {
padding-top: 20px;
margin-top: 20px;
-moz-column-count: 1;
-moz-column-gap: 0px;
-webkit-column-count: 1;
-webkit-column-gap: 0px;
column-count: 1;
column-gap: 0px;
text-align: center;
}
#home-slider-wrapper,
#home-slider,
.slide-image { height: 300px}
.service { width: 48%;} .mobile-dropdown ul { top: 0;}
.mobile-dropdown ul li a { font-size: 1.6em;}
.info-box h4 { font-size: 1em !important;}
.info-box p { font-size: 12px;}
#content h1, .page-feature > .inner > .page-intro > h1 {
font-size: 40px;
font-size: 4rem;
}
.page-feature .page-intro p {
color: #ffffff;
font-size: 20px;
font-size: 2rem;
line-height: 30px;
line-height: 3rem;
margin: 0 5% 15px;
width: 90%;
}
.page-feature {
padding-top: 50px;
padding-bottom: 40px;
background-attachment: scroll;
}
.work-single { padding-top: 30px;}
body.page #content {
padding: 5px 20px 20px;
}
.work-item { width: 100%; margin-right: 0;}
} @media screen
and (max-width: 480px) { 
.container-center { display: none;}
.mobile-dropdown {
position: relative;
height: auto;
}
.mobile-dropdown ul { padding: 30px 0!important;}
.home-work-item {
width: 100%;
float: none;
}
#header-container { position: relative;}
header { height: 70px;}
.mobile-dropdown {
position: relative;
top: 0px;
}
.tagline { margin-bottom: 30px;}
.tagline h1 {
font-size: 2em;
font-weight: 700;
}
.tagline h2 {
font-size: 2em;
font-weight: 700;
}
.home-recent-work-container.desktop {
display: none;
visibility: hidden;
}
.home-recent-work-container.mobile {
display: block;
visibility: visible;
}
.home-recent-work {
margin-bottom: 20px;
padding: 20px 0 15px 0;
border-top: 2px solid #426fab;
border-bottom: 2px solid #426fab;
}
.more-recent-work p a {
font-weight: 700;
}
#home-content {
padding: 35px 15px;
max-width: 960px;
margin: 0 auto;
}
.header-spacer {
display: none;
}
#content h1, .page-feature > .inner > .page-intro > h1 {
margin-top: 40px;
}
.work-item {
width: 100%;
opacity: 1 !important;
margin-bottom: 5px;
}
.work-item > .inner {
padding:  0 0 5px 0 !important;
}
.client-logo {
width: 30%;
float: left;
}
.client-logo img {
max-width: 100%;
}
.service {
width: 96%;
padding: 10px 2%;
}
.info-box h4 {
font-size: 1.5em !important;
}
} @media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
#nav-main ul li a,
#nav-mobile ul li a,
.mobile-dropdown ul li a {
font-weight: 400;
}
.tagline h2 {
font-weight: 700;
}
.more-recent-work p a {
font-weight: 700;
}
#content h1 {
font-size: 2.25em;
font-weight: 700;
}
#content h2 {
font-size: 1.5em;
font-weight: 700;
}
#content h3 {
font-size: 1.125em;
font-weight: 700;
}
#content p {
font-size: 1.2em;
line-height: 1.5em;
font-weight: 400;
}
.slide-image img { bottom: 0 !important;}
} @media only screen 
and (min-device-width : 768px)
and (max-device-width : 1024px) 
and (orientation : landscape) {
.slide-image img { bottom: 0 !important;}
} @media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
.slide-image img {
position: absolute;
max-width: 100%;
bottom: 0 !important;
left: 30px;
margin-left: 0;
}    
} @media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) {
#nav-main ul li a,
#nav-mobile ul li a,
.mobile-dropdown ul li a {
font-weight: 400;
}
#content h1 {
font-size: 2.25em;
font-weight: 700;
}
#content h2 {
font-size: 1.5em;
font-weight: 700;
}
#content h3 {
font-size: 1.125em;
font-weight: 700;
}
#content p {
font-size: 1em;
line-height: 1.5em;
font-weight: 400;
}
.slide-image img { bottom: 0 !important;}
} @media only screen 
and (min-device-width : 768px)
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
.slide-image img { bottom: 0 !important;}
} @media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
.slide-image img { bottom: 0 !important;}
} @media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
a.logo {
display: none;
}
a.logo-mobile {
display: inline-block;
float: left;
padding: 23px 0 17px 0;
max-width: 170px;
}
a.logo-mobile img {
width: 100%;
max-width: 100%;
height: auto;
}
#home-content {
padding: 35px 15px;
}
.home-work-item {
width: 100%;
float: none;
}
#home-slider {
display: none;
}
#header-container {
position: relative;
}
.mobile-dropdown {
position: relative;
top: 0px;
}
.tagline {
margin-bottom: 30px;
}
.tagline h2 {
font-size: 2em;
font-weight: 700;
}
.home-recent-work {
margin-bottom: 20px;
padding: 20px 0 15px 0;
border-top: 2px solid #426fab;
border-bottom: 2px solid #426fab;
}
.more-recent-work p a {
font-weight: 700;
}
.header-spacer {
display: none;
}
#content h1 {
font-size: 2.25em;
font-weight: 700;
}
#content h2 {
font-size: 1.5em;
font-weight: 700;
}
#content h3 {
font-size: 1.125em;
font-weight: 700;
}
#content p {
font-size: 1.2em;
line-height: 1.5em;
font-weight: 400;
}
} @media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) {
} @media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) {
} @media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
#nav-main ul li a,
#nav-mobile ul li a,
.mobile-dropdown ul li a {
font-weight: 400;
}
#content h1 {
font-size: 2.25em;
font-weight: 700;
}
#content h2 {
font-size: 1.5em;
font-weight: 700;
}
#content h3 {
font-size: 1.125em;
font-weight: 700;
}
#content p {
font-size: 1.2em;
line-height: 1.5em;
font-weight: 400;
}
} @media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : portrait) {
} @media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : landscape) {
} @media print {
* { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
a, a:visited { text-decoration: underline; }
a[href]:after { content: " (" attr(href) ")"; }
abbr[title]:after { content: " (" attr(title) ")"; }
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
thead { display: table-header-group; } 
tr, img { page-break-inside: avoid; }
img { max-width: 100% !important; }
@page { margin: 0.5cm; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3 { page-break-after: avoid; }
}.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}  @font-face {
font-family: 'flexslider-icon';
src:url(//heliumstudio.com/wp-content/themes/heliumstudio/js/assets/fonts/flexslider-icon.eot);
src:url(//heliumstudio.com/wp-content/themes/heliumstudio/js/assets/fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'),
url(//heliumstudio.com/wp-content/themes/heliumstudio/js/assets/fonts/flexslider-icon.woff) format('woff'),
url(//heliumstudio.com/wp-content/themes/heliumstudio/js/assets/fonts/flexslider-icon.ttf) format('truetype'),
url(//heliumstudio.com/wp-content/themes/heliumstudio/js/assets/fonts/flexslider-icon.svg#flexslider-icon) format('svg');
font-weight: normal;
font-style: normal;
} .flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} .flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;} .slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}  .no-js .slides > li:first-child {display: block;} .flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-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); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }