/*!
	_______________________________________
	   __      __
	  / /_____/ /
	 / __/ __  /
	/ /_/ /_/ /
	\__/\__,_/  created by toasted digital.
	_______________________________________

	statistic.ly

	{ CSS }

	[ Sam Clarke ]
	[ v 0.3.0 ]
	[ Last Edited 14 May 2015 11:37 ]

	View the uncompressed version: uncompressed/style.css;

*/
/*
	_______________________________________________________

	normalize.css v1.0.1 | MIT License | git.io/normalize
	_______________________________________________________

*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline;
  zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden; }

html, button, input, select, textarea {
  font-family: sans-serif; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

h2 {
  font-size: 1.5em;
  margin: .83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: .83em;
  margin: 1.67em 0; }

h6 {
  font-size: .75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: none; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 25px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  white-space: normal;
  margin-left: -7px;
  padding: 0; }

button, input, select, textarea {
  font-size: 100%;
  vertical-align: middle;
  margin: 0; }

button, input {
  line-height: normal; }

button, html input[type="button"],
input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  height: 13px;
  width: 13px;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body, figure, form {
  margin: 0; }

html {
  overflow-y: scroll;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

html.noscroll {
  overflow-y: hidden; }

* {
  box-sizing: border-box; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #5a5a5f inset;
  -webkit-text-fill-color: #f1f1f1 !important; }

/*
	_______________________________________________________

	fonts
	_______________________________________________________

*/
body {
  font-family: 'Lato', sans-serif;
  color: #263238;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em; }

h1, h2, h3, h4, p, li, label {
  font-weight: normal; }

h1 {
  color: #5a5a5f; }

li {
  list-style-type: disc;
  margin: 0;
  padding: 0; }

a, a:active, a:visited {
  color: #FFF;
  text-decoration: none; }

a:hover {
  color: #828287; }
  
.top ul, nav ul {
    margin: 0 0 0 40px;
}
.top ul li, nav ul li {
    list-style-type: none;
}

.text-start {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-end {
  text-align: right;
}
img.img-fluid {
  max-width: 100%;
  height: auto;
}
.w-100 {
  width: 100%;
}
@media screen and (min-width: 480px) {
  .w-90 {
    width: 90%;
  }
  .w-85 {
    width: 85%;
  }
  .w-80 {
    width: 80%;
  }
  .w-75 {
    width: 75%;
  }
  .w-50 {
    width: 50%;
  }
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?cpey5a");
  src: url("fonts/icomoon.eot?#iefix-cpey5a") format("embedded-opentype"), url("fonts/icomoon.woff?cpey5a") format("woff"), url("fonts/icomoon.ttf?cpey5a") format("truetype"), url("fonts/icomoon.svg?cpey5a#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"], .icon, .close, .close:active, .close:visited {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-search:before {
  content: "\e900";
  color: #b4b4b4; }

.icon-news:before {
  content: "\e901";
  color: #e1f5fe; }

.icon-mobile_menu:before, .top button.mobile_btn:before, .top button.mobile_btn:active:before, .top button.mobile_btn:visited:before {
  content: "\e600"; }

.icon-mobile_menu_up:before, .top button.mobile_btn.open:before {
  content: "\e601"; }

.icon-slide_nav_off:before {
  content: "\e602";
  color: #828287; }

.icon-slide_nav_on:before {
  content: "\e603";
  color: #263238; }

.icon-arrow-down:before {
  content: "\e604";
  color: #b4b4b4; }

.icon-close:before, .close:before, .close:active:before, .close:visited:before {
  content: "\e605";
  color: #b4b4b4;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease; }

.icon-close:hover:before, .close:hover:before,
.close:hover:before {
  content: "\e605";
  color: #5a5a5f; }

.icon-arrow-left:before {
  content: "\e606";
  color: #828287;
}

.icon-arrow-right:before {
  content: "\e607";
  color: #828287;
}

.icon-about:before {
  content: "\e608";
  color: #e1f5fe; }

.icon-contact:before {
  content: "\e60a";
  color: #e1f5fe; }

.icon-portfolio:before {
  content: "\e60b";
  color: #e1f5fe; }

.icon-capabilities:before {
  content: "\e609";
  color: #e1f5fe; }

.icon-email:before {
  content: "\e902"; }

.icon-twitter:before {
  content: "\e903"; }

.icon-facebook:before {
  content: "\e904"; }

.icon-linkedin:before {
  content: "\e905"; }

.icon-instagram:before {
  content: "\e906"; }

.icon-data:before {
  content: "\e907";
  color: #e1f5fe; }

/*
    Font Sheet Declaration
*/
/* mobile */
@media screen and (min-width: 320px) {
  p, .type-scaled {
    font-size: 0.875em;
    /* 14px */
    line-height: 1.2;
    margin: 0 0 1em 0;
  }

  h1 {
    font-size: 1em;
    /* 16px */ }

  h2 {
    font-size: 1.1875em;
    /* 19px */ }

  h3 {
    font-size: 1em;
    /* 16px */
    margin-top: 4px;
    margin-bottom: 13px; }

  p.client {
    margin: 0; }

  .flex_col .overview h2,
  .flex_col .approach-segment-1 h2,
  .flex_col .approach-segment-2 h2,
  .flex_col .approach-segment-3 h2,
  .flex_col .approach-segment-4 h2,
  .flex_col .approach-segment-5 h2,
  .flex_col .approach-segment-6 h2 {
    margin: 0; }

  h4 {
    font-size: 0.75em;
    /* 12px */ }

  /* adjustments */
  .top nav.mobile ul li a {
    font-size: 0.875em; }

  .top nav.mobile ul li a:before {
    font-size: 1rem; }

  .top button.mobile_btn,
  .top button.mobile_btn:active,
  .top button.mobile_btn:visited {
    font-size: 1.25em; }

  header + nav .filters ul li a,
  #breadcrumbs h3 {
    font-size: 0.875em; }

  header + nav .filters ul li a i.icon-arrow-down:before {
    font-size: 3px; }

  p.client {
    font-size: 0.8em;
	color: #818186;
    text-transform: uppercase;
    margin-top: 5px; }

  .icon-slide_nav_off:before {
    font-size: 0.5em; }

  .accordion-header h4 {
    font-size: 0.875em; }

  .content .grid_content .post .postmeta .date,
  .content .grid_content .post .postmeta .socialshare span {
    font-size: 0.75em; }

  h5 {
    font-weight: 400; } }
/* tablet */
@media screen and (min-width: 768px) {
  h1 {
    font-size: 1.125em;
    /* 18px */ }

  h2 {
    font-size: 1.375em;
    /* 22px */ }

  h3 {
    font-size: 1.125em;
    /* 18px */ }

  h4 {
    font-size: 0.875em;
    /* 14px */ }

  p, .type-scaled {
    font-size: 0.875em; }

  header + nav .filters ul li a,
  #breadcrumbs h3,
  .top nav.mobile ul li a {
    font-size: 1em; }

  .content .grid_content .post .postmeta .date,
  .content .grid_content .post .postmeta .socialshare span {
    font-size: 0.875em; }

  .accordion-header h4 {
    font-size: 1em; } }
/* laptop */
@media screen and (min-width: 960px) {
  h1 {
    font-size: 1.125em;
    /* 18px */ }

  h2 {
    font-size: 1.375em;
    /* 22px */ }

  h3 {
    font-size: 1.125em;
    /* 18px */
    margin-bottom: 16px;
    margin-top: 5px; }

  h4 {
    font-size: 0.875em;
    /* 14px */ }

  .thoughts .post h3 {
    line-height: 1.175; }

  .thoughts .drawer.open h3 {
    font-size: 1.25em; }

  p, .type-scaled {
    font-size: 1.175em; }

  nav.large li:last-child a {
    font-size: 0 !important; }

  nav.large li:last-child a:before {
    font-size: 1rem; } }
@media screen and (min-width: 1366px) {
  header + nav .filters ul li a,
  #breadcrumbs h3,
  .top nav.large ul a,
  header + nav .filters ul li:after,
  .top nav.large ul li:after {
    font-size: 1.125em; }
  h3 {
    margin-bottom: 18px;
    margin-top: 7px; }
  p, .type-scaled {
    font-size: 1.25em; } }
/* desktop */
@media screen and (min-width: 1920px) {
  header + nav .filters ul li a,
  #breadcrumbs h3,
  .top nav.large ul a,
  header + nav .filters ul li:after,
  .top nav.large ul li:after {
    font-size: 1.375em; }

  #search_input #search {
    font-size: 1.25em; }

  .top nav.large ul li:after {
    top: -3px; }

  #search_input button i:before, #breadcrumbs button i:before {
    top: 7px !important; }

  .top nav.large li:last-child a {
    font-size: 0 !important; }

  .top nav.large li:last-child a:before {
    font-size: 1.375rem; }

  p, .type-scaled {
    font-size: 1.375em; }

  h1 {
    font-size: 1.625em;
    /* 26px */ }

  h2 {
    font-size: 1.625em;
    /* 26px */ }

  h3 {
    font-size: 1.375em;
    /* 22px */ }

  h4 {
    font-size: 1.0625em;
    /* 17px */ }

  .accordion-header h4 {
    font-size: 1.375em; } }
/*
  _______________________________________________________

  Grid
  _______________________________________________________

*/
@media screen and (min-width: 1920px) {
  body {
    background-color: red; } }
.col {
  border: 0px solid transparent;
  float: left;
  box-sizing: border-box;
  background-clip: padding-box !important; }

.col {
  margin-left: 0%;
  padding: 0; }

.row .col:first-child {
  margin-left: 0; }

.row {
  clear: both; }

.row:after {
  clear: both;
  content: '';
  float: none;
  display: table; }

.wrapper {
  width: 100%;
  position: relative;
  opacity: 0; }

.content {
  width: 100%;
  margin: auto; }
  @media (min-width: 960px) {
    .content {
      width: 942px; } }
  @media (min-width: 1024px) {
    .content {
      width: 1004px; } }
  @media (min-width: 1280px) {
    .content {
      width: 1202px; } }
  @media (min-width: 1366px) {
    .content {
      width: 1302px; } }
  @media screen and (min-width: 1920px) {
    .content {
      width: 1690px; } }

.row.grid .col {
  padding: 1em;
}
@media (min-width: 480px) {
  .row.grid {
    padding: 3.125rem 0 0 0;
  }
  .row.grid .col.col-6 {
    width: 50%;
    padding: 0 3.125rem 3.125rem 1em;
  }
}

.tiles {
  margin-bottom: 101px;
  position: relative;
  z-index: 10; }
  @media (min-width: 768px) {
    .tiles .content {
      width: 756px; } }
  @media (min-width: 960px) {
    .tiles .content {
      width: 948px; } }
  @media (min-width: 1024px) {
    .tiles .content {
      width: 1011px; } }
  @media (min-width: 1280px) {
    .tiles .content {
      width: 1209px; } }
  @media (min-width: 1366px) {
    .tiles .content {
      width: 1309px; } }
  @media (min-width: 1920px) {
    .tiles .content {
      width: 1698px; } }

.tiles.active .tile {
  opacity: 0.5; }
.tiles.active .tile.open {
  opacity: 1; }

.tile {
  background-color: #ccc;
  height: 0;
  margin-left: 1.25%;
  margin-top: 0.961538%;
  padding-bottom: 27.269%;
  position: relative;
  width: 48.125%; }
  .tile a {
    display: block; }
  .tile img {
    max-width: 100%;
    position: relative;
    z-index: 100;
    opacity: 0;
    -webkit-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in; }
  .tile .over {
    opacity: 0;
    -webkit-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out;
    position: absolute;
    background-color: rgba(2, 120, 189, 0.95);
    width: 100%;
    z-index: 1000;
    overflow: hidden;
    height: 100%; }
    .tile .over .text {
      position: absolute;
      bottom: 20px;
      left: -20px;
      -webkit-transition: all .2s ease-out;
      transition: all .2s ease-out; }
    .tile .over p {
      color: #ffffff;
      font-size: 1em;
      margin-bottom: .25em; }
      .tile .over p .client {
        text-transform: uppercase; }
  @media (min-width: 768px) {
    .tile {
      padding-bottom: 0;
      margin-top: 6px;
      height: 138px;
      width: 246px;
      margin-left: 6px; } }
  @media (min-width: 960px) {
    .tile {
      height: 174px;
      width: 310px;
      margin-top: 6px;
      margin-left: 6px; } }
  @media (min-width: 1024px) {
    .tile {
      height: 186px;
      width: 330px;
      margin-top: 7px;
      margin-left: 7px; } }
  @media (min-width: 1280px) {
    .tile {
      height: 223px;
      width: 396px; } }
  @media (min-width: 1366px) {
    .tile {
      height: 242px;
      width: 429px; } }
  @media (min-width: 1920px) {
    .tile {
      height: 314px;
      margin-top: 8px;
      width: 558px;
      margin-left: 8px; } }

@media screen and (min-width: 1024px) {
  .tile_hover .over,
  .tile:hover .over {
    opacity: 1;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out; }
    .tile_hover .over .text,
    .tile:hover .over .text {
      bottom: 20px;
      left: 20px;
      -webkit-transition: all .2s ease-out;
      transition: all .2s ease-out; } }
.tile.open {
  text-align: center; }
  .tile.open .over {
    display: none; }

body {
  background-color: #fafafa; }

body:before {
  content: '';
  display: block;
  height: 110px; }
  @media screen and (min-width: 960px) {
    body:before {
      height: 132px; } }
  @media screen and (min-width: 1920px) {
    body:before {
      height: 145px; } }

.secondary_content {
  background-color: #fafafa;
  height: auto;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 1000;
  top: 65px; }
  .secondary_content .header {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #b4b4b4;
    background-color: #59595e; }
    .secondary_content .header h2 {
      margin-top: 0;
      margin-bottom: 0;
      color: #fff;
      text-transform: uppercase;
      margin-left: auto;
      margin-right: auto;
      padding-left: 15px; }
  .secondary_content .page {
    padding: 12px 15px 22px; }
    .secondary_content .page p {
      margin-bottom: 8px;
      margin-left: auto;
      margin-right: auto; }
  .secondary_content .close {
    display: block;
    float: right;
    position: relative;
    right: 6px;
    top: -17px; }
  .secondary_content .close:hover:before, .secondary_content .icon-close:hover:before, .secondary_content .close:hover:before {
    color: #5A5A5F; }
  .secondary_content .accordion ul {
    width: 100%;
    padding: 0;
    margin: 0; }
    .secondary_content .accordion ul li {
      width: 100%;
      cursor: pointer;
      background-color: #fafafa; }
      .secondary_content .accordion ul li p {
        padding: 0 15px; }
      .secondary_content .accordion ul li h4 {
        padding: 12px 15px;
        color: #828287;
        margin: 0; }
      .secondary_content .accordion ul li h4:after {
        content: "+";
        display: block;
        float: right;
        position: relative;
        top: -0; }
    .secondary_content .accordion ul li:after {
      content: "";
      display: block;
      width: 100%;
      background: url("images/filter-bottom.svg") no-repeat center center transparent;
      height: 1px; }
    .secondary_content .accordion ul .text {
      position: relative;
      overflow: hidden;
      height: 0;
      padding: 0;
      -webkit-transition: all .2s ease-out;
      transition: all .2s ease-out; }
    .secondary_content .accordion ul li:hover h4 {
      color: #5A5A5F; }
    .secondary_content .accordion ul li.open h4 {
      color: #5A5A5F; }
    .secondary_content .accordion ul li.open h4:after {
      content: "-"; }
    .secondary_content .accordion ul li.open .text {
      height: auto;
      padding-top: 20px;
      padding-bottom: 25px;
      -webkit-transition: all .2s ease-out;
      transition: all .2s ease-out; }
  @media (min-width: 768px) {
    .secondary_content .accordion {
      padding-bottom: 47px; }
      .secondary_content .accordion .header {
        height: 0;
        padding: 0;
        margin: 0; }
        .secondary_content .accordion .header h2 {
          display: none; }
    .secondary_content .close {
      bottom: 15px;
      position: absolute;
      top: auto;
      width: 100%;
      right: 0; }
    .secondary_content .header {
      border: 0; }
      .secondary_content .header h2 {
        text-transform: none;
        width: 498px;
        margin-left: 96px;
        padding-left: 0; }
    .secondary_content .page {
      padding: 15px 0 50px 0; }
      .secondary_content .page p {
        width: 498px;
        margin-left: 96px; } }
  @media (min-width: 960px) {
    .secondary_content {
      top: 90px; }
      .secondary_content .accordion .content {
        width: 646px; }
      .secondary_content .accordion ul li p {
        padding: 0 1px; }
      .secondary_content .accordion ul li h4 {
        padding: 12px 0px; }
      .secondary_content .header h2 {
        width: 685px;
        margin-left: 148px; }
      .secondary_content .page {
        padding-bottom: 60px; }
        .secondary_content .page p {
          width: 685px;
          margin-left: 148px; }
      .secondary_content .left_col {
        float: left;
        width: 49%;
        padding-right: 1%; }
      .secondary_content .right_col {
        float: left;
        width: 49%;
        padding-left: 1%; } }
  @media (min-width: 1024px) {
    .secondary_content .accordion .content {
      width: 711px; }
    .secondary_content .header h2 {
      width: 630px; }
    .secondary_content .page p {
      width: 720px; } }
  @media (min-width: 1366px) {
    .secondary_content .accordion .content {
      width: 904px; } }
  @media (min-width: 1920px) {
    .secondary_content {
      top: 90px;
      padding-top: 20px; }
      .secondary_content .accordion .content {
        width: 1293px; }
      .secondary_content .accordion ul li p {
        padding: 0 1px; }
      .secondary_content .accordion ul li h4 {
        padding: 12px 1px; }
      .secondary_content .accordion ul li:after {
        background-size: 84%; }
      .secondary_content .header h2 {
        margin-left: 200px; }
      .secondary_content .page p {
        width: 720px;
        margin-left: 200px; } }

/* portfolio show */
.tiles_container .tile {
  display: none;
  opacity: 0; }

.tiles_container .tile.show {
  display: block; }

.tiles.active .tiles_container .tile.show {
  opacity: 0.35 !important; }

.tiles.active .tiles_container .tile.show.open {
  opacity: 1 !important; }

/* hide portfolio when addin is visible */
#page_content {
  opacity: 1;
  height: auto;
  -webkit-transition: opacity 650ms ease;
  transition: opacity 650ms ease; }

#page_content.invisible {
  opacity: 0;
  height: 420px;
  overflow: hidden; }

.close, .close:active, .close:visited {
  float: right;
  background: none;
  border: 0;
  padding-right: 0;
  margin-right: -5px; }

@media screen and (min-width: 768px) {
  .close, .close:active, .close:visited {
    margin-right: -15px; } }
@media screen and (min-width: 1024px) {
  .close, .close:active, .close:visited {
    margin-right: 15px;
    padding-right: 6px; } }
button:focus {
  outline: none; }

.drawer {
  clear: left;
  background-color: #FFF;
  padding-top: 1.92307692%;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: max-height 650ms ease-out;
  transition: max-height 650ms ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  width: 100%;
  padding-left: 1.25%;
  padding-right: 1.25%;
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  margin-bottom: 4px;
  top: 4px;
  padding-bottom: 7px; }
  .drawer .ajax {
    position: relative;
    opacity: 0;
    display: block; }
  .drawer .slideshow {
    width: 100%;
    position: relative;
    overflow:hidden;
   }
   .thoughts .drawer .slideshow{
     overflow:visible;
   }
    .drawer .slideshow .images {
      width: 100%;
      position: relative; }
    .drawer .slideshow .slide {
      width: 100%;
      float: left;
      margin-bottom: 20px;
      /* this needs to be done in javascript with slideshow script */ }
      .drawer .slideshow .slide img {
        width: 100%; }
    .drawer .slideshow .slide_left, .drawer .slideshow .slide_right {
      position: absolute;
      top: 0;
      width: 45px;
      height: 100%;
      z-index: 100000;
      text-align: center;
      cursor: pointer; }
    .drawer .slideshow .slide_left:before,
    .drawer .slideshow .slide_right:before {
      display: block;
      top: calc(50% - 5px);
      position: relative;
      /*left: 4px;*/
      background: rgba(255, 255, 255, 0.9);
      width: 16px;
      height: 16px;
      border-radius: 16px;
      padding: 8px;
      box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.24);
      -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.24);
      -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.24);
    }
    .drawer .slideshow .slide_left {
      left: 0; }
    .drawer .slideshow .slide_left:before {
      left: 12px; }
    .drawer .slideshow .slide_right {
      right: 0; }
    .drawer .slideshow .slide_right:before {
      left: 0; }
    .drawer .slideshow .slide:first-child img {
      display: block; }
    .drawer .slideshow nav {
      position: absolute;
      bottom: 5px;
      width: 100%;
      text-align: center; }
      .drawer .slideshow nav button {
        background: none;
        border: 0;
        padding: 0;
        margin: 0; }
      .drawer .slideshow nav ul {
        padding: 0;
        margin: 0; }
        .drawer .slideshow nav ul li {
          display: -moz-inline-stack;
          display: inline-block;
          zoom: 1;
          *display: inline;
          margin-right: 5px; }
        .drawer .slideshow nav ul li:last-child {
          margin: 0; }
  .drawer .description {
    padding: 11px;
    padding-top: 14px;
    width: 100%;
    padding-bottom: 25px; }
  .drawer .description p {
    font-size: 0.875em;
  }
  @media (max-width: 768px) {
       .thoughts .drawer .slideshow{
         overflow:hidden;
       } }
  @media (min-width: 768px) {
    .drawer {
      width: 201%;
      padding-left: 0;
      padding-right: 0;
      padding-top: 8px;
      margin-bottom: 8px;
      top: 6px; }
      .drawer .slideshow nav ul li {
        margin-right: 10px; }
      .drawer .description {
        padding: 25px;
        padding-top: 26px;
        padding-bottom: 34px; } }
  @media (min-width: 960px) {
    .drawer .slideshow {
      /*width: 626px;*/
      width: calc(66.66% - 6px);
      float: left;
      margin-right: 6px; }
    .drawer .description {
      /*width: 310px;*/
      width: 33.33%;
      float: left;
      padding: 14px;
      padding-top: 16px; }
    .drawer .description p {
      font-size: 1em; } }
  @media (min-width: 1024px) {
    .drawer {
      padding-top: 9px;
      margin-bottom: 9px;
      top: 8px; }
      .drawer .slideshow {
        /*width: 667px;*/
        width: calc(66.66% - 14px);
        margin-right: 7px; }
      .drawer .description {
        /*width: 330px;*/
        padding: 12px;
        padding-top: 6px;
        position: relative; }
      .drawer .close {
        font-size: 1.4rem;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        text-align: center; } }
  @media (min-width: 1366px) {
    .drawer {
      top: 9px; }
      .drawer .slideshow {
        /*width: 799px;*/ }
      .drawer .description {
        /*width: 396px;*/
        padding: 15px;
        padding-top: 8px; } }
  @media (min-width: 1920px) {
    .drawer {
      padding-top: 20px;
      margin-bottom: 20px;
      top: 13px; }
      .drawer .slideshow {
        /*width: 1124px;*/
        width: calc(66.66% - 15px);
        margin-right: 8px; }
      .drawer .description {
        /*width: 558px;*/
        padding: 22px;
        padding-top: 30px; } }

@media (min-width: 1024px) {
  .drawer:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 1px;
    position: relative;
    top: -11px;
    width: 100%; } }
.drawer.open {
  width: 100%;
  max-height: 1000px;
  opacity: 1;
  left: 0;
  -webkit-transition: max-height 650ms ease-out;
  transition: max-height 650ms ease-out;
  -webkit-transform: translate3d(0, 0, 0); }
  .drawer.open .row {
    padding-bottom:20px;
    overflow:hidden;
  }
  @media (min-width: 960px) {
    .drawer.open {
      width: 200%;
      left: -50%; } }

.drawer_open .drawer {
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 1;
  height: auto; }
  .drawer_open .drawer .ajax {
    opacity: 1; }
.drawer_open .close {
  display: none; }
.drawer_open .top .filters ul {
  display: none; }

/* drawer slideshow augmentations */
@media screen and (min-width: 1024px) {
  .row .col.slideshow {
    margin-left: 7px; } }
.slideshow .images {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  -webkit-transition: -webkit-transform 450ms ease-in-out;
  transition: -webkit-transform 450ms ease-in-out;
  transition: transform 450ms ease-in-out;
  transition: transform 450ms ease-in-out, -webkit-transform 450ms ease-in-out; }

.slideshow .images:after {
  content: '';
  clear: both;
  float: none;
  display: table; }

.slideshow .images .slide {
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  height: 100%; }

.slideshow[data-transition="Fade"] .images .slide {
  opacity: 0;
  z-index:0;
  -webkit-transition: opacity 800ms ease;
  transition: opacity 800ms ease; }

.slideshow[data-transition="Slide"] .images .slide {
  opacity: 0;
  z-index:0;
  -webkit-transition: opacity 800ms ease;
  transition: opacity 800ms ease; }

.slideshow[data-transition="Fade"] .images .slide.show {
  opacity: 1; z-index:1;}

.slideshow[data-transition="Slide"] .images .slide:nth-child(1) {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%); }

.slideshow[data-transition="Slide"][data-slide="1"] .images {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%); }

.slideshow[data-transition="Fade"][data-slide="1"] .images .slide:nth-child(1),
.slideshow[data-transition="Slide"][data-slide="1"] .images .slide:nth-child(1) {
  opacity: 1; z-index:1;}

.slideshow[data-transition="Slide"] .images .slide:nth-child(2) {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.slideshow[data-transition="Slide"][data-slide="2"] .images {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

.slideshow[data-transition="Fade"][data-slide="2"] .images .slide:nth-child(2),
.slideshow[data-transition="Slide"][data-slide="2"] .images .slide:nth-child(2) {
  opacity: 1; z-index:1; }

.slideshow[data-transition="Slide"] .images .slide:nth-child(3) {
  -webkit-transform: translateX(200%);
      -ms-transform: translateX(200%);
          transform: translateX(200%); }

.slideshow[data-transition="Slide"][data-slide="3"] .images {
  -webkit-transform: translateX(-200%);
      -ms-transform: translateX(-200%);
          transform: translateX(-200%); }

.slideshow[data-transition="Fade"][data-slide="3"] .images .slide:nth-child(3),
.slideshow[data-transition="Slide"][data-slide="3"] .images .slide:nth-child(3) {
  opacity: 1; z-index:1; }

.slideshow[data-transition="Slide"] .images .slide:nth-child(4) {
  -webkit-transform: translateX(300%);
      -ms-transform: translateX(300%);
          transform: translateX(300%); }

.slideshow[data-transition="Slide"][data-slide="4"] .images {
  -webkit-transform: translateX(-300%);
      -ms-transform: translateX(-300%);
          transform: translateX(-300%); }

.slideshow[data-transition="Fade"][data-slide="4"] .images .slide:nth-child(4),
.slideshow[data-transition="Slide"][data-slide="4"] .images .slide:nth-child(4) {
  opacity: 1; z-index:1; }

.slideshow[data-transition="Slide"] .images .slide:nth-child(5) {
  -webkit-transform: translateX(400%);
      -ms-transform: translateX(400%);
          transform: translateX(400%); }

.slideshow[data-transition="Slide"][data-slide="5"] .images {
  -webkit-transform: translateX(-400%);
      -ms-transform: translateX(-400%);
          transform: translateX(-400%); }

.slideshow[data-transition="Fade"][data-slide="5"] .images .slide:nth-child(5),
.slideshow[data-transition="Slide"][data-slide="5"] .images .slide:nth-child(5) {
  opacity: 1; z-index:1; }

.slideshow[data-transition="Slide"] .images .slide:nth-child(6) {
  -webkit-transform: translateX(500%);
      -ms-transform: translateX(500%);
          transform: translateX(500%); }

.slideshow[data-transition="Slide"][data-slide="6"] .images {
  -webkit-transform: translateX(-500%);
      -ms-transform: translateX(-500%);
          transform: translateX(-500%); }

.slideshow[data-transition="Fade"][data-slide="6"] .images .slide:nth-child(6),
.slideshow[data-transition="Slide"][data-slide="6"] .images .slide:nth-child(6) {
  opacity: 1; z-index:1;}

.slideshow[data-transition="Slide"] .images .slide:nth-child(7) {
  -webkit-transform: translateX(600%);
      -ms-transform: translateX(600%);
          transform: translateX(600%); }

.slideshow[data-transition="Slide"][data-slide="7"] .images {
  -webkit-transform: translateX(-600%);
      -ms-transform: translateX(-600%);
          transform: translateX(-600%); }

.slideshow[data-transition="Fade"][data-slide="7"] .images .slide:nth-child(7),
.slideshow[data-transition="Slide"][data-slide="7"] .images .slide:nth-child(7) {
  opacity: 1; z-index:1;}

.slideshow[data-transition="Slide"] .images .slide:nth-child(8) {
  -webkit-transform: translateX(700%);
      -ms-transform: translateX(700%);
          transform: translateX(700%); }

.slideshow[data-transition="Slide"][data-slide="8"] .images {
  -webkit-transform: translateX(-700%);
      -ms-transform: translateX(-700%);
          transform: translateX(-700%); }

.slideshow[data-transition="Fade"][data-slide="8"] .images .slide:nth-child(8),
.slideshow[data-transition="Slide"][data-slide="8"] .images .slide:nth-child(8) {
  opacity: 1;z-index:1; }

.slideshow[data-transition="Slide"] .images .slide:nth-child(9) {
  -webkit-transform: translateX(800%);
      -ms-transform: translateX(800%);
          transform: translateX(800%); }

.slideshow[data-transition="Slide"][data-slide="9"] .images {
  -webkit-transform: translateX(-800%);
      -ms-transform: translateX(-800%);
          transform: translateX(-800%); }

.slideshow[data-transition="Fade"][data-slide="9"] .images .slide:nth-child(9),
.slideshow[data-transition="Slide"][data-slide="9"] .images .slide:nth-child(9) {
  opacity: 1; z-index:1;}

.slideshow[data-transition="Slide"] .images .slide:nth-child(10) {
  -webkit-transform: translateX(900%);
      -ms-transform: translateX(900%);
          transform: translateX(900%); }

.slideshow[data-transition="Slide"][data-slide="10"] .images {
  -webkit-transform: translateX(-900%);
      -ms-transform: translateX(-900%);
          transform: translateX(-900%); }

.slideshow[data-transition="Fade"][data-slide="10"] .images .slide:nth-child(10),
.slideshow[data-transition="Slide"][data-slide="10"] .images .slide:nth-child(10) {
  opacity: 1; z-index:1; }

.slideshow[data-transition="Slide"] .images .slide:nth-child(11) {
  -webkit-transform: translateX(1000%);
      -ms-transform: translateX(1000%);
          transform: translateX(1000%); }

.slideshow[data-transition="Slide"][data-slide="11"] .images {
  -webkit-transform: translateX(-1000%);
      -ms-transform: translateX(-1000%);
          transform: translateX(-1000%); }

.slideshow[data-transition="Fade"][data-slide="11"] .images .slide:nth-child(11),
.slideshow[data-transition="Slide"][data-slide="11"] .images .slide:nth-child(11) {
  opacity: 1; z-index:1;}
  
.slideshow .images .slide .iframe-wrapper {
  width:100%;
  height:100%; }

/* drawer loader */
.drawer .loading {
  position: relative;
  height: 375px; }
.drawer .loading img {
  width: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px; }

#site_loader.open {
  width: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: #51bdef;
  z-index: 101;
  opacity: 1;
  visibility: visible; }
  #site_loader.open img {
    margin: auto;
    display: block;
    position: absolute;
    margin-top: -50px;
    top: 40%;
    left: 25%;
    width: 50%;
    -webkit-transition: -webkit-transform 350ms ease,-webkit-animation 350ms ease;
    transition: -webkit-transform 350ms ease,-webkit-animation 350ms ease;
    transition: transform 350ms ease,animation 350ms ease;
    transition: transform 350ms ease,animation 350ms ease,-webkit-transform 350ms ease,-webkit-animation 350ms ease; }
  #site_loader.open p {
    color: #ffffff;
    margin: 92px auto auto;
    position: relative;
    text-transform: uppercase;
    top: 40%;
    width: 200px;
    -webkit-animation: none;
            animation: none; }

#site_loader {
  opacity: 0;
  visibility: hidden;
  z-index: -1; }

  #site_loader p {
    -webkit-animation: fadeout 1000ms 1000ms forwards ease;
            animation: fadeout 1000ms 1000ms forwards ease; }

@media screen and (min-width: 960px) {
  #site_loader.open img {
    left: 40%;
    width: 20%;
  }
}

#page_loader {
  width: 100%;
  text-align: center;
  position: fixed;
  height: 100%;
  background-color: #fafafa;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: -2;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease; }
  #page_loader img {
    margin: auto;
    display: block;
    position: absolute;
    margin-top: -32px;
    top: 50%;
    left: 50%;
    width: 64px;
    margin-left: -32px; }
  /*#page_loader img:nth-of-type(1) {
    -webkit-animation: spin-anticlockwise 5s infinite linear;
            animation: spin-anticlockwise 5s infinite linear; }
  #page_loader img:nth-of-type(2) {
    -webkit-animation: spin-clockwise 10s infinite linear;
            animation: spin-clockwise 10s infinite linear; }*/

#page_loader.open {
  opacity: 1;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  z-index: 94; }

/* loader */
#addin_loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fafafa;
  opacity: 0;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  z-index: -2; }

#addin_loader.open {
  opacity: 1;
  z-index: 90;
  min-height: 480px; }

#addin_loader .relative-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  /* bring your own prefixes */
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  #addin_loader .relative-container img {
    position: absolute;
    height: 64px; }
  /*#addin_loader .relative-container img:nth-of-type(1) {
    -webkit-animation: spin-anticlockwise 5s infinite linear;
            animation: spin-anticlockwise 5s infinite linear; }
  #addin_loader .relative-container img:nth-of-type(2) {
    -webkit-animation: spin-clockwise 10s infinite linear;
            animation: spin-clockwise 10s infinite linear; }*/

/* inner drawer */
/*.drawer .loading img:nth-of-type(1) {
  -webkit-animation: spin-anticlockwise 5s infinite linear;
          animation: spin-anticlockwise 5s infinite linear; }
.drawer .loading img:nth-of-type(2) {
  -webkit-animation: spin-clockwise 10s infinite linear;
          animation: spin-clockwise 10s infinite linear; }*/

/* keyframe animations for preloaders */
@-webkit-keyframes spin-clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes spin-clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@-webkit-keyframes spin-anticlockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }
@keyframes spin-anticlockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }
@-webkit-keyframes scaledown {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; } }
@keyframes scaledown {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; } }
@-webkit-keyframes scaleup {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }
@keyframes scaleup {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.contact {
  padding: 12px 15px; }
  .contact h4 {
    margin-bottom: 8px; }
  .contact .map {
    height: 185px;
    max-width: 100%;
    background-color: #ccc; }
    @media (min-width: 768px) {
      .contact .map {
        height: 440px; } }
  .contact .address a {
    color: #5A5A5F; }
  @media (min-width: 960px) {
    .contact .map {
      float: left;
      width: 65%;
      height: 389px; }
    .contact + ul .text .left_col {
      width: 65% !important; }
    .contact h4 {
      margin-top: 0;
      margin-bottom: 16px; }
    .contact .address {
      float: left;
      padding-left: 30px;
      width: 35%; } }
  @media (min-width: 1024px) {
    .contact .map {
      height: 413px; } }
  @media (min-width: 1366px) {
    .contact .map {
      height: 420px; } }

/* map 16:9 */
@media (min-width: 320px) {
  .contact .map {
    height: 163.125px; } }
@media (min-width: 375px) {
  .contact .map {
    height: 194.0625px; } }
@media (min-width: 414px) {
  .contact .map {
    height: 216px; } }
@media (min-width: 425px) {
  .contact .map {
    height: 222.1875px; } }
@media (min-width: 768px) {
  .contact .map {
    height: 413.4375px; } }
@media (min-width: 1024px) {
  .contact .map {
    height: 367.081875px; } }
@media (min-width: 1366px) {
  .contact .map {
    height: 439.48125px; } }
@media (min-width: 1920px) {
  .contact .map {
    height: 617.90625px; } }
/*
  _______________________________________________________

  Filters
  _______________________________________________________

*/
.filters {
  height: 38px;
  width: 100%;
  background-color: #5a5a5f;
  padding-left: 13px;
  opacity: 1;
  position: relative;
  padding-top: 3px;
  overflow: hidden; }
  .filters .content {
    position: relative; }
  .filters ul {
    padding: 6px 0 0;
    margin: 0;
    width: 800px; }
    .filters ul li {
      float: left;
      position: relative;
      padding-right: 12px;
      padding-left: 12px;
      color: #FFF; }
      .filters ul li a, .filters ul li a:active, .filters ul li a:visited {
        color: #e1f5fe;
        text-decoration: none;
        margin: 0; }
      .filters ul li a:hover {
        color: #FFF; }
    .filters ul li:after {
      content: "|";
      position: absolute;
      display: block;
      color: #e1f5fe;
      top: 0;
      right: -3px; }
    .filters ul li:first-child {
      padding-left: 0; }
    .filters ul li:last-child:after {
      display: none; }
    .filters ul li.active a, .filters ul li.active a:active, .filters ul li.active a:visited {
      color: #FFF; }
  .filters .loading {
    position: absolute;
    text-align: center;
    width: 100px;
    left: 50%;
    margin-left: -20px;
    top: 11px;
    opacity: 0;
    visibility: hidden; }
    .filters .loading img {
      display: block; }
    @media (min-width: 768px) {
      .filters .loading {
        top: 11px; } }
    @media (min-width: 1920px) {
      .filters .loading {
        top: 16px; } }

@media (min-width: 960px) {
  .filters {
    height: 34px;
    padding-left: 19px; }
    .filters ul {
      padding: 4px 0 0;
      margin: 0; } }
@media (min-width: 1366px) {
  .filters {
    padding-left: 23px; }
    .filters ul {
      width: auto; } }
@media (min-width: 1920px) {
  .filters {
    height: 48px;
    padding-top: 5px;
    padding-left: 30px; }
    .filters ul li {
      padding-right: 14px; } }
/* Mobile Menu Filter dropdown styling */
header + nav {
  position: fixed;
  top: 65px;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 99; }

header + nav .filters {
  height: auto;
  overflow: initial;
  padding: 0; }

header + nav .filters ul {
  display: block;
  padding: 0;
  margin: 0; }

header + nav .filters ul li {
  float: none;
  border-bottom: 1px solid #81cdf2;
  padding: 0; }

header + nav .filters ul li a {
  display: block;
  padding: 1em;
  line-height: 1;
  cursor: pointer; }

header + nav .filters ul li a i.icon-arrow-down {
  display: inline-block;
  height: 5px;
  width: 9px;
  top: -2px;
  position: relative; }

header + nav .filters ul li a i.icon-arrow-down:before {
  color: #fff;
  position: absolute;
  top: 1px; }

/* interaction */
header + nav .filters ul {
  max-height: 42px;
  overflow: hidden;
  -webkit-transition: max-height 600ms cubic-bezier(0.4, 0, 0.1, 1);
  transition: max-height 600ms cubic-bezier(0.4, 0, 0.1, 1); }

header + nav .filters ul.open {
  max-height: 800px; }

@media screen and (min-width: 768px) {
  header + nav .filters {
    height: auto;
    overflow: initial;
    padding: 0; }

  header + nav .filters ul {
    width: 750px;
    margin-left: auto;
    margin-right: auto; }

  header + nav .filters ul li:first-child,
  header + nav .filters ul li:first-child:after {
    display: none; }

  header + nav .filters ul li {
    float: left;
    border-bottom: none; }

  header + nav .filters ul li:after {
    top: 11px; }

  header + nav .filters ul li a {
    padding: 14px; } }
@media screen and (min-width: 960px) {
  header + nav {
    top: 89px; }

  header + nav .filters ul {
    width: 942px; } }
@media (min-width: 1024px) {
  header + nav .filters ul {
    width: 1004px; } }
@media (min-width: 1280px) {
  header + nav .filters ul {
    width: 1202px; } }
@media (min-width: 1366px) {
  header + nav .filters ul {
    width: 1302px; } }
@media screen and (min-width: 1920px) {
  header + nav {
    top: 89px; }

  header + nav .filters ul {
    width: 1690px;
    max-height: 60px; } }
/*
  _______________________________________________________

  Blog Styling
  _______________________________________________________

*/
/* ======================================== Blog Landing/Overview Page */
.content .grid_content:before,
.content .grid_content:after {
  content: '';
  clear: both;
  display: table; }

.content .grid_content {
  margin-top: 0.25em; }

.content .grid_content .post {
  color: #5a5a5f;
  width: 100%;
  padding: 0.5em;
  position: relative;
  display: block;
  line-height: 1;
  float: left;
  margin-bottom: 1.75em;
  outline-width: 0;
  opacity: 1; }

.content .grid_content .post a {
    color: #5a5a5f; }

.content .grid_content .post.fade {
  opacity: 0.5; }

.content .grid_content .post h3 {
  min-height: 3.45em;
  margin-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #b4b4b4; }

.content .grid_content .post .image-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  padding: 56.25% 1em 0 1em; }

.content .grid_content .post .image-container img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.content .grid_content .post .entry {
  padding-bottom: 0.15em;
  margin-bottom: 1em;
  border-bottom: 1px solid #b4b4b4;
  min-height: 96px; }

.content .grid_content .post .entry p.short {
  font-size: 0.875em; }

.thoughts .content .col.description a {
  color: #263238;
  text-decoration: underline; }

.content .grid_content .post .postmeta {
  display: table;
  width: 100%; }

.content .grid_content .post .postmeta .date,
.content .grid_content .post .postmeta .socialshare {
  display: table-cell;
  vertical-align: top; }

.content .grid_content .post .postmeta .date {
  text-align: left;
  width: 40%; }

.content .grid_content .post .postmeta .socialshare {
  text-align: right;
  width: 60%;
  vertical-align: middle;
  position: relative;
  top: -5px; }

.content .grid_content .description .socialshare {
  padding: 1em 0; }

.content .grid_content .post .postmeta .socialshare button,
.content .grid_content .description .socialshare button,
.content .grid_content .post .postmeta .socialshare div.button,
.content .grid_content .description .socialshare div.button,
.content .grid_content .post .postmeta .socialshare a.button,
.content .grid_content .description .socialshare a.button {
  cursor: pointer;
  display: inline-block;
  border-width: 0;
  background-color: transparent;
  color: #a0a0a0;
  padding: 0 0.25em;
  margin: 0;
  text-decoration: none;
  -webkit-transition: color 650ms ease;
  transition: color 650ms ease; }

.content .grid_content .post .postmeta .socialshare button:hover,
.content .grid_content .description .socialshare button:hover,
.content .grid_content .post .postmeta .socialshare div.button:hover,
.content .grid_content .description .socialshare div.button:hover,
.content .grid_content .post .postmeta .socialshare a.button:hover,
.content .grid_content .description .socialshare a.button:hover {
  color: #039be5; }

.content .grid_content .post .postmeta .socialshare button i,
.content .grid_content .description .socialshare button i,
.content .grid_content .post .postmeta .socialshare div.button i,
.content .grid_content .description .socialshare div.button i,
.content .grid_content .post .postmeta .socialshare a.button i,
.content .grid_content .description .socialshare a.button i {
  font-size: 1.2em; }

/* thoughts drawer container */
.thoughts .drawer .row .col:first-child {
  margin-left: 0; }

@media screen and (min-width: 768px) {
  .content .grid_content .post .postmeta .socialshare {
    top: -3px; }

  .content .grid_content .post {
    width: 50%; }

  .content .grid_content .post .title {
    min-height: 58px; } }

@media screen and (min-width: 960px) {
  .content .grid_content .post .entry p.short {
    font-size: 1em; }
}
@media screen and (min-width: 1024px) {
  .content .grid_content .post {
    width: 33%; } }
/*
  _______________________________________________________

  Search Styling
  _______________________________________________________

*/
.search-result {
  margin-bottom: 44px; }

.search-results-list .search-result h3,
.search-results-list .search-result h3 a {
  color: #282828;
  margin-bottom: 0;
  letter-spacing: -0.25px; }

.search-results-list .search-result hr {
  border-color: #b4b4b4;
  border-style: solid;
  border-width: 1px 0 0 0;
  margin-top: 12px;
  margin-bottom: 20px; }

#addin {
  position: absolute;
  top: 106px;
  left: 0;
  right: 0;
  bottom: auto;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 600ms cubic-bezier(1, 0, 0.2, 1.1);
  transition: -webkit-transform 600ms cubic-bezier(1, 0, 0.2, 1.1);
  transition: transform 600ms cubic-bezier(1, 0, 0.2, 1.1);
  transition: transform 600ms cubic-bezier(1, 0, 0.2, 1.1), -webkit-transform 600ms cubic-bezier(1, 0, 0.2, 1.1);
  z-index: 95;
  background-color: #fff;
  opacity: 1;
  margin-bottom: 44px; }

#addin:after {
  content: '';
  display: block;
  height: 120px;
  background-color: #fafafa; }

#addin.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 600ms cubic-bezier(1, 0, 0.2, 1.1);
  transition: -webkit-transform 600ms cubic-bezier(1, 0, 0.2, 1.1);
  transition: transform 600ms cubic-bezier(1, 0, 0.2, 1.1);
  transition: transform 600ms cubic-bezier(1, 0, 0.2, 1.1), -webkit-transform 600ms cubic-bezier(1, 0, 0.2, 1.1); }

#addin .addin_wrapper {
  position: relative;
  border-bottom: 1px solid #b4b4b4; }

/* tablet */
@media screen and (min-width: 768px) {
  #addin {
    top: 104px; } }
/* desktop */
@media screen and (min-width: 960px) {
  #addin {
    top: 132px; } }
/* 2K */
@media screen and (min-width: 1920px) {
  #addin {
    top: 140px; } }
#addin.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  z-index: 95; }

/* generic addin styling */
#addin .content:after {
  content: '';
  clear: both;
  float: none;
  display: table; }

#addin .content .left_col,
#addin .content .right_col {
  float: left;
  width: 50%;
  position: relative; }

#addin .content .right_col {
  padding-left: 3em;
  box-sizing: border-box; }

