/*   
Theme Name: Lanex, LLC 
Theme URI: http://www.lanex.com
Description: Lanex Custom WordPress Theme 
Author: Lanex LLC
Author URI: http://www.lanex.com
Version: 1.0
*/

/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
/* END RESET */

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* Defaults */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  min-width: 320px;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.clearfix:before, .clearfix:after { display: block; content: ""; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

h1 { 
    color: #002d4c;
    font-size: 3.000em;
    font-family: "acumin-pro-condensed",sans-serif;
    font-weight: 400;
    line-height: 1.44;
    margin-bottom: 10px;
}
h1 sup {
    font-size: 15px;
    margin-left: 8px;
    position: relative;
    top: -25px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
h1 small {
  color: #97a9b6;
}
h2 {
    color: #002d4c;
    font-family: "acumin-pro-condensed",sans-serif;
    font-size: 3.000em;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 20px;
}
h3 {
  color: #002d4c;
  font-family: "acumin-pro-condensed",sans-serif;
  font-size: 1.875em;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 20px;
}
#homePage h3 sup {
  font-size: 15px;
  font-weight: 400;
  margin-left: 5px;
}
h4 {
  color: #002d4c;
  font-family: "acumin-pro-condensed",sans-serif;
  font-size: 1.650em; /* 28px */
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 12px;
}
#homePage h4 {
  font-size: 1.563em;
}
h5 {
  color: #002d4c;
  font-family: "acumin-pro-condensed",sans-serif;
  font-size: 1.375em; /* 22px */
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}
#homePage h5 {
  color: #002d4c;
  font-size: 1.375em; /* 38px */
  font-weight: 600;
  font-size: 1.313em;
  margin-bottom: 20px;
  text-transform: none;
}
h6 {
  color: #18ae78;
  font-family: "acumin-pro-condensed",sans-serif;
  font-size: 1.375em; /* 22px */
  font-weight: 800;
  line-height: 1.6;
  text-transform: uppercase;
}
#homePage h6 {
  color: #002d4c;
  font-size: 1.188em;
  font-weight: 400;
  text-transform: none;
}


p {
    color: #3b3b3b;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 30px;
}
a {
    font-weight: 600;
    text-decoration: underline;
}
ul li {
  margin-left: 20px;
}
b, strong {
    font-weight: 700;
}
i, em {
    font-style: italic;
}
::-moz-selection {
    background: #bdebf7;
}
::selection {
    background: #bdebf7;
}

.nopadding { padding:0px!important; }

/***********/
/* Helpers */
/***********/

.row-flex
{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}


.visible-at-shrink {
  display: none;
}

/*.row.row-flex > [class*="col-"]
{
    display: flex;
}*/

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-center-horz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.row.flex-equal-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row.flex-equal-height::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.row.flex-equal-height > [class*='col-'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-container {
  /*min-height: 400px;*/
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
}
.flex-container:after {
  content: "";
  display: block;
  flex(999 999 auto)
}
#homePage .portfolio-item {
/*  flex: 0 0 auto;
  margin: 0;*/
}
.col-no-pad {
  padding-left: 0;
  padding-right: 0;
}
.pad-45 {
  padding: 45px;
}
.pl-45 {
  padding-left: 45px;
}
.pr-45 {
  padding-right: 45px;
}
.mb-60 {
  margin-bottom: 60px;
}
.ml-0 {
  margin-left: 0;
}
.ml-30 {
  margin-left: 30px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-45 {
    margin-top: 45px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-100 {
  margin-top: 100px;
}
.mr-45 {
  margin-right: 45px;
}

/* Wordpress */
img.alignleft  {
    float: left;
    margin: 0 15px 15px 0;
}
img.alignright  {
    float: right;
    margin: 0 0 15px 15px;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}


/***********/
/* Buttons */
/***********/
.btn {
  border: 0;
  border-radius: 0;
  display: inline-block;
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.btn.btn-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 0;
  text-decoration: underline;
}
.btn-text .zmdi {
  margin-left: 10px;
}
.btn-sm {
  font-size: 0.938em;
  padding: 10px 24px;
}
.btn-sm.btn-text {
  padding: 8px 0;
}
.btn-md {
  font-size: 1.188em;
  padding: 14px 38px;
}
.btn-lg {

}
.btn-full {
  display: block;
  width: 100%;
}
.btn-primary {
  background: #edab16;
  box-shadow: 0px 3px 0px 0px rgba(205, 125, 23, 1); 
  color: #fff;
}
.btn-primary:hover {
  background: rgba(205, 125, 23, 1);
}
.btn-o-white {
  background: 0;
  border: 3px solid #fff;
  color: #fff;
}
.btn-o-white:hover {
  color: #002d4c;
  border: 3px solid #002d4c;
}
.dark-bg .btn-o-white:hover {
  color: #18ae78;
  border: 3px solid #18ae78;
}
.btn-rounded {
  border-radius: 30px;
}
a.scroll-down {
  color: #97a9b6 !important;
  display: block;
  font-size: 36px !important;
  margin: 0 auto;
  text-align: center;
}
#frm_form_6_container .frm_submit .frm_button_submit:hover,
#frm_form_8_container .frm_submit .frm_button_submit:hover,
#frm_form_9_container .frm_submit .frm_button_submit:hover{
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
	box-shadow: 0px 3px 0px 0px #0e2d48;
}
#frm_form_6_container .frm_submit .frm_button_submit,
#frm_form_8_container .frm_submit .frm_button_submit,
#frm_form_9_container .frm_submit .frm_button_submit{
	background: #edab16;
    box-shadow: 0px 3px 0px 0px #cd7d17;
    color: #fff;
    border: 0;
    border-radius: 0;
    display: inline-block;
    font-family: "acumin-pro-condensed",sans-serif;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 1.188em;
    padding: 14px 38px;
}
#frm_form_8_container .frm_checkbox,
#frm_form_9_container .frm_checkbox{
	margin-top: 5px;
}
#frm_form_8_container p,
#frm_form_9_container p{
	margin-bottom: 0;
}
#frm_form_9_container input:checked+.frm_switch .frm_slider {
    background-color: #18ae78;
}

