@charset "UTF-8";
/*!
Theme Name: flt2015
Theme URI: http://underscores.me/
Author: Rebekah Van Epps
Author URI: http://underscores.me/
Description: Description
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: flt2015
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.

flt2015 is based on Underscores http://underscores.me/, (C) 2012-2015 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
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*$color_1:#000462;*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
  width: 100%; }

body {
  margin: 0;
  /*        .entry-content p,.entry-content h3,.entry-content div,.entry-content ul{
              padding: 0% 2%;
              
          }*/ }
  body.page-template-page_scroll {
    height: 100%;
    width: 100%;
    max-width: 1920px;
    margin: auto;
    /*.section:nth-of-type(1){
    	position:relative;
    }*/ }
    body.page-template-page_scroll #page, body.page-template-page_scroll #top {
      /*			height:100%;*/
      width: 100%; }
    body.page-template-page_scroll #primary {
      /*			display:table;*/
      width: 100%;
      height: 100%;
      margin-top: 2%;
      display: block;
      border-left: 2px solid #DCDADB;
      border-right: 2px solid #DCDADB; }
      body.page-template-page_scroll #primary .section-wrap {
        /*				display:table-cell;*/
        /*				vertical-align:middle;*/
        display: block; }
        body.page-template-page_scroll #primary .section-wrap .case-study-image-wrapper .case-study-image {
          position: absolute; }
        body.page-template-page_scroll #primary .section-wrap .appear_from-right {
          color: #163163;
          font-size: 4.5rem;
          width: 35%;
          float: right;
          padding-right: 10%;
          text-shadow: 3px 0px black;
          letter-spacing: 2px;
          font-family: Coda; }
        body.page-template-page_scroll #primary .section-wrap .appear_from-bottom {
          width: 100%;
          padding-top: 7%;
          font-size: 1.5rem; }
          body.page-template-page_scroll #primary .section-wrap .appear_from-bottom .overlay {
            width: 80%;
            margin: auto; }
          body.page-template-page_scroll #primary .section-wrap .appear_from-bottom .arrow-top {
            padding-top: 7%;
            padding-left: 2%;
            padding-right: 2%; }
    body.page-template-page_scroll #primary .section-wrap, body.page-template-page_scroll .section {
      border-left: 2px solid #DCDADB;
      border-right: 2px solid #DCDADB; }
    body.page-template-page_scroll .section-wrap > * {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      min-width: 250px;
      color: #040404;
      text-decoration: initial; }
    body.page-template-page_scroll .section-wrap > p, body.page-template-page_scroll .section-wrap > h2, body.page-template-page_scroll .section-wrap > .col.wrap {
      max-width: 70%; }
  body #page .content-area, body #top .content-area {
    width: 100%;
    max-width: 1920px;
    height: 100%;
    margin: auto;
    display: block;
    border-left: 2px solid #DCDADB;
    border-right: 2px solid #DCDADB; }
  body .page-posts {
    padding: 0% 2%; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

/*footer{
    background-color: #EFEBE2;
}*/
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: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.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: -0.5em; }

sub {
  bottom: -0.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-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

section#alert {
  margin: auto;
  text-align: center;
  padding: 3rem;
  height: 100% !important;
  padding: 2rem;
  color: red;
  font-weight: bold;
  border-bottom: 5px solid #dcdadb; }

section#alert p {
  max-width: 1200px;
  margin: auto; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #040404;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin-top: 0; }

h2 {
  text-transform: uppercase;
  font-size: 2.5vw;
  padding-top: 2%; }

h3 {
  font-size: 1.8vw; }

h4 {
  font-size: 1.3vw; }

/*p {
	margin-bottom: 0.75em;
	margin-top:0;
	text-decoration:none;
}*/
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: 0.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: 0.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, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

blockquote {
  font-variant: small-caps;
  font-size: large;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 2em;
  margin: auto;
  width: 80% !important; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em;
  list-style-position: inside;
  padding: 0; }

ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  display: inline-block; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear; }

.fade.in {
  opacity: 1; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out; }

.modal.fade:not(.in).right .modal-dialog {
  -webkit-transform: translate3d(25%, 0, 0);
  -ms-transform: translate3d(25%, 0, 0);
  transform: translate3d(25%, 0, 0); }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  width: 350px;
  margin-top: 128px;
  float: right;
  padding: 0% 1%; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5; }

.modal-header {
  padding: 2%;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 2%; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " "; }

.form-horizontal .form-group:after,
.modal-header:after,
.modal-footer:after {
  clear: both; }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

/*.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-group {
  margin-bottom: 15px;
}*/
.last-form-group {
  margin: auto;
  text-align: center;
  padding: 5%; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  background-color: #FFF;
  border: none; }

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999; }

.form-control::-webkit-input-placeholder {
  color: #999; }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1; }

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed; }

textarea.form-control {
  height: auto; }

.hide {
  display: none !important; }

.popover-content {
  float: right;
  color: #46B9EB;
  margin-top: 12%; }