@media screen and (max-width: 960px) {
  #addin .content .left_col,
  #addin .content .right_col {
    width: 100%;
    float: none;
    clear: left; } }
#addin .accordion ul {
  margin-bottom: 0;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  box-sizing: border-box; }

#addin .accordion > ul {
  border-top: 1px solid #b4b4b4; }

#addin .accordion .text {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 600ms ease;
  transition: max-height 600ms ease;
  padding-bottom: 0; }

#addin .accordion h4 {
  position: relative; }

#addin .accordion ul li .content > h4 {
  cursor: pointer; }

#addin .accordion ul li .content > h4:after {
  content: "+";
  display: block;
  right: 0;
  position: absolute;
  top: -3px; }

#addin .accordion .open .text {
  max-height: 2000px;
  padding-bottom: 3em; }

#addin .accordion ul li.open .content > h4:after {
  content: "-"; }

/* whyus */
.flex_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  box-sizing: border-box; }

.flex_container .flex_col {
  width: 100%;
  padding: 1em 1em 0 1em;
  box-sizing: border-box;
  -webkit-transition: height 1000ms ease;
  transition: height 1000ms ease; }

.flex_container .flex_col > div {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease; }

.flex_container .flex_col > div.show {
  opacity: 1;
  max-height: 450px; }