/*********/
/* Forms */
/*********/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8394a0;
  font-weight: 400;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #8394a0;
  font-weight: 400;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #8394a0;
  font-weight: 400;
}
:-moz-placeholder { /* Firefox 18- */
  color: #8394a0;
  font-weight: 400;
}
input:-webkit-autofill{
  background: #ffffff !important;
  border: 0;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
          box-shadow: 0 0 0px 1000px #ffffff inset !important;
  outline: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"] {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #002d4c;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 1.125em;
    font-weight: 600;
    height: 46px;
    line-height: 46px;
}
input[type="text"]:focus,
input[type="text"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="tel"]:focus,
input[type="tel"]:active {
  border: 0;
  box-shadow: none;
  outline: 0;
}
#ssa-widget.ssa-leadgen-widget {
  border-radius: 0px;
  border: 1px solid #e4edf3;
  margin: unset;
  width: 100%;
} 
#ssa-widget input[type="text"],
#ssa-widget input[type="email"] {
  background: #fafafa;
  border: 1px solid #dfdfdf;
  padding: 0px 12px;
  width: 100%;
}
#ssa-widget .ssa-leadgen-widget__title {
  font-family: "acumin-pro-condensed",sans-serif;
  font-size: 28px;
  font-weight: 600;
  text-align: left;
  line-height: 1.25;
  margin-bottom: 30px;
}
#ssa-widget label {
  color: #777;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#ssa-widget label .ssa-leadgen-widget__checkbox-label {
  color: #999;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.25;
}
#ssa-widget .ssa-leadgen-widget__btn-start {
  margin: 20px 0 0 0;
}
textarea.form-control {
  border-radius: 0;
  border: 1px solid #c5d0d8;
  color: #002d4c;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.125em;
  line-height: 1.5;
  padding: 15px 12px;
}
.form-effect-div {
  padding: 0;
  position: relative;
}
.form-effect-div:after,
.form-effect-div:before {
  background-color: #aeb2b7; 
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.form-effect-div::after {
  background-color: #18ae78;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.form-effect-div.form-error:after,
.form-effect-div.form-error:before {
  background-color: #ff7070; 
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.form-effect-div.form-error .frm_required {
  color: #ff7070;
}
.form-effect-label {
  color: #aeb2b7;
  display: block;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 0.938em;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.form-effect-label span.zmdi {
  font-size: 14px;
  margin-right: 5px;
}
.form-effect-input {
  background: transparent;
  border-bottom: 3px solid transparent;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  color: #002d4c;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.125em;
  line-height: 1.5;
  outline: none;
  padding: 15px 12px;
  position: relative;
  width: 100%;
}
.is-active::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.is-active .form-effect-label {
  color: #3b3b3b;
}
.is-completed .form-effect-label {
  font-size: 0.938em;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
label::before {
  font-family: 'Material-Design-Iconic-Font';
  font-weight: 400;
  margin-right: 10px;
}
.is-active label::before {
  color: #18ae78;
}
/* Name */
label.name::before {
  content: "\f207";
}
.is-active label.name::before {
  content: "\f214";
}
/* Email */
label.email::before {
  content: "\f15a";
}
.is-active label.email::before {
  content: "\f159";
}
/* Phone */
label.phone::before {
  content: "\f2b4";
}
.is-active label.phone::before {
  content: "\f2bb";
}
.frm_style_formidable-style.with_frm_style p.description, .frm_style_formidable-style.with_frm_style div.description, .frm_style_formidable-style.with_frm_style div.frm_description, .frm_style_formidable-style.with_frm_style .frm-show-form>div.frm_description, .frm_style_formidable-style.with_frm_style .frm_error, .frm_style_formidable-style.with_frm_style .frm_pro_max_limit_desc {
	margin-top: 3px;
}

/**********/
/* Tables */
/**********/
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border: 1px solid #e4edf3;
}
.table-striped>tbody>tr:nth-of-type(odd) {
  background: #ffffff;
}
.table-striped>tbody>tr:nth-of-type(even) {
  background: #f8fafc;
}
.table-hover>tbody>tr:hover {
  background-color: rgba(235, 240, 245, 0.6);
}
.table>thead>tr>th {
  background: #ebf0f5;
  color: #3b3b3b;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.188em;
  font-weight: 600;
  padding: 30px 18px;
  white-space: nowrap;
}
.table>tbody>tr>td {
  color: #3b3b3b;
  font-size: 1.063em;
  padding: 16px 20px;
}

/********************/
/* Fixed Nav (Home) */
/********************/
#fixed-nav {
  position: relative;
  z-index: 3;
}
#fixed-nav ul {
  position: fixed;
  right: 28px;
  top: 20%;
}
#fixed-nav ul li {
  display: block;
  margin-bottom: 25px;
  margin-left: 0;
}
#fixed-nav ul li a {
  line-height: 1;
  margin: 0;
}
#fixed-nav ul li a span {
  background: rgba(24, 174, 120, 1);
  border-radius: 50%;
  display: block;
  height: 15px;
  margin-top: 5px;
  width: 15px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
#fixed-nav ul li a span:hover {
  background: rgba(24, 174, 120, 0.5);
  -webkit-transform: scale(1.8);
         transform: scale(1.8);
}
.fixed-title + .tooltip > .tooltip-inner {
  background: #18ae78;
  border-radius: 30px;
  color: #fff;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  margin-right: 20px;
  padding: 6px 18px;
}
.tooltip-inner {
  max-width: none;
  white-space: nowrap;
}
.tooltip.left .tooltip-arrow {
  opacity: 0;
  display: block;
  position: relative;
}
.fixed-title + .tooltip:before {
  content: "";
  height: 1px;
  width: 20px;
  background-color: #18ae78;
  opacity: 1;
  position: absolute;
  right: 12px;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#welcome:focus,
#what-we-do:focus,
#industries:focus,
#get-in-touch:focus,
#scroll-website-design:focus,
#scroll-cms:focus,
#scroll-built:focus,
#scroll-vs:focus,
#scroll-contact:focus {
  outline: 0;
}

/**********/
/* Header */
/**********/
header {
  position: relative;
}
#nav.header {
  height: 160px;
  -webkit-transition: height 0.3s;
          transition: height 0.3s;
}
#nav.header.shrink {
  /*background: #002d4c;*/
  background: linear-gradient(-45deg, #10885d, #002d4c);
  background-size: 400% 400%;
  -webkit-animation: Gradient 15s ease infinite;
          animation: Gradient 15s ease infinite;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  height: 90px;
}

@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}
#nav.header.shrink img.logo {
  height: 60px;
  margin: 15px auto;
  width: auto;
}
#nav.header.shrink li a {
  font-size: 18px;
  line-height: 60px;
}
#nav.header ul.ubermenu-submenu li a {
  color: #002d4c !important;
  font-family: "acumin-pro-condensed",sans-serif !important;
  font-size: 19px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
}
ul.ubermenu-submenu.ubermenu-submenu-id-491 a.ubermenu-target:hover,
ul.ubermenu-row.ubermenu-row-id-310 a.ubermenu-target:hover {
  background: none !important;
}
#nav.header.shrink .scroll-hide {
  display: none;
}
header #nav {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}

/* Navigation */
header nav ul li a:hover {
  color: #edab16;
  text-decoration: none;
}
header .logo {
  display: block;
  margin: 10px auto;
  max-width: 190px;
  height: auto;
}
header .visible-xs .logo {
  margin: 50px auto 40px;
}
header ul#top-left,
header ul#top-right {
  margin-bottom: 10px;
}
header ul#top-left li,
header ul#top-right li {
  float: left;
  margin-left: 0;
}
header ul#top-left li a,
header ul#top-right li a {
  color: #fff;
  display: inline-block;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.000em;
  font-weight: 400;
  letter-spacing: 0.68px;
  line-height: 1;
  padding: 8px 15px;/*padding: 8px 20px;*/
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
header ul#top-left li.social a {
  padding: 8px;
}
header ul#top-left li a:hover,
header ul#top-right li a:hover {
  color: #edab16;
}
header ul#top-left li:last-child a {
  padding-right: 0;
}
header ul#top-right li:first-child a {
  padding-left: 15px;
}

.zmdi-facebook { transition:.7s ease; }
.zmdi-twitter { transition:.7s ease; }
.zmdi-linkedin { transition:.7s ease; }
.zmdi-facebook:hover { color:#3b5998; }
.zmdi-twitter:hover { color:#00aced; }
.zmdi-linkedin:hover { color:#0e76a8; }

/* Uber Menu */
nav#ubermenu-main-2-main_nav_left-2 {
    float: right;
}
.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
  font-weight: 600 !important;
  letter-spacing: 0.68px !important;
  padding: 13.5px 15px !important; /*MAX*/
/*  padding:15px!important;*/
}
.ubermenu-submenu a {
  font-size: 20px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}
.ubermenu .ubermenu-row a.ubermenu-target {
  border-top: 1px solid #e4edf3;
}
.ubermenu li.ubermenu-column-1-3 .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target {
  border-top: 0 !important;
  padding: 0 10px !important;
}
/* Hero/Slider */
#banner,
#interior-banner,
#xs-banner {
  background: #002d4c; 
  display: block;
  left: 0;
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
#banner::before {
  background-image: url(images/banner-gradient.png);
  background-size: cover;
  content: "";
  display: block;
  height: 100vh;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
#banner .hero-slider img {
  display: block;
  width: 100%;
}
#interior-banner::before,
#xs-banner::before {
  background-image: url(images/banner-gradient-sm.png);
  background-size: cover;
  content: "";
  display: block;
  height: 350px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