.help-block {
  color: #46B9EB; }

.results-popup p {
  color: #46B9EB;
  font-weight: bold; }

.size-full {
  margin: auto;
  text-align: center;
  display: block; }

/*Google Map*/
.item {
  width: 100%;
  overflow: hidden;
  /*                                margin-bottom: 5rem;  80 */
  padding: 2% 0%;
  background-image: url(/wp-content/uploads/world-map.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%; }

.item:last-child {
  margin-bottom: 0; }

header.item,
footer.item {
  text-align: center; }

footer.item {
  color: #666; }

.item__info {
  width: 40%;
  float: left; }

.item__map {
  width: 60%;
  float: left; }

.item__map .google-map {
  width: 100%;
  height: 15rem;
  /* 300 */ }

.item__map .google-map:not(.is-loaded) {
  background-color: #ddd !important;
  -webkit-animation: fade-in-out 1s linear infinite;
  animation: fade-in-out 1s linear infinite; }

@-webkit-keyframes fade-in-out {
  from {
    opacity: 1; }
  50% {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fade-in-out {
  from {
    opacity: 1; }
  50% {
    opacity: 0; }
  to {
    opacity: 1; } }
.item__info {
  padding-left: 2%;
  margin: auto;
  text-align: center; }
  .item__info .contact-box {
    width: 60%;
    text-align: center;
    margin: auto;
    border: 1px solid #DCDADB;
    border-radius: 18px;
    padding: 2%; }

.item h1 {
  font-weight: 300;
  font-size: 3.125rem;
  /* 50 */
  margin-bottom: 1.25rem;
  /* 20 */ }

.item h1 a:hover,
.item h1 a:focus {
  color: #888; }

.item h2 {
  font-weight: 700;
  font-size: 1.875rem;
  /* 30 */
  margin-bottom: 0.625rem;
  /* 10 */ }

.item p {
  line-height: 1.625rem;
  /* 26 */ }

@media screen and (max-width: 40em) {
  .item__info,
  .item__map {
    width: 100% !important;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .item__map {
    margin-top: 1.25rem;
    /* 20 */ }

  .item__info {
    padding-top: 2%; } }
/*Expand Collapse*/
.group-content-holder {
  width: 65%;
  float: left;
  /*padding-right: 2%;*/ }
  .group-content-holder .exp-col-content-holder {
    border: 1px solid #dcdadb;
    padding: 2%;
    border-radius: 3px;
    position: relative;
    min-height: 200px;
    border-radius: 0px 0px 20px 20px; }
    .group-content-holder .exp-col-content-holder .exp-col-content-holder-content {
      /*width:90%;*/
      /*padding-right: 10%;*/ }
      .group-content-holder .exp-col-content-holder .exp-col-content-holder-content ch {
        font-size: 26px;
        font-weight: bold;
        padding-bottom: 2%;
        text-transform: uppercase;
        font-family: Arial; }
      .group-content-holder .exp-col-content-holder .exp-col-content-holder-content .expand-cnt-link {
        color: #040404;
        font-weight: normal; }
      .group-content-holder .exp-col-content-holder .exp-col-content-holder-content .excerpt-content p {
        font-weight: bold; }
      .group-content-holder .exp-col-content-holder .exp-col-content-holder-content .excerpt-content ul {
        display: inline;
        font-weight: normal;
        margin-left: 0px;
        /*                li:before {
                            content: "ΓÇó ";
                          }*/ }
        .group-content-holder .exp-col-content-holder .exp-col-content-holder-content .excerpt-content ul li {
          display: inline;
          padding: 1%; }
        .group-content-holder .exp-col-content-holder .exp-col-content-holder-content .excerpt-content ul li:nth-child(1) {
          padding-left: 0px; }
    .group-content-holder .exp-col-content-holder .hidden-content {
      padding-bottom: 3%;
      /*margin-top: 5%;*/ }

.solution-sidebar {
  width: 30%;
  /*padding-left: 5%;*/
  background-color: #dcdadb;
  float: right;
  margin: 15px 0px;
  padding: 2%;
  text-align: center;
  border-radius: 10px; }
  .solution-sidebar ch {
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 2%;
    text-transform: uppercase;
    font-family: Arial; }
  .solution-sidebar .col-content-solution-holder {
    text-align: left; }

.exp-col-content-holder:nth-child(odd) {
  background: #FFF; }

.exp-col-content-holder:nth-child(even) {
  background: #dcdadb; }

.exp-col-content-holder-button {
  background-color: #163163;
  height: 3px;
  width: 90%;
  position: absolute;
  bottom: 1.5rem;
  border-radius: 0px 30px 30px 0px; }

.expand-cnt-link:after {
  font-family: "ecf-icons";
  /*        content: "Collapse εÿü ";*/
  content: "Close";
  font-size: 1rem;
  background: #163163 none repeat scroll 0% 0%;
  font-weight: normal;
  text-transform: uppercase;
  color: #FFF;
  position: absolute;
  right: 0px;
  width: 10rem;
  height: 1.6rem;
  /*        top: 25%;*/
  bottom: -0.6rem;
  text-align: center;
  font-family: Arial;
  border-radius: 25px;
  display: table-cell;
  vertical-align: middle;
  /*        font-weight: bold;*/ }

.ecf_closed:after {
  font-family: "ecf-icons";
  /*        content: "Read More εÿÇ ";*/
  content: "Read More";
  font-size: 1rem;
  background: #163163 none repeat scroll 0% 0%;
  border-radius: 25px;
  font-weight: normal;
  text-transform: uppercase;
  color: #FFF;
  position: absolute;
  right: 0px;
  /*        top: 25%;*/
  bottom: -0.6rem;
  text-align: center;
  font-family: Arial;
  display: table-cell;
  vertical-align: middle;
  /*        font-weight: bold;*/ }

/*.exp-col-content-holder .expand-cnt-link{
    color:$color__text-main;
    font-weight: normal;
}
.exp-col-content-holder ch{
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 2%;
}
.exp-col-content-holder .excerpt-content ul,.exp-col-content-holder .excerpt-content li{
    display: inline;
}
.exp-col-content-holder .excerpt-content li{
    padding: 1%;
}
.exp-col-content-holder .excerpt-content li:before {
  content: "ΓÇó ";
}
.exp-col-content-holder .expand-cnt-link p{
    padding-right:15%;
}
.exp-col-content-holder .hidden-content{
    padding-top: 1%;
}
.exp-col-content-holder{
    border: 1px solid $color__grey;
    padding:2%;
    border-radius: 3px;
    position: relative;
}
.exp-col-content-holder:nth-child(odd){
  background: #FFF;  
}
.exp-col-content-holder:nth-child(even){
  background: $color__grey;  
}
.expand-cnt-link:after { font-family: "ecf-icons";content: "Collapse εÿü ";font-size: 16px;background: black none repeat scroll 0% 0%;padding: 5px;border-radius: 6px;font-weight: normal;color: #FFF;position: absolute;right: 5%;top:10%;width:6rem;height:6rem;text-align: center;}
.ecf_closed:after { font-family: "ecf-icons";content: "Read More εÿÇ ";font-size: 16px;background: black none repeat scroll 0% 0%;padding: 5px;border-radius: 6px;font-weight: normal;color: #FFF;position: absolute;right: 5%;text-align: center;}
*/
.about-content .about-content-wrapper {
  padding-top: 2rem; }
  .about-content .about-content-wrapper .group-content-holder {
    /*border: 1px solid $border_color;*/
    padding: 2%;
    border-radius: 10px; }
    .about-content .about-content-wrapper .group-content-holder ul {
      list-style-type: none; }
  .about-content .about-content-wrapper .solution-sidebar {
    margin: 0px; }
    .about-content .about-content-wrapper .solution-sidebar .col-content-solution-holder {
      text-align: center; }
    .about-content .about-content-wrapper .solution-sidebar hr {
      margin-bottom: 0px; }
    .about-content .about-content-wrapper .solution-sidebar h3 {
      margin-top: 1rem;
      margin-bottom: 0px; }
    .about-content .about-content-wrapper .solution-sidebar .contact-block {
      margin-top: 2rem; }
      .about-content .about-content-wrapper .solution-sidebar .contact-block .contact-block-content {
        text-align: left; }

.cycloneslider-slide-testimonial {
  background: rgba(0, 0, 0, 0.72) none repeat scroll 0% 0% !important;
  position: relative;
  width: 100%;
  height: auto; }

.cycloneslider-template-standard .cycloneslider-slides {
  height: 115px !important; }

.overlay.background.slider-wrapper-background {
  background: none; }

.cycloneslider-template-standard {
  z-index: 1; }
  .cycloneslider-template-standard .cycloneslider-slide-testimonial blockquote {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    position: absolute;
    left: 10%;
    top: 0px;
    height: 115px;
    display: table; }
    .cycloneslider-template-standard .cycloneslider-slide-testimonial blockquote p {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }

.study-block {
  display: table;
  padding: 1%;
  margin: 1%; }
  .study-block .study-block-image {
    display: table-cell;
    width: 30%;
    max-height: 600px;
    vertical-align: middle; }
    .study-block .study-block-image img {
      width: 100%; }
  .study-block .study-block-content {
    display: table-cell;
    vertical-align: middle;
    padding: 2rem; }

.content-study {
  border: none !important; }

#about .section-wrap > .overlay .appear_from-bottom p {
  padding: 0rem 1rem; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  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, 0.8);
  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:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    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); }

.button {
  padding: 5% 10%;
  margin: 5% 0;
  color: #fff;
  text-transform: uppercase;
  display: inline-block; }
  .button.red {
    color: #fff;
    background: #da4320; }

.btn-blue {
  background: #163163 none repeat scroll 0% 0%;
  padding: 10px;
  border-radius: 3px;
  font-weight: bold;
  color: #FFF; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

.visual-form-builder-container {
  margin-bottom: 1.5em; }
  .visual-form-builder-container .vfb-fieldset {
    border: none;
    margin: 0;
    padding: 0; }
    .visual-form-builder-container .vfb-fieldset .vfb-legend {
      display: none; }
    .visual-form-builder-container .vfb-fieldset ul.vfb-section {
      margin: 0; }
      .visual-form-builder-container .vfb-fieldset ul.vfb-section .vfb-item > label {
        display: block; }
      .visual-form-builder-container .vfb-fieldset ul.vfb-section .vfb-item input, .visual-form-builder-container .vfb-fieldset ul.vfb-section .vfb-item textarea {
        display: block;
        width: 100%;
        margin-bottom: 5%; }
      .visual-form-builder-container .vfb-fieldset ul.vfb-section .vfb-item .vfb-span label {
        display: none; }

/*--------------------------------------------------------------
# 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:hover, .screen-reader-text:active, .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: #040404;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.floatleft {
  float: left; }

.floatright {
  float: right; }

/*--------------------------------------------------------------
# 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; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

.clear {
  float: none !important;
  clear: both !important;
  margin: 0 !important;
  padding: 0 !important; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/* Search widget. */
.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  width: 100%;
  min-height: 135px;
  z-index: 99;
  position: relative;
  text-align: center;
  max-width: 1920px;
  margin: auto; }
  .site-header .wrap {
    position: fixed;
    top: 0;
    /*height:100px;*/
    width: 100%;
    max-width: 1920px;
    margin: auto;
    background: none repeat scroll 0 0 #fff;
    height: inherit; }
    .site-header .wrap .inner {
      background: none repeat scroll 0 0 #fff;
      box-sizing: border-box;
      border-bottom: 5px solid #dcdadb;
      padding: 0 2.5%;
      height: inherit; }
  .site-header .site-branding {
    float: left;
    width: 30%;
    max-width: 300px;
    min-width: 150px;
    margin: auto; }
  .site-header .site-nav {
    text-align: center; }
    .site-header .site-nav .top-info {
      text-align: center;
      /*width:100%;*/
      display: inline-block;
      vertical-align: top; }
      .site-header .site-nav .top-info .menu .contact-us-li {
        background: #163163 none repeat scroll 0% 0%;
        padding: 5px 8px;
        border-radius: 3px;
        color: #FFF;
        font-weight: bold; }
      .site-header .site-nav .top-info p {
        display: none;
        color: #153e73;
        padding-right: 10px; }
  .site-header .main-navigation {
    /*float:right;
    width:60%;*/
    clear: right;
    /*		margin:3% 0;*/
    display: inline-block;
    vertical-align: top; }
    .site-header .main-navigation cert
    .menu-toggle {
      display: inline-block;
      margin: auto; }
    .site-header .main-navigation .contact-us-li {
      background: #163163 none repeat scroll 0% 0%;
      padding: 15px;
      border-radius: 3px;
      font-weight: bold;
      color: #FFF; }

main {
  width: 100%;
  margin: auto; }

.entry-header {
  position: relative; }
  .entry-header .entry-title {
    position: absolute;
    right: 0px;
    padding-right: 5%;
    padding-top: 2%;
    color: white;
    /*        font-family: Coda;*/
    font-family: Arial;
    text-shadow: 3px 0px #000;
    letter-spacing: 2px; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  /*	background-image: -webkit-gradient(
  		linear,
  		left bottom,
  		left top,
  		color-stop(0, $color__blue),
  		color-stop(1, $color__darkblue)
  	);
  	background-image: -o-linear-gradient(top, $color__blue 0%, $color__darkblue 100%);
  	background-image: -moz-linear-gradient(top, $color__blue 0%, $color__darkblue 100%);
  	background-image: -webkit-linear-gradient(top, $color__blue 0%, $color__darkblue 100%);
  	background-image: -ms-linear-gradient(top, $color__blue 0%, $color__darkblue 100%);
  	background-image: linear-gradient(to top, $color__blue 0%, $color__darkblue 100%);
          */ }
  .site-footer .footer-btm {
    margin: auto;
    text-align: center; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#page {
  font-size: 1.25vw; }

.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-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.site-content {
  position: relative;
  z-index: 50; }

.section {
  /*padding-top:115px;*/ }

#about {
  /*.overlay.background .border .line{
  	background:$color__grey;
  }*/ }
  #about .section-wrap {
    /*		padding-top:24%;*/
    background: #efefef; }
    #about .section-wrap h2 {
      /*                            background: rgba(0, 0, 0, 0.72) none repeat scroll 0% 0%;*/
      padding: 2%; }
    #about .section-wrap > .overlay {
      margin-bottom: 2%;
      margin-top: 24%;
      font-size: 1.5rem; }
    #about .section-wrap > div:nth-of-type(2) {
      background: #efefef;
      max-width: none;
      padding: 2% 10%; }

#case-studies {
  position: relative;
  background-image: url(/wp-content/uploads/world-map.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  /*        .overlay
              h2{
                  background: rgba(0, 0, 0, 0.72) none repeat scroll 0% 0%;
                  padding: 2%;
                  max-width: 70%;
                  margin: auto;
              }   */ }
  #case-studies > a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; }
  #case-studies .overlay.bottom.left.white {
    margin-top: 29%; }
  #case-studies .bottom.left {
    /*		padding:3% 0 3%;*/ }
    #case-studies .bottom.left.white .border {
      background: rgba(255, 255, 255, 0.72); }
    #case-studies .bottom.left .border {
      width: 45%;
      margin-left: 5%; }
  #case-studies .case-study-image-wrapper {
    /*            padding-bottom: 10%;*/ }
    #case-studies .case-study-image-wrapper .case-study-image {
      position: absolute;
      z-index: -999;
      left: 0px;
      width: auto;
      height: 100%;
      max-width: 1920px;
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%; }