.display-mobile {
  display: block; }

.display-desktop {
  display: none; }

.flex_container .section-header,
.flex_container .accordion-header {
  width: 100%;
  box-sizing: border-box; }

/* accordion styling */
.accordion-header {
  cursor: pointer;
  position: relative; }

.accordion-header ~ .flex_col {
  max-height: 0;
  padding: 0 1em;
  -webkit-transition: max-height 1200ms ease -600ms, padding 600ms ease;
  transition: max-height 1200ms ease -600ms, padding 600ms ease;
  overflow: hidden; }

.open .accordion-header ~ .flex_col {
  max-height: 10000px;
  -webkit-transition: max-height 1200ms ease, padding 600ms ease;
  transition: max-height 1200ms ease, padding 600ms ease;
  padding: 0 1em 1em 1em; }

.section-header h4,
.accordion-header h4 {
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #263238; }

.open .section-header h4,
.open .accordion-header h4 {
  font-size: 1.8em;
  color: #263238;
  margin: 1em 0 0.5em; }

.accordion-header h4:after {
  content: "+";
  display: block;
  right: 1em;
  position: absolute;
  top: 0;
  font-size: 1.14285714286em; }

.open .accordion-header h4:after {
  content: ""; }


/* approach row */
.approach {
  border-bottom: 1px solid #b4b4b4; }

@media screen and (min-width: 320px) {
  .whyus .mind {
    position: relative;
    width: 150%;
    left: -25%;
    height:300px;
  }

  .whyus .atom {
    height: 256px; } }

@media screen and (min-width: 768px) {
  .whyus .mind {
    position: relative;
    width: 100%;
    left: 0%;
    height: 357px; } }

/* process items */
.process-objective,
.process-audience,
.process-content {
  opacity: 0;
  -webkit-transition: opacity 650ms ease;
  transition: opacity 650ms ease; }

.process-objective.show,
.process-audience.show,
.process-content.show {
  opacity: 1;
  padding: 1em 0; }

.process-objective figure,
.process-audience figure,
.process-content figure,
.process-objective figcaption,
.process-audience figcaption,
.process-content figcaption {
  display: inline-block;
  vertical-align: middle;
  width: 100%; }

.process-objective figcaption h4,
.process-audience figcaption h4,
.process-content figcaption h4 {
  margin-bottom: 0.5em;
  margin-top: 0.5em; }

.process-objective figure,
.process-audience figure,
.process-content figure {
  width: 80px;
  margin-right: 2em;
  display: none; }

.approach-segment h2,
.process-objective figcaption h2,
.process-audience figcaption h2,
.process-content figcaption h2 {
  font-weight: 600;
}

.process-objective figcaption h2,
.process-audience figcaption h2,
.process-content figcaption h2,
.process-objective figcaption p,
.process-audience figcaption p,
.process-content figcaption p {
  margin-top: 0; }

@media (min-width: 768px) {
  .process .flex_container {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse; }

  .process .flex_container .flex_col {
    width: 50%;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: start; }

  .process-objective figure,
  .process-audience figure,
  .process-content figure,
  .process-objective figcaption,
  .process-audience figcaption,
  .process-content figcaption {
    width: 69%; }

  .process-objective figure,
  .process-audience figure,
  .process-content figure {
    width: 24%;
    margin-right: 5%;
    display: inline-block; }

  .process-objective figcaption h2,
  .process-audience figcaption h2,
  .process-content figcaption h2 {
    margin-bottom: 0.5em; }

  .process-objective figcaption p,
  .process-audience figcaption p,
  .process-content figcaption p {
    margin-bottom: 0.5em; }

  .whyus .atom {
    height: 356px; } }
@media (min-width: 960px) {
  .display-mobile {
    display: none; }

  .display-desktop {
    display: block; }

  .process-objective figure,
  .process-audience figure,
  .process-content figure {
    display: inline-block; }

  .whyus .mind {
    position: relative;
    width: 96%;
    left: 0; }

  .approach .flex_container .flex_col:nth-child(2) {
    width: 32%; }

  .approach .flex_container .flex_col:nth-child(3) {
    width: 68%; }

  .process-objective figure,
  .process-audience figure,
  .process-content figure {
    max-width: 83px; } }
@media screen and (min-width: 1366px) {
  .whyus .mind {
    max-height: 412px;
    min-height: 300px;
  }

  .whyus .atom {
    height: 430px; } }
@media screen and (min-width: 1920px) {
  .whyus .mind,
  .whyus .atom {
    max-height: 535px;
    min-height: 350px;
  }

  .process .flex_container .flex_col:nth-child(2) {
    width: 60%; }

  .process .flex_container .flex_col:nth-child(3) {
    width: 40%; } }
/* capabilities */
@media (min-width: 320px) {
  .graph-major-groups,
  .graph-skillset-groups,
  .team-designation-bar,
  .capabilities-selectors.desktop,
  .desktop-team-view.desktop,
  .graph-minor-groups,
  .flow-graph,
  .graph-individual-groups,
  .team-heading {
    display: none; }

/*  .graph-minor-groups {
    height: 15px; }

  .graph-individual-groups {
    margin-top: -15px; }*/

  .capabilities .overview {
    margin-top: 0 !important; }

  .capabilities p {
    font-size: 1em;
    margin: 1em 0;
  }

  .capabilities-selectors,
  .desktop-team-view {
    margin-top: 0; }

  .capabilities-selectors.mobile,
  .desktop-team-view.mobile {
    display: block; }

  .capabilities .team div > h2 {
    display: inline;
  }
  .capabilities .team div > img {
    display: inline-block;
    top: 10px;
    position: relative;
    margin-right: 15px; } }
@media (min-width: 768px) {
  .capabilities-selectors.mobile,
  .desktop-team-view.mobile,
  .desktop-team-view.desktop {
    display: none; }

/*  .graph-minor-groups {
    height: 15px; }

  .graph-individual-groups {
    margin-top: -15px; }*/

  .capabilities .overview {
    margin-top: inherit; }

  .graph-major-groups,
  .graph-skillset-groups,
  .team-designation-bar,
  .capabilities-selectors.desktop,
  .team-heading {
    display: block; } }

@media (min-width: 768px) {
  .graph-major-groups,
  .graph-skillset-groups,
  .team-designation-bar,
  .capabilities-selectors.desktop,
  .graph-minor-groups,
  .flow-graph,
  .graph-individual-groups {
    display: block; }

  .capabilities .category-toggle,
  .capabilities-selectors.desktop {
    display: none !important; }

  .capabilities .capa div > h2,
  .capabilities .team div > h2 {
    margin-top: 0 !important; } }

@media (min-width: 960px) {
  .capabilities p {
    font-size: 1.25em; }
}
/* search panel */
.search-results-overview,
.search-results-list {
  padding: 0 1em; }

/* contact page */
.contact_map .flex_container div,
.contact_legal .flex_container div {
  width: 100%; }

.contact_map .flex_container div:nth-of-type(2) {
  position: relative; }

.contact_map .flex_container.open > div:nth-of-type(2) {
  margin-bottom: 1.75em; }

.contact_map .flex_container a {
  color: #5A5A5F; }

.contact_map {
  border-bottom: 1px solid #b4b4b4; }

/* contact map */
.flex_container .flex_col > div.map_container {
  height: auto;
  max-height: none;
  opacity: 1; }
.flex_container.open .accordion-header ~ .flex_col {
  overflow: visible; }
.flex_container.open .flex_col > div.map_container {
  margin-top: -2rem;
  margin-bottom: 1.5rem; }
.contact_map .map_container .map {
  height: 0;
  padding-top: 56.25%;
  position: relative; }

@media screen and (min-width: 320px) {
  .contact_map .flex_container div:nth-of-type(2) {
    padding: 0 1em; } }
@media screen and (min-width: 1024px) {
  .contact_map .flex_container div:nth-of-type(2) {
    width: 35%; }

  .contact_legal .flex_container div:nth-of-type(2) {
    width: 65%; }

  .contact_map .flex_container div:nth-of-type(2) {
    /*padding: 0;*/ }

  .contact_map .flex_container div:nth-of-type(3) {
    width: 65%;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start; }

    .contact_legal .flex_container div:nth-of-type(3) {
    width: 35%;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start; }

  .contact_map .flex_container.open div:nth-of-type(2) .map {
    left: 1em; } }
.multibar {
  position: relative;
  min-height: 43px;
  color: #e1f5fe;
  background-color: #039be5; }

.multibar > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }

#breadcrumbs, #search_input, #filters {
  background-color: #039be5;
  color: #e1f5fe;
  top: -44px;
  opacity: 0;
  border-bottom: 1px solid #81cdf2;
  -webkit-transition: top 600ms ease;
  transition: top 600ms ease; }

#breadcrumbs h3 {
  margin: 0;
  text-transform: capitalize;
  color: #fff; }

#breadcrumbs.show, #search_input.show, #filters.show {
  top: 0;
  opacity: 1; }

#search_input .content,
#breadcrumbs .content {
  position: relative;
  margin-left: auto;
  margin-right: auto; }

#breadcrumbs .content,
#search_input input[type="text"] {
  padding: 0.775em;
  display: inline-block;
  background-color: transparent;
  border-width: 0;
  font-family: 'Lato', sans-serif;
  color: #b1b1b1; }

#breadcrumbs .content {
  display: block; }

