@font-face {
  font-family: "web_symbolsregular";
  src: url("/public/fonts/web_symbol/websymbols-regular-webfont.eot");
  src: url("/public/fonts/web_symbol/websymbols-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/public/fonts/web_symbol/websymbols-regular-webfont.woff2") format("woff2"), url("/public/fonts/web_symbol/websymbols-regular-webfont.woff") format("woff"), url("/public/fonts/web_symbol/websymbols-regular-webfont.ttf") format("truetype"), url("/public/fonts/web_symbol/websymbols-regular-webfont.svg#web_symbolsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.navbar-default {
  height: 100%;
  display: flex;
  margin: 0 auto;
  width: 100%;
  padding-left: 1.45vw;
  padding-right: 1.45vw;
  border: 0;
  margin-bottom: 0;
  z-index: 999;
  background: none;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  -webkit-backface-visibility: hidden;
  /* Dropdown Menu Styles */
}
.navbar-default .container-fluid {
  display: flow;
  position: relative;
  margin: auto;
  width: 100%;
  height: 100px;
  margin-top: auto;
  margin-bottom: auto;
}
.navbar-default .navbar-brand {
  height: auto;
}
.navbar-default ul.navbar-nav {
  display: flex;
}
.navbar-default ul.navbar-nav > li {
  padding: 0;
}
.navbar-default ul.navbar-nav > li > a {
  padding-top: 41px;
  padding-bottom: 41px;
  /* @include helveticaNeueMedium; */
  font: 400 18px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  font-weight: 500;
}
.navbar-default ul.navbar-nav > li > a:hover, .navbar-default ul.navbar-nav > li > a.active {
  color: inherit;
}
.navbar-default ul.navbar-nav li.workWithUsBtn {
  padding: 22px 0;
  color: #FFF;
  display: flex;
}
.navbar-default ul.navbar-nav li.workWithUsBtn a {
  padding: 0.7em 0.95em;
  font: normal 15px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #FFF;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
}
.navbar-default ul.navbar-nav li.workWithUsBtn a:hover, .navbar-default ul.navbar-nav li.workWithUsBtn a:focus, .navbar-default ul.navbar-nav li.workWithUsBtn a.active {
  color: #FFF;
  background: #009CD6;
}
.navbar-default ul.dropdown-menu {
  left: 15%;
  right: -170%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
  padding: 1.125rem 1rem;
  border-radius: 0.375rem;
}
.navbar-default ul.dropdown-menu.insights {
  right: unset;
  padding-left: 0px;
  padding-top: 0px;
}
.navbar-default ul.dropdown-menu > li {
  padding: 0;
}
.navbar-default ul.dropdown-menu > li > a {
  font: 400 0.7778rem/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: block;
  padding: 12px 8px;
  line-height: 1.4em;
  letter-spacing: 0em;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  color: #333333;
  font-family: thsk, Arial;
  font-weight: bold;
}
.navbar-default ul.dropdown-menu > li > a:hover, .navbar-default ul.dropdown-menu > li > a.active {
  color: #00ACEE;
  background-color: white;
}
.navbar-default ul.dropdown-menu .divider {
  margin: 0;
}
.navbar-default ul.nav li.has-children ul {
  display: none;
}
.navbar-default ul.nav li.has-children:hover ul {
  background-color: #cccccc;
  width: 100%;
  position: absolute;
  display: block;
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
  z-index: 99999;
  /* li */
}
.navbar-default ul.nav li.has-children:hover ul li {
  z-index: 99999;
  padding: 5px;
}
.navbar-default ul.nav li.has-children:hover ul li.first {
  padding: 10px 5px 5px;
}
.navbar-default ul.nav li.has-children:hover ul li.last {
  padding: 5px 5px 10px;
}

.nav > li > a {
  padding: 10px 25px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background: none;
}

.navbar-default .navbar-nav > .open > a {
  background: none;
}
.navbar-default .navbar-nav > .open > a:hover {
  background: none;
}
.navbar-default .navbar-nav > .open > a:focus {
  background: none;
  color: #333;
}

.dropdown-menu > .active > a {
  color: #00ACEE !important;
  background: none;
}
.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #00ACEE !important;
  background: none;
}

/*
=======================================================================================================
medium 1199 below media query style
=======================================================================================================
*/
@media (max-width: 1199px) {
  .nav > li > a {
    padding: 10px 18px;
  }
}
/* medium 1199 below media query ends */
/*
=======================================================================================================
small 991px below media query style
=======================================================================================================
*/
@media (max-width: 991px) {
  .nav > li > a {
    padding: 10px 14px;
  }
}
/* small 991px below media query ends */
/*
=======================================================================================================
small 767px below media query style
=======================================================================================================
*/
@media (max-width: 767px) {
  header {
    height: 71px !important;
    background: rgb(255, 255, 255) !important;
  }
  .navbar-nav {
    margin: 7.5px -15px 0;
    padding-left: 30px;
    display: inline-block !important;
  }
  .navbar-default ul.navbar-nav > li > a {
    padding: 23px;
    padding-left: 0px;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    /* max-height: 100%; */
    overflow-y: scroll !important;
    background: #FFF;
    overflow: hidden;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
  }
  .navbar-default .navbar-collapse {
    border-top: 0px;
  }
  .navbar-default ul.dropdown-menu:before {
    display: none;
  }
  .navbar-brand {
    padding: 12px 15px;
    padding-bottom: 0px;
  }
  .navbar-brand img {
    height: 47px;
  }
  .navbar-default .navbar-toggle {
    margin: 18px 15px 0;
    border: 1px solid #333;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #333;
  }
  .navbar-default .navbar-toggle .icon-bar:hover, .navbar-default .navbar-toggle .icon-bar:focus {
    background-color: #00ACEE;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
    border: 1px solid #00ACEE;
  }
  .navbar-default .navbar-toggle:hover span, .navbar-default .navbar-toggle:focus span {
    background-color: #00ACEE;
    border: 1px solid #00ACEE;
  }
  .navbar-default ul.dropdown-menu {
    max-width: 100%;
  }
  /* /.navbar-default */
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 10px 15px 10px 25px;
    padding-left: 10px;
    color: inherit !important;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li:hover > a {
    color: inherit;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a {
    color: inherit;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: inherit;
  }
}
/* small 767px below media query ends */
.cycle-slideshow {
  /* height: 900px !important; */
  width: 100%;
  margin-top: -108px;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cycle-slideshow > * {
  /* top: -9999px !important;
  bottom: -9999px !important;
  left: -9999px !important;
  right: -9999px !important; */
  margin: auto;
  /* max-width: 100%; */
  width: 100%;
}
.cycle-slideshow img {
  width: 100%;
}

.cycle-slideshow {
  padding: 0 0 20px;
  /*width: 45%; */
  min-width: 200px;
  /*height: 600px; */
  /*margin: 10px auto 0; */
  position: relative;
  overflow: hidden;
  background: url(https://malsup.github.com/images/spinner.gif) 50% 50% no-repeat;
}

.cycle-slideshow .container-fluid {
  padding: 0;
}

/* slideshow images (for most of the demos, these are the actual "slides") */
.cycle-slideshow img {
  /* 
  some of these styles will be set by the plugin (by default) but setting them here
  helps avoid flash-of-unstyled-content
  */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  left: 50% !important;
  -webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
  -moz-transform: translateX(-50%); /* Firefox */
  -ms-transform: translateX(-50%); /* IE 9 */
  transform: translateX(-50%);
  width: 100%;
  /* width: auto; */
  height: 100%;
  min-height: 1008px;
  max-height: 1008px;
}

/* in case script does not load */
.cycle-slideshow img:first-child {
  position: static;
  z-index: 100;
}

/* pager */
#cyclePager {
  height: 90px;
  z-index: 999;
  overflow: hidden;
  text-align: center;
}

#cyclePager > * {
  cursor: pointer;
}

#cyclePager2 a {
  margin: 0 1px 0 0;
  padding: 0 20px;
  height: 90px;
  display: table;
  font: bold 16px/120% "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  text-align: left;
  background: rgba(255, 255, 255, 0.75);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#cyclePager2 a.col-sm-2 {
  width: 19.8%;
}
#cyclePager2 a:first-child {
  display: none;
}
#cyclePager2 a:last-child {
  border-right: 1px solid transparent;
}
#cyclePager2 a span {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
#cyclePager2 a:hover, #cyclePager2 a:focus, #cyclePager2 a:hover span, #cyclePager2 a.cycle-pager-active {
  color: #FFF;
  text-decoration: none;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