#xs-banner img.logo {
  position: absolute;
  height: auto;
  left: 0;
  margin: 0 auto;
  max-width: 200px;
  right: 0;
  top: 50%;
  z-index: 5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#interior-banner {
  text-align: center;
}
#interior-banner #searchform {
  text-align: left;
}
#interior-banner #searchform button#searchsubmit {
  background: transparent;
  border: 0;
  bottom: 0;
  color: #fff;
  padding: 20px;
  position: absolute;
  right: 0;
}
#interior-banner #searchform .is-active label {
  color: #fff;
}
#interior-banner #searchform input[type="text"] {
  color: #fff;
  font-size: 1.500em;
  font-weight: 400;
  height: 60px;
  line-height: 60px;
  padding-left: 0;
}
#interior-banner #intro {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#sticky-menu {
  margin-left: 38px;
}

#sticky-menu li {
  margin-left:0px;
}

.page-id-296 .parallax-bg,
.page-id-652 .parallax-bg,
.page-id-648 .parallax-bg,
.page-id-639 .parallax-bg,
.page-id-553 .parallax-bg{
    height: 450px;
}
.page-id-296 #interior-banner #intro,
.page-id-652 #interior-banner #intro,
.page-id-648 #interior-banner #intro,
.page-id-639 #interior-banner #intro,
.page-id-553 #interior-banner #intro {
    top: 65%;
    -webkit-transform: translateY(-65%);
    transform: translateY(-65%);
}
.page-id-296 .parallax-bg .btn,
.page-id-652 .parallax-bg .btn,
.page-id-648 .parallax-bg .btn,
.page-id-639 .parallax-bg .btn,
.page-id-553 .parallax-bg .btn {
    margin-left: 35px;
	margin-right: 35px;
	background: transparent;
    box-shadow: none;
    border: 3px solid #ebf0f5;
	color: #ebf0f5;
}
.page-id-296 .parallax-bg .btn:hover,
.page-id-652 .parallax-bg .btn:hover,
.page-id-648 .parallax-bg .btn:hover,
.page-id-639 .parallax-bg .btn:hover,
.page-id-553 .parallax-bg .btn:hover {
    border: 3px solid #edab16;
	color: #edab16;
}
.page-id-296 .btn i,
.page-id-652 .btn i,
.page-id-648 .btn i,
.page-id-639 .btn i,
.page-id-553 .btn i {
	padding-right: 13px;
}
.page-id-296 .rev-cta,
.page-id-652 .rev-cta,
.page-id-648 .rev-cta,
.page-id-639 .rev-cta,
.page-id-553 .rev-cta {
    display: flex;
    justify-content: center;
}
	
/**********************/
/* Home Page Sections */
/**********************/
/* GLOBAL */
.dark-bg {
  background: #002d4c;
  position: relative;
  z-index: 0;
}
.light-bg {
  background: #ebf0f5;
  position: relative;
  z-index: 0;
}
.bg-light {
  background: #ebf0f5;
}
.white-bg {
  background: #fff;
  position: relative;
  z-index: 0;
}
.green-bg {
  background: #18ae78;
  position: relative;
  z-index: 0;
}
.coral-bg {
  background: #ff7070;
  position: relative;
  z-index: 0;
}
.yellow-bg {
  background: #edab16;
  position: relative;
  z-index: 0;
}
.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6,
.dark-bg p {
  color: #fff !important;
}
.flex-center-horz h3 { /* This is for h3's that have an icon to the right */
  margin-right: 20px;
}
.shadow {
  border-bottom: 1px solid rgba(223, 223, 233, 0.6);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
}
.double-border {
  border-top: 1px solid rgba(129, 129, 129, 0.25);
  margin-top: 45px;
  padding-top: 45px;
  position: relative;
}
.double-border:before {
  background: rgba(129, 129, 129, 0.25);
  content: "";
  height: 1px;
  position: absolute;
  top: 2px;
  width: 100%;
}
#content {
  padding-bottom: 60px;
  padding-top: 30px;
}

/* LIST STYLES */
#wrapper ul,
#wrapper ol {
  margin-bottom: 0;
}
#wrapper ul li,
#wrapper ol li {
  color: #3b3b3b;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 10px;
}

/* Unordered Lists */
#wrapper ul {
  list-style-type: none;
  margin-bottom: 30px;
}
#wrapper ul li {
  display: block;
  margin-left: 30px;
  padding-left: 15px;
  position: relative;
  text-align: left;
}
#wrapper ul li::before {
  background: #18ae78;
  border-radius: 50%;
  content: '';
  display: block;
  height: 9px;
  left: -9px;
  position: absolute;
  top: 9px;
  width: 9px;
}
#wrapper .dark-bg ul li,
#wrapper .dark-bg ol li,
#wrapper .parallax-bg ul li,
#wrapper .parallax-bg ol li {
  color: #ffffff;
}

/* Ordered Lists */
#wrapper ol {
  list-style-type: none;
  counter-reset: list-counter;
  display: block;
}
#wrapper ol li {
  display: block;
  margin-left: 52px;
  padding-left: 20px;
  position: relative;
}
#wrapper ol li::before {
  background: #18ae78;
  border-radius: 50%;
  color: #fff;
  content: counter(list-counter);
  counter-increment: list-counter;
  display: block;
  font-family: "acumin-pro-condensed",sans-serif;
  font-weight: 900;
  height: 32px;
  left: -32px;
  line-height: 32px;
  position: absolute;
  text-align: center;
  top: 5px;
  width: 32px;
}
#wrapper ol.simple {
  counter-reset: unset;
  list-style: decimal;
  list-style-type: decimal;
  margin-bottom: 30px;
  padding-left: 20px;
  display: block;
}
#wrapper ol.simple li {
  display: list-item;
  margin-left: 20px;
  padding-left: 5px;
  position: relative;
}
#wrapper ol.simple li::before {
  display: none;
}

/* Lists w/ Check Icons */
#wrapper ul.checks li {
  color: #4d4d4f;
  font-family: "acumin-pro-condensed",sans-serif;
  font-size: 1.250em;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 15px;
  padding-left: 0;
}
#wrapper ul.checks li::before {
  background: none;
  border-radius: 0;
  content: "\f269";
  color: #18ae78;
  font-family: 'Material-Design-Iconic-Font';
  font-size: 1.063em;
  top: 2px;
  height: auto;
  width: auto;
  left: -30px;
}
body.page-id-553 #wrapper ul.checks {
  margin-left: 20px;
}
body.page-id-553 #wrapper ul.checks li {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125em;
  font-weight: 400;
}
body.page-id-553 #wrapper ul.checks li::before {
  font-size: 1.063em;
}

/* Fall Promo Styling Overrides */
body.page-id-553 #wrapper .layout-icon-boxes {
  padding-top: 0;
}
body.page-id-553 #wrapper .layout-icon-boxes .text-center,
body.page-id-553 #wrapper .layout-icon-boxes .text-center p {
  text-align: left !important;
}
body.page-id-553 #wrapper .layout-icon-boxes p.disclaimer {
  font-size: 0.938em;
  font-style: italic;
  line-height: 1.5;
  margin-left: 10px;
  padding: 15px 0;
}