#search_input input:focus {
  border: 0;
  outline: 0;
  color: #ffffff; }

#search_input input::placeholder {
  color: rgba(255, 255, 255, 0.75); }

/* submit button */
#search_input #search {
  display: inline-block;
  width: 88%; }

#search_input .search-icon {
  display: none; }

@media screen and (min-width: 960px) {
  #search_input .search-icon {
    display: inline-block;
    background-color: transparent;
    color: #b1b1b1;
    border: 1px solid #b4b4b4;
    outline-width: 0;
    padding: 0.25em 0.75em 0.25em 0.5em;
    margin-top: 11px;
    border-radius: 3px;
    line-height: 1;
    cursor: pointer; }

  #search_input .search-icon:hover {
    color: #fff;
    border: 1px solid #fff; }

  #search_input .search-icon:before {
    display: inline-block;
    font-family: icomoon;
    font-weight: 600;
    padding: 0 6px;
    content: "\e900";
    color: #b4b4b4; }

  #search_input .search-icon:hover:before {
    color: #fff; } }
#search_input button,
#breadcrumbs button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  border-width: 0;
  padding: 12px; }

#search_input button i:before,
#breadcrumbs button i:before {
  color: #e1f5fe;
  position: relative;
  top: 2px; }

#search_input button:hover i:before,
#breadcrumbs button:hover i:before {
  color: #fff; }

