/*!
Theme Name: Warm
Theme URI: http://underscores.me/
Author: Automattic
Author URI: http://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _s
Tags:

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

#page {
	margin-top: 80px;
}

#archive {
	position: fixed;
  top: 0;
  width: 100%;
	z-index: 9999;
	background-color: #8BB728;
	padding: 20px;
  text-align: center;
  color: #fff;
}

#archive a {
  text-decoration: underline;
  color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* @import "./typography/typography/index.html"; */
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* @import "./elements/elements/index.html"; */
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* @import "./forms/forms/index.html"; */
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/* @import "./navigation/navigation/index.html"; */
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

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

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

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

.gallery-caption {
  display: block; }

body {
  background: #fff;
  color: #111;
  font-family: 'ubuntu', 'Roboto', sans-serif;
  max-width: 100%;
  overflow-x: hidden;
  /*some clearing*/ }
  body.hide-page-title article.page .entry-header {
    display: none; }
  body.hide-page-first-content article.page .entry-content,
  body.hide-page-first-content article.page .entry-footer {
    display: none; }

a {
  color: #dc6d57; }
  a:hover {
    color: #b95b48; }

/* extending the following from bootstrap */
.mesh-row {
  margin-right: -15px;
  margin-left: -15px; }

.mesh-row:before,
.mesh-row:after {
  display: table;
  content: " "; }

.mesh-row:after {
  clear: both; }

/* buttons */
.btn-primary,
.btn-success {
  background: #dc6d57;
  border: transparent; }
  .btn-primary:hover,
  .btn-success:hover {
    background-color: #8b3626; }

.hero-video,
.video-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  transition: 1s opacity; }

.video-overlay {
  z-index: 0;
  background: rgba(49, 112, 143, 0.8); }

.video-clipper {
  top: 100%;
  left: 0;
  right: 0;
  min-height: 300px;
  background: #fff;
  z-index: -20;
  position: absolute; }

/*
 * page header style
 */
.home #masthead {
  border-bottom: 0; }

#masthead {
  height: 62px;
  /* background: #2f6986; */
  /* border-top: 2px solid #8a6409; */
  font-family: 'Roboto';
  border-bottom: 1px solid #efefef; }
  #masthead .container {
    position: relative; }
  #masthead .logo {
    float: left;
    padding-top: 18px; }
    #masthead .logo a {
      color: yellow;
      text-align: center;
      font-weight: 100;
      line-height: 0.8;
      font-size: 24px;
      color: #fff;
      font-weight: bold;
      text-decoration: none; }
      #masthead .logo a span {
        font-weight: 100; }

#main-nav {
  float: right;
  height: 60px;
  /* position: relative; */ }
  #main-nav .menu-toggle {
    display: none; }
  #main-nav ul.menu {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0; }
    #main-nav ul.menu > li {
      float: left;
      height: 60px;
      margin-left: 0;
      position: static;
      padding-left: 8px;
      /* position: relative; */ }
      #main-nav ul.menu > li + li:before {
        position: absolute;
        /* content: ''; */
        left: 0;
        top: 50%;
        width: 1px;
        height: 21px;
        background: #5f9dc7;
        margin-top: -11px;
        margin-left: -4px;
        border-radius: 2px; }
      #main-nav ul.menu > li a {
        /* font-weight: 500; */
        font-size: 16px;
        color: #fff;
        display: block;
        height: 40px;
        line-height: 40px;
        cursor: pointer;
        text-decoration: none;
        padding: 8px 5px 0 5px; }
        #main-nav ul.menu > li a:hover {
          color: #ffc0cb; }
      #main-nav ul.menu > li.current-menu-item a {
        color: #ffc0cb; }
      #main-nav ul.menu > li .sub-menu {
        position: absolute;
        right: 15px;
        left: auto;
        top: calc(100% + 3px);
        background: #fff;
        /* box-shadow: 0 0 1px #ddd; */
        width: auto;
        margin: 0;
        padding: 0;
        list-style: none;
        display: none;
        z-index: 100;
        border-bottom: 1px solid #ececec;
        padding-bottom: 16px;
        margin-bottom: 20px; }
        #main-nav ul.menu > li .sub-menu li {
          float: left; }
          #main-nav ul.menu > li .sub-menu li a {
            margin-right: 20px;
            padding-left: 0;
            padding-right: 0;
            color: #1f77b4; }
          #main-nav ul.menu > li .sub-menu li + li {
            position: relative; }
            #main-nav ul.menu > li .sub-menu li + li:before {
              position: absolute;
              content: '';
              left: -10px;
              height: 21px;
              background: #ddd;
              width: 1px;
              top: 50%;
              margin-top: -4px; }
      #main-nav ul.menu > li.current-menu-item .sub-menu, #main-nav ul.menu > li.current-menu-parent .sub-menu {
        display: block; }