#cyclePager2 a:hover, #cyclePager2 a.cycle-pager-active {
  background: #00ACEE;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

/* caption */
.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 700;
}

/* overlay */
.bannerContainer {
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: 20px;
  display: block;
  z-index: 1800;
  /* background: rgba(255, 255, 255, 0.75); */
}

#captionContainer {
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: 800;
  text-align: center;
  max-width: 1024px;
  background: rgba(255, 255, 255, 0.75);
  -webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
  -moz-transform: translateX(-50%); /* Firefox */
  -ms-transform: translateX(-50%); /* IE 9 */
  transform: translateX(-50%);
}

#bannerCaption {
  margin: 0 auto;
  padding: 50px;
}
#bannerCaption h1 {
  padding: 0 80px 30px;
  display: inline-block;
  float: none;
  font: bold 55px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  text-align: center;
}
#bannerCaption span {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 30px 50px;
  display: block;
  font: normal 24px/120% "Roboto Slab", serif;
  color: #333;
  text-align: center;
}
#bannerCaption a {
  padding: 20px 25px;
  font: normal 15px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* bannerCaption */
.containerContent {
  position: absolute;
  top: 0;
  z-index: 600;
  text-align: left;
}

.containerContent h1 {
  width: 65%;
  margin: 90px 0 0 60px;
  padding: 20px 0 0;
  background: url(/public/images/banner_divider.png) no-repeat top left;
  font: normal 60px "pf_dintext_proextra_black", sans-serif;
  color: #FFF;
}

.containerContent a {
  display: inline-block;
  margin: 35px 0 0 60px;
  padding: 18px 30px;
  background-color: #FFF;
  font: bold 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #393939;
  text-transform: uppercase;
  text-decoration: none;
}

.containerContent a:hover {
  background-color: #97C748;
  color: #FFF;
  text-decoration: none;
}

.controls {
  position: absolute;
  top: 50%;
  z-index: 600;
  width: 100%;
}

.controls a#prev {
  position: absolute;
  left: 2%;
  font: 32px "web_symbolsregular", sans-serif;
  color: #FFF;
  text-decoration: none;
}

.controls a#next {
  position: absolute;
  right: 2%;
  font: 32px "web_symbolsregular", sans-serif;
  color: #FFF;
  text-decoration: none;
}

.controls a#prev:hover,
.controls a#next:hover {
  color: #97C748;
}

/* prev / next links */
.cycle-prev, .cycle-next {
  position: absolute;
  top: 0;
  width: 30%;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 800;
  height: 100%;
  cursor: pointer;
}

.cycle-prev {
  left: 0;
  background: url(https://malsup.github.com/images/left.png) 50% 50% no-repeat;
}

.cycle-next {
  right: 0;
  background: url(https://malsup.github.com/images/right.png) 50% 50% no-repeat;
}

.cycle-prev:hover, .cycle-next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* display paused text on top of paused slideshow */
.cycle-paused:after {
  display: none;
}

/*
==================================
Large 1800px above media query style
==================================
*/
@media (min-width: 1800px) {
  .cycle-slideshow img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }
  .bannerContainer {
    bottom: 0;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
  }
} /* large 1800px below ends */
/*
==================================
medium 1199 below media query style
==================================
*/
@media (max-width: 1199px) {
  #captionContainer {
    max-width: 860px;
  }
  #cyclePager2 a {
    font: bold 15px/120% "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  /* #bannerCaption h1 {
      font: 800 36px/100% "Open Sans", sans-serif;
  } */
  /* #bannerCaption span {
      font: 400 italic 18px/145% "Open Sans", sans-serif;
  } */
  /* #cyclePager2 p {
      margin: 5px 0 20px;
      font: 400 italic 11px/130% "Open Sans", sans-serif;
  }

  #captionContainer {
      width: 1000px;
      margin-left: -(1000px/2);
  } */
} /* medium 1199 below ends */
/*
==================================
small 991 below media query style
==================================
*/
@media (max-width: 991px) {
  .cycle-slideshow {
    overflow: hidden;
  }
  .cycle-slideshow img {
    min-height: 808px;
    max-height: 808px;
  }
  .cycle-slideshow #bannerCaption {
    max-width: 700px;
  }
  #bannerCaption h1 {
    margin: 0;
    padding: 0 20px 15px;
    font: 800 35px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  #bannerCaption span {
    padding: 15px 20px;
    font: 400 italic 20px/145% "Roboto Slab", serif;
  }
  #bannerCaption a {
    margin: 10px 0 0;
    display: inline-block;
    font: 700 18px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #FFF;
  }
  /* #cyclePager .inquiry h3 a.inquiry {
      font: 800 11px/100% "Open Sans", sans-serif;

  }

  #cyclePager .inquiry p {
      font: 400 italic 10px/130% "Open Sans", sans-serif;
  }

  #cyclePager .inquiry {
      padding: 0 10px;
  } */
  #captionContainer {
    width: 750px;
  }
  #cyclePager2 a {
    font: bold 13px/120% "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  #cyclePager2 a.col-sm-2 {
    width: 19.8%;
  }
} /* small 991 below ends */
/*
==================================
iPad 767px and below media query style
==================================
*/
@media (max-width: 767px) {
  .bannerContainer {
    position: relative;
    bottom: auto;
    height: auto;
  }
  #captionContainer {
    width: 550px;
    top: unset;
  }
  .cycle-slideshow {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: visible;
  }
  #cyclePager {
    padding: 0;
    height: auto;
  }
  #cyclePager2 a {
    padding: 20px 15px 16px;
    width: 100%;
    height: auto;
    float: none;
    border-left: none;
    border-bottom: 1px solid #023B6D;
  }
  #cyclePager2 a.col-sm-2 {
    width: 100%;
  }
  #cyclePager2 a.cycle-pager-active {
    border: none;
    border-bottom: 1px solid #023B6D;
  }
  #cyclePager2 a span.arrow {
    font: 20px "web_symbolsregular", sans-serif;
    text-decoration: none;
  }
  .cycle-slideshow #bannerCaption {
    /* max-width: 500px; */
  }
  #bannerCaption span {
    /*display: none;*/
  }
  #bannerCaption a {
    height: auto;
    display: inline-block;
    border-left: none;
  }
  .cycle-slideshow img {
    width: 100%;
    min-height: 508px;
    max-height: 508px;
  }
  h2.title {
    padding: 40px 0 35px;
  }
  .catergoryContainer .catergoryContentContainer,
  .teamContainer .catergoryContentContainer {
    min-height: 0;
    padding: 0 15px 40px;
  }
} /* iPad 767px and below */
/*
==================================
iPad 600px and below media query style
==================================
*/
@media (max-width: 600px) {
  #captionContainer {
    width: 480px;
  }
} /* iPad 600px and below */
/*
==================================
iPad 500px and below media query style
==================================
*/
@media (max-width: 500px) {
  .whiteNavBg {
    height: 80px;
  }
  .cycle-slideshow img {
    min-height: 408px;
    max-height: 408px;
  }
  #captionContainer {
    width: 320px;
    top: 20%;
  }
  #bannerCaption {
    padding: 30px;
  }
  #bannerCaption h1 {
    font: 800 25px/120% "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  #bannerCaption a {
    font: 700 15px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  /* bannerCaption */
  .navbar-toggle {
    margin-top: 12px;
  }
  #cyclePager2 a {
    padding: 15px;
  }
  /* 
  #cyclePager2 a span.iconText {
      padding: 12px 0 0 18px;
      height: 33px;
      font: 400 14px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

  #cyclePager .inquiry {
      padding-left: 15px;
  } */
} /* iPad 500px and below */
/*
==================================
iPhone 320px and below media query style
==================================
*/
@media (max-width: 320px) {
  #captionContainer {
    width: 270px;
  }
  #bannerCaption {
    padding: 30px;
  }
  #bannerCaption h1 {
    font: 800 18px/120% "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  #bannerCaption a {
    font: 700 13px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  /* bannerCaption */
  figure.effect-lily img {
    height: 184px;
  }
  /* #cyclePager2 .img-wrapper {
      width: 60px;
  }
  #bannerCaption {
      left: 10px;
  } */
} /* iPhone 320px and below */
.second-links {
  display: block;
}