@media (min-width: 1920px) {
  #breadcrumbs, #search_input {
    top: -52px; } }

/* Portfolio Header */
#header {
  margin-top: -5px;
  background-color: #0A4169;
}
#header .copy {
  font-family: 'Roboto', sans-serif;
  font-size: 0.85rem;
  font-weight: 300;
  color: #ffffff;
  height: 100px; display: flex;
  align-items: center;
  justify-content: center;
}
#header ul {
  padding: 0 0 0 6px;
  list-style-type: none;
  max-height: 48px;
  overflow: hidden;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #header .copy {
    font-size: 1.6rem;
    height: 160px;
  }
  #header ul {
    padding: 0 0 0 10px;
  }
}
@media screen and (min-width: 1024px) {
  #header .copy {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1280px) {
  #header .copy {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1366px) {
  #header .copy {
    font-size: 2rem;
  }
}

#header ul li {
  font-weight: 300;
  list-style: none;
  margin: 0;
  line-height: 48px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#header ul li {
  -moz-animation: scrollUp 15s ease infinite;
  -webkit-animation: scrollUp 15s ease infinite;
  animation: scrollUp 15s ease infinite;
  animation-fill-mode: both;
  animation-delay: 5s;
}
#header ul li span {
  position: relative;
  width: auto;
}
#header ul li span:after {
  -moz-animation: lineOut 500ms linear;
  -webkit-animation: lineOut 500ms linear;
  animation: lineOut 500ms linear;
  animation-fill-mode: both;
  animation-delay: 5s;
}
#header ul li span:after {
  background-color: #ffffff;
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0; right: 0;
  opacity: 0;
  height: 1px; width: 0;
}

