/*text-shadow: 1px 1px 40px rgba(0,0,0,1);*/
ol, ul {
  margin: 0;
  padding: 0;
}

.logo {
    background-color: #ffffff;
    height:119px;
    width:220px;
    z-index: 2;
    position: absolute;

}
.logo img {
    width: 172px;
    height: 75px;
    margin: 22px 24px;
    z-index: 1;
    cursor:pointer;
}
@media (max-width: 400px) {
    .logo {
        width: 172px;
        height: 75px;
    }
    .logo img {
        margin: 10px;
        width: 152px;
        height: 55px;
    }
}

.top-container {
    background-position: center;
    background-size: cover;
    height: 100vh;
    text-align: center;
}



.top-down-arrow {
	display: inline-block;
    position: absolute;
    bottom: 32px;
    left: 50%;
    right: 50%;
    margin-left: -50px;
	width: 100px;
	z-index: 1;
}

@media (min-width:992px) {
    .top-container-sm {
        height: 50vh;
    }
    .top-container-sm .top-down-arrow {
        display: none;
    }
}
 


.top-container-inner {
    margin-left:auto;
    margin-right:auto;
    position: relative;
    height:100%;
    width:100%;
}

@media (min-width: 1600px) {
    .container {
        width: 1366px;
    }
    .top-container-inner {
        width: 1366px;
    }
}

/** Navigation bar **/
@media (max-width: 768px) {
    ul.main-nav {
        position: absolute;
        top:0;
        right:0;
        background: url(/images/nav-collapsed.png) no-repeat right 30px top 30px;
        padding-top: 75px;
        z-index:2;
        
    }
    
    ul.main-nav {
        cursor: pointer;
        width: 90px;
    }
    
    ul.main-nav.expanded {
        width: 160px;
        cursor: auto;
    }
    
    ul.main-nav.expanded li {
        display: block;
    }
    

    ul.main-nav li {
        background-color: #ffffff;
        height: 76px;
        width: 160px;
        display: none;
        float:left;
        margin:0;
        padding:0;
        border: 1px solid #dddddd;
        color: #111b22;
        font: 400 20px / 28px Oswald;
    }

    
    ul.main-nav li:before {
        content: " ";
        height:76px;
        vertical-align: middle;
        display: inline-block;
    }
    ul.main-nav li.active {
        background-color: #3597d3;
        border: 1px solid #3597d3;
		
    }
    ul.main-nav li.active a {
        color: white;
    }
}



@media (min-width: 769px) {

    ul.main-nav {
        top:0;
        right: 0;
        position: absolute;
        color: #54aae3;
        font: 400 20px / 24px 'Oswald';
        z-index: 2;
        padding: 0;
    }
    ul.main-nav li {
        display: inline-block;
        color:#ffffff;
        margin-left: 28px;
        padding: 18px 11px 11px 11px;
        border-bottom: 3px solid white;

    }

    ul.main-nav li.active {
        background-color: rgba(255,255,255,0.9);
    }

    ul.main-nav li.active a {
		color: #111b23;
        text-decoration: none;
    }

    ul.main-nav li a {
        color:#ffffff
    }
}

@media (min-width: 769px) {
	ul.main-nav li a::before, ul.main-nav li a::after {
		color: #337ab7;
	}
}

ul.main-nav li a::before {
    content: "{\a0\a0";
    visibility: hidden;
	
}
ul.main-nav li a::after {
    content: "\a0\a0}";
    visibility: hidden;
}
ul.main-nav li.active a::before {
    visibility: visible;
}
ul.main-nav li.active a::after {
    visibility: visible;
}
a:hover, a:active {
    text-decoration: none;
}

/** End navigation **/

.welcome-area {
    vertical-align: middle;
    height:100%;
    position: absolute;
    top:0;left:0;right:0;bottom:0;
    white-space: nowrap;
    z-index: 1;
}
.welcome-area:before {
    content: '';
/*
    background-color:red;
    width:5px;
*/
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: -0.25em;
}

.welcome-area-inner {
    display: inline-block;
    vertical-align: middle;
    width:95%;
}

.welcome-text {
    margin-top: 0;
    margin-bottom: 0;
    font:300 72px 'Roboto Slab';
    color: #ffffff;
    white-space: normal;
}
.welcome-sub-text {
    margin-bottom: 0;
    font: 300 30px 'Roboto Slab';
    color: #ffffff;
    white-space: normal;
    margin-top: 20px;
}