.second-links img {
  display: block;
  width: 100%;
}

.second-links .heading-container h2 {
  font-style: normal;
  color: rgb(0, 172, 238);
  letter-spacing: 0em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.1em;
}

.second-links p {
  font-family: inherit;
  font-weight: 300;
  font-style: normal;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5em;
  letter-spacing: 0em;
  font-size: 1rem;
}

.second-links .button-content {
  display: inline-block;
  width: auto;
  min-width: none;
  max-width: none;
  padding: 1rem 1.5em 1rem 1.5em;
  cursor: pointer;
  border: 0;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: 0em;
  font-family: thsk, Arial;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 0rem;
  color: #ffffff;
  background: rgb(0, 172, 238);
  box-sizing: border-box;
  box-shadow: inset 0 0 0 0rem #333333;
}

.second-links .text_block_text {
  padding: 1rem 0;
}

#homeOurServices figure.effect-lily h2,
#pageContent figure.effect-lily h2 {
  margin: 0;
  font: bold 22px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: -webkit-transform 0.35s;
  transition: bottom 0.3s ease;
  position: absolute;
  z-index: 10001;
  bottom: 35px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.1em;
}

/*
=======================================================================================================
Global Styles
=======================================================================================================
*/
* {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

html {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #333;
  background: #FFF;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
  text-shadow: none;
}

h1 {
  font-size: 55px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.1em;
}

h3 {
  font: normal 20px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h4 {
  font: normal 18px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h5 {
  font: normal 13px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h6 {
  font: normal 10px/120% "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.details {
  background-color: #fafafa !important;
  min-height: unset !important;
  margin-bottom: 0px !important;
}
.details .container {
  padding-top: 25px;
  padding-bottom: 25px;
}
.details .grid figure a {
  background-color: unset !important;
  opacity: unset !important;
}
.details .team-member-name {
  color: #00ACEE !important;
  opacity: 1 !important;
  width: 100% !important;
  display: block !important;
  letter-spacing: 0px !important;
  font-size: 16px !important;
  font-family: inherit !important;
  font-weight: 700 !important;
  font-style: normal !important;
}
.details .team-member-position {
  color: unset !important;
  opacity: 1 !important;
  font-size: 14px !important;
  font-family: inherit !important;
  font-weight: 300 !important;
  font-style: normal !important;
}
.details .heading-container {
  text-align: center !important;
  padding-top: 70px !important;
}

.case-study-detailed {
  position: sticky;
  top: 20px !important;
  position: relative;
}
.case-study-detailed .fixed-banner-container {
  padding: 0px;
}
.case-study-detailed .fixed-banner-container .message-container {
  margin: auto;
}
.case-study-detailed #homeOurServices {
  padding-bottom: 0px;
}
.case-study-detailed .pageContent {
  font-family: inherit;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5em;
  letter-spacing: 0em;
  font-size: 1rem;
  margin-bottom: 0px;
}
.case-study-detailed li {
  font: unset;
}
.case-study-detailed .fixed-banner-container .message-container, .case-study-detailed .fixed-banner-container .bannerBackground {
  height: 75vh !important;
  padding-top: unset;
  padding-bottom: unset;
}
.case-study-detailed .fixed-banner-container .message-container .message {
  font-family: Roboto Slab;
  font-weight: 700;
  font-style: normal;
  font-size: 3.625rem;
  letter-spacing: 0em;
  line-height: 1.2em;
}

.fixed-banner-container.purpose {
  padding-top: 0px !important;
  padding-bottom: 90px !important;
}
.fixed-banner-container .bannerBackground {
  height: 45vh !important;
  top: unset !important;
  z-index: 2;
}
.fixed-banner-container .message-container {
  padding-top: 130px;
  padding-bottom: 130px;
  padding-left: 60px;
  padding-right: 60px;
  z-index: 3;
  display: flex;
  height: 50vh;
}
.fixed-banner-container .container {
  display: flex;
  height: 100%;
}
.fixed-banner-container .message {
  font-family: Roboto Slab;
  font-weight: 700;
  font-style: normal;
  font-size: 2.125rem;
  color: white;
  letter-spacing: 0em;
  line-height: 1.5em;
  text-align: center;
  margin: auto;
  display: block;
}
.fixed-banner-container .fixed-image-background {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
}

.purpose-container {
  padding-bottom: 150px;
  padding-top: 70px;
}
.purpose-container h3 {
  font-family: Roboto Slab;
  font-weight: 700;
  font-style: normal;
  font-size: 1.375rem;
  color: #00ACEE;
  letter-spacing: 0em;
  line-height: 1.2em;
}
.purpose-container .purpose-image {
  padding: 0px;
}
.purpose-container img {
  width: 100%;
  height: 100%;
  display: block;
}
.purpose-container p {
  font-family: Roboto Slab;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5em;
  letter-spacing: 0em;
  font-size: 18px;
}

a {
  display: inline-block;
  color: #333;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  text-shadow: none;
}
a:hover {
  color: #00ACEE;
}

ul, ol {
  color: #333;
  list-style: none;
}

ul li, ol li {
  font: normal 18px/150% "Roboto Slab", serif;
  padding: 10px 0 10px 0;
}

hr {
  border-top: 2px solid #555;
}

.clear {
  clear: both;
  line-height: 0;
}

.section {
  padding: 20px 0;
}

#section2 {
  background-color: #cccccc;
}

a.blueBtn {
  padding: 20px 40px;
  display: inline-block;
  font: bold 18px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #FFF;
  text-transform: uppercase;
  background: #00ACEE;
}
a.blueBtn:hover, a.blueBtn:focus {
  text-decoration: none;
  background: #009CD6;
}
a.greyBtn {
  margin: 10px 0 0;
  padding: 10px 20px;
  display: inline-block;
  color: #00ACEE;
}

.date {
  display: block;
  text-decoration: none;
  padding-top: 0.5rem;
  font: unset;
  padding-bottom: 0.5rem;
}

.blog-grid .blog-title img {
  height: 184px;
}

.blog-filter p {
  padding-bottom: 0px !important;
}

.blog-filter {
  padding: 20px;
  float: left;
}

.filter-service-category, .filter-service-author, .filter-service-year {
  padding-left: 0px;
}

/*
=======================================================================================================
Hide Header on on scroll down Style
=======================================================================================================
*/
body {
  width: 100%;
  overflow-x: hidden;
  /* padding-top: 40px; */
}

header {
  width: 100%;
  height: 100px;
  position: relative;
  z-index: 2000;
  top: 0;
  background: rgb(255, 255, 255);
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  height: 121px;
}

.transparent {
  background-color: rgb(255, 255, 255);
}

/*
=======================================================================================================
Image Hover Effect Style
=======================================================================================================
*/
.filterContainer {
  margin: 0 15px 30px;
  /* form */
}
.filterContainer form {
  display: inline-block;
}
.filterContainer form ul {
  padding: 0;
  list-style: none;
}
.filterContainer form ul li {
  padding: 0 10px 0 0;
  margin: 0 25px 0 0;
  display: inline-block;
}
.filterContainer form ul li:last-child {
  margin: 0;
}
.filterContainer form ul li label {
  margin: 0;
  padding: 10px 10px 10px 0;
  display: inline-block;
  font: normal 18px/180% "Roboto Slab", serif;
  color: #333;
  text-transform: uppercase;
}
.filterContainer form ul li select {
  width: 180px;
  display: inline-block;
  border: 1px solid #dddddd;
  padding: 8px 25px 8px 12px;
  margin: 0;
  font: normal 12px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  background: #FFF url(/public/images/select-arrow.png) no-repeat right 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* /.filterContainer */
/*
=======================================================================================================
Image Hover Effect Style
=======================================================================================================
*/
#teamContainer .item {
  position: relative !important;
  top: unset !important;
  left: unset !important;
}

.accordion-caret-down-svg {
  transition: transform 0.3s ease;
}

.rotate-360 {
  transform: rotate(180deg);
}

.panel-default {
  background-color: unset !important;
  border-color: unset !important;
  border-width: 0px !important;
  box-shadow: unset !important;
  border-top: 1px solid #dddddd !important;
  border-bottom: 1px solid #dddddd !important;
  border-radius: unset;
}
.panel-default .panel-heading {
  background-color: unset !important;
  border-color: unset !important;
  border-width: 0px !important;
  box-shadow: unset !important;
  display: flex;
}
.panel-default .panel-heading h2 {
  margin-bottom: 0px;
  font-style: normal;
  font-size: 1.375rem;
  color: rgb(51, 51, 51);
  letter-spacing: 0em;
  display: block;
  position: relative;
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.1em;
}
.panel-default .panel-heading .accordion-block__item-icon {
  display: flex;
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
}
.panel-default .panel-heading .accordion-block__item-icon .accordion-caret-down-svg {
  vertical-align: middle;
  margin: auto;
  display: flex;
}

#teamContainer.details .grid {
  padding-left: 20% !important;
  padding-right: 20% !important;
}

#homeOurServices .grid, #pageContent .grid, #teamContainer .grid {
  overflow: hidden;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
  list-style: none;
}