/* Quotes */
blockquote {
  background-color: white;
  background-image: -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient(#f6abca 1px, transparent 1px), -moz-linear-gradient #e8e8e8 1px, transparent 1px;
  background-image: -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#f6abca 1px, transparent 1px), -o-linear-gradient(#e8e8e8 1px, transparent 1px);
  background-image: -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear-gradient(#f6abca 1px, transparent 1px), -webkit-linear- gradient(#e8e8e8 1px, transparent 1px);
  background-image: linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#f6abca 1px, transparent 1px), linear-gradient(#e8e8e8 1px, transparent 1px);
  background-position: 62px 0, 66px 0, 0 -1px;
  background-repeat: repeat-y, repeat-y, repeat;
  background-size: 1px 1px, 1px 1px, 30px 30px;
  line-height: 30px;
  margin-bottom: 30px;
  padding: 30px 15px 30px 75px !important;
  position: relative;
}
blockquote p {
  font-family: Courier, monospace;
  font-size: 16px;
  line-height: 30px;
}
blockquote p:before {
  color: #18ae78;
  content: '\f1b2';
  font-family: "Material-Design-Iconic-Font";
  font-size: 50px;
  left: 20px;
  position: absolute;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
a[data-toggle="tooltip"] {
  border-bottom: 1px dotted #97a9b6;
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

/* Meta */
div.meta ul li {
  color: #fff;
  list-style-type: none;
  float: left;
}
div.meta ul li a {
  color: #fff;
}
.parallax-bg {
  background-attachment: fixed;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}
#wrapper .parallax-bg {
  height: auto;
  min-height: 400px;
}
#wrapper .parallax-bg.error-404  {
  height: 100vh;
}
.parallax-bg h2,
.parallax-bg h3,
.parallax-bg h4,
.parallax-bg h5,
.parallax-bg h6,
.parallax-bg p {
  color: #fff;
}
div#intro {
  position: relative;
  top: 50%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#intro h1 {
  color: #fff;
  margin-bottom: 20px;
}
#intro p {
  color: #97a9b6;
  font-family: "acumin-pro-condensed",sans-serif;
  font-size: 1.625em;
  font-weight: 400;
  line-height: 1.25;
}

/* CSS Block */
.css-block {
  font-family: "acumin-pro-condensed",sans-serif;
  line-height: 1.2;
}
div.comment {
  color: #555555;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 30px;
}
span.element {
  color: #002d4c;
  font-size: 30px;
  font-weight: 600;
}
span.class {
  color: #ff7171;
  font-size: 30px;
  font-weight: 400;
  margin-left: 7px;
  position: relative;
  text-transform: lowercase;
}
span.class:before {
  color: #ff7171;
  content: ".";
}
.collapse.in span.class:after,
span.class:after {
  color: #555555;
  content: "{";
  font-size: 30px;
  font-weight: 400;
  margin-left: 14px;
}
.collapse span.class:after {
  color: #555555;
  content: ">";
  font-size: 30px;
  font-weight: 400;
  margin-left: 14px;
}
.styles {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  margin: 16px 0 36px 0;
  padding: 18px 0 36px 18px;
  position: relative;
}
.styles:before {
  background-image: radial-gradient( ellipse, #97a9b6 1px, #97a9b6 1px, transparent 1px);
  background-position: 0px 0;
  background-repeat: repeat-y;
  background-size: 6px 6px;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.style {
  margin-bottom: 15px;
}
span.property {
  color: #18ae78;
  font-weight: 600;
  position: relative;
  text-transform: lowercase;
}
span.property:after {
  color: #555555;
  content: ":";
  margin-right: 5px;
}
span.value {
  color: #555555;
  font-weight: 400;
  font-style: italic;
}
span.value:after {
  content: ";";
}
.styles:after {
  bottom: -37px;
  color: #555555;
  content: "}";
  font-size: 30px;
  font-weight: 400;
  left: 0;
  position: absolute;
}

/* Sidebars */
#sidebar .border {
  border-top: 1px solid #dfdfdf;
  margin-top: 20px;
  padding-top: 20px;
}
.sidebar-left {
  padding-right: 45px;
}
.sidebar-right {
  padding-left: 45px;
}
.block {
  background: #fff;
  border: 1px solid #efefef;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
  padding: 15px 0px 10px;
}
.content-block ul.checks {
  margin-top: 30px;
}
a.post-edit-link {
  display: block;
  font-size: 14px;
  margin-top: 45px;
}
p.note {
  font-size: 0.850em;
}
.green-bg p.note {
  color: #fff;
}
#sidebar {
  padding-bottom: 60px;
  padding-top: 30px;
}
#sidebar #searchform label,
#sidebar h2 {
  color: #002d4c;
  font-family: "acumin-pro-condensed",sans-serif;
  font-size: 0.850em;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#sidebar #searchform label {
  color: #aeb2b7;
}
#sidebar #searchform .is-active label {
  color: #002d4c;
}
#sidebar #searchform .form-group {
  position: relative;
}
#sidebar #searchform input[type="text"] {
  font-size: 0.938em;
  padding: 15px;
  width: 100%;
}
#sidebar #searchform #searchsubmit {
  background-color: transparent;
  border: none;
  height: 16px;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#sidebar h2 {
  margin-bottom: 15px;
}
#sidebar .widget {
  margin-bottom: 45px;
}
#sidebar ul li {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
}
#sidebar ul li:before {
  content: '';
  display: none;
}
#sidebar ul li a {
  display: block;
  font-size: 0.850em;
  font-weight: 400;
  line-height: 1;
  padding: 10px 0;
  text-decoration: none;
}
a.email {
  border-bottom: 1px dotted #337ab7;
  text-decoration: none;
}
.tagcloud a {
  background: #18ae78;
  color: #fff;
  display: inline-block;
  font-size: 11px !important;
  margin-right: 5px;
  margin-top: 7px;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.tagcloud a:hover {
  background: #139a6a;
}
#sidebar ul.social li {
  display: inline-block;
  float: left;
  margin-right: 6px;
}
#sidebar ul.social li a {
  border-radius: 2px;
  color: #fff;
  font-size: 18px;
  height: 34px;
  line-height: 1;
  padding: 8px;
  text-align: center;
  width: 34px;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
a.icon-zmdi-facebook {
  background: #3b5998;
}
a.icon-zmdi-twitter {
  background: #55acee;
}
a.icon-zmdi-linkedin {
  background: #008cc9;
}
#sidebar ul.social li a:hover {
  opacity: 0.8;
}

/* DEVELOPING GREAT THINGS TOGETHER */
#welcome {
  background-image: url(images/code-bg.png);
  background-size: cover;
  padding: 70px 0 80px;
  position: relative;
  z-index: 2; /* Keeps header gradient from overlapping */
}

/* SOME OF OUR CLIENTS INCLUDE */
#clients {
  padding: 70px 0 80px;
}
.clients-slider img {
  margin: 0 auto;
}
.slick-dots {
  display: block;
  list-style: none;
  margin-top: 45px;
  padding: 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
  background-color: transparent;
  color: transparent;
}
.slick-dots li button {
  background-color: transparent;
  /*background: #828282;*/
  
  border: 1px solid #828282!important;
  border-radius: 50%;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 10px;
  line-height: 0;
  outline: none;
  padding: 6px;
  width: 10px;
  -webkit-transition: 0.20s ease;
          transition: 0.20s ease;
}
.slick-dots li button:hover {
  background: rgba(0, 0, 0, 0.35);
}
.slick-dots li.slick-active button {
  background: transparent;
  background: #828282;
  border: 1px solid #828282;
  height: 17px;
  width: 17px;
}


.we-are-also-a {
  padding-top: 50px;
  display: block;
  color: #002d4c;
  font-family: "acumin-pro-condensed",sans-serif;
  font-size: 1.5em;
  padding-bottom: 10px;
  font-weight: 600;
}

.microsoft-partner {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* WHAT WE'RE GREAT AT */
#what-we-do {
  padding: 70px 0 80px;
}
#what-we-do.light-bg {
  padding-bottom: 0;
}
#what-we-do .funnel {
  padding-bottom: 80px;
}
#what-we-do .funnel img {
  height: 60px;
  margin: 0 auto 30px;
  width: auto;
}
#what-we-do p a {
  color: #01b9cc;
  text-decoration: underline;
}
#what-we-do a {
  color: #3b3b3b;
  padding: 10px 0;
  text-decoration: none;
}

