/*
Theme Name: fourlogic_
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: 4LOGIC Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fourlogic_
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

fourlogic_ is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #909c9c;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}
p {
    margin: 0 0 20px 0;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: .9375rem;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}
*,
:before,
:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    
    box-sizing: inherit;
}
body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul,
ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: 700;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    
    max-width: 100%;
    /* Adhere to container width. */
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: .75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}
select {
    border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}
textarea {
    width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #4169e1;
}
a:visited {
    color: purple;
}
a:hover,
a:focus,
a:active {
    color: #191970;
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
    float: left;
    position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}
.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 1.5em;
    left: -15%;
    z-index: 99999;
    background: #fff;
    color: #000;
    font-family: 'NeoSans-Light';
    text-align: center;
    display:none;
    white-space:nowrap;
}


.main-navigation ul ul li {} .main-navigation li:hover > a,
.main-navigation li.focus > a {
    color: #71c5e5;
    cursor: pointer;
}

.main-navigation ul li:hover ul {
	display:block; }
	
/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}
.hentry {
    margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    
    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: .8075em 0;
}
.wp-caption-text {
    text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
/* 4LOGIC */

@font-face {
    font-family: 'NeoSans';
    src: url(fonts/NeoSans.eot?#iefix) format("embedded-opentype"), url(fonts/NeoSans.woff) format("woff"), url(fonts/NeoSans.ttf) format("truetype"), url(fonts/NeoSans.svg#NeoSans) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'NeoSans-Bold';
    src: url(fonts/NeoSans-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/NeoSans-Bold.woff) format("woff"), url(fonts/NeoSans-Bold.ttf) format("truetype"), url(fonts/NeoSans-Bold.svg#NeoSans-Bold) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'NeoSans-Light';
    src: url(fonts/NeoSans-Light.eot?#iefix) format("embedded-opentype"), url(fonts/NeoSans-Light.woff) format("woff"), url(fonts/NeoSans-Light.ttf) format("truetype"), url(fonts/NeoSans-Light.svg#NeoSans-Light) format("svg");
    font-weight: 400;
    font-style: normal;
}
body {
    font-family: "museo-sans";
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
    background: #fff;
}
.col {
    float: left;
}
.col-20 {
    width: 19.66%;
}
.col-25 {
    width: 25%;
}
.col-30 {
	width:30%;
}
.col-30-pad {
	margin:0 5% !important; }
	
.col-33 {
    width: 33%;
}
.col-50 {
    width: 48%;
}
.col-50:nth-of-type(2n) {
    float: right;
}
.text-right {
    text-align: right;
}
.container {
    width: 1160px;
    margin: 0 auto;
    position: relative;
    display: table;
}
header {
    background: #fff;
}
.header-contact {
    background: #000;
    text-align: right;
    color: #fff;
    font-family: 'NeoSans';
    font-size: 20px;
    text-transform: uppercase;
    padding: 5px 0;
}
.header-contact span {
    color: #68c9ee;
    padding: 0 0 0 40px;
}
.header-contact span a {
	color:inherit;
	text-decoration:none; }
.logo {
    width: 172px;
    height: 65px;
    background: transparent url(images/logo.png?retina) no-repeat 0 0;
    background-size:contain;
    margin: 12px 0;
    text-indent: -9999px;
    float: left;
}
.main-navigation {
    clear: none;
    float: right;
    width: auto;
    padding: 30px 0 0;
    font-family: 'NeoSans';
}
.main-navigation ul li {
    padding: 0 30px;
}
.main-navigation ul li a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
}
.main-navigation ul ul li {
    padding: 10px !important;
    line-height: 1.2;
    width:100%;
}
.main-navigation ul ul li a {
    font-size: 15px;
}
.main-navigation ul li.menu-item-22 ul li:first-child {
    padding-top: 0 !important;
}
.main-navigation ul ul li:first-child {
    border-top: 3px solid #71c5e5;
    margin-top: 20px;
    padding: 10px 0 !important;
}
.main-navigation ul ul li:last-child {
    padding-bottom: 10px !important;
}
.main-navigation ul ul li:first-child:before {
    content: '';
    position: absolute;
    top: -7.5px;
    left: 48%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #71c5e5;
}
.main-navigation ul li:last-child {
    padding: 0 0 0 30px;
}
.home-container {
    background: url(images/bg-home.jpg) no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.home-services {
    width: 950px;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #fff;
}
.home-services a {
	color:inherit;
	text-decoration:none; }
	
footer {
    background: #000;
    color: #939598;
    font-size: 11px;
    padding: 5px 0;
    width: 100%;
    position: relative;
    bottom: 0;
    z-index: 1;
}
body.home footer {
    position: absolute;
}
footer span {
    font-size: 20px;
    font-family: 'NeoSans';
    color: #68c9ee;
    padding: 0 50px 0 0;
}
footer .legals {
    transform: translateY(50%);
    letter-spacing: 0;
}
footer .legals a {
    margin: 0 20px 0 0;
    text-decoration: none;
    color: inherit;
}
footer .fa {
    color: #68c9ee;
    font-size: 17px;
    padding: 0;
    width: 25px;
    text-align: center;
    border: 1px solid #68c9ee;
    line-height: 25px;
    margin: 0 15px 0 0;
}
footer .fa-linkedin {
    padding-left: 2px;
}
.services-title {
    border-radius: 20px 20px 0 0;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px 40px;
    box-sizing: border-box;
    height: 175px;
    position: relative;
}
.services-title h1 {
    padding: 0;
    margin: 0;
    font-family: 'NeoSans-Bold';
    font-size: 80px;
    line-height: 1;
    text-transform: uppercase;
}
.services-title h2 {
    font-size: 45px;
    font-family: 'NeoSans';
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    line-height: 1;
    display: none;
    position: absolute;
    bottom: 20px;
    left: 40px;
}
.home-quick-links {
    background: transparent url(images/bg-quicklinks.png) no-repeat 0 0;
    width: 100px;
    height: 360px;
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.icon-windows {
    background: transparent url(images/icon-windows.png) no-repeat center center;
    position: absolute;
    top: 130px;
    left: 0;
    padding:50px;
    transition: all .5s;
}
.icon-windows:hover {
    background: transparent url(images/icon-windows-hover.png) no-repeat center center;
}
.icon-apple {
    background: transparent url(images/icon-apple.png) no-repeat center center;
    position: absolute;
    top: 258px;
    left: 0;
    padding:50px;
    transition: all .5s;
}
.icon-apple:hover {
    background: transparent url(images/icon-apple-hover.png) no-repeat center center;
}
.managed-services {
    background: rgba(0, 174, 239, 0.6) !important;
}
.comanaged-services {
    background: rgba(196, 214, 0, 0.6) !important;
}
.consultancy-services {
    background: rgba(252, 76, 2, 0.6) !important;
}
.integration-services {
    background: rgba(228, 93, 191, 0.6) !important;
}
.cloud-services {
    background: rgba(0, 179, 185, 0.6) !important;
}
.home-services .col {
    padding: 20px;
    box-sizing: border-box;
    margin: 4px 2px;
    background: rgba(0, 0, 0, 0.4);
    width:24.79%;
    min-height:280px;
    text-align:center;
}
.home-services .col:nth-child(2) {
    margin: 4px 2px 4px 0;
}
.home-services .col:last-child {
    margin: 4px 0 4px 2px;
}
.home-services .col h3 {
    font-size: 20px;
    font-family: 'NeoSans';
    line-height: 1.2;
    padding: 0 0 20px 0;
    margin: 0;
}
.home-services .col p {
    font-size: 12px;
    line-height: 1.2;
    margin: 0 0 0 0;
}
.home-services .col img {
    display: block;
    margin: 0 auto 20px auto;
}

.home-slogan {
	font-weight:100;
	width:100%;
	text-align:center;
	margin:10px 0 0 0;
	font-size:22px;
	display:inline-block; }
	
li#menu-item-492, 
li#menu-item-1163 {
    /* border-bottom: 1px solid #71c5e5; */
    
    line-height: 3;
    font-family: 'NeoSans';
    padding:0 !important;
}
li#menu-item-492:after, 
li#menu-item-1163:after {
    content: "";
    position: absolute;
    left: 10px;
    bottom: 0;
    height: 1px;
    width: 90%;
    /* or 100px */
    
    border-bottom: 1px solid #71c5e5;
}
li#menu-item-170 {
    line-height: 3;
    font-family: 'NeoSans';
    margin-bottom: -5px;
}
li#menu-item-492 a,
li#menu-item-1163 a,
li#menu-item-170 a {
    color: #71c5e5;
}
.quick-links ul {
    margin: 10px 0 0 0;
    padding: 0;
    list-style-type: none;
}
.quick-links ul li {
    display: inline-block;
    text-align: center;
    line-height: 2.2;
    float: left;
    text-transform: uppercase;
    font-family: 'NeoSans';
}
.quick-links ul li a {
    text-decoration: none;
    color: #fff;
}
.quick-links ul li:first-child:nth-last-child(2),
.quick-links ul li:first-child:nth-last-child(2) ~ li {
    width: 50%;
}
.quick-links ul li:first-child:nth-last-child(3),
.quick-links ul li:first-child:nth-last-child(3) ~ li {
    width: 33.3%;
}
.quick-links ul li:first-child:nth-last-child(4),
.quick-links ul li:first-child:nth-last-child(4) ~ li {
    width: 25%;
}
.quick-links ul li:first-child:nth-last-child(5),
.quick-links ul li:first-child:nth-last-child(5) ~ li {
    width: 20%;
}
.bgcolor-9,
.bgcolor-473,
.quick-links ul li.page-item-473,
.bgcolor-471,
.bgcolor-472,
.bgcolor-125,
.bgcolor-470,
.bgcolor-156,
.bgcolor-168,
.bgcolor-183,
.bgcolor-332,
.bgcolor-334,
body.parent-pageid-168 .page-headline {
    background-color: #6bcef3;
}
.bgcolor-474,
.quick-links ul li.page-item-474 {
    background-color: #bad532;
}
.bgcolor-475,
.quick-links ul li.page-item-475 {
    background-color: #f15d2a;
}
.bgcolor-476,
.quick-links ul li.page-item-476 {
    background-color: #ca68a9;
}
.bgcolor-44,
.quick-links ul li.page-item-44 {
    background-color: #00b0ba;
}
.txcolor-473,
.txcolor-471,
body.page-id-472 .main-content h2 {
    color: #6bcef3;
}
.txcolor-474 {
    color: #bad532;
}
.txcolor-475 {
    color: #f15d2a;
}
.txcolor-476 {
    color: #ca68a9;
}
.txcolor-44 {
    color: #00b0ba;
}
body.page-id-472 .main-content {
    color: #404040;
}
body.page-id-472 .main-content h2 {
    text-align: left;
    margin: 0;
    padding: 0 0 10px 0;
}
body.page-id-472 .main-content h4 {
    font-size: 14px;
}
body.page-id-472 .main-content .fa {
    color: #68c9ee;
    font-size: 17px;
    padding: 0;
    width: 25px;
    text-align: center;
    border: 1px solid #68c9ee;
    line-height: 25px;
    margin: 0 5px 0 0;
}
body.page-id-472 .main-content .fa-envelope-o {
    border: 0;
    font-size: 30px;
}
body.page-id-472 .main-content .fa-linkedin {
    padding-left: 2px;
}
.page-headline h1 {
    font-family: 'NeoSans-Light';
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    margin: 27px 0;
    letter-spacing: 3px;
}
.page-banner {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center center;
}
.page-banner .container {
    height: 100%;
}
.page-banner-overlay {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
}
.page-banner-caption {
    border-radius: 10px 10px 0 0;
    background: rgba(0, 174, 239, 0.6);
    padding: 25px 50px;
    box-sizing: border-box;
    position: relative;
    width: 695px;
}
.page-banner-sub-caption {
    background: rgba(0, 0, 0, 0.4);
    padding: 25px 50px;
    box-sizing: border-box;
    position: relative;
    width: 695px;
    margin-top: 2px;
}
.page-banner-caption h1 {
    font-family: 'NeoSans-Bold';
    padding: 0;
    margin: 0;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
}
.page-banner-caption h2,
.page-banner-sub-caption h2 {
    font-family: 'NeoSans';
    font-weight: 300;
    color: #fff;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: 3px;
}
.page-banner-sub-caption h2 {
    width: 90%;
}
.page-intro {
    background: #909c9c;
    padding: 70px 0;
    text-align: center;
    color: #fff;
}
.page-intro .container {
    width: 900px;
}
.page-intro p {
    margin: 0;
}
.page-intro h2,
.main-content h2,
.tx-featured-box h2,
.text-over-image h2,
.fl_box h2 {
    font-family: 'NeoSans-Bold';
    font-size: 30px;
    margin: 0;
    padding: 0 0 20px 0;
    text-transform: uppercase;
}
.main-content h2 {
    text-align: center;
    padding: 0 0 40px 0;
}
.main-content h4,
.tx-featured-box h4 {
    font-family: 'NeoSans-Bold';
    font-size: 20px;
    margin: 0;
    padding: 0 0 5px 0;
    color: #404040;
}
.page-intro h3,
.text-over-image h3 {
    font-family: "museo-sans";
    font-weight: 300;
    font-size: 20px;
    margin: 0;
    padding: 0;
}
.text-over-image h3 {
    width: 75%;
    margin: 0 auto;
}
.with-pad-vertical {
    padding: 70px 0;
}
.tx-featured-box {
    padding: 70px 0 30px 0;
    color: #404040;
    text-align:center;
}
.tx-featured-box .col-25 { text-align:left; display:inline-block;float:none;vertical-align:top; }

body.page-id-156 .tx-featured-box {
    background: #fff;
}
body.page-id-156 .tx-featured-box h2 {
    display: none;
}
.tx-featured-box h2 {
    color: #fff;
    text-align: center;
    padding: 0 0 70px 0;
}
.tx-featured-box .col-25 {
    padding: 0 10px;
    margin: 0 0 20px 0;
}
.tx-featured-box .col-25 img {
    max-width: 75%;
    height: auto;
    margin: 0;
    display: block;
}
.col-people {
    padding: 0 20px;
    position: relative;
    margin: 20px 0;
    color: #404040;
}
.col-team {
    height: 260px;
    transition: all .5s;
}
.col-team:hover .people-overlay {
    transition: all .5s;
    opacity: 1;
}
.col-people img {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 260px;
    object-fit: cover;
}
.people-overlay {
    width: 90%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 20px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
}
.people-vc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
    width: 80%;
}
.people-vc h4 {
    color: #fff;
}
.col-logos {
    text-align: center;
    min-height: 200px;
    max-height: 200px;
    position: relative;
    margin: 0 0 20px 0;
}
.col-logos:before {
    content: "";
    position: absolute;
    left: 10%;
    bottom: 0;
    height: 1px;
    width: 80%;
    border-bottom: 1px solid #ccc;
}
.col-logos img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.col-technology {
    position: relative;
    margin: 0 0 20px 0;
    color: #404040;
    padding: 0 10px;
    box-sizing: border-box;
}
.col-technology h3 {
    margin: 30px 0 5px 0;
}
.col-technology img {
    display: block;
    position: relative;
    margin: 0 auto;
    max-height: 60px;
}
.blue-box {
    height: 300px;
    margin: 0 0 40px 0;
    color: #000;
    background-repeat: no-repeat;
    background-position: 60px 80px;
}
.blue-box h2 {
    text-align: left;
    padding: 120px 0 0 220px;
    font-size: 26px;
    line-height: 1.2;
}
.box-support h2 {
    padding: 120px 0 0 180px;
}
.blue-box div {
    padding: 10px 0 0 180px;
    font-size: 25px;
    text-transform: uppercase;
}
body.page-id-472 .contact-boxes .blue-box {
	height:220px;
	background-position:30px 50%;
	background-size:13%; }
	