/* Common style */
#homeOurServices .grid figure, #pageContent .grid figure, #teamContainer .grid figure {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  /* width: 33.333%;
  height: 400px; */
  /* background: #3085a3; */
  text-align: center;
  cursor: pointer;
  width: 100%;
}

#homeOurServices .grid:hover figure.effect-lily img, #pageContent .grid:hover figure.effect-lily img {
  transform: scale(1.1);
}

#homeOurServices .grid:hover figure.effect-lily h2, #pageContent .grid:hover figure.effect-lily h2, #teamContainer .grid:hover figure.effect-lily h2 {
  transition: bottom 0.3s ease;
  bottom: 40px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.1em;
}

#homeOurServices .grid figure a, #pageContent .grid figure a, #teamContainer .grid figure a {
  background: black;
  opacity: 0.4 !important;
}

#homeOurServices .grid figure img, #pageContent .grid figure img, #teamContainer .grid figure img {
  position: relative;
  display: block;
  /* min-height: 100%; */
  opacity: 0.9;
}

#homeOurServices .grid figure figcaption, #pageContent .grid figure figcaption, #teamContainer .grid figure figcaption {
  padding: 1.3em;
  padding-right: 1em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#homeOurServices .grid figure figcaption::before, #homeOurServices .grid figure figcaption::after {
  pointer-events: none;
}

#pageContent .grid figure figcaption::before, #pageContent .grid figure figcaption::after {
  pointer-events: none;
}

#teamContainer .grid figure figcaption::before, #teamContainer .grid figure figcaption::after {
  pointer-events: none;
}

#homeOurServices .grid figure figcaption, #homeOurServices .grid figure a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
}

#pageContent .grid figure figcaption, #pageContent .grid figure a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
}

#teamContainer .grid figure figcaption, #teamContainer .grid figure a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
#homeOurServices .grid figure a, #pageContent .grid figure a, #teamContainer .grid figure a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

#teamContainer .grid figure a {
  border-radius: 50% !important;
}

#homeOurServices .grid figure h2, #pageContent .grid figure h2, #teamContainer .grid figure h2 {
  /* word-spacing: -0.15em; */
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: bold !important;
  line-height: 1.1em;
}

#homeOurServices .grid figure h2, #homeOurServices .grid figure p, #homeOurServices .grid figure span, #homeOurServices .grid figure ul {
  margin: 0;
  color: #FFF;
}

#pageContent .grid figure h2, #pageContent .grid figure p, #pageContent .grid figure span, #pageContent .grid figure ul {
  margin: 0;
  color: #FFF;
}

#teamContainer .grid figure h2, #teamContainer .grid figure p, #teamContainer .grid figure span, #teamContainer .grid figure ul {
  margin: 0;
  color: #FFF;
}

#homeOurServices .grid figure p, #homeOurServices .grid figure span, #homeOurServices .grid figure ul {
  letter-spacing: 1px;
  font-size: 68.5%;
}

#pageContent .grid figure p, #pageContent .grid figure span, #pageContent .grid figure ul {
  letter-spacing: 1px;
  font-size: 68.5%;
}

#teamContainer .grid figure p, #teamContainer .grid figure span, #teamContainer .grid figure ul {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/* Caption Hover Effect */
#homeOurServices figure.effect-lily img, #pageContent figure.effect-lily img {
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  opacity: 1;
  border: none;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  height: 184px;
}

#teamContainer figure.effect-lily img {
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  opacity: 1;
  border: none;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

#pageContent.caseStudies figure.effect-lily img {
  filter: grayscale(100%);
}

#homeOurServices figure.effect-lily figcaption, #pageContent figure.effect-lily figcaption, #teamContainer figure.effect-lily figcaption {
  top: auto;
  bottom: 0;
  height: 100%;
  text-align: left;
}

#homeOurServices figure.effect-lily figcaption span, #pageContent figure.effect-lily figcaption span, #teamContainer figure.effect-lily figcaption span {
  display: block;
}

#homeOurServices figure.effect-lily h2, #pageContent figure.effect-lily h2 {
  margin: 0;
  font: bold 22px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  position: absolute;
  bottom: 35px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.1em;
}

#teamContainer figure.effect-lily h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.1em;
}

#homeOurServices figure.effect-lily p, #homeOurServices figure.effect-lily span, #homeOurServices figure.effect-lily ul {
  padding: 8px 0 0 !important;
  font: 300 13px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #FFF;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}

#pageContent figure.effect-lily p, #pageContent figure.effect-lily span, #pageContent figure.effect-lily ul {
  padding: 8px 0 0 !important;
  font: 300 13px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #FFF;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}

#teamContainer figure.effect-lily p, #teamContainer figure.effect-lily span, #teamContainer figure.effect-lily ul {
  padding: 8px 0 0 !important;
  font: 300 13px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #FFF;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}

#homeOurServices figure.effect-lily ul li, #pageContent figure.effect-lily ul li, #teamContainer figure.effect-lily ul li {
  font: 300 13px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* figure.effect-lily:hover,
figure.effect-lily:hover {
 background: red;
 opacity: 1;
} */
#homeOurServices figure.effect-lily:hover img, #homeOurServices figure.effect-lily:hover h2, #homeOurServices figure.effect-lily:hover p, #homeOurServices figure.effect-lily:hover span, #homeOurServices figure.effect-lily:hover ul {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#pageContent figure.effect-lily:hover img, #pageContent figure.effect-lily:hover h2, #pageContent figure.effect-lily:hover p, #pageContent figure.effect-lily:hover span, #pageContent figure.effect-lily:hover ul {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#teamContainer figure.effect-lily:hover img, #teamContainer figure.effect-lily:hover h2, #teamContainer figure.effect-lily:hover p, #teamContainer figure.effect-lily:hover span, #teamContainer figure.effect-lily:hover ul {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#homeOurServices figure.effect-lily:hover p, #homeOurServices figure.effect-lily:hover span, #homeOurServices figure.effect-lily:hover ul {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

#pageContent figure.effect-lily:hover p, #pageContent figure.effect-lily:hover span, #pageContent figure.effect-lily:hover ul {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

#teamContainer figure.effect-lily:hover p, #teamContainer figure.effect-lily:hover span, #teamContainer figure.effect-lily:hover ul {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

/* figure.effect-lily img:hover {
 background-color: #00ADEF;
 opacity: 0.85;
} */
#pageContent #rightMenu figure.effect-lily img {
  /* height: auto; */
  height: 100%;
}
#pageContent .container .row div.col-sm-8 a {
  display: inline-block;
  color: #00ACEE;
  text-decoration: underline;
  transition: all 0.5s ease-in-out;
  text-shadow: none;
}
#pageContent .container .row div.col-sm-8 a:hover {
  color: #333;
}

/*
=======================================================================================================
breadcrumb Style
=======================================================================================================
*/
.breadcrumb {
  padding: 30px 15px;
  margin-bottom: 30px;
  background: none;
}
.breadcrumb li {
  padding: 0;
  font: normal 10px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #525252;
  text-transform: uppercase;
}
.breadcrumb li a {
  text-decoration: none;
}
.breadcrumb li + li:before {
  color: #525252;
}
.breadcrumb > .last {
  font: bold 10px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #525252;
}

/*
=======================================================================================================
Home Page Style
=======================================================================================================
*/
.slideshow-container {
  display: flex;
}
.slideshow-container #captionContainer {
  z-index: 1000;
  background: none !important;
}
.slideshow-container .bannerBackground {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.5;
}