/* Keyframe animations */
@-moz-keyframes lineOut {
  25% {
    opacity: .5;
    width: 50%;
  }
  75% {
    opacity: .9;
    width: 90%;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
@-webkit-keyframes lineOut {
  25% {
    opacity: .5;
    width: 50%;
  }
  75% {
    opacity: .9;
    width: 90%;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
@keyframes lineOut {
  25% {
    opacity: .5;
    width: 50%;
  }
  75% {
    opacity: .9;
    width: 90%;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
@-moz-keyframes scrollUp {
  0% {
    -moz-transform: translateY(0);
  }
  16% {
    -moz-transform: translateY(0);
  }
  19% {
    -moz-transform: translateY(-48px);
  }
  35% {
    -moz-transform: translateY(-48px);
  }
  38% {
    -moz-transform: translateY(-96px);
  }
  54% {
    -moz-transform: translateY(-96px);
  }
  57% {
    -moz-transform: translateY(-144px);
  }
  73% {
    -moz-transform: translateY(-144px);
  }
  76% {
    -moz-transform: translateY(-192px);
  }
  92% {
    -moz-transform: translateY(-192px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes scrollUp {
  0% {
    -webkit-transform: translateY(0);
  }
  16% {
    -webkit-transform: translateY(0);
  }
  19% {
    -webkit-transform: translateY(-48px);
  }
  35% {
    -webkit-transform: translateY(-48px);
  }
  38% {
    -webkit-transform: translateY(-96px);
  }
  54% {
    transform: translateY(-96px);
  }
  57% {
    -webkit-transform: translateY(-144px);
  }
  73% {
    -webkit-transform: translateY(-144px);
  }
  76% {
    -webkit-transform: translateY(-192px);
  }
  92% {
    -webkit-transform: translateY(-192px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  16% {
    transform: translateY(0);
  }
  19% {
    transform: translateY(-48px);
  }
  35% {
    transform: translateY(-48px);
  }
  38% {
    transform: translateY(-96px);
  }
  54% {
    transform: translateY(-96px);
  }
  57% {
    transform: translateY(-144px);
  }
  73% {
    transform: translateY(-144px);
  }
  76% {
    transform: translateY(-192px);
  }
  92% {
    transform: translateY(-192px);
  }
  100% {
    transform: translateY(0);
  }
}

.top {
  height: auto;
  width: 100%;
  margin: auto;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0; }
  .top .main {
    background-color: #FFF;
    width: 100%;
    z-index: 2000;
    position: relative;
    height: 65px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
  }
  .top .logo {
    height: 65px; padding-left: 1em; }
    .top .logo a, .top .logo a:active, .top .logo a:visited {
      width: 150px;
      height: 65px;
      display: block;
      text-indent: -9999px;
      background: url(images/logo.svg) no-repeat center center transparent;
      background-size: contain;
      /*margin: calc((90px - 35px)/2) 0;*/ }
  .top .title {
    height: 56px;
    padding-top: 24px;
    text-align: left;
    width: 61.6%;
    padding-left: 10px;
    display: none; }
    .top .title h1 {
      text-transform: uppercase;
      margin: 0;
      word-spacing: -3.25px; }
    @media screen and (min-width: 375px) {
      .top .title h1 {
        word-spacing: -1px; } }
  .top nav {
    width: 23.4375%; }
    .top nav ul {
      display: none; }
  .top nav.mobile {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    z-index: 2; }
    .top nav.mobile ul {
      display: block;
      padding: 0;
      margin: 0; }
      .top nav.mobile ul li {
        background-color: #039be5;
        padding: 0;
        border-bottom: 1px solid #81cdf2;
        min-height: 50px; }
        .top nav.mobile ul li a, .top nav.mobile ul li a:active, .top nav.mobile ul li a:visited {
          display: inline-block;
          width: 100%;
          line-height: 14px;
          vertical-align: top;
          padding: 17px 12px;
          font-family: 'Lato', sans-serif; }
        .top nav.mobile ul li a:hover {
          color: #ffffff; }
        .top nav.mobile ul li a:before {
          font-family: 'icomoon';
          position: relative;
          top: 3px;
          margin-right: 17px; }
        .top nav.mobile ul li a:before:hover {
          color: #ffffff; }
        .top nav.mobile ul li a:hover:before, .top nav.mobile ul li a.active:before {
          color: #ffffff; }
  .top nav.mobile.open {
    height: 304px;
    -webkit-transition: all 250ms cubic-bezier(0.7, 0, 0.6, 1);
    transition: all 250ms cubic-bezier(0.7, 0, 0.6, 1);
    background-color: #59595e; }
  @media screen and (min-width: 768px) {
    .top nav.mobile.open {
      height: 300px; } }
  .top button.mobile_btn, .top button.mobile_btn:active, .top button.mobile_btn:visited {
    float: right;
    border: 0;
    background: none;
    text-align: right;
    margin-right: 0px;
    padding-top: 23px;
    padding-right: 8px;
    padding-left: 0;
    color: #5B5B60; }
    @media screen and (min-width: 320px) {
      .top button.mobile_btn, .top button.mobile_btn:active, .top button.mobile_btn:visited {
        padding-top: 24px; } }
    @media screen and (min-width: 414px) {
      .top button.mobile_btn, .top button.mobile_btn:active, .top button.mobile_btn:visited {
        padding-top: 25px; } }
    @media screen and (min-width: 768px) {
      .top button.mobile_btn, .top button.mobile_btn:active, .top button.mobile_btn:visited {
        padding-top: 26px; } }
  .top button.mobile_btn.open {
    margin-top: -2px; }
  @media (min-width: 960px) {
    .top nav.mobile, .top .mobile_btn {
      display: none; }
    .top .main {
      height: 90px; }
    .top .logo {
      width: 200px;
      height: 90px; }
      .top .logo a, .top .logo a:active, .top .logo a:visited {
        width: 100%;
        height: 100%; }
    .top .title {
      width: 250px;
      padding-left: 22px;
      text-align: left;
      height: 90px;
      padding-top: 40px;
      display: none; }
    .top nav.large {
      display: block;
      float: right;
      text-align: right;
      position: relative;
      width: 75%;
      padding-top: 36px;
      height: 90px;
      margin-right: 10px; }
      .top nav.large ul {
        display: block;
        padding: 0;
        float: right;
        margin: 0; }
        .top nav.large ul li {
          float: left;
          position: relative;
          padding-right: 12px; }
        .top nav.large ul li:after {
          content: "|";
          position: absolute;
          display: block;
          color: #505054;
          top: -1px;
          right: 3px; }
        .top nav.large ul li:last-child {
          padding-right: 0; }
        .top nav.large ul li:last-child:after {
          display: none; }
        .top nav.large ul a, .top nav.large ul a:active a:visited {
          color: #505054;
          text-transform: capitalize;
          font-family: 'Lato', sans-serif; }
        .top nav.large ul a:hover {
          color: #263238; }
        .top nav.large ul a.active,
        .top nav.large ul a.active:active,
        .top nav.large ul a.active:visited,
        .top nav.large ul .active a,
        .top nav.large ul .active a:active,
        .top nav.large ul .active a:visited {
          /*color: #263238;*/
          color: #000000;
        }
        .top nav.large ul a:before {
          display: none; }
        .top nav.large ul a.icon-search:before {
          display: inline-block;
          font-family: icomoon;
          color: #505054;
          font-weight: 600;
          padding: 0 9px; } }
  @media (min-width: 1366px) {
    .top .logo {
      width: 255px; }
    .top .title {
      padding-top: 37px;
      display: none; }
    .top nav.large {
      width: 790px; }
      .top nav.large ul li {
        padding-right: 16px; }
      .top nav.large ul li:after {
        right: 4px;
        top: -3px; } }
  @media (min-width: 1920px) {
    .top .main {
      height: 90px; }
    .top .logo {
      height: 90px;
      width: 275px; }
    .top .title {
      height: 90px;
      width: 500px;
      padding-top: 52px;
      display: none; }
    .top nav.large {
      width: 1266px;
      padding-top: 34px; }
      .top nav.large ul li {
        padding-right: 22px; }
      .top nav.large ul li:after {
        right: 6px; } }

/* STATES */
/* ====================================================================== mobile + tablet */
/* Primary Menu */
.top nav.mobile ul li a, .top nav.mobile ul li a:active, .top nav.mobile ul li a:visited {
  color: #e1f5fe;
  background-color: #039be5; }

.top nav.mobile ul li a:hover, .top nav.mobile ul li a:active:hover, .top nav.mobile ul li a:visited:hover {
  color: #ffffff;
  background-color: #039be5; }

.top nav.mobile ul li.active a,
.top nav.mobile ul li.active a:before {
  color: #ffffff;
  background-color: transparent; }

/* Secondary Menu */
.filters ul li:first-child a, .filters ul li:first-child a:active, .filters ul li:first-child a:visited {
  color: #ffffff; }

header + nav .filters ul li a i.icon-arrow-down {
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease; }

header + nav .filters ul.open li a i.icon-arrow-down,
.mobile.open + .row.main .icon-mobile_menu:before,
.mobile.open + .row.main .top button.mobile_btn:before,
.top .mobile.open + .row.main button.mobile_btn:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  display: inline-block; }

/* ====================================================================== mobile nav cover */
.mobile-stage-cover {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  z-index: 99; }

.noscroll .mobile-stage-cover {
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease; }

#site-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 62px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  z-index: 100; }
  #site-footer > section {
    position: relative;
    width: 100%; }
  #site-footer .real-footer, #site-footer .cookie-notification {
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 650ms ease;
    transition: -webkit-transform 650ms ease;
    transition: transform 650ms ease;
    transition: transform 650ms ease, -webkit-transform 650ms ease; }
    #site-footer .real-footer.open, #site-footer .cookie-notification.open {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    #site-footer .real-footer .col:nth-child(1), #site-footer .cookie-notification .col:nth-child(1) {
      width: 70%; }
    #site-footer .real-footer .col:nth-child(2), #site-footer .cookie-notification .col:nth-child(2) {
      width: 30%;
      text-align: right; }
  #site-footer .real-footer {
    background-color:rgba(255,255,255,0.65);
    border-top:1px solid #cfd8dc;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px); }
    #site-footer .real-footer .col:nth-child(2) a {
      color: #828287;
      display: inline-block;
      -webkit-transition: color 350ms ease;
      transition: color 350ms ease;
      padding-left: .15em;
      padding-right: .15em; }
    #site-footer .real-footer .col:nth-child(2) a:hover {
      color: #29b6f6; }
  #site-footer .cookie-notification {
    background-color:rgba(255,255,255,0.65);
    /*border-top:1px solid #cfd8dc;*/
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: #263238; }
    #site-footer .cookie-notification .col:nth-child(1) a {
      text-decoration: underline;
      color: #263238; }
    #site-footer .cookie-notification .col:nth-child(1) a:hover {
      color: #263238; }
    #site-footer .cookie-notification .col:nth-child(2) a img:nth-of-type(2) {
      display: none; }
    #site-footer .cookie-notification .col:nth-child(2) img {
      position: relative;
      top: 3px;
      line-height: 1; }
    #site-footer .cookie-notification .col:nth-child(2) p {
      margin-bottom: 0;
      margin-top: 12px; }

#site-footer .real-footer .col p,
#site-footer .cookie-notification .col p {
  margin-top: 1em;
  margin-bottom: 1em; }

#site-footer > section {
  position: relative;
  width: 100%; }

@media screen and (min-width: 768px) {
  #site-footer .real-footer .col,
  #site-footer .cookie-notification .col {
    padding-left: 10px; }
  #site-footer .real-footer .col p,
  #site-footer .cookie-notification .col p {
    font-size: 1em;
    margin-top: 15px;
    margin-bottom: 14px; }

  #site-footer .cookie-notification .col:nth-child(1) {
    width: 60%;
    text-align: right; }

  #site-footer .cookie-notification .col:nth-child(2) {
    width: 30%;
    text-align: left; }

  #site-footer .real-footer .col p {
    margin-top: 11px;
    margin-bottom: 11px; }

  .col:nth-child(2) img {
    top: -1px; }

  #site-footer .cookie-notification .col:nth-child(2) p {
    margin-top: 8px; } }
@media screen and (min-width: 1024px) {
  #site-footer .real-footer,
  #site-footer .cookie-notification {
    padding-left: 0;
    padding-right: 0; }
    #site-footer .real-footer .col,
    #site-footer .cookie-notification .col {
      padding-left: 10px; }
    #site-footer .real-footer .col:nth-child(2) img,
    #site-footer .cookie-notification .col:nth-child(2) img {
      top: -1px; }

  .col:nth-child(2) a img:nth-of-type(2) {
    display: none; } }