/* FEATURED PROJECTS */
#featured-projects {
  padding: 70px 0 0 0;
}

/* AWARDS */
#awards {
  background-image: url(images/awards-bg.jpg);
  background-position: right bottom;
  background-size: cover;
  padding: 70px 0 80px;
  position: relative;
  z-index: 1;
}
#awards h2 {
  margin-bottom: 45px;
}
#awards h3 {
  margin-bottom: 5px;
  text-transform: uppercase;
}
#awards h4 a {
  color: #fff;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}
#awards .slick-dots li button {
  background: transparent;
  border: 1px solid #fff;
}
#awards .slick-dots li.slick-active button {

  border: 1px solid #fff;
  background: rgba(255, 255, 255, 1);
  height: 17px;
  width: 17px;
}
.layout-awards .awards-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layout-awards img {
  display: block;
  margin: 0 auto 30px;
}
.layout-awards p.year {
  font-size: 0.938em;
  color: #888888;
  margin-bottom: 8px;
}
.layout-awards p small {
  font-size: 0.938em;
  color: #888888;
}
.awards-container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layout-awards .single-award {
  padding: 30px;
  width: 20%;
}
/* THE NUTS AND BOLTS OF IT */
#nuts-bolts {
  padding: 70px 0 80px;
}
#nuts-bolts ul li {
  list-style-type: none;
  margin: 0 0 15px 15px;
  position: relative;
}
#nuts-bolts ul li:before {
  content: "\f26d";
  color: #9e9e9e;
  font-family: 'Material-Design-Iconic-Font';
  font-size: 6px;
  position: absolute;
  left: -15px;
  top: 5px;
}
#nuts-bolts .cms-logos .flex-center div {
  max-width: 32%;
  margin-right: 2%;
}
#nuts-bolts .cms-logos img {
  border: 1px solid #eaeaea;
  -webkit-transition: 0.3s ease;
          transition: 0.3s ease;
}
#nuts-bolts .cms-logos img:last-child {
  margin-right: 0;
}
#nuts-bolts .cms-logos img:hover {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15); 
}

/* THINGS WE'VE BUILT AND INTEGRATED */
#build {
  padding: 70px 0 80px;
}
#build h5,
.layout-icon-grid h5 {
  line-height: 1;
  margin: 0;
}
#build img,
.layout-icon-grid img {
  margin-right: 20px;
}
#build .flex-center-horz,
.layout-icon-grid .flex-center-horz {
  margin-bottom: 30px;
}
#contentPage .layout-icon-grid h5 {
  color: #002d4c;
  font-size: 1.375em;
  font-weight: 600;
  font-size: 1.313em;
  margin-bottom: 20px;
  text-transform: none;
}

/* WEBSITE MAINTENANCE AND RESCUE */
#rescue {
  padding: 70px 0 80px;
}

/* CALL TO ACTION */
#cta {
  padding: 70px 0 80px;
}
#cta h4,
.layout-cta h4 {
  color: #fff;
  line-height: 1.25;
  margin: 0 45px 0;
}
}
#cta.white-bg h4,
.layout-cta.white-bg h4,
#cta.light-bg h4,
.layout-cta.light-bg h4 {
  color: #002d4c;
}

/* SEO AND SEM */
#seo {
  overflow: hidden;
  padding: 70px 0 80px;
  position: relative;
  z-index: 1; 
}
#seo .flex-center-horz {
  margin-bottom: 30px;
}
#seo .btn {
  margin-top: 30px;
}

/* LANEX VERTICAL SOLUTIONS */
#vertical-solutions {
  padding: 70px 0 0 0;
  position: relative;
}

#vertical-solutions a {
  color: #3b3b3b;
  padding: 10px 0;
  text-decoration: none;
}
#fw-funnels {
  border-top: 1px solid #e4edf3;
  bottom: 0;
  display: block;
  position: relative;
  width: 100%;
}
#fw-funnels .funnel {
  padding: 70px 30px 80px;
}
#fw-funnels .funnel img {
  margin: 0 auto 30px;
}
#fw-funnels .funnel-dk {
  background: #ebf0f5;
}
#fw-funnels .funnel-lt {
  background: #f8fafc;
}
#fw-funnels .funnel .image-wrap,
#fw-funnels .funnel .text-wrap {
  display: block;
  position: relative;
}
#fw-funnels .funnel .image-wrap img {
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* A SAMPLE OF INDUSTRIES WE SERVE */
#industries {
  padding: 70px 0 80px;
}
#industries img {
  margin-right: 20px;
}
#industries .flex-center-horz {
  margin-bottom: 30px;
}

/* GET IN TOUCH */
#get-in-touch {
  padding: 70px 0 80px;
}