#bannerCaption {
  margin: 0 auto;
  padding: 50px;
  background-color: none;
}
#bannerCaption h1 {
  padding: 0 80px 30px;
  display: inline-block;
  float: none;
  font: bold 55px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  text-align: center;
}
#bannerCaption span {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 30px 50px;
  display: block;
  font: normal 24px/120% "Roboto Slab", serif;
  color: white;
  text-align: center;
}
#bannerCaption a {
  padding: 20px 25px;
  font: normal 15px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.slideshow-arrow {
  width: 50px;
  height: 50px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  z-index: 1001;
}
.slideshow-arrow .glyphicon {
  font-size: 1.2rem;
  margin: auto;
  color: white;
  font-weight: 300;
}
.slideshow-arrow #prev {
  padding-left: 50px;
}
.slideshow-arrow #next {
  padding-right: 50px;
}

.cycle-slideshow.slideshow {
  display: flex;
  width: 100%;
  position: inherit !important;
}

.banner-images {
  display: flex;
}

#homeOurServices, #homeCareers {
  padding: 80px 0;
  /* h2 */
}

#homeOurServices h2, #homeCareers h2 {
  /* position: relative;

  font: bold 30px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block; */
  font-style: normal;
  color: white;
  letter-spacing: 0em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.1em;
}

#homeOurServices h2.headingBorder, #homeCareers h2.headingBorder {
  font-style: normal;
  color: rgb(0, 172, 238);
  letter-spacing: 0em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.1em;
  margin-bottom: 40px;
  margin-top: 60px;
}

#homeOurServices p, #homeCareers p {
  margin: 0 auto;
  padding: 0 0px 30px;
  display: block;
  padding-left: 0;
  font-family: "Roboto Slab", sans-serif; /* Use Roboto Slab font if available, and fallback to a generic sans-serif font if it's not available */
  font-size: 18px;
  font-weight: 400;
}

#homeOurServices .listing, #homeCareers .listing {
  margin: 0 0 40px;
  text-align: left;
}

#homeOurServices .listing h2, #homeOurServices .listing h3, #homeOurServices .listing p {
  width: 100%;
  text-align: left;
}

#homeCareers .listing h2, #homeCareers .listing h3, #homeCareers .listing p {
  width: 100%;
  text-align: left;
}

#homeOurServices .listing h2, #homeCareers .listing h2 {
  line-height: 120%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.1em;
}

#homeOurServices .listing h3, #homeCareers .listing h3 {
  margin: 0;
}

#homeOurServices .listing p, #homeCareers .listing p {
  padding: 30px 0 0;
}

#homeOurServices a.blueBtn {
  margin: 40px auto 0;
  text-align: center;
  padding: 1rem 1.5em 1rem 1.5em;
  font-size: 0.875rem;
}

#homeCareers {
  background: #F5F5F3;
}
#homeCareers a.blueBtn {
  margin: 40px auto 0;
  text-align: center;
  padding: 1rem 1.5em 1rem 1.5em;
  font-size: 0.875rem;
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

/*
=======================================================================================================
Page Banner Style
=======================================================================================================
*/
/* parallex banner image */
#smallBannerContainer .bannerImageContainer p {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 30px 50px;
  display: block;
  font: normal 24px/120% "Roboto Slab", serif;
  color: black;
  text-align: center;
}

.bannerImageContainer {
  padding: 450px 0;
  background-size: 120% auto;
  position: relative;
  /* background-attachment: scroll;
     background-position: top center;
     background-size: cover; */
  height: 600px;
  padding: 250px 0px !important;
  background-position: center;
}
.bannerImageContainer p {
  color: white;
}

.bannerImageContainer {
  height: 600px !important;
  padding: 250px 0px !important;
  background-size: cover !important;
  background-position: center !important;
}

.bannerBackground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.5;
}

/* /.bannerImageContainer */
/* parallex banner text */
.bannerTextContainer {
  padding: 50px 80px;
  position: absolute;
  top: 30%;
  left: 50%;
  width: 960px;
  /* This replaces margin left */
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  z-index: 1;
}
.bannerTextContainer h1 {
  font: bold 60px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 55px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.bannerTextContainer p {
  font: normal 24px/120% "Roboto Slab", serif;
}

/* /.bannerTextContainer */
/* parallex arrow scroll */
a.scroll {
  position: absolute;
  left: 48%;
  bottom: 100px;
  width: 40px;
  height: 26px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a.scroll:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a.scroll:hover:after {
  color: rgb(255, 255, 255);
  text-decoration: none;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a.scroll:focus {
  color: rgb(255, 255, 255);
  text-decoration: none;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a.scroll:after {
  padding: 5px 0 0;
  display: block;
  content: url(/public/images/arrow.png);
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/* /.scroll */
#smallBannerContainer {
  /* parallex banner image */
}
#smallBannerContainer .bannerImageContainer {
  padding: 250px 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  height: 60vh;
  margin: 0;
}
#smallBannerContainer .bannerTextContainer {
  padding: 50px 80px;
  position: absolute;
  top: 35%;
  left: 50%;
  width: 960px;
  /* This replaces margin left */
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
#smallBannerContainer .bannerTextContainer h1 {
  font: bold 55px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #00ACEE;
  text-transform: none;
  padding: 0 80px 30px;
}

/*
=======================================================================================================
Services Page Style
=======================================================================================================
*/
#servicesPage {
  /* padding: 0 0 910px; */
  position: relative;
}

/*
=======================================================================================================
General Page Style
=======================================================================================================
*/
.pageContent {
  margin-bottom: 80px;
  position: relative;
  background: #FFF;
  padding-bottom: 50px;
  padding-top: 50px;
}
.pageContent h2 {
  margin-top: 50px;
  color: #00ACEE;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.1em;
}
.pageContent h2:first-of-type {
  margin-top: 0;
}
.pageContent p {
  padding: 0 0 20px;
}
.pageContent img {
  width: 100%;
}
.pageContent img.profileImg {
  max-width: 358px;
  border-radius: 179px;
}
.pageContent ul {
  list-style: disc;
  margin-bottom: 20px;
}
.pageContent ol {
  list-style: decimal;
  margin-bottom: 20px;
}
.pageContent .profile {
  margin: 0 0 50px;
  padding: 0 0 50px;
  border-bottom: 2px solid #555;
}
.pageContent .profile span {
  display: block;
  font: normal 16px/150% "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pageContent .profile span ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.pageContent .profile span ul li {
  display: inline-block;
  font: normal 16px/150% "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pageContent .profile span ul li:after {
  display: inline-block;
  content: ",";
}
.pageContent .profile span ul li:last-child:after {
  display: inline-block;
  content: "";
}

/* /.pageContent */
#rightMenu {
  /* /.grid figure */
  /* ul */
}
#rightMenu h3.rightHeading {
  /* margin-bottom: 30px; */
  padding: 40px 0 0;
  font: bold 20px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-top: 2px solid #555555;
  font-weight: 700;
  font-style: normal;
  font-size: 1.375rem;
  color: rgb(51, 51, 51);
  letter-spacing: 0em;
  line-height: 1.2em;
}
#rightMenu div:first-of-type h3.rightHeading {
  margin: 0 0 10px;
  padding: 0;
  border: none;
}
#rightMenu img {
  border: none;
}
#rightMenu .grid {
  /* padding: 0 0 20px; */
}
#rightMenu .grid figure {
  height: 174px;
}
#rightMenu .grid figure figcaption h2 {
  margin: 40px 0 0;
  color: #FFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.1em;
}
#rightMenu .grid:last-child {
  margin: 0;
  padding: 0 0 20px;
}
#rightMenu ul.team {
  padding: 0;
  /* li */
}
#rightMenu ul.team li {
  padding: 0 0 40px;
  overflow: hidden;
  display: table;
}
#rightMenu ul.team li:last-child {
  padding: 0;
}
#rightMenu ul.team li:after {
  clear: both;
}
#rightMenu ul.team li:hover span a {
  color: #00ACEE;
}
#rightMenu ul.team li a {
  padding: 0 15px 0 0;
  display: block;
  float: left;
}
#rightMenu ul.team li a img {
  width: 80px;
  display: block;
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#rightMenu ul.team li span {
  display: table-cell;
  vertical-align: middle;
  font: normal 15px/140% "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#rightMenu ul.team li span a {
  padding: 0;
}

/* rightMenu */
/*
=======================================================================================================
Banner Quote Style
=======================================================================================================
*/
#quoteBanner {
  position: relative;
  /* /.quoteBannerContainer */
  /* /.bannerTextContainer */
}
#quoteBanner .quoteBannerImageContainer {
  padding: 218px 0;
  /* background-size: 120% auto !important; */
  position: relative;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