@media screen and (min-width: 1280px) {
  #site-footer .real-footer .col:nth-child(2) img,
  #site-footer .cookie-notification .col:nth-child(2) img {
    top: 5px; }

  .cookie-notification .col:nth-child(2) a img:nth-of-type(2),
  .cookie-notification .col:nth-child(2) a:hover img:nth-of-type(1) {
    display: none; }

  #site-footer .real-footer .col p {
    margin-top: 10px;
    margin-bottom: 10px; }

  #site-footer .cookie-notification .col:nth-child(2) a:hover img:nth-of-type(2) {
    display: block; } }
@media screen and (min-width: 1920px) {
  #site-footer .real-footer .col p {
    margin-top: 11px;
    margin-bottom: 11px; } }
/*
	_______________________________________________________

	Page Styles
	_______________________________________________________

*/
/*
	_______________________________________________________

	Helper Classes
	_______________________________________________________

*/
.hidden {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

/*
	_______________________________________________________

	Responsive break-points
	_______________________________________________________

*/
/*
	_______________________________________________________

	Print
	_______________________________________________________

*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for ../images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }
}
.no-js .main_loader {
  display: none; }
.no-js .wrapper {
  opacity: 1; }
.no-js .real-footer {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

/*# sourceMappingURL=style.css.map */

/* IE10 and DOWN styles to warn of old browser */
html #site_loader p.browserwarning,
html[data-useragent*='MSIE'] #site_loader p{
  display:none;
}

html[data-useragent*='MSIE'] #site_loader p.browserwarning{
  display:inline-block;
  font-size:85%;
}