body.page-id-472 .contact-boxes  .blue-box h2 {
	color:#000 !important;
	padding:50px 0 0 150px;
	font-size:20px; }

body.page-id-472 .contact-boxes  .blue-box div {
	padding:10px 0 0 150px;
	font-size:17px; }

#map {
	width:100%;
	height:500px; }
	
body.page-id-472 .contact-boxes .box-request, body.page-id-472 .contact-boxes .box-drop-line {
	background-size:28% !important;
}
body.page-id-472 .contact-boxes .box-support h2, body.page-id-472 .contact-boxes .box-support div {
	padding-left:120px;
}
body.page-id-472 .contact-boxes .box-request h2 {
	padding-top:85px;
}
body.page-id-472 .contact-boxes .box-drop-line h2 {
	padding-top:62px;
}
.box-support {
    background-image: url(images/bg-support-icon.png);
}
.box-request {
    background-image: url(images/bg-email-icon.png);
}
.box-drop-line {
    background-image: url(images/icon-drop-line.png);
}
body.page-id-125 input,
body.page-id-125 textarea,
.fl_box input,
.fl_box textarea {
    border: 0;
    background: #f4f5f5;
    font-family: "museo-sans";
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    letter-spacing: 2px;
    transition: all .5s;
}
body.page-id-125 input:focus,
body.page-id-125 textarea:focus,
.fl_box inout:focus,
.fl_box textarea:focus {
    background: #dddedf;
}
body.page-id-125 input[type=submit],
.fl_box input[type=submit] {
    background: #6bcef3;
    box-shadow: none;
    text-shadow: none;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 1.5;
    margin: 20px 0 0 0;
}
.text-over-image {
    color: #fff;
    text-align: center;
}
div.wpcf7-response-output {
    margin: 0 !important;
    padding: 10px !important;
    text-align: center;
}
span.wpcf7-not-valid-tip {
    font-size: 10px;
    text-transform: uppercase;
    padding: 5px 10px 0 10px;
}
.fl_box {
    display: none;
    padding: 30px 20px 10px 20px;
    box-sizing: border-box;
    width: 450px;
}
.fl_box textarea {
    height: 120px;
}
.fl_box .blue-box {
    height: 200px;
    background-position: 60px 40px;
    margin: 0 0 20px 0;
}
.fl_box .blue-box h2 {
    padding: 60px 0 0 220px;
}
.fl_box p:last-child {
    margin: 0;
}
.fl_box p {
	margin:0 0 5px 0; }
	