#contact-us .overlay.top.center {
  margin-bottom: -9.5%; }

/*--------------------------------------------------------------
## Shortcodes
--------------------------------------------------------------*/
.col.wrap {
  clear: both;
  float: none;
  text-align: center; }
  .col.wrap > div {
    float: left;
    /*		margin-right:2.9%;*/ }
  .col.wrap > .one-half {
    width: 48%;
    margin-right: 3.9%; }
  .col.wrap > .one-third {
    width: 32%;
    margin: 1%;
    padding: 1.5%; }
  .col.wrap > .one-third:nth-of-type(1) {
    margin-left: 0%; }
  .col.wrap > .one-third:nth-of-type(3) {
    padding: 1.5% !important;
    margin-right: 0%; }
  .col.wrap .one-fourth {
    width: 22.8%;
    margin: 1%; }
  .col.wrap .one-fourth:nth-of-type(4) {
    margin-right: 0%; }
  .col.wrap .two-third {
    width: 62%;
    margin: 0; }
  .col.wrap .one-half:nth-child(2n), .col.wrap .one-third:nth-child(3n), .col.wrap .one-fourth:nth-child(4n) {
    /*		margin-right:0;*/ }
  .col.wrap h3 {
    border-bottom: 1px solid #dcdadb; }

.color.col.wrap {
  width: 100%;
  max-width: none !important;
  display: table;
  table-layout: fixed;
  background: #efac9d; }
  .color.col.wrap > .one-third {
    width: 33.33333%;
    margin: 0;
    float: none;
    display: table-cell;
    padding: 10% 5% 0; }
    .color.col.wrap > .one-third.green {
      background: #b0c2a0; }
    .color.col.wrap > .one-third.yellow {
      background: #e9daa7; }
    .color.col.wrap > .one-third > :last-child {
      margin-bottom: 0;
      padding-bottom: 1em; }
  .color.col.wrap .border {
    width: 80%;
    margin: auto; }
  .color.col.wrap h3 {
    border: none; }

.tablewrap {
  clear: left;
  width: 70%;
  overflow: hidden; }
  .tablewrap.full {
    width: 100%;
    max-width: none !important; }
    .tablewrap.full .col.wrap {
      margin-bottom: 0; }
      .tablewrap.full .col.wrap > div {
        /*				margin:0;*/ }
        .tablewrap.full .col.wrap > div.one-third {
          /*					width:(100% / 3% * 1%)-1;*/
          width: 32%; }
        .tablewrap.full .col.wrap > div .hoverbox.wrap {
          border: none;
          height: 400px; }
  .tablewrap .col.wrap {
    width: 100%;
    margin-bottom: 0.75em; }
    .tablewrap .col.wrap > div.one-half {
      width: 42.5%;
      float: left;
      margin: 0; }
      .tablewrap .col.wrap > div.one-half:nth-of-type(2n) {
        margin-left: 7.5%; }
      .tablewrap .col.wrap > div.one-half:nth-of-type(2n+1) {
        margin-right: 7.5%; }
    .tablewrap .col.wrap > div .hoverbox.wrap {
      height: 350px;
      overflow: hidden; }
    .tablewrap .col.wrap h3 {
      border: none; }

.heading {
  color: #040404;
  display: inline-block; }
  .heading.white {
    color: #fff; }

.heading.border {
  width: 100%; }
  .heading.border.white .line {
    background: #dcdadb; }
  .heading.border .line {
    /*border-bottom:1px solid $color__grey;
    position:relative;
    display:block;
    margin-bottom:-2.5%;*/
    display: inline-block;
    background: #040404;
    height: 1px;
    width: 21%;
    vertical-align: middle; }
  .heading.border .text {
    display: inline-block;
    padding: 0 5px; }

.overlay.background {
  background: rgba(0, 0, 0, 0.72); }
  .overlay.background.white {
    background: rgba(255, 255, 255, 0.72); }
  .overlay.background p {
    margin-bottom: 0.25em; }
  .overlay.background * {
    color: #fff; }

.hoverbox.wrap {
  border: 1px solid #040404;
  padding: 5%;
  /*cursor:pointer;*/ }
  .hoverbox.wrap .hover {
    display: none;
    /*font-size: 0.8rem;*/ }
    .hoverbox.wrap .hover ul {
      text-align: center;
      margin: auto;
      list-style-type: none; }
  .hoverbox.wrap .static > * {
    margin-bottom: 0.25%; }
  .hoverbox.wrap:hover, .hoverbox.wrap:focus, .hoverbox.wrap:active {
    background: rgba(218, 67, 32, 0.54); }
    .hoverbox.wrap:hover.green, .hoverbox.wrap:focus.green, .hoverbox.wrap:active.green {
      background: rgba(75, 116, 38, 0.54); }
    .hoverbox.wrap:hover.blue, .hoverbox.wrap:focus.blue, .hoverbox.wrap:active.blue {
      background: rgba(33, 96, 178, 0.54); }
    .hoverbox.wrap:hover.yellow, .hoverbox.wrap:focus.yellow, .hoverbox.wrap:active.yellow {
      background: rgba(204, 171, 54, 0.54); }
    .hoverbox.wrap:hover.light-blue, .hoverbox.wrap:focus.light-blue, .hoverbox.wrap:active.light-blue {
      background: #5f7db5; }
    .hoverbox.wrap:hover.steel-grey, .hoverbox.wrap:focus.steel-grey, .hoverbox.wrap:active.steel-grey {
      background: #526078; }
    .hoverbox.wrap:hover.grey, .hoverbox.wrap:focus.grey, .hoverbox.wrap:active.grey {
      /*			background:rgba(102, 102, 102, 0.8);*/
      background: #6f7381; }
    .hoverbox.wrap:hover.light-grey, .hoverbox.wrap:focus.light-grey, .hoverbox.wrap:active.light-grey {
      background: #dcdada; }
    .hoverbox.wrap:hover .hover, .hoverbox.wrap:focus .hover, .hoverbox.wrap:active .hover {
      display: block;
      color: #fff; }
    .hoverbox.wrap:hover a, .hoverbox.wrap:hover a:hover, .hoverbox.wrap:hover a:focus, .hoverbox.wrap:hover a:active, .hoverbox.wrap:focus a, .hoverbox.wrap:focus a:hover, .hoverbox.wrap:focus a:focus, .hoverbox.wrap:focus a:active, .hoverbox.wrap:active a, .hoverbox.wrap:active a:hover, .hoverbox.wrap:active a:focus, .hoverbox.wrap:active a:active {
      color: #fff;
      text-decoration: underline; }
    .hoverbox.wrap:hover > a, .hoverbox.wrap:hover > a:hover, .hoverbox.wrap:hover > a:focus, .hoverbox.wrap:hover > a:active, .hoverbox.wrap:focus > a, .hoverbox.wrap:focus > a:hover, .hoverbox.wrap:focus > a:focus, .hoverbox.wrap:focus > a:active, .hoverbox.wrap:active > a, .hoverbox.wrap:active > a:hover, .hoverbox.wrap:active > a:focus, .hoverbox.wrap:active > a:active {
      text-decoration: none; }
    .hoverbox.wrap:hover .regular, .hoverbox.wrap:focus .regular, .hoverbox.wrap:active .regular {
      display: none; }

div.border {
  border: 1px solid #040404;
  padding: 1%; }

/*.pbackground {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
	.pcontainer {
		display: table;
		table-layout: fixed;
		width: 100%;
		height: 100%;
		overflow: hidden;
		position: relative;
		.pcontent {
			max-width: 450px;
			margin: -150px auto 0 auto;
			display: table-cell;
			vertical-align: middle;
			color: #ebebeb;
			padding: 0 8%;
			text-align: center;
		}
	}
}*/
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## 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,
.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%; }

.custom-size-full {
  width: 100%;
  max-width: 2024px;
  margin: auto; }

/*--------------------------------------------------------------
## 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: 0.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; }

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 120.625em) {
  /*1930px*/
  #case-studies {
    position: relative; }
    #case-studies > a {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      opacity: 1; }
    #case-studies .overlay.bottom.left .border {
      width: 25%;
      margin-left: 20%; } }
@media screen and (min-width: 68.125em) {
  /*1090px*/
  .site-header {
    text-align: inherit; }
    .site-header .site-branding {
      margin: 0; }
    .site-header .site-nav {
      float: right;
      width: 70%; }
      .site-header .site-nav .top-info {
        text-align: right;
        display: block;
        width: 100%;
        margin: 0; }
        .site-header .site-nav .top-info p {
          display: block; }
        .site-header .site-nav .top-info ul {
          margin-top: 0; }
          .site-header .site-nav .top-info ul li {
            display: inline-block;
            background: #dcdadb; }
            .site-header .site-nav .top-info ul li a {
              font-size: medium;
              padding: 5px 10px; }
    .site-header .main-navigation {
      /*			margin:5% 0 -1%;*/
      display: block; }
      .site-header .main-navigation ul {
        display: block; }
      .site-header .main-navigation li {
        display: inline-block; }
      .site-header .main-navigation a {
        padding: 0.2em 0.8em; }
      .site-header .main-navigation .menu-toggle {
        display: none; }
      .site-header .main-navigation #menu-item-516 a {
        padding: 15px 20px;
        background: #153e73;
        border-radius: 5px;
        -moz-border-radius: 5px;
        margin-top: 5px;
        color: #fff; }

  .internal-menu {
    display: none !important; } }
@media screen and (max-width: 120.625em) {
  /*1930px*/
  body {
    overflow-x: hidden; } }
@media screen and (max-width: 102.5em) {
  /*1640px*/
  #primary .section-wrap .appear_from-bottom {
    padding-top: 0% !important; }

  #case-studies .overlay.bottom.left.white {
    margin-top: 25%; }

  .group-content-holder .exp-col-content-holder .hidden-content {
    /* margin-top:10%;*/ }

  .item__info .contact-box {
    width: 80%; } }
@media screen and (max-width: 87.5em) {
  /*1400px*/
  #primary .section-wrap .appear_from-right {
    width: 40% !important; }
    #primary .section-wrap .appear_from-right .overlay {
      font-size: 3.5rem; }
  #primary .section-wrap .appear_from-bottom {
    margin-top: 0px; }
    #primary .section-wrap .appear_from-bottom .arrow-top {
      /*padding-top: 10% !important;*/ } }
@media screen and (max-width: 75em) {
  /*1200px*/ }
@media screen and (max-width: 73.75em) {
  /*1180px*/
  #primary .section-wrap .appear_from-right .overlay {
    font-size: 3rem; }

  #case-studies .overlay.bottom.left .border {
    width: 90%; }

  .cycloneslider-template-standard .cycloneslider-slide-testimonial blockquote {
    font-size: 1rem; } }
@media screen and (max-width: 68.125em) {
  /*1090px*/
  .main-navigation {
    /*        display: block !important;
            vertical-align: top !important;
            clear: left !important;
            float:right !important;*/
    top: 0px;
    right: 0px;
    position: absolute;
    padding: 2%; }
    .main-navigation ul {
      background-color: #163163;
      position: absolute;
      right: 0px;
      margin-top: 72%;
      padding-left: 20px !important;
      text-align: left; }
      .main-navigation ul .button-contact-us {
        position: relative !important;
        top: 0 !important;
        padding-bottom: 2%; }
      .main-navigation ul ul {
        position: relative !important;
        top: 100% !important;
        left: 0px !important;
        z-index: 0 !important;
        float: none !important;
        box-shadow: none !important; }
    .main-navigation li {
      margin: 0px 0% !important; }
      .main-navigation li a {
        padding: 5% 0px !important;
        color: #DCDADB !important; }
      .main-navigation li:hover > a, .main-navigation li.focus > a {
        color: #FFF !important; }
    .main-navigation .menu-toggle {
      background: #163163 url("images/sprite1x-s0762d3c643.png") no-repeat scroll 0px -3951px;
      color: #FFF;
      overflow: hidden;
      display: block;
      height: 50px;
      width: 55px; }

  .site-header .main-navigation .contact-us-li {
    color: #DCDADB; }

  .site-header {
    min-height: 84px; }
    .site-header .wrap .inner {
      padding: 0%; }

  .modal-content {
    width: 100%; }

  .top-info {
    margin-right: 20%; }

  #primary .section-wrap .appear_from-bottom {
    padding-top: 15% !important;
    /*font-size:$normal_heading_size !important;*/ }
    #primary .section-wrap .appear_from-bottom .arrow-top {
      padding-top: 0% !important; }
    #primary .section-wrap .appear_from-bottom .overlay.background {
      background: none; }
    #primary .section-wrap .appear_from-bottom .overlay.background * {
      /* color:black;*/ }

  #about .section-wrap > .overlay {
    font-size: 18px !important; }

  .call-menu a::before {
    background: transparent url("images/mobile_phone.png") repeat scroll 0px -88px !important; }

  .internal-menu {
    display: block; }
    .internal-menu:nth-of-type(1) {
      border-top: 1px solid #FFF; }

  .top-info .group1 {
    display: none !important; }

  .top-info .group2 {
    display: block !important; }

  .call-menu a {
    display: none !important; }

  /*    .site-header .main-navigation .contact-us-li{
          display:none;
      }*/
  /*.group-content-holder{
      width:70%;
  }
  .solution-sidebar{
      width:30%;
  }*/
  .group-content-holder .exp-col-content-holder .exp-col-content-holder-content {
    /*width: 75%;*/ }

  body .page-posts, .content-study > .section-wrap {
    margin-top: 5%; }

  .cycloneslider-template-standard .cycloneslider-slide-testimonial {
    background: none !important; }
    .cycloneslider-template-standard .cycloneslider-slide-testimonial blockquote {
      font-size: 1.5rem; }
      .cycloneslider-template-standard .cycloneslider-slide-testimonial blockquote p {
        color: #040404; }
        .cycloneslider-template-standard .cycloneslider-slide-testimonial blockquote p strong {
          color: #040404; } }
/*@media screen and (max-width: 64.0625em) {
    1025px
    #primary{
           .section-wrap{
                   .appear_from-right{
                       width:100% !important;
                       .overlay {
                            font-size: 2rem;
                        }
                   }
                   .appear_from-bottom{
                        .arrow-top{
                            padding-top: 15% !important;
                        }
                    }
           }
    }
}*/
@media screen and (max-width: 1052px) {
  #about .section-wrap {
    /*		padding-top:22%;*/ }

  .group-content-holder .exp-col-content-holder .hidden-content {
    padding-bottom: 5%; }

  .cycloneslider-template-standard .cycloneslider-slides {
    height: 200px !important; }

  .cycloneslider-template-standard .cycloneslider-slide-testimonial blockquote {
    height: 200px; } }
@media screen and (max-width: 900px) {
  #primary .section-wrap .appear_from-bottom {
    padding-top: 10% !important; }
    #primary .section-wrap .appear_from-bottom .overlay {
      width: 100% !important; }
  #primary .section-wrap .appear_from-right {
    width: 50% !important; }

  #case-studies .overlay.bottom.left .border {
    font-size: 0.7rem; }
  #case-studies .group-content-holder {
    width: 60%; }
  #case-studies .solution-sidebar {
    width: 40%; }

  .exp-col-content-holder .exp-col-content-holder-content .excerpt-content ul, .exp-col-content-holder .exp-col-content-holder-content .excerpt-content li {
    display: block !important; }

  .study-block {
    display: block; }
    .study-block .study-block-image {
      display: inline-block;
      width: 100%; }
      .study-block .study-block-image img {
        display: block;
        text-align: center;
        width: 80%;
        margin: auto; } }