/* Portfolio Page */
.portfolio-slider ul.slick-dots {
  display: block;
  left: -5px;
  list-style: none;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.portfolio-slider ul.slick-dots li {
  display: block;
  margin: 0 0 10px;
  background-color: transparent;
}


.portfolio-slider.slick-slider {
  background-image: url(/wp-content/themes/Lanex/images/iphone.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background: #edab16;
  display: block;
  margin: 0 auto;
}
.portfolio-slider.slick-slider .slick-slide {
  display: block;
  display: none;
  float: left;
  height: auto;
  left: 0;
  margin: 0 auto;
  min-height: 1px;
  position: relative;
  right: 0;
  top: 0;
  width: auto;
}
.portfolio-item .hover {
  display: block;
  max-height: 500px;
  overflow-y: hidden;
  position: relative;
  cursor: pointer;
}
.portfolio-item .hover::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(0, 46, 77, 0);
  z-index: 4;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
          transition: all 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
}
.portfolio-item .hover:hover::before {
  background: rgba(0, 46, 77, 0.8);
}
.portfolio-item .hover .hover-content {
  display: block;
  opacity: 0;
  padding: 15px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  z-index: 5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
          transition: all 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
}
.portfolio-item .hover:hover .hover-content {
  opacity: 1;
}
.portfolio-item .hover h3 {
  color: #fff;
  display: inline-block;
}
.portfolio-item .hover p {
  color: #fff;
  word-break: break-word;
}
.r-illustration {
  overflow: -webkit-paged-y;
}
.AppPreview__phone {
  background-size: 286px 606.5px;
  background: url(/wp-content/themes/Lanex/images/phone-skin.svg) top no-repeat;
  height: 606.5px;
  margin: auto;
  position: relative;
  width: 286px;
  -webkit-transform: rotate(-22deg);
          transform: rotate(-22deg);
}
.AppPreview__content {
  background: #f5f5f5;
  height: 438px;
  left: 12px;
  overflow: hidden;
  position: absolute;
  top: 83px;
  width: 263px;
}
.AppPreview__header {
  /*background: url(/wp-content/themes/Lanex/images/phone-header.png);*/
  height: 438px;
  width: 263px;
}
/*.in-view  #c-1 {
  fill: #d5d7dd;
  -webkit-animation: circles 2.5s ease;
          animation: circles 2.5s ease;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
.in-view  #c-2 {
  fill: #d5d7dd;
  -webkit-animation: circles 2.5s ease;
          animation: circles 2.5s ease;
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
}
.in-view  #c-3 {
  fill: #d5d7dd;
  -webkit-animation: circles 2.5s ease;
          animation: circles 2.5s ease;
  -webkit-animation-delay: 4000ms;
          animation-delay: 4000ms;
}
.in-view  #c-4 {
  fill: #d5d7dd;
  -webkit-animation: circles 2.5s ease;
          animation: circles 2.5s ease;
  -webkit-animation-delay: 6000ms;
          animation-delay: 6000ms;
}*/
.in-view  #p-1 {
  fill: #3a3e49;
}
@keyframes circles {
  10% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    fill: #ebba1d;
  }
  25% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  45% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  65% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    fill: #ebba1d;
  }
  80% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.in-view .bounceInDown {
  -webkit-animation: bounceInDown 3s ease;
          animation: bounceInDown 3s ease;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);}
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.persp-shadow:before, .persp-shadow:after {
  bottom: 0;
  content: '';
  display: block;
  height: 50%;  
  position: absolute;
  width: 50%;
  z-index: -1;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
.persp-shadow:before {
  box-shadow: -80px 0 12px rgba(0, 0, 0, 0.2);
  left: 80px;
  -webkit-transform: skew(65deg);
          transform: skew(65deg);
}
.persp-shadow:after {
  box-shadow: 80px 0 12px rgba(0, 0, 0, 0.2);
  right: 80px;
  -webkit-transform: skew(-65deg);
          transform: skew(-65deg);
}

/* Team Page */
.team-page {
  /*background-color:#002d4c;*/
}
.team-icon {
  padding-bottom: 20px;
}
img.dept  {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.team-bio {
  padding: 45px 15px 15px 45px;
}
.team-bio-xs {
  padding: 30px;
}
.team .team-img {
  position: relative;
  z-index: 1;
}
.team .team-btn {
  bottom: 30px;
  position: absolute;
  width: 100%;
  z-index: 2;
}



.team {
  float: left;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
.team-underlay {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: -1;
}
.team-underlay img {
  position: relative;
  z-index: 2;
}
.team-overlay {
  bottom: 0;
  height: 100px;/*30px;*/
  position: absolute;
  width: 100%;
  -webkit-transition: all 0.45s linear;
          transition: all 0.45s linear;
}
.team:hover .team-overlay {
  bottom: 0;
  height: 100%;
  -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear;
}
.team-content {
  bottom: 0;
  color: #fff;
  display: block;
  left: 0;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 3;
}
.team:hover .team-content {
   top: 50%;
}
.details {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  /*top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);*/
}
.team:hover .details {
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.team .team-content h6 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: none;
  text-align: center
}
.team .team-content h6 small {
  color: rgba(255, 255, 255, 0.75);
  display: block;
  margin-top: 5px;
}
.team-content button {
  display: none;
  opacity: 0;
}
.team:hover .team-content button {
  display: block;
  opacity: 1;
}
.team-content button {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
  margin: 10px auto 0 auto;
  padding: 8px 16px;
}
.team-content button:hover,
.team-content button:focus {
  color: #fff;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0,30%);
  -ms-transform: translate(0,30%);
  -o-transform: translate(0,30%);
  transform: translate(0,30%);
}
.modal-content {
  padding: 45px;
}
.team-img::after {
  background: rgba(0, 45, 76, 0.50);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
          transition: all 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
}
.team-overlay {
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,45,76,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,45,76,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,45,76,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#002d4c',GradientType=0 ); /* IE6-9 */
}
.team-btn:hover + .team-img:after,
.team-img:hover:after {
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,45,76,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,45,76,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,45,76,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#002d4c',GradientType=0 ); /* IE6-9 */
}
.team-btn:hover + .team-img.green:after,
.team-img.green:hover:after {
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(24,174,120,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(24,174,120,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(24,174,120,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#18ae78',GradientType=0 ); /* IE6-9 */
}
.team-btn:hover + .team-img.coral:after,
.team-img.coral:hover:after {
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,112,112,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,112,112,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,112,112,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ff7070',GradientType=0 ); /* IE6-9 */
}
.flex-container .team {
  width: 20%;
}



/*.homepage-image-grid .flex-item:hover .homepage-grid-content .content-item {
  bottom: 0 !important;
}*/

/* ACF PAGE BUILDER ELEMENTS */
.layout-cta,
.layout-icon-boxes,
.layout-introduction,
.layout-wysiwyg,
.layout-parallax,
.layout-column,
.layout-tabs-horz,
.layout-icon-grid,
.layout-grid {
  padding: 70px 0 80px;
}
.remove-top-pad {
  padding-top: 0 !important;
}
.remove-btm-pad {
  padding-bottom: 0 !important;
}
.remove-all-pad {
  padding: 0 !important;
}
#fw-funnels.layout-icon-boxes {
  border-bottom: 1px solid #e4edf3;
  padding: 0;
}
.page-id-133 .layout-icon-boxes {
  padding-bottom: 10px;
}
.page-id-133 #wrapper {
  padding-bottom: 70px;
}
.layout-cta.white-bg h4,
.layout-cta.light-bg h4 {
  color: #002d4c
}
.layout-icon-boxes img {
  margin: 0 auto 30px;
}
.page-intro img {
  margin: 30px auto 45px;
}
.page-intro.fancy h2 {
  margin-bottom: 60px;
  position: relative;
}
.page-intro.fancy h2::after {
  background: #18ae78;
  bottom: -30px;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 40px;
}
.page-intro.fancy h2 {
  font-size: 2.250em;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.page-intro.fancy h2 small {
    color: #97a9b6;
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    padding: 15px 0;
    text-transform: none;
}
.layout-grid .text-center img {
  display: block;
  margin: 0 auto 15px;
}
#contentPage .layout-icon-grid h5 {
  margin-bottom: 0;
}

/* Blog Page */
body.page-template-page-blog #content {
  padding-top: 0;
}
.blog-bg {
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.blog-bg::before {
  bottom: 0;
  content: ' ';
  height: 100%;
  left: 0;
  opacity: 0.85;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
          transition: opacity 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
}
.blog-bg::before {
  /*background-color: rgba(0, 0, 0, 0.43);*/
   /* Dark Blue */
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,45,76,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,45,76,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,45,76,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#002d4c',GradientType=0 ); /* IE6-9 */
}
.blog-bg.blog-2::before {
  background: #18ae78;
}
.blog-bg:hover::before {
  opacity: 1;
}
.blog-bg.blog-3::before {
  background: #002d4c; /* Dark Blue */
}
.blog-bg.blog-4::before {
  background: #ff7070; /* Coral */
}
.blog-bg.blog-5::before {
  background: #edab16; /* Yellow */
}
.blog-1 .btn-o-white:hover,
.blog-3 .btn-o-white:hover {
  border-color: #18ae78;
  color: #18ae78;
}
.blog-content {
  display: block;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 80%;
  z-index: 2;
}
.blog-grid .single-blog {
  padding: 45px 0;
}
.archive h2,
.single-blog h2 {
  font-family: "acumin-pro-condensed",sans-serif;
  font-size: 2.000em;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}
.archive h2 a,
.single-blog h2 a {
  text-decoration: none;
}
.single-blog h6 {
  color: #999999;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.000em;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.blog-bg .single-blog  h2 a,
.blog-bg .single-blog  h6,
.blog-bg .single-blog  p {
  color: #fff;
}
.blog-rows {
  padding-bottom: 60px;
  padding-top: 45px;
}
.blog-rows .row.mt-80:first-child {
  margin-top: 0;
}
.blog-rows img {
  box-shadow: 0px 1px 3px rgba(0,0,0,.08);
}
.blog-rows .blog-content {
  background: #fff;
  box-shadow: 0px 1px 3px rgba(0,0,0,.08);
  padding: 30px;
  position: relative;
  width: 100%;
}
.blog-rows h2 a {
  color: #002d4c;
  -webkit-transition: all 0.15s ease-in-out;
          transition: all 0.15s ease-in-out;
}
.blog-rows h2 a:hover {
  color: #18ae78;
}
.blog-rows .single-blog h6 {
  background: #97a9b6;
  color: #fff;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  padding: 5px 10px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0;
  position: relative;
  top: -50px;
}
.blog-rows h6::before,
.blog-rows h6::after {
  background: #d8d8d8;
  content: "";
  height: 30px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 1px;
}
.blog-rows h6::before {
  top: -40px;
}
.blog-rows h6::after {
  bottom: -40px;
}
.archive .blog-content,
.search-results .blog-content {
  margin-bottom: 30px;
}
.overlay {
  border-radius: 50%;
  display: block;
  height: 150px;
  margin: 0 auto 30px;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.overlay::before {
  color: red;
  content: "";
}
.overlay img { 
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 30px;
  position: relative;
  width: 150px;
  z-index: 1;
}
.overlay a {
  position: relative;
  z-index: 3;
}
.overlay a::before {
  background-color: rgba(24, 174, 120, 0.75);
  border-radius: 50%;
  content: "";
  height: 150px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 185px;
  width: 150px;
  z-index: 2;
  -webkit-transition: top 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
          transition: top 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
}
.overlay a:hover::before {
  top: 0;
}
span.glyphicon-tag {
  color: #204259;
  line-height: 21px;
  margin-right: 15px;
  top: 4px;
}
.post-tags a {
  background: #97a9b6;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  margin-right: 7px;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.post-tags a:hover {
  background: #002d4c;
}
#related-posts .single-story {
  background: #fff;
  padding: 30px;
  position: relative;
  width: 100%;
  z-index: 1;
}
#related-posts .single-story h5 a {
  color: #002d4c;
  font-size: 1.000em;
  text-decoration: none;
}
#related-posts .single-story p,
#related-posts .single-story a {
  font-size: 0.850em;
}
#related-posts .meta {
  background: #fff;
  border-top: 1px solid #eaeaea;
  color: #898989;
  display: block;
  font-size: 0.813em;
  padding: 15px 30px;
}
.archive #wrapper .meta,
#wrapper .search-item .meta {
  border-top: 1px solid #eaeaea;
  color: #898989;
  display: block;
  font-size: 0.813em;
  padding: 15px 0;
}
.archive #wrapper .meta ul li,
#related-posts .meta ul li,
#wrapper .search-item .meta ul li {
  color: #97a9b6;
  margin: 0 20px 0 0;
  padding-left: 0;
}
.archive #wrapper .meta ul li::before,
#related-posts .meta ul li::before,
#wrapper .search-item .meta ul li::before {
  display: none;
}
.archive #wrapper .meta ul li span.zmdi,
#related-posts .meta ul li span.zmdi,
#wrapper .search-item .meta ul li span.zmdi {
  color: #898989;
  margin-right: 4px;
}
img.featured-image {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

/* SVG Icons */
.flex-center-horz svg.svg {
  margin-right: 15px;
}
/* Industries Page */
.page-id-155 svg {
  height: 50px;
  width: auto;
}
.page-id-155 svg.svg path,
.page-id-155 svg.svg circle,
.page-id-155 svg.svg polygon {
  fill: #002d4c;
}

/**************************/
/* EHR Labeling Solutions */
/**************************/
#wrapper ul.nav-tabs {
  border-bottom: 1px solid #e4edf3;
}
#wrapper ul.nav-tabs > li {
  margin: 0 30px 0 0;
  padding-left: 0;
}
#wrapper ul.nav-tabs > li::before {
  content: "";
  display: none;
}
#wrapper ul.nav-tabs > li > a {
  border: 0;
  color: #aeb2b7;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.188em;
  font-weight: 600;
  padding: 10px 0;
  text-decoration: none;
}
#wrapper ul.nav-tabs > li > a:hover,
#wrapper ul.nav-tabs > li > a:focus {
  background: transparent;
  color: #97a9b6;
}
.nav-tabs > li.active {
  border-bottom: 3px solid #edab16;
}
#wrapper ul.nav-tabs > li.active > a {
  color: #002d4c;
}
.tab-content > .active {
  outline: 0;
}
.box {
  left: 0;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 40%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
.box h3 {
  color: #fff;
  margin-bottom: 15px;
}
.box p {
  color: #fff;
  font-size: 0.938em;
  margin-bottom: 0;
}
.box-img {
  left: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}


/**********/
/* Footer */
/**********/
footer {
  background: #002d4c;
  padding: 60px 0 30px;
}
footer nav ul li {
  float: left;
  margin-left: 0;
  position: relative;
}
footer nav ul li a {
  color: #fff;
  display: inline-block;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.000em;
  font-weight: 600;
  letter-spacing: 0.96px;
  line-height: 1;
  padding: 8px 14px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
footer nav ul li:first-child a {
  padding-left: 0;
}
footer nav ul li:last-child a {
  padding-right: 0;
}
footer nav ul li a:hover {
  color: #edab16;
  text-decoration: none;
}
footer ul.contact li {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.850em;
}
footer ul.contact li a {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  padding: 0 8px;
  text-decoration: none;
}
footer .copyright p {
  color: #fff;
  font-size: 0.850em;
  margin-bottom: 15px;
}
footer .copyright p a {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}
footer p.footer-links {
  color: rgba(255, 255, 255, 0.6);
}
footer p.footer-links a {
  font-size: .85em;
}
/* reCAPTCHA */
.custom-recaptcha .rc-anchor-light {
  background: none !important;
}

/*****************/
/* Media Queries */
/*****************/
@media only screen and (min-width : 1200px) {
  .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
    font-size: 1.5em!important;
  }
}

@media only screen and (max-width : 1200px) {
  .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
    font-size: 1.2em!important;
    padding: 5px 15px!important;
  }
  header .logo {
    /*max-width: 100%;*/
  }
}