@media (max-width: 768px) {
    .welcome-text {
        font: 300 42px 'Roboto Slab';
    }
    .welcome-sub-text {
        font: 300 20px 'Roboto Slab';
    }
}




/* how we build */
.section1 {
    margin-top:64px;
    margin-bottom:64px;

}

.section1-title {
    font: 400 42px 'Oswald';
    margin-bottom:74px;
}

.section1-block {
    text-align: center;
    margin-bottom: 21px;
}

.section1-block img {
    height: 100px;
}
.section1-block-title {
    font:400 24px 'Roboto Slab';
    color: #54aae3;
    margin-top:38px;

}
.section1-block-msg {
    margin-top:26px;
    color:#737d83;
    font:400 15px / 21px Roboto;
    min-height: 100px;
    max-width: 300px;
    margin-left:auto;
    margin-right:auto;
}

/** what we build */
.section2 {
    background-color: #2a73a3;

}
.section2-title {
    color: #ffffff;
    font: 400 42px Oswald;
    padding-top: 46px;
    padding-bottom: 47px;
    text-align: center
}
.section2-block {
    padding-top: 112px;
}
.section2-block-image-container {
    text-align: center
}
.section2-block-title {
    color: #ffffff;
    font: 400 21px 'Roboto';
    text-align: center;
    margin-top:40px;
}
.section2-block-image {
    height:116px;
}
.section2-block1 {
    background-color: #3084bb;
    min-height: 425px;
}
.section2-block2 {
    background-color: #3b97d3;
    min-height: 425px;
}
.section2-block3 {
    background-color: #54aae3;
    min-height: 425px;
}


.project-types-section {
    background-color: #f1f3f5;
    padding: 48px 0;
}

.project-types-section h1 {
    font: 400 42px Oswald;
    text-align: center;
    margin-bottom: 45px;
}

.project-type-block {
    text-align: center;
    color: #111b22;
    font: 400 18px / 21px 'Roboto';
    margin-bottom: 55px;
    
}

.project-type-block img {
    height: 116px;
    max-width: 140px;
    margin-bottom:15px;
}


.project-type-block-header {
    
}

.project-types-section {
    
}


/* our customers */
.section3-title {
    font: 400 42px 'Oswald';
    margin-bottom:42px;
    margin-top:42px;
    text-align: center;
}

/* actual customer case studies */
.section4 {
    background-color: #f1f3f5;
}

.section4 .customer-block {
    min-height: 325px;
    margin-left: 0;
    margin-right: 0;
    background-size: cover;
    background-position: center;
    position: relative;
    padding:0; 

}

.section4 .customer-block .overlay {
    background-color: rgb(59, 151, 211);
    position: absolute;
    top:0; left: 0; right: 0; bottom: 0;
    opacity: 0;
    transition: opacity .2s ease-in;
}


.section4 .customer-block .overlay .inner {
    border: 2px solid rgba(255,255,255,.9);
    position: absolute;
    top: 22px;
    left: 19px;
    right:19px;
    bottom: 22px;
    text-align: center;
}

.section4 .customer-block .overlay .inner img {
    display: inline-block;
    margin-top: 94px;
    max-width: 300px;
    max-height: 100px;
    margin-bottom: 13px;
}

.section4 .customer-block .overlay .inner .msg-container {
    text-align: center;
}
.section4 .customer-block .overlay .inner .msg-container .msg {
    color: #ffffff;
    font: 400 16px / 24px 'Roboto';
    width:50%;
    max-width: 400px;
    text-align: center;
    display: inline-block;
    opacity: 1;
}

.customer-block .customer-info {
    background-color: rgba(0,0,0,.5);
    position: absolute;
    
    left: 25px;
    right: 25px;
    top: 25px;
    bottom: 25px;
    
}
    
    
.customer-block .customer-desc {
    color: #ffffff;
    font: 400 16px Roboto;
    width: 90%;
    max-width: 300px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 140px;
}



.customer-block .customer-logo {
    
    position: absolute;
    top: 25px;
    
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: auto;
    max-height: 100px;
    max-width: 300px;
}