@media screen and (max-width: 767px) {
  #primary .section-wrap .appear_from-bottom {
    padding-top: 0% !important; }
  #primary .section-wrap .appear_from-right {
    font-size: 2rem !important;
    width: 100% !important;
    padding: 2rem; }

  .main-navigation li {
    margin: 0; }

  #about .section-wrap {
    /*		padding-top:12%;*/ }
    #about .section-wrap > .overlay {
      margin-bottom: 9%; }

  #case-studies .section-wrap .overlay.bottom.left.white {
    margin-top: 30%; }

  .page-posts .page .entry-content h3 .size-full, .page-posts .post .entry-content h3 .size-full, .content-study > .section-wrap h3 .size-full {
    display: none; }

  .entry-title {
    position: relative !important;
    margin: auto;
    text-align: center;
    text-shadow: none !important;
    color: #163163 !important;
    padding: 2% 0% 0% 0% !important;
    /*            text-transform: uppercase;
                padding-top:10% !important;*/ }

  /*        #case-studies{
          .overlay.bottom.left{
                  .border{
                          font-size:0.7rem;
                  }
          }
  } */
  .col.wrap .one-fourth {
    width: 46.8%;
    margin: 0% 1%;
    height: 186px; }

  /*    .exp-col-content-holder .exp-col-content-holder-content {
          width: 70%;
      }*/
  .group-content-holder {
    width: 100%;
    float: none;
    padding: 0% 3% 3% 3%; }
    .group-content-holder .exp-col-content-holder {
      padding: 2% 4%; }
      .group-content-holder .exp-col-content-holder .hidden-content {
        /*margin-top:18%;*/ }
      .group-content-holder .exp-col-content-holder .exp-col-content-holder-content {
        /*padding-right:15%;*/ }

  .solution-sidebar {
    width: 94%;
    float: none;
    margin: 3%;
    padding: 3%; }

  .about-content .about-content-wrapper .solution-sidebar {
    margin-top: 2rem;
    width: 100%; }

  .cycloneslider-template-standard .cycloneslider-slides {
    height: 300px !important; }

  .cycloneslider-template-standard .cycloneslider-slide-testimonial blockquote {
    height: 300px; } }