#quoteBanner .quoteBannerImageContainer.desaturate {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.15;
}
#quoteBanner .bannerTextContainer {
  padding: 50px 80px 0;
  max-width: 960px;
  position: absolute;
  top: 15%;
  left: 50%;
  /* This replaces margin left */
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  background: none;
}
#quoteBanner .bannerTextContainer h3 {
  max-width: 960px;
  font: bold 20px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  text-transform: uppercase;
}
#quoteBanner .bannerTextContainer h3:after {
  margin-top: 20px;
  margin-left: -2.5%;
  left: 50%;
  width: 5%;
  height: 2px;
  position: absolute;
  display: block;
  content: "";
  border: 2px solid #333;
}
#quoteBanner .bannerTextContainer p {
  max-width: 960px;
  padding: 50px 0 0;
  font: normal 20px/180% "Roboto Slab", serif;
  color: #00ACEE;
}
#quoteBanner .bannerTextContainer p span.blueLighter {
  display: inline-block;
  color: #00ACEE;
}

/*
=======================================================================================================
Isotope Style
=======================================================================================================
*/
#teamContainer #container {
  height: unset !important;
}

#container {
  position: relative;
}

#recentCaseStudies {
  padding-bottom: 40px;
}
#recentCaseStudies #container {
  margin-bottom: 30px;
}

#filter-service .filter-service-group {
  display: grid;
}
#filter-service .filter-service-group button {
  background: transparent;
  border: unset;
  text-align: left;
  text-transform: capitalize;
  padding-bottom: 1.25rem;
  font-family: vcsm, Arial;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5em;
  letter-spacing: 0em;
}
#filter-service .filter-service-group button:hover {
  color: #00acee;
  text-decoration: underline;
}

.item {
  /* margin: 0 0 30px; */
  /* width: 33%;
  height: 239px; */
  /* Need this to stop items from shaking after being filtered */
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
}

.red {
  background: red;
}

.blue {
  background: blue;
}

.green {
  background: green;
}

.yellow {
  background: yellow;
}

/* Isotope Filtering */
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/* Isotope CSS3 transitions */
.isotope {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope.no-transition .isotope-item {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
}

/* disabling Isotope CSS3 transitions */
#cyclePager {
  padding: 0;
}

/*
=======================================================================================================
Team Style
=======================================================================================================
*/
#teamContainer {
  min-height: 500px;
  padding: 0px;
  /* figure.effect-lily */
}
#teamContainer figure.effect-lily img {
  width: 100%;
  border-radius: 50%;
}
#teamContainer figure.effect-lily h2 {
  margin: 140px 0 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.1em;
}
#teamContainer figure.effect-lily p, #teamContainer figure.effect-lily span {
  font: normal 13px/150% "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#teamContainer figure.effect-lily ul {
  margin: 0;
  padding: 0;
  display: inline;
}
#teamContainer figure.effect-lily ul li {
  display: inline;
  font: normal 13px/150% "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #FFF;
}
#teamContainer figure.effect-lily ul li:after {
  display: inline-block;
  content: ",";
}
#teamContainer figure.effect-lily ul li:last-child:after {
  display: inline-block;
  content: "";
}

/* teamContainer */
/*
=======================================================================================================
Careers Style
=======================================================================================================
*/
#careersContainer {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#careersContainer .profile {
  margin: 0 0 50px;
  padding: 0 0 50px;
  border-bottom: 2px solid #555;
  /* p {
  padding: 0 0 20px;
  } */
}
#careersContainer .profile:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
#careersContainer .profile .greyBtn {
  margin: 0;
  padding: 20px 24px;
}
#careersContainer .img-overlay-content {
  padding: 100px;
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  max-width: 1000px;
}
#careersContainer .img-overlay-content p {
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: initial;
  padding: 0.25em;
}

/*
=======================================================================================================
News Style
=======================================================================================================
*/
.newsItem span.date {
  padding: 0 0 30px;
  display: block;
}
.newsItem img {
  margin: 0 0 20px;
  display: block;
}

aside#rightMenu {
  /* div */
}
aside#rightMenu div {
  padding: 15px 0 20px;
  border-top: 2px solid #555 !important;
  /* h3.rightHeading */
  /* ul */
}
aside#rightMenu div:first-of-type {
  padding: 0 0 20px;
  border: none !important;
}
aside#rightMenu div h3.rightHeading {
  padding: 0;
  font: bold 20px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: none !important;
}
aside#rightMenu div h3.rightHeading a:hover {
  text-decoration: none;
}
aside#rightMenu div ul {
  padding: 0 20px;
}
aside#rightMenu div ul li {
  padding: 15px 0;
  list-style: none;
}
aside#rightMenu div ul li ul > li {
  padding: 0 5px;
  list-style: none;
}
aside#rightMenu div ul li ul > li:hover {
  color: #00ACEE;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
aside#rightMenu div ul li ul > li a {
  font: normal 18px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
}
aside#rightMenu div ul li:first-of-type {
  margin: 0;
  padding: 0;
}
aside#rightMenu div ul li:first-of-type div {
  margin: 0;
  padding: 0 0 20px;
  border: none !important;
}

/* aside */
/*
=======================================================================================================
Contact Style
=======================================================================================================
*/
.contactContainer {
  padding: 0 15px 50px;
}
.contactContainer:nth-child(2n+1) {
  clear: left;
}
.contactContainer a.map {
  max-height: 320px;
  overflow: hidden;
  border: 1px solid #555;
}
.contactContainer a.map img {
  border: none;
}
.contactContainer .contactDetail {
  padding: 0 15px 40px;
  float: left;
  font: normal 18px/180% "Roboto Slab", serif;
}
.contactContainer .contactDetail span.title {
  font: bold 12px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #00ACEE;
  text-transform: uppercase;
}
.contactContainer .contactDetail a {
  color: #00ACEE;
  text-decoration: none;
}
.contactContainer .contactDetail a:hover {
  text-decoration: underline;
}

#homeOurServices figure.effect-lily, #isotopeContainer figure.effect-lily, #recentCaseStudies figure.effect-lily {
  overflow: hidden;
  height: 250px;
}

.caseStudies2 .grid {
  height: 330px;
}
.caseStudies2 h2 {
  font-size: 20px;
}
.caseStudies2 p {
  font-size: 16px;
}

.side-of-page {
  width: 2.375rem;
  height: 2.375rem;
  display: flex;
  position: fixed;
  right: 0;
  top: 15.625rem;
  z-index: 10000;
  background: rgb(0, 172, 238);
}
.side-of-page .social-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  display: block;
  position: relative;
  margin-bottom: auto;
  color: white !important;
}
.side-of-page .social-container .social-icon.linkedin-icon {
  filter: invert(1);
}

#contact_form input, #contact_form textarea {
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
}
#contact_form textarea {
  border: 1px #cccccc solid;
  height: 150px;
}
#contact_form input[type=submit] {
  height: 30px;
  padding: 5px;
  text-align: center;
  background-color: #4d4d4d;
  color: white;
  border: 1px #cccccc solid;
}

footer {
  border-top: 1px solid #777;
  background: #00ACEE;
  color: white !important;
  padding-top: 50px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  padding-bottom: 50px !important;
}
footer .logo img {
  width: 200px;
  margin-left: -10px;
}
footer .footerContainer {
  margin: 0 auto;
  max-width: 1170px;
}
footer .footerContainer a {
  color: white;
  text-decoration: none;
}
footer .footerContainer a:hover {
  color: white;
  text-decoration: none;
}

.p-font {
  font-family: vcsm, Arial;
  font-weight: 300;
  font-style: normal;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5em;
  letter-spacing: 0em;
  font-size: 0.813rem;
}