.inner-page #masthead .logo {
  padding-top: 10px; }
  .inner-page #masthead .logo a {
    color: #337ab7; }
    .inner-page #masthead .logo a span {
      display: block;
      text-align: left; }
.inner-page #main-nav ul.menu > li a {
  color: #337ab7; }
.inner-page #main-nav ul.menu > li.current_page_parent > a, .inner-page #main-nav ul.menu > li.current_page_item > a {
  color: #f59131; }
.inner-page #main-nav ul.menu > li ul.sub-menu li.current_page_item > a {
  color: #f59131; }
.inner-page .site-content {
  padding-top: 40px; }
.inner-page .mesh_section .title-row,
.inner-page .mesh_section .columns {
  padding-left: 15px;
  padding-right: 15px; }

/*
 * The different section styles
 */
.mesh_section {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .mesh_section img {
    max-width: 100%;
    height: auto; }
  .mesh_section.has-full-image img {
    width: 100%;
    height: auto; }
  .mesh_section.page-section .entry-title {
    padding-left: 15px;
    font-size: 36px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd; }
  .mesh_section.section-highlight {
    background: #f59131;
    color: #fff;
    padding: 30px 0;
    border: 0;
    margin-bottom: 0; }
    .mesh_section.section-highlight.styled-title .entry-title:before {
      background: #fff; }
    .mesh_section.section-highlight a {
      color: #9ddea9; }
      .mesh_section.section-highlight a:hover {
        text-decoration: none;
        color: #e7ea85; }
      .mesh_section.section-highlight a:visited {
        color: #89a28e; }
  .mesh_section.styled-title .entry-title {
    margin-bottom: 40px;
    position: relative;
    font-size: 36px; }
    .mesh_section.styled-title .entry-title:before {
      position: absolute;
      left: 0;
      bottom: -10px;
      background: #555;
      width: 100px;
      height: 4px;
      content: '';
      border-radius: 2px; }
  .mesh_section.full-section, .mesh_section.section-hero, .mesh_section.section-tiles, .mesh_section.section-highlight {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    /* .container {
    	width: 100%;
    } */ }
    .mesh_section.full-section .row,
    .mesh_section.full-section .mesh-row, .mesh_section.section-hero .row,
    .mesh_section.section-hero .mesh-row, .mesh_section.section-tiles .row,
    .mesh_section.section-tiles .mesh-row, .mesh_section.section-highlight .row,
    .mesh_section.section-highlight .mesh-row {
      margin-left: auto;
      margin-right: auto; }
  .mesh_section.section-hero {
    background: #f5f5f5;
    min-height: 750px;
    /* border-bottom: 1px solid #888; */
    padding-top: 20px;
    /* margin-top: -62px; */
    position: relative;
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }
    .mesh_section.section-hero img {
      max-height: 720px;
      margin: 0 auto;
      display: block;
      max-width: 100%;
      width: auto !important;
      height: auto !important; }
    .mesh_section.section-hero h1 {
      font-size: 5rem;
      padding-bottom: 2.5rem;
      text-align: center;
      margin-top: 20rem;
      font-size: 7.5rem;
      /* text-shadow: 1px 1px 1px #fff; */
      color: #1f77b4;
      color: #ffffff;
      background: rgba(0, 0, 0, 0.3);
      border-radius: 58px;
      transform: scale(0);
      padding-top: 2.5rem; }
    .mesh_section.section-hero h2 {
      text-align: center;
      margin-top: -74px;
      font-size: 5rem;
      background: rgba(20, 68, 101, 0.3);
      width: 90%;
      margin: 0 auto;
      border-radius: 30px;
      padding: 10px;
      margin-top: -21px;
      transform: scale(0);
      filter: blur(10px);
      color: #bccce6; }
    .mesh_section.section-hero.section-hero-full h1 {
      animation: fromblur .6s;
      animation-fill-mode: both; }
    .mesh_section.section-hero.section-hero-full h2 {
      animation: fromblur .8s;
      animation-fill-mode: both; }
    .mesh_section.section-hero .hero-scroller {
      position: absolute;
      right: 20px;
      bottom: 70px;
      width: 80px;
      height: 80px;
      display: block;
      background: #f5debe;
      border-radius: 50%;
      border: 3px solid #dc606f;
      line-height: 80px;
      text-align: center; }
      .mesh_section.section-hero .hero-scroller span {
        display: inline-block;
        vertical-align: middle;
        background: url(./i/downarrow.png) no-repeat 0 0;
        width: 35px;
        height: 35px;
        background-size: cover; }
      .mesh_section.section-hero .hero-scroller:hover {
        background: #122a35; }
  .mesh_section h3 {
    font-weight: normal;
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 30px; }
  .mesh_section p {
    font-size: 17px; }
  .mesh_section ul {
    font-size: 17px; }
    .mesh_section ul li {
      margin-bottom: 10px; }
    .mesh_section ul.highlight-list {
      list-style: none;
      margin: 0;
      padding: 0;
      position: relative; }
      .mesh_section ul.highlight-list:before {
        position: absolute;
        width: 1px;
        top: 0;
        bottom: 0;
        left: 4px;
        content: '';
        background: #8a6409; }
      .mesh_section ul.highlight-list li {
        padding-left: 30px;
        position: relative;
        margin-bottom: 10px;
        color: #8a6409;
        font-size: 20px; }
        .mesh_section ul.highlight-list li:before {
          position: absolute;
          left: 0;
          top: 50%;
          margin-top: -5px;
          content: '';
          width: 10px;
          height: 10px;
          background: #8a6409;
          border-radius: 3px; }
  .mesh_section.section-contact {
    padding-top: 20px;
    margin-top: -61px;
    background: #f9f9f9;
    margin-bottom: 0;
    padding-bottom: 30px; }
    .mesh_section.section-contact .nf-before-form-content {
      margin-bottom: 20px; }
    .mesh_section.section-contact .form-control {
      border-radius: 0;
      border-color: #aaa;
      background: transparent;
      max-width: 500px; }
    .mesh_section.section-contact textarea.form-control {
      resize: none;
      height: 100px;
      max-width: 700px; }
  .mesh_section.publications-section a img {
    max-width: 40px;
    margin-right: 6px; }
  .mesh_section.publications-section h3 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px; }

/*
 * awesome box styles
 */
.awesome-box-begins {
  margin-bottom: 0; }
  .awesome-box-begins .title-row {
    padding: 10px 20px;
    text-align: left;
    position: relative;
    background: #f59131;
    border-radius: 2px;
    /* margin: 0; */ }
    .awesome-box-begins .title-row h2 {
      font-size: 24px;
      color: #fff;
      margin: 0;
      padding: 0; }
    .awesome-box-begins .title-row + .row, .awesome-box-begins .title-row + .mesh-row {
      display: none; }

.awesome-box-ends {
  margin: 0; }
  .awesome-box-ends .row,
  .awesome-box-ends .mesh-row {
    margin: 0 -13px;
    /* border: solid #8a6409;
    border-width: 0 1px 1px 1px; */
    background: #fff8dc;
    padding: 8px 20px;
    text-align: right;
    box-shadow: 0 0 23px #909090; }
    .awesome-box-ends .row a,
    .awesome-box-ends .mesh-row a {
      display: inline-block;
      vertical-align: middle;
      padding: 12px;
      margin-left: 20px; }

.box-main-part {
  height: 480px;
  overflow-y: auto;
  overflow-x: hidden; }
  .box-main-part.not-first {
    display: none; }

.box-nav-part.not-first {
  display: none; }

.box-content {
  margin-left: -13px;
  margin-right: -13px;
  /* border: solid #8a6409;
  border-width: 0 1px; */
  padding: 20px 20px 0 20px;
  margin-top: -1px;
  box-shadow: 0 0 23px #909090;
  /* background: #fafafa; */
  overflow-x: hidden; }
  .box-content .entry-title {
    display: none; }
  .box-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
    .box-content ul:before {
      position: absolute;
      width: 1px;
      top: 0;
      bottom: 0;
      left: 4px;
      content: '';
      background: #dc6d57; }
    .box-content ul li {
      padding-left: 30px;
      position: relative;
      margin-bottom: 10px;
      color: #dc6d57;
      font-size: 20px; }
      .box-content ul li:before {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -5px;
        content: '';
        width: 10px;
        height: 10px;
        background: #dc6d57;
        border-radius: 3px; }
  .box-content img {
    max-width: 95%;
    max-height: 100%;
    width: auto;
    height: auto; }
  .box-content .box-main-part img {
    max-height: 450px;
    width: auto;
    height: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%); }
  .box-content .box-main-part table caption {
    display: none; }
  .box-content .box-main-part table td, .box-content .box-main-part table th {
    height: 39px;
    vertical-align: middle;
    width: 50%;
    font-size: 18px;
    padding-top: 2px;
    padding-bottom: 2px; }
  .box-content .mesh_section p {
    color: #333; }

.box-nav {
  background: #f5f5f5;
  margin: 0 -20px; }
  .box-nav .box-nav-part {
    float: left;
    width: 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 40px 20px;
    margin: 0;
    overflow: hidden;
    height: 260px;
    cursor: pointer;
    background: #f5f5f5; }
    .box-nav .box-nav-part + .box-nav-part {
      border-left: 1px solid #e0eee0; }
    .box-nav .box-nav-part.active, .box-nav .box-nav-part:hover {
      background: #dddddd;
      /* Old browsers */
      background: -moz-linear-gradient(top, #fafafa 0%, #eeeeee 32%, #ffffff 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #fafafa 0%, #eeeeee 32%, #ffffff 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #fafafa 0%, #eeeeee 32%, #ffffff 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      border-top: 5px solid #9bcd9b;
      padding-top: 35px; }
    .box-nav .box-nav-part img {
      display: block;
      max-width: 80px;
      max-height: 80px;
      margin: 0 auto; }
      .box-nav .box-nav-part img.cold-theme-img {
        display: none; }
    .box-nav .box-nav-part br {
      display: none; }
    .box-nav .box-nav-part h2 {
      font-weight: bold;
      font-size: 22px;
      color: #f59131;
      margin-bottom: 4px; }
    .box-nav .box-nav-part h3 {
      font-size: 18px;
      color: #f59131;
      margin-bottom: 6px;
      margin-top: 0; }
    .box-nav .box-nav-part h4 {
      font-size: 12px;
      font-weight: normal;
      margin-bottom: 40px;
      display: none; }

/* the awesome box styles end here. */
/*animation in the awesome box*/
.full-effect .opacity-effect {
  animation: opacityanim .5s;
  animation-fill-mode: both; }

.full-effect .left-slide-effect {
  animation: fromleft .5s;
  animation-fill-mode: both; }

.full-effect .right-slide-effect {
  animation: fromright .5s;
  animation-fill-mode: both; }

@keyframes opacityanim {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fromleft {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
@keyframes fromright {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0%); } }
@keyframes fromafar {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }
@keyframes fromblur {
  from {
    filter: blur(30px);
    transform: scale(0); }
  to {
    filter: blur(0px);
    transform: scale(1); } }
.section-tiles {
  background: #f59131;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
  margin-top: 20px; }
  .section-tiles .tile-part h2 {
    width: 233px;
    height: 233px;
    border-radius: 50%;
    border: 10px solid #f5debe;
    color: #fff;
    /* margin: 0 40px; */
    line-height: 190px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden; }
    .section-tiles .tile-part h2 span {
      display: inline-block;
      vertical-align: middle;
      line-height: normal; }
  .section-tiles .tile-part h3 {
    display: block;
    font-weight: bold;
    font-size: 20px; }
    .section-tiles .tile-part h3 img {
      display: inline-block;
      vertical-align: middle;
      max-width: 30px;
      max-height: 30px;
      margin-right: 7px; }
  .section-tiles .tile-part a {
    display: block;
    clear: both;
    max-width: 122px;
    /* background: #4cae4c; */
    /* padding: 4px 10px 4px 10px; */
    color: #ecfbec;
    position: relative;
    /* margin-top: 20px; */
    font-weight: bold; }

.section-news-snippets > .row,
.section-news-snippets > .mesh-row {
  margin: 0;
  padding: 0; }
.section-news-snippets .col + .col {
  border-left: 1px solid #ddd; }
.section-news-snippets .e-title h3 {
  display: inline-block;
  vertical-align: middle;
  color: #dc6d57; }
.section-news-snippets img {
  max-width: 100%; }
.section-news-snippets .article-entry p {
  color: #2e3d3e; }
.section-news-snippets .row-more-archive {
  padding-top: 8px;
  padding-bottom: 8px;
  background: #fff8dc;
  text-align: center;
  padding-right: 20px;
  margin-top: 20px; }
  .section-news-snippets .row-more-archive .btn {
    margin-left: 20px; }

/* about us page */
.team-group-title .entry-title {
  border-bottom: solid #a7a7a7;
  border-bottom: 3px solid #a7a7a7;
  color: #000;
  padding: 10px;
  /* text-align: center; */
  max-width: 400px;
  margin: 0 auto;
  text-align: center; }

.team-item {
  float: left;
  width: 33.3333% !important;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  overflow: hidden;
  padding-bottom: 100px;
  max-height: 400px;
  /* a quick dirty fix */ }
  .team-item .rw {
    position: relative;
    padding-bottom: 100px; }
  .team-item img {
    max-width: 260px;
    max-height: 200px;
    height: auto;
    width: auto;
    display: block;
    margin: 0 auto;
    /* border-radius: 50%; */
    min-width: 150px;
    min-height: 150px; }
  .team-item .columns {
    text-align: center;
    float: none !important;
    width: 100% !important; }
    .team-item .columns + .columns {
      position: absolute;
      left: 0;
      right: 0; }
      .team-item .columns + .columns h3 {
        margin-bottom: 0;
        margin-top: 5px;
        font-size: 20px; }
      .team-item .columns + .columns h4 {
        font-size: 16px;
        margin-top: 5px;
        color: #888; }
      .team-item .columns + .columns p {
        font-size: 13px;
        display: none; }
  .team-item:hover .columns img {
    /* -webkit-filter: blur(10px);
    filter: blur(5px); */ }
  .team-item:hover .columns + .columns {
    top: 0;
    height: 270px;
    bottom: auto;
    /* background: rgba(31, 119, 180, 0.49); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 135px; }
    .team-item:hover .columns + .columns h3 {
      color: #000; }
    .team-item:hover .columns + .columns h4 {
      color: #000; }
    .team-item:hover .columns + .columns p {
      display: block;
      color: #000; }

/*
 * footer style
 */
#footer {
  background: #fff8dc;
  padding-top: 20px; }
  #footer .site-map-title {
    border-bottom: 1px solid #aaa;
    padding-bottom: 7px;
    max-width: 300px; }
  #footer .site-map {
    list-style: none;
    margin: 0;
    padding: 0; }
    #footer .site-map li {
      margin-bottom: 4px; }
      #footer .site-map li a {
        color: #dc6d57;
        text-decoration: none;
        cursor: pointer; }
        #footer .site-map li a:hover {
          font-weight: bold; }
  #footer .textwidget p {
    font-size: 12px;
    color: #2e3d3e;
    padding-bottom: 10px;
    border-bottom: 1px solid #aaa; }
  #footer .social-wrap img {
    max-width: 40px;
    max-height: 40px; }
  #footer .partners-wrap {
    text-align: center; }
  #footer .footer-bottom {
    height: 40px;
    background: #f59131;
    /* border-top: 1px solid #aaccbc; */
    color: #fff;
    line-height: 40px;
    overflow: hidden;
    margin-top: 20px; }
    #footer .footer-bottom a {
      color: #fff; }
    #footer .footer-bottom p {
      margin: 0;
      padding: 0;
      color: #fff; }
  #footer .language-section {
    margin-left: -15px; }
    #footer .language-section ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #footer .language-section ul li {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 15px; }
        #footer .language-section ul li + li {
          padding-left: 10px;
          margin-left: 10px; }
          #footer .language-section ul li + li:before {
            position: absolute;
            content: '';
            width: 1px;
            height: 16px;
            left: -1px;
            background: #fff;
            top: 50%;
            margin-top: -8px; }

@media screen and (min-width: 769px) {
  .mesh_section.section-hero {
    background: transparent !important; } }
/* tablet media query */
@media (min-width: 768px) and (max-width: 1023px) {
  #masthead .logo {
    padding-top: 13px; }
    #masthead .logo a {
      font-size: 20px; }
      #masthead .logo a span {
        display: block;
        text-align: left; }

  #main-nav ul.menu > li {
    padding-left: 1px;
    margin-left: 1px; }
    #main-nav ul.menu > li + li:before {
      left: 3px; }
    #main-nav ul.menu > li a {
      font-size: 14px;
      padding-left: 2px;
      padding-right: 2px; }
    #main-nav ul.menu > li .sub-menu li a {
      margin-right: 10px; }
    #main-nav ul.menu > li .sub-menu li + li:before {
      left: -6px; }

  .box-content .mesh_section p {
    font-size: 13px; }

  .box-nav .box-nav-part {
    height: 280px; }
    .box-nav .box-nav-part h2 {
      font-size: 20px; }
    .box-nav .box-nav-part h4 {
      display: none; }

  .section-tiles .tile-part {
    min-height: 400px; }
    .section-tiles .tile-part h2 {
      width: auto;
      height: auto;
      border: 0;
      text-align: left;
      border-bottom: 1px solid #fff;
      border-radius: 0;
      line-height: 2.4; } }