@media screen and (max-width: 599px) {
  #primary .section-wrap .appear_from-right {
    font-size: 1rem !important;
    font-family: Arial !important;
    margin-top: -3rem;
    padding-top: 0%; }

  .heading.border .line {
    /*		display:none;*/
    width: 10%; }

  .col.wrap > div {
    float: none;
    width: 100% !important;
    margin: 0 0 2%; }

  /*    #primary{
          .section-wrap{
              .appear_from-right{
                  width: 100% !important;
                  padding: 6% 2% 0% 2%!important;
                  margin: 35% auto auto auto;
                  color: $color_1 !important;
                  text-shadow:none !important;
                  font-family: Arial !important;
                  .overlay p{
                      text-align: center !important;
                  }
              }
              .appear_from-bottom {
                  padding-top: 0% !important;
              }
          }
      }*/
  /*    	.section .section-wrap{
                  padding-top:5% !important;
          }*/
  .overlay.background {
    background: none;
    padding: 3%; }
    .overlay.background * {
      color: #040404; }

  .tablewrap .col.wrap > div.one-half {
    margin: 0 0 5% !important;
    float: none; }

  .tablewrap .col.wrap > div .hoverbox.wrap {
    margin: 5%; }

  #case-studies {
    color: #040404; }
    #case-studies .overlay.top.center.black .heading.white {
      color: #040404; }
    #case-studies .overlay.bottom.left {
      padding: 5% 0 0;
      margin-top: 0%; }
      #case-studies .overlay.bottom.left .border {
        width: 90%;
        border: none;
        padding: 0;
        font-size: 14px; }
        #case-studies .overlay.bottom.left .border .appear_from-right p {
          padding: 2%;
          text-align: center !important;
          font-size: 1.5rem; }
    #case-studies .appear_from-left {
      display: none; }

  #contact-us .overlay.top.center {
    margin: auto; }

  .color.col.wrap {
    display: block;
    width: 80%; }
    .color.col.wrap > .one-third {
      width: 100%;
      display: block; }

  .modernizrjs .appear_from-right {
    right: -1%; }

  /*.ecf_closed::after{
      top:8rem;
  }
  .expand-cnt-link::after{
      top:8rem;
  }*/
  .group-content-holder .exp-col-content-holder {
    min-height: 280px; }
    .group-content-holder .exp-col-content-holder .hidden-content {
      /*margin-top:15%;*/
      padding-bottom: 8%; }

  .group-content-holder .exp-col-content-holder .exp-col-content-holder-content {
    /*min-height: 10rem;*/ }

  .cycloneslider-template-standard .cycloneslider-slides {
    height: 350px !important; }

  .cycloneslider-template-standard .cycloneslider-slide-testimonial blockquote {
    height: 350px; }

  #about .section-wrap > .overlay .appear_from-bottom p {
    margin-top: 5rem; } }