@media (max-width: 400px) {
    .customer-block .customer-logo {
        max-width: 200px;
        max-height: 65px;
    }
    .customer-block .customer-desc {
        top: 110px;
    }
}


.customer-block .customer-name {
    position: absolute;
    left:0;
    right:0;
    top: 50px;
    text-align: center;
    color: #ffffff;
    font: 300 24px 'Oswald';
}

.customer-block .read-more-button {

    position: absolute;
    
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 20px;
    width: 224px;
    
    border: none;
    background-color: #3597d3;
    padding: 8px 16px;
    color: #ffffff;
    font: 400 16px 'Roboto';
    opacity: 1;
    transition: opacity .25s;
    cursor: pointer;
}

.read-more-button .read-more-button-disabled {
	background-color: rgba(150, 150, 150,.5);
	color:white;
}


.customer-block.hover {
     /*cursor: pointer;*/
}

.customer-block.hover .read-more-button {
    /*opacity:1;*/
}
.background-cover:before {
    content: " ";
    vertical-align: middle;
    display: inline-block;
    height: 100%;
}
.background-cover {
    
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: rgba(0,0,0,.5);
    text-align: center;
    transition: background-color .5s;
}


.section5 {
    background: url(/images/contact-bg.png);
    background-size: cover;
    padding-bottom: 64px;
}

/* Lets work together */
.section5-title {
    margin-top:81px;
    margin-bottom:55px;
    color: #ffffff;
    font: 400 42px 'Oswald';
    text-align: center;
}


/* form field stuff */
.form-row input {
    outline: none;
    border: none;
    width: 100%;
    background-color: transparent;
}

.form-row input:disabled,
.form-row textarea:disabled
{
    color: #aaa;
    background-color:rgba(50, 50,50,.5);
    transition: color .25s, background-color .25s;
}

.contact-form-light .form-row input:disabled,
.contact-form-light .form-row textarea:disabled
{
    color: #aaa;
    background-color:rgba(150, 150, 150,.5);
    transition: color .25s, background-color .25s;
}


.contact-form-light .form-row .input-container,
.contact-form-light .form-row textarea {
    color: #59A;
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
}


.form-row .input-container,
.form-row textarea {
    color: #aef;
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
}

.input-container {
    border-bottom: 3px solid #ffffff;
    margin-bottom: 45px;
}

.input-container-inner {
    display: table-cell;
}
.input-container-inner-input {
    width:100%;
}

.contact-form.contact-form-light .input-container {
    border-bottom: 3px solid #0f1b23;
}
.contact-form.contact-form-light label {
    color: #0f1b23;
}

.contact-form.contact-form-light textarea {
    border:3px solid #0f1b23;
}


label {
    color: #ffffff;
    font: 400 21px 'Roboto';
    white-space: nowrap;
    margin-right: 10px;
}

.form-row-light label {
    
}

.form-row {
    transition: opacity .25s;
}

textarea {
    border: 3px solid #ffffff;
    outline: none;
    width: 100%;
    height:260px;
    background-color:transparent;
}


.submit-btn {
    border: none;
    background-color: #3597d3;
    padding: 16px 32px;
    color: #ffffff;
    font: 400 21px Oswald;
    transition: all 1s;
    display: inline-block;
    position: relative;
    top:0;
    right: 4px;
    white-space: nowrap;
    margin-top: 5px;
}
.submit-btn:before {
    content: "Send";
    margin-right: 10px;
}

.contact-form .submit-btn-container {
    text-align: center;
    float: right;
    transition: width .5s;
    width: 134px;
}

.contact-form.success .submit-btn-container {
    width:100%;
}

.contact-form.success .submit-btn .icon-send {
    display: none;
}


.contact-form.success .form-row {
    opacity: 0;
}
.contact-form.success .submit-btn {
    background-color: #5cb85c;
    top:-200px;
}
.contact-form.success .submit-btn:before {
    content: "Thank you,\a0talk to you soon!";
}

.contact-form.submitting .submit-btn {
    background-color:#aaa;
}

.contact-form.submitting .submit-btn:before {
    content: "Sending";
}

.contact-form.submitting .submit-btn-container {
    width:100%;
}


/* footer */