footer h6 {
  margin-bottom: 0;
  color: white !important;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  line-height: 1.2em;
}
footer h3 {
  color: white !important;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  line-height: 1.2em;
}
footer input {
  -webkit-appearance: none;
  padding: 0 0.625rem;
  box-sizing: border-box;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.41);
  border: 0;
  box-shadow: none;
  width: 100%;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none;
  border-radius: 0;
  height: 2.5rem;
  color: black;
}
footer .submit-form {
  height: 100%;
  color: #00acee;
  font-size: 0.75rem;
  background: #fff;
  display: inline-block;
  line-height: 1.5em;
  width: auto;
  min-width: none;
  max-width: none;
  padding: 1rem 1.5em;
  margin: 15px 0 0 0;
  cursor: pointer;
  border: 0;
  outline: none;
  display: inline-block;
  width: auto;
  min-width: none;
  max-width: none;
  padding: 1rem 1.5em 1rem 1.5em;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  font-family: thsk, Arial;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0em;
  border-radius: 0rem;
  /* color: #ffffff; */
  /* background: rgb(0 172 238 / 1); */
  line-height: 1.5em;
  box-shadow: inset 0 0 0 0rem #333333;
  text-align: center;
}
footer label {
  padding-top: 20px;
}
footer h3 {
  font-size: 0.938rem;
  line-height: 1.5em;
  letter-spacing: 0em;
}
footer h3 a {
  text-decoration: none;
  color: white;
}
footer h3 a:hover {
  text-decoration: none;
  color: white;
}
footer .navbar-nav > li {
  padding: 40px 0;
  font: normal 1rem/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
}
footer .navbar-nav > li a {
  color: #777;
}
footer .navbar-nav > li a:hover {
  color: white;
}
footer .navbar-nav.navbar-right:last-child {
  margin-right: 0;
}
footer li.workWithUsBtn {
  padding: 32px 0;
  color: #FFF;
}
footer li.workWithUsBtn a.blueBtn {
  padding: 20px 25px;
  font: normal 15px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #FFF;
}
footer li.workWithUsBtn a.blueBtn:hover {
  background: #009CD6;
}
footer h6 a {
  text-decoration: underline;
  color: white;
}

/* footer */
@media (max-width: 768px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .col-xs-offset-1, .col-xs-offset-2, .col-xs-offset-3, .col-xs-offset-4, .col-xs-offset-5, .col-xs-offset-6 {
    margin-left: 0;
  }
}