@media screen and (max-width: 399px) {
  #primary .section-wrap
  .appear_from-right {
    margin: 0;
    padding: 0;
    /*background: rgba(0,0,0,0.72);*/ }
    #primary .section-wrap
    .appear_from-right .overlay {
      font-size: 2rem; }
      #primary .section-wrap
      .appear_from-right .overlay p {
        margin-bottom: 0%;
        text-align: center !important; }

  .entry-title {
    text-transform: uppercase;
    /*           padding-top:10% !important;*/ }

  .group-content-holder .exp-col-content-holder {
    min-height: 350px; }
    .group-content-holder .exp-col-content-holder .hidden-content {
      /*margin-top: 20%;*/ }

  /*    .section .section-wrap {
          padding-top: 0% !important;
      }*/
  .cycloneslider-template-standard .cycloneslider-slides {
    height: 420px !important; }

  .cycloneslider-template-standard .cycloneslider-slide-testimonial blockquote {
    height: 420px; } }
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  color: #5f7db5; }
  a #main a, a .section-wrap a {
    text-decoration: underline; }
  a:visited {
    color: #5f7db5; }
  .site-nav a:visited {
    color: #5f7db5; }
  a:hover, a:focus, a:active {
    color: midnightblue;
    /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity:0.8;
    */ }
    .menu-item-516 > a:hover, .menu-item-516 > a:focus, .menu-item-516 > a:active {
      background-color: #CCC; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*
.menu-item-516>a:hover, .menu-item-516>a:focus, .menu-item-516>a:active{
	background-color:#CCC;
}

.site-nav a:visited {
	color: $color__link;
}*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.top-info ul {
  list-style-type: none;
  margin: 3% 0 0;
  text-transform: uppercase; }
  .top-info ul li {
    display: block;
    position: relative;
    font-size: 0; }
    .top-info ul li a {
      color: #5f7db5;
      text-decoration: none;
      font-size: initial;
      display: inline-block;
      font-size: small;
      padding: 2px 5px; }
    .top-info ul li:nth-of-type(1) {
      border-radius: 0 0 0 5px; }
    .top-info ul li:nth-of-type(2) {
      border-radius: 0 0 5px 0; }

.main-navigation {
  /*clear: both;
  display: block;
  float: left;
  width: 100%;*/
  text-transform: uppercase; }
  .main-navigation ul {
    display: none;
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    text-align: left; }
    .main-navigation ul .button-contact-us {
      position: absolute;
      top: 70%; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      /*float: left;*/
      position: absolute;
      top: 100%;
      /*1.5em;*/
      left: -999em;
      z-index: 99999;
      background-color: #163163; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 150px; }
      .main-navigation ul ul :hover > a,
      .main-navigation ul ul .focus > a {
        color: #FFF; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    /*float: left;*/
    position: relative;
    display: block;
    margin: 0 3%; }
    .main-navigation li:hover > a, .main-navigation li.focus > a {
      color: #163163; }
  .main-navigation .sub-menu li {
    background-color: #163163;
    margin: auto;
    color: #FFF;
    padding: 1%; }
    .main-navigation .sub-menu li a {
      color: #DCDADB; }
  .main-navigation a {
    display: inline-block;
    text-decoration: none;
    padding: 10% 0;
    line-height: 1;
    font-weight: bold; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled 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%; }

.call-menu a::before {
  width: 32px;
  height: 25px;
  background: transparent url("images/phone_icon.png") repeat scroll 0px -95px;
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -14px; }

/*--------------------------------------------------------------
# Modernizr
--------------------------------------------------------------*/
.modernizrno-rgba .hoverbox.wrap:hover, .modernizrno-rgba .hoverbox.wrap:focus, .modernizrno-rgba .hoverbox.wrap:active {
  background: #DA4320; }
  .modernizrno-rgba .hoverbox.wrap:hover.green, .modernizrno-rgba .hoverbox.wrap:focus.green, .modernizrno-rgba .hoverbox.wrap:active.green {
    background: #4B7426; }
  .modernizrno-rgba .hoverbox.wrap:hover.blue, .modernizrno-rgba .hoverbox.wrap:focus.blue, .modernizrno-rgba .hoverbox.wrap:active.blue {
    background: #2160B2; }
  .modernizrno-rgba .hoverbox.wrap:hover.yellow, .modernizrno-rgba .hoverbox.wrap:focus.yellow, .modernizrno-rgba .hoverbox.wrap:active.yellow {
    background: #CCAB36; }
.modernizrno-rgba .overlay.background {
  background: #060402; }
  .modernizrno-rgba .overlay.background.white {
    background: #fff; }
.modernizrno-rgba #case-studies .overlay.bottom.left.white .border {
  background: #fff; }
.modernizrno-rgba .main-navigation ul ul {
  box-shadow: 0 3px 3px #000; }
.modernizrno-rgba .screen-reader-text:hover, .modernizrno-rgba .screen-reader-text:active, .modernizrno-rgba .screen-reader-text:focus {
  box-shadow: 0 0 2px 2px #000; }
.modernizrno-rgba button,
.modernizrno-rgba input[type="button"],
.modernizrno-rgba input[type="reset"],
.modernizrno-rgba input[type="submit"] {
  box-shadow: inset 0 1px 0 #fff, inset 0 15px 17px #fff, inset 0 -5px 12px #fff;
  color: #000;
  text-shadow: 0 1px 0 #fff; }
  .modernizrno-rgba button:hover,
  .modernizrno-rgba input[type="button"]:hover,
  .modernizrno-rgba input[type="reset"]:hover,
  .modernizrno-rgba input[type="submit"]:hover {
    box-shadow: inset 0 1px 0 #fff, inset 0 15px 17px #fff, inset 0 -5px 12px #000; }
  .modernizrno-rgba button:active, .modernizrno-rgba button:focus,
  .modernizrno-rgba input[type="button"]:active,
  .modernizrno-rgba input[type="button"]:focus,
  .modernizrno-rgba input[type="reset"]:active,
  .modernizrno-rgba input[type="reset"]:focus,
  .modernizrno-rgba input[type="submit"]:active,
  .modernizrno-rgba input[type="submit"]:focus {
    box-shadow: inset 0 -1px 0 #fff, inset 0 2px 5px #000; }

.modernizrjs .appear_from-left {
  left: -10%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  position: relative;
  overflow: hidden; }
.modernizrjs .appear_from-right {
  right: -10%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  position: relative;
  overflow: hidden; }
.modernizrjs .appear_from-top {
  top: -100px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  position: relative;
  overflow: hidden; }
.modernizrjs .appear_from-bottom {
  bottom: -100px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  position: relative;
  overflow: hidden; }
.modernizrjs .appear_fade-in {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  position: relative;
  overflow: hidden; }

/* 
.modernizrcsstransitions{
	.hoverbox.wrap{
		-webkit-transition: background-color 1s;
		-moz-transition: background-color 1s;
		-o-transition: background-color 1s;
		-ms-transition: background-color 1s;
		transition: background-color 1s;
	}
}*/
.modernizrno-mediaqueries .tablewrap .wrap.col > div.one-half {
  width: 90%;
  margin: 3% auto;
  float: none; }
.modernizrno-mediaqueries .wrap.col .one-fourth {
  width: 80%;
  float: none;
  margin: 3% auto; }
.modernizrno-mediaqueries #case-studies .left.bottom.overlay .border {
  width: 100%; }
.modernizrno-mediaqueries .color.col.wrap {
  display: block;
  max-width: 800px !important; }
  .modernizrno-mediaqueries .color.col.wrap > .one-third {
    width: 100%;
    margin: 0;
    float: none;
    display: block; }
.modernizrno-mediaqueries #contact-us .center.top.overlay {
  margin-bottom: 0; }

.modernizrno-lastchild .color.col.wrap > .one-third p {
  margin-bottom: 0;
  padding-bottom: 1em; }

/*# sourceMappingURL=style.css.map */