@media only screen and (max-width : 1000px) {
  .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
    font-size: 1.23em!important;
  }
}

@media only screen and (max-width : 991px) {
	
.page-id-296 .rev-cta {
	flex-direction: column;
    align-items: center;	
}
.page-id-296 #interior-banner #intro {
    top: 70%;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
}
.page-id-296 .parallax-bg {
    height: 67vh;
}
  #ssa-widget.ssa-leadgen-widget {
    margin-top: 45px;
  }
  /*MAX*/
  header ul#top-left li a, header ul#top-right li a {
    padding: 8px 8px;
  }
  .shrink .visible-at-shrink {
    display: block;
  }
  .shrink .small-menu-wrap {
    display: none;
  }
  .shrink #sticky-menu {
    position: relative;
    z-index: 99999;
    top:20px;
    left: 20px;
  }
  .shrink .dl-menuwrapper li a {
    padding: 0px 20px;
  }
  #interior-banner {
    /*height: 485px;*/
  }
  #interior-banner #intro {
    /*top:60%;*/
  }
  .ubermenu .ubermenu-target {
    padding: 10px 15px!important;
    font-size: 1.3em!important; /*1.5*/
  }
  .ubermenu-nav {
    text-align: center!important;
  }
  .ubermenu-nav li {
    float:none!important;
  }
  #ubermenu-nav-main-10-main_nav_right {
   /* float:right!important;*/
  }
  .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
    font-size: 1.17em!important;
    padding: 1em!important;
  }
  .ubermenu-has-submenu-drop > .ubermenu-target:after {
    right: -2px!important;
  }
  .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
    font-size: 1.2em!important;
    padding: 1em .6em!important;
  }
  #top-left {
    position: relative;
    left: 35px;
  }
  #top-right {
    position: relative;
    right: 50px;
  }
  /*MAX*/
/*LINH*/
	img.staff-img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
/*LINH*/	
}

@media only screen and (max-width : 860px) {
  .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
    font-size: 1.1em!important;
    padding: 1em .6em!important;
  }
  .tab-panel .box {
    padding: 10px;
  }
  .tab-panel .box h3 {
    font-size: 1.250em;
  }
}
/*LINH*/
@media only screen and (min-width:768px) and (max-width : 991px) {
	footer ul.contact li,
	footer nav ul li{
		white-space: nowrap;
	}
	footer nav ul li a{
		padding: 8px 11px;
	}
}
/*LINH*/
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