.section6 {
    background-color: #ffffff;
    margin-top:42px;
    margin-bottom: 42px;
}
.footer-logo {
    width:32px;
    height: 46px;
}
.footer-copyright {
    margin-left: 16px;
    color: #111b22;
    font: 400 14px 'Oswald';
    white-space: nowrap;
}
@media (max-width: 420px) {
    .footer-copyright {
        font-size: 10px;
        margin-left: 12px;
    }
    .footer-logo {
        width: 16px;
        height: 23px;
    }
}
a.footer-sm-link {
    margin-left:32px;
}
.footer-fb {
    height: 32px;
}
.footer-tw {
    height: 28px;
}

.div-center-in-parent {
}

.div-center-in-parent:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: -0.25em;
}

/**** Case study list page ****/
.case-study-item-detail {
    height: 50vh;
    max-height: 424px;
    background-color: #f1f3f5;
    padding-left: 5%;
    white-space: nowrap;
}
.case-study-item-detail-inner {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    white-space: normal;
}

.case-study-item-image {
    padding: 0;
    max-height: 424px;
    height: 50vh;
    display: block;
    background-position: center center;
    background-size: cover;
}

.case-study-item-detail-title,
.case-study-item-detail-title a,
.case-study-item-detail-title a:hover,
.case-study-item-detail-title a:active,
.case-study-item-detail-title a:visited {
    color: #111b22;
    font: 400 42px 'Oswald';
}

.case-study-item-detail-desc,
.case-study-item-detail-desc a,
.case-study-item-detail-desc a:hover,
.case-study-item-detail-desc a:active,
.case-study-item-detail-desc a:visited {
    color: #737d83;
    font: 400 16px / 24px 'Roboto';
    max-width: 397px;
    white-space: normal;
    margin-top: 23px;
}

.case-study-item-detail-link {
    margin-top: 21px;
    font: 400 16px / 24px 'Roboto';
}

@media (max-width: 550px) , (max-height: 400px) {
    .case-study-item-detail-title,
    .case-study-item-detail-title a,
    .case-study-item-detail-title a:hover,
    .case-study-item-detail-title a:active,
    .case-study-item-detail-title a:visited {
        font: 400 21px 'Oswald';
    }
    .case-study-item-detail-desc,
    .case-study-item-detail-desc a,
    .case-study-item-detail-desc a:hover,
    .case-study-item-detail-desc a:active,
    .case-study-item-detail-desc a:visited  {
        font: 400 14px / 20px 'Roboto';
    }
    .case-study-item-detail-link {
        font: 400 14px / 20px 'Roboto';
    }
}

.case-study-item-detail-link i {
    font-size: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 1px;
}


.case-study-follow-up {
    text-align: center;
    background: url(/images/case-study-follow-up-bg.jpg) center center;
    background-size: cover;
}

.case-study-follow-up-question {
    margin-top: 81px;
    color: #ffffff;
    font: 400 36px / 33px 'Roboto Slab';
}

.case-study-follow-up-button, .case-study-follow-up-button:hover {
    padding: 14px;
    display: inline-block;
    background-color: #3597d3;
    color: #ffffff;
    font: 400 21px 'Oswald';
    margin-top: 47px;
    margin-bottom: 89px;
    text-decoration: none;
    cursor: pointer;
}


.case-study-follow-up-button i {
    margin-left: 11px;
}


/** case study detail page */

.case-study-company-name {
    color: #ffffff;
    font: 400 60px / 60px 'Oswald';
    margin-top: 16px;
}

.case-study-subtitle {
    margin-top: 27px;
    color: #ffffff;
    font: 400 28px / 24px 'Roboto Slab';
}

.case-study-company-image {
    max-height: 140px;
    max-width: 400px;
}
@media (max-width: 400px) {
    .case-study-company-image {
        max-width: 250px;
    }
}

.case-study-problem-section, .case-study-summary-section {
    padding-bottom: 69px;
    
}

h3.case-study-header {
    color: #111b22;
    font: 400 32px 'Oswald';
    text-align: center;
    margin-top: 55px;

}

.case-study-body {
    color: #737d83;
    font: 400 15px / 24px 'Roboto';

}

.case-study-body h4 {
    font-weight: bold;
}





.case-study-body p {
    margin-bottom:26px;
}

ul.j-list, .case-study-body ul {
    margin-bottom: 26px;
}