.col-industries {
    width: 23%;
    margin: 0 1% 2% 1%;
}
.industries-bg {
    background-size: cover;
    height: 160px;
}
.industries-bg h3 {
    margin: 0;
    padding: 10px 0 0 30px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'NeoSans-Bold';
    font-size: 16px;
    background: url(images/bg-industry-chevron.png) no-repeat 10px 14px;
}
body.parent-pageid-168 .with-pad-vertical h3 {
    color: #000;
    text-transform: uppercase;
    font-family: 'NeoSans-Bold';
    margin: 0 0 5px 0;
}
.testimonial-container {
    background-color: #e9ebeb;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    color: #000;
    margin-top: 40px;
}
.testimonial-container p {
    margin: 0;
}
.testimonial-quote {
    background: transparent url(images/bg-case-study.png) no-repeat 0 0;
    width: 32px;
    height: 32px;
    position: absolute;
    top: -17px;
    left: 20px;
}
.testimonial-details {
    background: #6bcef3;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #fff;
    font-weight: 500;
}
.cs-image {
    max-width: 140px;
    height: auto;
    margin: 10px 0 -10px 0;
}
.dl-link {
    background: #6bcef3 url(images/bg-industry-chevron.png) no-repeat 10px 12px;
    color: #fff !important;
    font-family: 'NeoSans-Bold';
    text-decoration: none;
    padding: 10px 15px 10px 30px;
    margin: 10px 0;
    display: inline-block;
    transition: all .5s;
}
.dl-link:hover {
    background: #000 url(images/bg-industry-chevron.png) no-repeat 10px 12px;
}
.with-pad-vertical ul {
    margin: 0 0 20px 0;
    padding: 0 0 0 15px;
}
.breadcrumb {
    position: absolute;
    top: 15px;
    left: 0;
    color: #000;
    padding: 0 0 0 45px;
    background: url(images/bg-breadcrumbs.png) no-repeat center left;
    line-height: 32px;
}
.breadcrumb a {
    color: inherit;
    text-decoration: none;
}
.vertical-more {
    padding: 90px 0 70px 0;
}