.page-id-296 #interior-banner #intro {
    top: 35%;
    -webkit-transform: translateY(-35%);
    transform: translateY(-35%);
}
.page-id-296 .parallax-bg {
    height: 75vh;
}
	
/*MAX*/
  #xs-banner img {
    width: 100%
  }
  #interior-banner {
    /*height: 400px;*/
  }
  #interior-banner #intro {
    /*top: 50%;*/
  }
  .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
    font-size: .94em!important;
    padding: 1em!important;
  }

  .sidebar-right {
    padding-left: 15px;
  }

/*MAX*/

  #nav.header.shrink{
    display: none;
  }
  #homePage h2 {
    font-size: 2.600em;
  }
  h1 {
    line-height: 1;
  }
  h3 {
    font-size: 1.650em;
  }
  h4 {
    font-size: 1.350em;
  }
  h5 {
    font-size: 1.250em;
  }
  #fixed-nav {
    display: none;
  }
  .dark-bg,
  .light-bg,
  .white-bg ,
  .green-bg {
    /*padding: 60px 0;*/
  }
  #welcome {
    padding: 45px 0 60px;
  }
  #nuts-bolts,
  #build {
    border-bottom: 1px solid rgba(223, 223, 233, 0.6);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
  }
  #what-we-do .funnel.last {
    border-bottom: 0;
  }
  #vertical-solutions .intro {
    padding-bottom: 20px;
  }
  #fw-funnels .funnel {
    padding: 60px 30px 45px;
  }
  #fw-funnels .funnel img {
    height: 60px;
    margin: 0 auto 15px;
    width: auto;
  }
/*  #cta h4,
  .layout-cta h4 {
    margin: 0 45px 0 0;
  }*/
  #cta.footer-cta h4 {
    margin: 0 45px 0 0;
  }
  #cta h4,
  .layout-cta h4 {
    margin: 0 0 20px 0;
    text-align: center;
  }
  #cta .btn-o-white,
  .layout-cta .btn-o-white {
    display: block;
  }
  #get-in-touch .form-effect-div {
    margin-bottom: 15px;
  }
  footer {
    padding: 15px 0;
  }
  footer ul.flex-center {
    display: block;
  }
  footer ul.contact li {
    margin-bottom: 20px;
    text-align: center;
  }
  footer ul.contact li.social a {
    display: inline-block;
    font-size: 1.250em;
    padding: 15px;
  }
  .team-overlay {
    height: 20px;
  }
  .team .team-content h6 {
    font-size: 19px;
  }
  .team-content button {
    margin: 0 auto;
    padding: 5px 10px 8px 10px;
  }
  /* Tweaks to EHR Labeling page */
  .tab-pane h1 {
    margin: 15px 0 30px 0;
  }
  .box {
    margin-bottom: 0;
    position: relative;
    top: auto;
    transform: none;
  }
  .box h3 {
    margin-bottom: 0;
  }
  .tab-pane .xs-mb-15 {
    margin-bottom: 20px;
  }
  .tab-pane .pl-45 {
    padding-left: 15px;
  }
  #thermal.tab-pane .green-bg,
  #accessories.tab-pane .green-bg,
  #thermal.tab-pane .coral-bg,
  #accessories.tab-pane .coral-bg,
  #accessories.tab-pane .yellow-bg {
    margin-right: 15px;
  }

  #labels.tab-pane .dark-bg {
    min-height: 200px;
  }
  #labels.tab-pane .dark-bg img {
    margin: 0 auto;
    max-height: 200px;
    width: auto;
  }
  .label-details {
    margin-top: 30px;
  }
  .label-details .ml-30 {
    margin-left: 0;
  }
  .wow, .animated {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
  #xs-banner img.logo.animated {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }
}
/* iPad in Portrait and Landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
  
}

/* iPad in Portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { 
  .box {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
  #interior-banner #intro {
    /*top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);*/
  }
  
}
/* iPad in Landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .ubermenu li.ubermenu-column-1-3 .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target {
    border-top: 0 !important;
    padding: 0 5px !important;
  }
}


@media only screen and (max-width : 691px) {

}
/* iPhone 6 in portrait & landscape */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
  #wrapper ul.nav-tabs {
    border: 1px solid #e4edf3;
    margin-bottom: 30px;
  }
  #wrapper .layout-tabs-horz ul.nav-tabs > li {
    border-bottom: 1px solid #e4edf3;
    float: none;
    margin: 0;
    padding: 0;
  }
  #wrapper .layout-tabs-horz ul.nav-tabs > li:last-child {
    border-bottom: 0;
  }
  #wrapper .layout-tabs-horz ul.nav-tabs > li > a {
    padding: 8px 15px;
  }
  #wrapper .layout-tabs-horz ul.nav-tabs > li > a:hover {
    background: #ebf0f5;
  }
  #wrapper .layout-tabs-horz ul.nav-tabs > li.active > a {
    background: #ebf0f5;
  }
}
@media only screen and (max-width : 667px) {
  #interior-banner #intro {
    /*top: 43%;*/
  }
  .blog-rows .single-blog h6 {
    top: -16px;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .xs-center {
    text-align: center;
  }
  #homePage h1 {
    line-height: 1.1;
    margin-bottom: 45px;
  }
  .scroll-pad {
    padding-top: 15px;
  }
  .intro {
    margin-bottom: 15px;
    text-align: center;
  }
  .intro h3 {
    color: #002d4c;
    font-size: 2.600em;
    font-family: "acumin-pro-condensed",sans-serif;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 20px;
  }
  #cta .flex-center-horz,
  .layout-cta .flex-center-horz {
    display: block;
  }
  #welcome .btn,
  #seo .btn,
  #cta .btn,
  .layout-cta .btn {
    margin-top: 20px;
    width: 100%;
  } 
  #what-we-do .funnel {
    border-bottom: 1px solid rgba(151, 169, 182, 0.15);
    margin-bottom: 45px;
    padding-bottom: 45px;
  }
  #awards {
    background: #002d4c;
    background-image: none;
  }
  #awards .slick-slide img {
    margin: 0 auto 45px;
    max-height: 140px;
    width: auto;
  }
  #awards .slick-dots {
    margin-top: 15px;
  }
  .blog-rows .flex-center-horz {
    display: block;
  }
  .blog-rows img {
    margin: 0 auto 100px;
  }
  .blog-rows .mt-100 {
    margin-top: 60px;
  }
  /* Industries Page */
  .page-id-155 svg {
    height: auto;
    width: 40px;
  }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
  }
  .modal .img-circle {
    margin-bottom: 30px;
  }
  .team .team-overlay {
    height: 100%;
    -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
  }
  .team-content {
    top: 70%;
  }
  .team:hover .team-content {
    top: 70%;
  }
  .team .team-content button {
    opacity: 1;
  }
  /* Tweaks to EHR Labeling page */
  .xs-mb-15 {
    margin-bottom: 15px;
  }
  

}

@media only screen and (max-width : 560px) {
  #interior-banner #intro {
    /*top: 45%;*/
  }
}

@media only screen and (max-width : 480px) {
.page-id-296 #interior-banner #intro {
    top: 25%;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
}
.page-id-296 .parallax-bg {
    height: 100vh;
}
    #homePage h6 {
    color: #002d4c;
    font-size: 1em;
    line-height: 1.3em;
    font-weight: 400;
    text-transform: none;
  }
   #interior-banner {
    /*height: 530px;*/
  }
  .portfolio-item .hover .hover-content {
    display: block;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 55%;
    width: 100%;
    padding: 3px;
    z-index: 5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
    transition: all 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
  }
  .portfolio-item .hover-content h3 {
    font-size: 1em;
  }
  .portfolio-item .hover-content p {
    display: none;
  }
}