/*
==================================
Large 1800px above media query style
==================================
*/
@media (min-width: 1441px) {
  .bannerImageContainer {
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    height: 500px !important;
    padding: 450px 0;
    /* background-size: cover; */
  } /* /.bannerImageContainer */
  /* 
  .cycle-slideshow img {
      width: 100%;
      height: 100%;
      min-height: 100%;
      max-height: 100%;
  }

  .bannerContainer {
      bottom: 0;

      -webkit-transition: 0;
         -moz-transition: 0;
           -o-transition: 0;
              transition: 0;
  } */
} /* large 1800px below ends */
/*
=======================================================================================================
medium 1199 below media query style
=======================================================================================================
*/
@media (min-width: 1200px) {
  .container {
    width: 1300px;
  }
  #homeOurServices figure.effect-lily img, #isotopeContainer figure.effect-lily img, #recentCaseStudies figure.effect-lily img {
    height: 100%;
    width: inherit !important;
  }
  #teamContainer figure.effect-lily {
    margin: 150px;
    display: table-caption;
    margin-left: 30px;
    margin-bottom: 30px;
    margin-top: 0px;
  }
  #teamContainer.details figure.effect-lily {
    margin: unset;
    display: block;
  }
  #teamContainer.details figure.effect-lily a {
    background: none !important;
  }
  #teamContainer.team2 figure.effect-lily img, #teamContainer.team2 figure.effect-lily {
    min-height: 164px;
  }
  #teamContainer.team2 h2 {
    font-size: 20px;
  }
  #teamContainer.team2 .grid {
    min-height: 260px;
  }
} /* large 1200px below media query ends */
@media (min-width: 1080px) and (max-width: 1460px) {
  .container {
    width: 1080px;
    min-width: 980px;
  }
  #homeOurServices figure.effect-lily, #isotopeContainer figure.effect-lily, #recentCaseStudies figure.effect-lily {
    overflow: hidden;
    height: 278px;
  }
}
/*
=======================================================================================================
medium 1199 below media query style
=======================================================================================================
*/
@media (max-width: 1199px) {
  #homeOurServices h2,
  #homeCareers h2 {
    font: bold 24px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  #homeOurServices figure.effect-lily img {
    height: 100%;
    width: inherit !important;
  }
  #homeOurServices figure.effect-lily h2 {
    margin: 50px 0 0;
    font: bold 24px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  #pageContent figure.effect-lily img {
    width: 100% !important;
    height: inherit;
  }
  #pageContent figure.effect-lily h2 {
    margin: 40px 0 0;
    font: bold 24px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  #teamContainer figure.effect-lily h2 {
    margin: 110px 0 0;
    font: bold 22px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  #teamContainer figure.effect-lily span {
    display: block;
    font: 300 13px/130% "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  /* parallex banner text */
  .bannerTextContainer {
    max-width: 860px;
  }
  .contactContainer a.map {
    max-height: 300px;
  }
} /* medium 1199 below media query ends */
/*
=======================================================================================================
small 991px below media query style
=======================================================================================================
*/
@media (max-width: 991px) {
  .container {
    width: 1080px;
    min-width: 980px;
  }
  .side-of-page {
    display: none;
  }
  #pageContent figure.effect-lily img {
    height: fit-content;
    width: 100% !important;
  }
  #pageContent figure.effect-lily h2 {
    margin: 80px 0 0;
  }
  #rightMenu .grid figure figcaption h2 {
    margin: 30px 0 0;
  }
  #teamContainer figure.effect-lily h2 {
    margin: 100px 0 0;
    font: bold 24px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  #teamContainer figure.effect-lily span {
    font: 300 13px/120% "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  /* parallex banner text */
  .bannerTextContainer {
    width: 700px;
  }
  .bannerTextContainer h1 {
    margin: 0;
    padding: 0 20px 15px;
    font: 800 35px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 55px;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .bannerTextContainer p {
    font: inherit;
    padding: 15px 20px 0;
  }
  .bannerImageContainer {
    padding: 0;
    min-height: 808px;
    max-height: 808px;
  }
  /* smaller banner for detail pages */
  #smallBannerContainer {
    min-height: 300px;
    max-height: 300px;
  }
  #smallBannerContainer .bannerTextContainer {
    width: 700px;
    top: 25%;
  }
  #smallBannerContainer .bannerTextContainer h1 {
    font: 800 35px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 55px;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  /* smallBannerContainer */
  /* banner quote style */
  #quoteBanner .bannerTextContainer {
    padding: 0px 20px 0;
  }
  #quoteBanner .bannerTextContainer p {
    font: normal 18px/180% "Roboto Slab", serif;
  }
  figure.effect-lily img {
    width: 100%;
    height: auto;
  }
  figure.effect-lily h2 {
    margin-top: 20px;
  }
  #homeOurServices p, #homeCareers p {
    padding: 0 0 30px;
  }
  #homeOurServices p {
    font-weight: 300;
    font-style: normal;
    padding-top: 30px;
    padding-bottom: 0px;
    font-size: 0.9rem !important;
  }
  #pageContent #rightMenu figure.effect-lily img {
    height: 239px;
    width: auto;
  }
  #rightMenu .grid figure {
    width: 100%;
    height: 465px;
  }
  #pageContent #rightMenu figure.effect-lily img {
    height: 100%;
    width: unset !important;
  }
  .contactContainer a.map {
    max-height: 220px;
  }
  .img-overlay-container {
    height: unset !important;
  }
  .img-overlay-container .img-overlay-content, .img-overlay-container .img-overlay-content2 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .img-overlay-container .img-overlay-content2 p {
    padding-bottom: 0px;
  }
  .bannerImageContainer {
    padding-top: 0px !important;
  }
  .bannerTextContainer {
    top: 0px;
  }
  .purpose .message-container {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 30vh;
  }
  .purpose .message-container .message {
    font-size: 1.5rem;
    font-style: normal;
    letter-spacing: 0em;
    line-height: 1.2em;
  }
  .purpose .bannerBackground {
    height: 30vh !important;
  }
  .purpose-container {
    margin-left: 24px;
    margin-right: 24px;
  }
  .purpose-container h3, .purpose-container p {
    font-size: 1rem;
  }
  .purpose-container p {
    font-family: inherit;
    font-weight: 300;
    font-style: normal;
    line-height: 1.5em;
    letter-spacing: 0em;
  }
  .purpose-container .purpose-image {
    margin-left: 15px;
    margin-right: 15px;
  }
  .fixed-banner-container .fixed-image-background {
    background-attachment: unset;
    height: 30vh !important;
  }
} /* small 991px below media query ends */
/*
=======================================================================================================
Special 768px above media query style
=======================================================================================================
*/
@media only screen and (min-width: 768px) {
  /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
/*
=======================================================================================================
small 767px below media query style
=======================================================================================================
*/
@media (max-width: 767px) {
  .container {
    width: unset;
    min-width: unset;
  }
  .nav > li > a {
    padding: 10px 12px;
  }
  #homeOurServices {
    padding: 50px 0;
  }
  #pageContent figure.effect-lily img {
    height: 100%;
    width: inherit !important;
  }
  #pageContent figure.effect-lily h2 {
    margin: 70px 0 0;
    font: bold 26px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  #teamContainer figure.effect-lily h2 {
    margin: 170px 0 0;
    font: bold 26px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .filterContainer form.filterForm {
    width: 100%;
  }
  .filterContainer form.filterForm ul li {
    margin: 0;
    width: 50%;
  }
  .filterContainer form.filterForm ul li label {
    width: auto;
  }
  #rightMenu figure.effect-lily img {
    height: 400px;
    background-position: center;
  }
  /* parallex banner */
  .bannerImageContainer {
    min-height: 408px;
    max-height: 408px;
  }
  /* parallex banner text */
  .bannerTextContainer {
    padding: 40px 30px;
    width: 550px;
  }
  /* parallex arrow scroll */
  a.scroll {
    position: absolute;
    left: 45%;
    bottom: 50px;
  }
  /* smaller banner for detail pages */
  #smallBannerContainer .bannerTextContainer {
    width: 550px;
    padding: 0px 30px;
    top: 35%;
  }
  /* smallBannerContainer */
  .cycle-slideshow img {
    width: auto;
  }
  figure.effect-lily img {
    width: 100%;
    height: auto;
  }
  /* right menu hover effect */
  #pageContent #rightMenu figure.effect-lily img {
    /* height: 100%; */
    width: calc(100% + 50px);
  }
  #pageContent #rightMenu figure.effect-lily h2 {
    font: bold 26px/120% "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  footer a.logo {
    display: block;
    text-align: center;
  }
  footer h6 {
    text-align: center;
  }
  #teamContainer .grid {
    padding-left: 35px;
    padding-right: 35px;
  }
} /* small 767px below media query ends */
/*
=======================================================================================================
small 600px below media query style
=======================================================================================================
*/
@media (max-width: 600px) {
  p {
    font: normal 16px/175% "Roboto Slab", serif;
  }
  #homeOurServices .col-xs-6,
  #homeCareers .col-xs-6,
  #container .col-xs-6 {
    width: 100%;
  }
  #homeOurServices h2,
  #homeCareers h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.1em;
  }
  .breadcrumb {
    margin-bottom: 0;
  }
  #teamContainer .col-xs-6 {
    width: 50%;
  }
  #pageContent figure.effect-lily img {
    height: fit-content !important;
    width: 100% !important;
  }
  #pageContent figure.effect-lily h2 {
    margin: 220px 0 0;
    font: bold 26px/100% "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  }
  #teamContainer figure.effect-lily h2 {
    margin: 130px 0 0 !important;
    font: bold 20px/100% "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  }
  /* parallex banner text */
  .bannerTextContainer {
    width: 480px;
  }
  /* smaller banner for detail pages */
  #smallBannerContainer .bannerTextContainer {
    width: 480px;
  }
  /* smallBannerContainer */
  /* right menu hover effect */
  #pageContent #rightMenu figure.effect-lily h2 {
    margin: 30px 0 0;
    font: bold 20px/100% "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  }
} /* small 600px below media query ends */
/*
=======================================================================================================
small 500px below media query style
=======================================================================================================
*/
@media (max-width: 500px) {
  #teamContainer .col-xs-6 {
    width: 100%;
  }
  a.blueBtn {
    font: bold 15px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  #homeOurServices figure.effect-lily img {
    max-width: auto;
    height: 196px;
  }
  #homeOurServices figure.effect-lily h2 {
    margin: 70px 0 0;
    font: bold 18px/100% "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  #pageContent figure.effect-lily img {
    height: inherit !important;
    width: 100% !important;
  }
  #pageContent figure.effect-lily h2 {
    margin: 160px 0 0;
    font: bold 18px/100% "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  }
  #teamContainer figure.effect-lily h2 {
    margin: 230px 0 0 !important;
    font: bold 18px/100% "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  }
  .filterContainer form ul li {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .filterContainer form ul li label {
    padding: 25px 10px 10px 0;
  }
  .filterContainer form ul li select {
    width: 100%;
  }
  .filterContainer form ul li:first-child label {
    padding: 0 10px 10px 0;
  }
  .bannerImageContainer {
    padding-bottom: 0px !important;
    display: flex;
  }
  footer {
    padding-left: 24px !important;
    padding-right: 24px !important;
    padding-top: 10px !important;
  }
  /* parallex banner text */
  .bannerTextContainer {
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    top: unset;
    position: relative;
    /* p {
        padding: 0 20px;
        font: 400 italic 15px/120% "Roboto Slab", serif;
    } */
  }
  .bannerTextContainer h1 {
    margin: 0;
    padding: 0 20px 15px;
    font: 800 25px/120% "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 55px;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  /* smaller banner for detail pages */
  #smallBannerContainer .bannerTextContainer h1 {
    margin: 0;
    padding: 0 20px 15px;
    font: 800 25px/120% "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.1875rem;
    font-size: 55px;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  #smallBannerContainer .bannerTextContainer p {
    padding: 0 20px;
    font: inherit;
  }
  /* smallBannerContainer */
  /* banner quote style */
  #quoteBanner .bannerTextContainer {
    padding: 0px 20px 0;
  }
  #quoteBanner .bannerTextContainer p {
    font: normal 15px/180% "Roboto Slab", serif;
  }
  #pageContent #isotopeContainer figure.effect-lily img {
    width: auto;
  }
  /* right menu hover effect */
  #pageContent #rightMenu figure.effect-lily img {
    /* height: 304px; */
  }
  #pageContent #rightMenu figure.effect-lily h2 {
    margin: 30px 0 0;
    font: bold 18px/100% "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  }
} /* small 500px below media query ends */
/*
=======================================================================================================
small 400px below media query style
=======================================================================================================
*/
@media (max-width: 400px) {
  #homeOurServices .grid figure,
  #pageContent .grid figure,
  #teamContainer .grid figure {
    width: 100%;
  }
  #pageContent figure.effect-lily img {
    height: 237px;
  }
  #pageContent figure.effect-lily h2 {
    margin: 100px 0 0;
    font: bold 18px/100% "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  }
} /* small 400px below media query ends */
/*
==================================
iPhone 320px and below media query style
==================================
*/
@media (max-width: 320px) {
  p {
    font: normal 15px/175% "Roboto Slab", serif;
  }
  #teamContainer .col-xs-6 {
    width: 100%;
  }
  #pageContent figure.effect-lily img {
    height: 184px;
  }
  #pageContent figure.effect-lily h2 {
    margin: 40px 0 0;
    font: bold 18px/100% "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  }
  #teamContainer figure.effect-lily h2 {
    margin: 180px 0 0 !important;
    font: bold 18px/100% "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  }
  /* parallex banner */
  .bannerImageContainer {
    min-height: 300px;
    max-height: 300px;
  }
  /* parallex banner text */
  .bannerTextContainer {
    padding: 20px 0;
    width: 270px;
    top: 40%;
    /* p {
        padding: 15px 20px 0;
        font: 400 italic 13px/120% "Roboto Slab", serif;
    } */
  }
  .bannerTextContainer h1 {
    margin: 0;
    padding: 0 20px 15px;
    font: 800 18px/120% "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 55px;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  a.scroll {
    display: none;
  }
  /* smaller banner for detail pages */
  #smallBannerContainer .bannerTextContainer {
    width: 270px;
  }
  #smallBannerContainer .bannerTextContainer h1 {
    margin: 0;
    padding: 0 20px 15px;
    font: 800 18px/120% "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  #smallBannerContainer .bannerTextContainer p {
    padding: 15px 20px 0;
    font: 400 italic 13px/120% "Roboto Slab", serif;
  }
  /* smallBannerContainer */
  /* right menu hover effect */
  #pageContent #rightMenu figure.effect-lily img {
    height: 184px;
  }
} /* iPhone 320px and below */