@media screen and (max-width: 768px) {
  .hero-video,
  .video-overlay,
  .video-clipper {
    display: none; }

  #masthead {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    background: #2f6986; }

  #main-nav .menu-toggle {
    display: block;
    float: right;
    width: 31px;
    border-radius: 0;
    background: transparent;
    border: 0;
    margin: 13px 20px 0 0;
    /* padding: 10px 0 0 0; */
    padding: 0;
    height: 32px; }
    #main-nav .menu-toggle span {
      display: block;
      position: relative;
      background: #ddd;
      height: 4px;
      width: 100%; }
      #main-nav .menu-toggle span:after, #main-nav .menu-toggle span:before {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        height: 4px;
        background: #ddd; }
      #main-nav .menu-toggle span:after {
        bottom: -10px; }
      #main-nav .menu-toggle span:before {
        top: -10px; }
  #main-nav ul.menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    background: #fff;
    z-index: 1000; }
    #main-nav ul.menu > li {
      display: block;
      border-bottom: 1px solid #ddd;
      float: none;
      height: auto;
      min-height: 40px; }
      #main-nav ul.menu > li:before {
        display: none; }
      #main-nav ul.menu > li a {
        color: #000;
        height: 40px;
        line-height: 40px;
        padding-top: 0; }
        #main-nav ul.menu > li a:hover {
          color: #ffc0cb; }
      #main-nav ul.menu > li .sub-menu {
        position: static;
        width: auto;
        box-shadow: none;
        border-top: 1px solid #ddd;
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0; }
        #main-nav ul.menu > li .sub-menu li {
          display: block;
          margin-left: 40px;
          float: none;
          border-bottom: 1px solid #ddd; }
          #main-nav ul.menu > li .sub-menu li:before {
            display: none; }
          #main-nav ul.menu > li .sub-menu li:last-child {
            border-bottom: 0; }
          #main-nav ul.menu > li .sub-menu li a:hover {
            color: #ffc0cb; }

  .box-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0; }
    .box-nav h2, .box-nav h3, .box-nav h4 {
      display: none; }
    .box-nav .box-nav-part {
      height: auto;
      padding-left: 0;
      padding-right: 0;
      padding-top: 15px;
      padding-bottom: 15px; }
      .box-nav .box-nav-part p {
        margin: 0; }
      .box-nav .box-nav-part:hover, .box-nav .box-nav-part.active {
        padding-top: 15px;
        padding-bottom: 15px;
        border-top: 0;
        border-bottom: 5px solid #0274b3; }
      .box-nav .box-nav-part img {
        max-width: 40px;
        max-height: 40px; }

  .box-content {
    position: relative;
    padding-top: 100px; }
    .box-content .entry-title {
      display: block;
      background-size: 37px auto;
      background-position: 0 center;
      background-repeat: no-repeat;
      padding-left: 45px;
      color: #1f77b4;
      padding-top: 10px;
      padding-bottom: 10px; }
    .box-content .columns {
      padding-left: 0;
      padding-right: 0; }

  .box-main-part.part-efficiency .entry-title {
    background-image: url(./i/efficiency.png); }
  .box-main-part.box-environment .entry-title {
    background-image: url(./i/globe.png); }
  .box-main-part.box-safety .entry-title {
    background-image: url(./i/safety.png); }
  .box-main-part.box-costs .entry-title {
    background-image: url(./i/note.png); }
  .box-main-part.box-waste .entry-title {
    background-image: url(./i/trash.png); }
  .box-main-part p {
    font-size: 13px; }

  .mesh_section.section-hero {
    padding-top: 40px;
    background: #2f6986 !important; }
    .mesh_section.section-hero h1 {
      padding-bottom: 0.5rem;
      text-align: center;
      margin-top: 30%;
      font-size: 3.5rem;
      border-radius: 28px;
      padding-top: 0.5rem; }
    .mesh_section.section-hero h2 {
      margin-top: -24px;
      font-size: 2.5rem;
      background: rgba(20, 68, 101, 0.3);
      width: 90%;
      margin: 0 auto;
      border-radius: 8px;
      padding: 20px;
      margin-top: -11px; }
    .mesh_section.section-hero .hero-scroller {
      position: absolute;
      right: 4px;
      bottom: 20px;
      width: 50px;
      height: 50px;
      border: 3px solid #46778e;
      line-height: 50px; }
      .mesh_section.section-hero .hero-scroller span {
        width: 20px;
        height: 20px;
        background-size: cover; }

  .section-tiles {
    padding-top: 0; }
    .section-tiles .tile-part h2 {
      text-align: left;
      height: auto;
      border: 0;
      border-bottom: 1px solid #143342;
      line-height: 2.4;
      border-radius: 0;
      width: auto;
      margin-top: 40px; }

  .team-item {
    width: 100% !important; }

  .recent-news-image {
    width: 100%;
    margin-bottom: 25px; }

  #footer .about-us-wrap {
    display: none; } }
/* replicating the bootstrap container */
@media (min-width: 768px) {
  .mesh_section {
    width: 750px; }
    .mesh_section.section-hero .row,
    .mesh_section.section-hero .mesh-row, .mesh_section.section-highlight .row,
    .mesh_section.section-highlight .mesh-row, .mesh_section.section-tiles .row,
    .mesh_section.section-tiles .mesh-row {
      width: 750px; } }
@media (min-width: 992px) {
  .mesh_section {
    width: 970px; }
    .mesh_section.section-hero .row,
    .mesh_section.section-hero .mesh-row, .mesh_section.section-highlight .row,
    .mesh_section.section-highlight .mesh-row, .mesh_section.section-tiles .row,
    .mesh_section.section-tiles .mesh-row {
      width: 970px; } }
@media (min-width: 1200px) {
  .mesh_section {
    width: 1170px; }
    .mesh_section.section-hero .row,
    .mesh_section.section-hero .mesh-row, .mesh_section.section-highlight .row,
    .mesh_section.section-highlight .mesh-row, .mesh_section.section-tiles .row,
    .mesh_section.section-tiles .mesh-row {
      width: 1170px; } }

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