body.page-id-473 .bgcolor-473 .main-content p, body.page-id-474 .bgcolor-474 .main-content p { font-size:20px; }

@media only screen and (max-width:800px) {
	.container, .quick-links ul li, .page-banner-caption, .page-banner-sub-caption, .page-banner-sub-caption h2 {width:100% !important;}
	.container {padding:0 10px;box-sizing:border-box;}
	.page-headline h1, .header-contact {text-align:center;}
	.breadcrumb {position:relative;top:0;padding:20px 0 20px 45px;}
	.home-container {position:relative;height:auto;float:left;z-index:9999;}
	body.home .services-title h1 {font-size:44px;}
	.home-services .col {margin:4px 0;min-height:0;}
	.home-services .col:last-child {margin:4px 0;}
	.header-contact span {padding:0;}
	.home-services {width:100%;top:20px;left:0;transform:none;position:relative;}
	.home-services .col {width:100%;}
	.services-title {padding:20px;}
	.services-title h2 {left:20px;}
	.page-banner {height:auto;}
	.page-banner .container {padding:0;}
	.page-banner-overlay {height:auto;}
	.page-banner-overlay {transform:none;top:0;left:0;position:relative;}
	.page-banner-caption, .page-banner-sub-caption {padding:25px;text-align:center;height:auto;border-radius:0;margin:0;}
	.page-banner-sub-caption h2 {font-size:28px;}
	.col-50, .col-33, .col-25, .col-20 {width:100%;}
	.col-people {padding:0;}
	body.home footer {position:relative;clear:both;}
	.blue-box {margin:10px 0 0 0;}
	.blue-box h2 {padding:80px 0 0 130px;font-size:23px;}
	.blue-box div {padding:10px 0 0 130px;line-height:1.2;font-size:20px;}
	.tx-featured-box, .col-technology, body.page-id-17 .col-25, body.page-id-17 .col-25 h2 {text-align:center;}
	.tx-featured-box img {margin:0 auto !important;}
	footer {height:150px;}
	footer span {padding:0;margin:0 0 0 15px;}
	footer .col-50 a {float:right;}
	footer .legals {text-align:center;}
	footer .legals a {float:none;display:block;margin:0;}
	#responsive-menu-button {box-shadow:none;}
	#responsive-menu-container {background:rgba(0,0,0,0.8) !important;}
	#responsive-menu-container a, #responsive-menu-wrapper {background:none !important;}
	ul#responsive-menu {margin-top:60px;}
	.fl_box {width:100%;padding:0;}
	.fl_box .blue-box h2 {display:none;}
	.fl_box .blue-box {background-position:center center;}
	.home-slogan {height:150px;}
	body.page-id-472 .contact-boxes .blue-box {width:100%;float:none;clear:both;margin:10px 0 !important;}
	body.page-id-472 .contact-boxes .blue-box h2 {font-size:18px;}
	body.page-id-472 .contact-boxes a {text-decoration:none !important;}
	iframe {max-width:100%;height:auto;}
}

@media only screen and (max-width:1300px) {
	.home-quick-links {display:none;}
}