ul.j-list li, .case-study-body ul li {
    list-style: none;
    text-indent: -47px;
    margin-top: 7px;
    margin-left: 50px;
    font: 400 15px / 21px Roboto;
}

ul.j-list li:before, .case-study-body ul li:before {
    content: "}";
    padding-right: 10px;
    color:#54aae3;
    font-weight: bold;
    margin-left: 32px;
}


.case-study-solution-section {
    background-color: #f1f3f5;
    padding-bottom: 116px;
}


.case-study-body h4 {
    color: #111b22;
    font: 400 21px Roboto;
    margin-bottom: 12px;
    margin-top: 30px;
    /*border-bottom: 2px solid #54aae3;*/
    padding-bottom: 2px;
}
.case-study-body h4 img {
    max-height: 32px;
    max-width: 28px;
    width: auto;
    height:auto;
    margin-right: 12px;
    margin-bottom: 4px;
}

.case-study-body dl {
    color: #737d83;
    font: 400 15px / 21px Roboto;
    margin-left: 20px;
}

.case-study-body dt {
    margin-left: 1em;
    color:#111b22;
    
}
.case-study-body dt:before {
    content: "}";
    margin-right: 10px;
    vertical-align: bottom;
    color: #54aae3;
    display: inline-block;
    margin-top: 10px;
    font-weight: bold;
}

.case-study-body dd {
    margin-left:31px;
    
}


/**** CONTACT PAGE ****/
.top-container .credit {
    color: rgba(255,255,255,.8);
    position: absolute;
    right: 10px;
    bottom: 10px;
    text-transform: uppercase;
    font: 300 12px 'Roboto';
    letter-spacing: 3px;
    background-color:rgba(0,0,0,.2);


    
}

@media (max-width: 768px) {
    .top-container .credit {
        display: none;
    }
}

.top-container .contact-subtitle {
    font: 300 32px 'Oswald';
}
.top-container .contact-subtitle i {
    margin-right: 22px;
}
.contact-us-form {
    padding: 65px 0;
    border-bottom: 3px solid #dddddd;
}




/*** jobs page ***/
.job-opening {
    background-color: #f1f3f5;
    border-bottom: 1px solid #dddddd;
}


.job-title {
    color: #111b22;
    font: 400 24px 'Oswald';
}

.job-apply-button {
    background-color:#3597d3;
    padding: 10px 20px;
    font: 400 14px 'Oswald';
    color: #ffffff;
    vertical-align: bottom;
}



.job-opening .container {
    padding-top:50px;
    padding-bottom:74px;
}

.job-description p {
    color: #737d83;
    font: 400 15px / 21px Roboto;
    margin-top:21px;
}

.job-opening-collapsed .job-requirements {
    display: none;
}

.job-requirements ul li {
    color: #737d83;
    font: 400 15px 'Roboto';
}
.job-requirements h4 {
    color: #111b22;
    font: 500 18px / 21px 'Roboto';
}

.job-opening .icon-angle-up {
    font-size:25px;
    color:#919ca3;
    vertical-align: middle;
}

.job-collapse-icon {
    height:100%;
    line-height: 40px;
}
.job-collapse-icon {
    min-height:45px;
    background: url(/images/angle-up.svg) no-repeat right;
}

.job-opening-collapsed .job-collapse-icon {
    background-image: url(/images/angle-down.svg);
}

.job-opening-collapsed {
    background-color: #ffffff;
    
}

/** various iOS hacks **/ 

/** 
 * iPad with portrait orientation.
 */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .top-container { height: 927px; }
/*    .top-container-sm { height: 463px; }*/
    .case-study-item-detail { height: 463px; }
    .case-study-item-image { height: 463px; }
}
 
/** 
 * iPad with landscape orientation.
 */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
    .top-container { height: 672px; }
/*    .top-container-sm { height: 336px; }*/
    .case-study-item-detail { height: 336px; }
    .case-study-item-image { height: 336px; }    
}
 
/**
 * iPhone 5
 * You can also target devices with aspect ratio.
 */
@media screen and (device-aspect-ratio: 40/71) {
    .top-container { height: 500px; }
    .top-container-sm { height: 500px; }
    .case-study-item-detail { height: 250px; }
    .case-study-item-image { height: 250px; }    
}