/* ==========================================================================

    Project: WAFRA
    Author: XHTMLized
    Last updated: Sun Jul 27 2014 18:56:41

    1. Normalize
    2. Common
    3. Wordpress
    4. Plugins
    5. Intro
    6. Team
    7. Page-static
    8. Contact-us
    9. Select-transactions-partners
    10. Rohelisem Capital-story
    11. Portfolio
    12. Post
    13. Portfolio-detail
    14. Leaving-wafra
    15. Graph
    16. Structure-of-operations1

   ========================================================================== */

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  height: auto !important;
  max-width: 100%;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ==========================================================================
   Custom Styling
   ========================================================================== */

/* Common
   ========================================================================== */

/* Acessibility navigation */
.accessibility-nav {
  position: absolute;
  top: 0;
  left: -9999em;
  z-index: 1000;
}

.accessibility-nav a {
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.accessibility-nav a:active,
.accessibility-nav a:focus {
  left: 9999em;
}

.hide {
  position: absolute !important;
  left: -9999em !important;
}

/* Image Replacement */
.ir {
  display: block;
  position: relative;
  overflow: hidden;
}

.ir span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

/* Container */
html {
  min-height: 100%;
  height: 100%;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  font-family: "Crimson Text", Georgia, serif;
  font-size: 15px;
  line-height: 1.4em;
  color: #757575;
  min-height: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

.container {
  position: relative;
  max-width: 990px;
  margin: 0 auto;
  width: 100%;
}

.link-blue {
  color: #25537d;
}

.link-yellow {
  color: #eadf37;
}

.link-green {
  color: #428964;
}

.link-gold {
  color: #cbb67c;
}

/* Header */
.header {
  background: #f8f8f8;
  height: 30px;
  position: relative;
  z-index: 1000;
}

.site-name {
  text-indent: -999999px;
  width: 138px;
  height: 30px;
}

.site-name span {
  background: url(../img/logo.png) no-repeat;
  background-size: 138px 30px;
  width: 138px;
  height: 30px;
  behavior: url(../js/backgroundsize.min.html);
}

.open-megamenu {
  font-size: 10px;
  cursor: pointer;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.open-megamenu:after {
  content: "";
  display: table;
  clear: both;
}

.open-megamenu p > span {
  padding-left: 72px;
  padding-right: 15px;
  width: 100%;
  height: 30px;
  display: block;
  z-index: 2;
  position: relative;
}

.open-megamenu p > span:before {
  content: '';
  position: absolute;
  left: 11px;
  top: 8px;
  background: url(../img/logo_sm.png);
  -webkit-background-size: 53px 12px;
  background-size: 53px 12px;
  width: 53px;
  height: 12px;
}

.open-megamenu > span {
  display: none;
  color: #4a4a4b;
  line-height: 31px;
  height: 30px;
  margin-right: 10px;
  letter-spacing: .04em;
}

.open-megamenu p {
  height: 30px;
  margin: 0;
  text-align: left;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: -.025em;
  position: relative;
  color: white;
}

/*.open-megamenu p:before {
  content: '';
  position: absolute;
  left: 11px;
  top: 8px;
  background: url(../img/logo.png);
  -webkit-background-size: 53px 12px;
  background-size: 53px 12px;
  width: 53px;
  height: 12px;
}*/

.open-megamenu p .ico-arrow {
  content: '';
  margin-right: 0;
  display: block;
  position: absolute;
  background: url(../img/arrow_nav.png);
  behavior: url(../js/backgroundsize.min.html);
  background-size: 12px 8px;
  width: 12px;
  height: 8px;
  right: 15px;
  top: 50%;
  margin-top: -4px;
  margin-left: 7px;
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: transform .3s ease-in;
  -webkit-transition: -webkit-transform .3s ease-in;
  -moz-transition: -moz-transform .3s ease-in;
  -o-transition: -o-transform .3s ease-in;
}

.open-megamenu.open-mm .ico-arrow {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.open-megamenu p.blue {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-top: none;
  border-bottom: none;
  background-color: #20486d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5a8dba), to(#20486d));
  background-image: -webkit-linear-gradient(top, #5a8dba, #20486d);
  background-image: linear-gradient(top, #5a8dba, #20486d);
  -pie-background: linear-gradient(#5a8dba, #20486d);
}

.open-megamenu p.gold {
/*  border: 1px solid rgba(255, 255, 255, 0.4);
  border-top: none;
  border-bottom: none;*/
  position: relative;
  z-index: 2;
  background-color: #CBB67C;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e0ca8c), to(#907b3f));
  background-image: -webkit-linear-gradient(top, #e0ca8c, #907b3f);
  background-image: linear-gradient(top, #e0ca8c, #907b3f);
  -pie-background: linear-gradient(#e0ca8c, #907b3f);
  transition: opacity .3s ease-in;
  -moz-transition: opacity .3s ease-in;
  -webkit-transition: opacity .3s ease-in;
}

.open-megamenu p.gold:after {
   content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 30px;
  width: 100%;
 background-color: #e0ca8c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#CBB67C), to(#907b3f));
  background-image: -webkit-linear-gradient(top, #CBB67C, #907b3f);
  background-image: linear-gradient(top, #CBB67C, #907b3f);
  -pie-background: linear-gradient(#CBB67C, #907b3f);
  opacity: 0;
  transition: opacity .3s ease-in;
  -moz-transition: opacity .3s ease-in;
  -webkit-transition: opacity .3s ease-in;
}

.open-megamenu p.gold:hover:after,
.open-mm p.gold:after {
  opacity: 1;
}

.open-megamenu p.green {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-top: none;
  border-bottom: none;
  background-color: #72a087;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#59866d), to(#72a087));
  background-image: -webkit-linear-gradient(top, #59866d, #72a087);
  background-image: linear-gradient(top, #59866d, #72a087);
  -pie-background: linear-gradient(#59866d, #72a087);
}

@media screen and (min-width: 460px) {
  .open-megamenu {
    padding-right: 15px;
  }

  .open-megamenu p {
    padding-right: 0;
    float: right;
    width: 272px;
  }

  .open-megamenu span {
    display: block;
    float: right;
  }

}

.megamenu {
  display: none;
/*  background: white url(../img/pattern.png) repeat;*/
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 100;
}

.megamenu img {
  opacity: .6;
}

/*.megamenu:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  background: url(../media/bg_map.png) no-repeat center center;
  width: 100%;
  height: 100%;
}*/

.megamenu .intro-menu {
  margin: 0 auto;
}

.megamenu .bg-mm {
   background-image: url(../img/pattern.png), url(../media/bg_map.png);
  background-position: left top, center center;
  background-repeat: repeat, no-repeat;
}

.megamenu .intro-menu p {
  margin: 0;
  text-align: center;
  color: #193c5a;
  position: relative;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 15px;
  padding: 20px 0 16px;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.megamenu .item-wcp,
.megamenu .item-wiag,
.megamenu .item-wic-ny {
  margin-bottom: 20px;
}

.megamenu .item-wcp div,
.megamenu .item-wiag div,
.megamenu .item-wic-ny div {
  -webkit-transition: border 0.3s ease-in, background 0.3s ease-out;
  transition: border 0.3s ease-in, background 0.3s ease-out;
  border: 4px solid #ebebeb;
  position: relative;
}

.megamenu .item-wcp div:before,
.megamenu .item-wiag div:before,
.megamenu .item-wic-ny div:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

.megamenu .item-wiag > div {
  background: #25537d;
}

.megamenu .item-wiag:hover > div {
  border-color: #ebebeb;
  background: #25537d;
}

.megamenu .item-wcp > div {
  background: #cbb67c;
}

.megamenu .item-wcp:hover > div {
  border-color: #ebebeb;
  background: #cbb67c;
}

.megamenu .item-wic-ny > div {
  background: #428964;
}

.megamenu .item-wic-ny:hover > div {
  border-color: #ebebeb;
  background: #428964;
}

.megamenu a {
  color: #25537d;
  font-size: 12px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  border: 4px solid #ebebeb;
  background: white;
  padding: 6px 15px;
  text-decoration: none;
  display: inline-block;
  margin: 20px 0 0;
  -webkit-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
}

.megamenu a:hover {
  background: rgba(235, 235, 235, 0.3);
}

@media screen and (min-width: 768px) {
  .megamenu .intro-menu {
    padding-bottom: 20px;
  }

}

/* Navigation */
.toggle-menu {
  float: right;
  font-size: 18px;
  margin-top: 10px;
  /*margin-right: 15px;*/
  color: white;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.toggle-menu span {
  display: block;
  width: 26px;
  height: 3px;
  background: #fff;
  margin-top: 5px;
}

.toggle-menu span:first-child {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .toggle-menu {
    display: none;
  }

}

.navigation {
  display: none;
  float: left;
  padding: 9px 0;
  margin: 0;
  list-style: none;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  width: 100%;
  z-index: 1;
  position: relative;
  font-size: 14px;
}

.navigation:after {
  content: "";
  display: table;
  clear: both;
}

.middle-box:after {
  content: "";
  display: table;
  clear: both;
}

.navigation li {
  width: 100%;
}

.navigation a:hover,
.navigation li.current-menu-item > a,
.navigation li.current-page-ancestor > a,
.navigation > li.current-menu-item > a {
  color: #cbb67c;
}

.navigation a {
  font-weight: 700;
  text-decoration: none;
  color: white;
  text-align: right;
  display: block;
  position: relative;
  padding: 7px 0;
}

.navigation a:hover {
  color: #cbb67c;
}

.navigation a:active, .navigation a:focus {
  color: #cbb67c;
  outline: 0 none;
}

.navigation .sub-menu a {
  color: #dadada;
    -webkit-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
}

@media screen and (min-width: 768px) {
  .navigation {
    width: auto;
    float: right;
    display: block !important;
    padding-bottom: 0;
  }

  .navigation li {
    float: left;
    width: auto;
    margin-left: 11px;
    position: relative;
  }

  .navigation a {
    position: relative;
  }

  .navigation > li {
    /*padding-bottom: 4px;*/
  }

  .navigation > li > a {
    padding-bottom: 19px;
  }
}

.page-wicny .navigation li {
  margin-left: 25px;
}

.divider-home {
  width: 100%;
  float: left;
  margin: 10px 0;
  background: rgba(255, 255, 255, 0.29);
  height: 4px;
  border: none;
}

@media screen and (min-width: 768px) {
  .divider-home {
    margin: 0 0 3px 0;
  }

}

.sub-menu {
  list-style: none;
  overflow: hidden;
  margin: 0;
  height: 0;
  opacity: 0;
/*  -webkit-transform: translateY(-1.5rem);
  -ms-transform: translateY(-1.5rem);
  transform: translateY(-1.5rem);
  -webkit-transition-delay: 0.15s, 0.1s, 0s;
  -webkit-transition: -webkit-transform 0.5s ease-out 0.15s, opacity 0.5s ease-out 0.1s, height 0.4s;
  transition: transform 0.5s ease-out 0.15s, opacity 0.5s ease-out 0.1s, height 0.4s;*/
}

.navigation .sub-menu {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.sub-menu.block {
  opacity: 1;
  top: 0;
  overflow: visible;
  position: relative;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  height: auto;
}

.sub-menu a {
  font-weight: 400;
}

.sub-menu a:hover {
  color: white;
}

@media screen and (min-width: 768px) {
  .sub-menu {
    position: absolute;
    width: 240px;
  }

  .sub-menu li {
    width: 100%;
    margin: 0;
    text-align: left;
  }

  .sub-menu a {
    padding: 8px 0 8px 15px;
    text-align: left;
  }

  .sub-menu a:before {
    content: none;
  }

}

.active-subnav .sub-menu {
  overflow: visible;
  height: auto;
  /*min-height: 100px;*/
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  padding: 5px 0;
}

.active-subnav.current-page-ancestor .sub-menu {
  -webkit-transition: none;
  transition: none;
}

@media screen and (min-width: 768px) {
  .active-subnav .sub-menu {
    margin: 0;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.75);
  }

  .active-subnav .dropdown-toggle {
    color: #cbb67c;
  }

  .active-subnav .dropdown-toggle:before {
    bottom: -16px;
    background: #cbb67c;
  }

  .page-wicny .navigation > li > a:hover, .page-wicny .navigation > li > a:active, .page-wicny .navigation > li > a:focus {
    color: #428964;
  }

  .page-wicny .navigation > li > a:hover:before {
    background: #428964;
  }

}

.dropdown-toggle:after {
  content: '';
  display: inline-block;
  background: url(../img/icons.png) 0 -42px;
  width: 8px;
  height: 6px;
  position: relative;
  top: -1px;
  margin: 0 0 0 10px;
}

@media screen and (min-width: 768px) {
  .dropdown-toggle {
    padding-right: 8px !important;
    -webkit-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
  }

  .navigation {
    height: 52px;
  }

  .navigation > li > a:before {
    content: '';
    position: absolute;
    height: 4px;
    width: 0;
    left: 0;
    bottom: 0;
    background: transparent;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
  }

  .desktop .navigation > li:hover > a:before, .mobile .navigation > li.menu-item-has-children:hover > a:before {
    width: 100%;
    bottom: 0;
    background: #cbb67c;
    opacity: 1;
  }

}

/* Content */
.wrapper {
  position: relative;
  overflow-x: hidden;
}

.hero {
  position: absolute;
  background: #000;
  width: 100%;
  z-index: 2;
  height: 570px;
}

.mobile .wrapper-hero-within {
  overflow-x: hidden;
}

.hero:before {
  content: none;
  position: absolute;
  left: -10%;
  top: 76%;
  width: 120%;
  height: 60%;
  background: white;
  -webkit-transform: rotate(11deg);
  -ms-transform: rotate(11deg);
  transform: rotate(11deg);
  border-top: 15px solid transparent;
  -webkit-backface-visibility: hidden;
}

.hero:after {
  content: none;
  width: 150%;
  height: 120%;
  background: #000;
  position: absolute;
  right: -50px;
  top: 0;
  -webkit-transform: rotate(11deg);
  -ms-transform: rotate(11deg);
  transform: rotate(11deg);
  z-index: -1;
}

.hero span {
  padding-top: 40px;
  /*  -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
  background-attachment: fixed;
  behavior: url(js/backgroundsize.min.html);
  background-position: center top;
  width: 100%;
  background-repeat: no-repeat;
  display: block;
  min-height: 600px;
}

@media screen and (min-width: 768px) {
  .hero:before {
    content: '';
  }

  .hero:after {
    content: '';
  }

}

.nav {
  position: relative;
  z-index: 100;
  padding: 30px 15px 10px;
}

.nav:after {
  content: "";
  display: table;
  clear: both;
}

.nav .site-name {
  float: left;
  left: 0;
  font-weight: 700;
  margin: 0;
  text-decoration: none;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: white;
}

@media screen and (min-width: 768px) {
  .nav {
    padding-top: 38px;
    padding-bottom: 0;
  }

  .nav .site-name {
    width: auto;
    height: auto;
    min-height: 30px;
    line-height: 48px;
    padding-left: 152px;
  }

}

@media screen and (min-width: 960px) {
  .nav .site-name {
    text-indent: 0;
  }

}

.hero-blue:before {
  border-top-color: #25537d;
}

.hero-gold:before {
  border-top-color: #cbb67c;
}

.hero-green:before {
  border-top-color: #428964;
}

@media screen and (min-width: 768px) {
  .hero-green .navigation li {
    margin-left: 28px;
  }

}

.bg1 {
  background-image: url(../media/hero2.jpg);
}

.bg2 {
  background-image: url(../media/hero3.jpg);
}

.bg3 {
  background-image: url(../media/hero4.jpg);
}

.bg4 {
  background-image: url(../media/hero5.jpg);
}

.bg5 {
  background-image: url(../media/hero6.jpg);
}

.bg7 {
  background-image: url(../media/hero7.png);
}

.bg8 {
  background-image: url(../media/hero8.jpg);
}

.bg9 {
  background-image: url(../media/hero9.jpg);
}

.bg10 {
  background-image: url(../media/hero10.jpg);
}

.bg11 {
  background-image: url(../media/hero11.jpg);
}

.bg12 {
  background-image: url(../media/hero12.jpg);
}

.bg13 {
  background-image: url(../media/hero13.jpg);
}

.bg14 {
  background-image: url(../media/hero14.png);
}

.bg15 {
  background-image: url(../media/hero15.png);
}

.bg16 {
  background-image: url(../media/hero16.png);
}

.bg17 {
  background-image: url(../media/hero17.png);
}

.bg18 {
  background-image: url(../media/hero18.jpg);
}

.bg19 {
  background-image: url(../media/hero19.jpg);
}

.bg20 {
  background-image: url(../media/hero20.html);
}

h2 {
  font-weight: 400;
  font-size: 22px;
  font-family: "Crimson Text", Georgia, serif;
  color: white;
  line-height: 1.4em;
  -webkit-font-smoothing: antialiased;
}

h3 {
  font-size: 24px;
  font-weight: 400;
  font-family: "Crimson Text", Georgia, serif;
  letter-spacing: .02em;
  -webkit-font-smoothing: antialiased;
}

h4 {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 10px;
}

@media screen and (min-width: 768px) {
  .content {
    padding: 0 15px;
  }

}

.main-area {
  background: #f8f8f8;
  position: relative;
  z-index: 3;
}

.main-area p {
  line-height: 1.75em;
  letter-spacing: .03em;
}

.btn {
  font-size: 12px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  border: 4px solid #ebebeb;
  background: rgba(255, 255, 255, 0.3);
  padding: 6px 9px;
  margin: 2px 0;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
}

.btn:hover {
  background: #fff;
}

.btn.btn-blue {
  color: #25537d;
}

.btn.btn-green {
  color: #428964;
}

.btn.btn-gray {
  color: #252525;
}

.main {
  position: relative;
  z-index: 3;
  padding: 15px 15px 20px;
}

.main:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 768px) {
  .main {
    padding: 22px 35px 0;
  }

}

.main-hero {
  padding: 0 15px;
  margin: 25px 0;
  position: relative;
  z-index: 3;
  color: white;
  max-width: 660px;
}

.main-hero.hero-width {
  max-width: 770px;
}

.main-hero h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

.main-hero a {
  display: block;
  text-transform: uppercase;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .05em;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .main-hero {
    padding-left: 35px;
    margin: 40px 0 35px;
  }

  .main-hero h2 {
    font-size: 28px;
  }

}

.pull-left {
  padding-bottom: 30px;
}

.pull-left img {
  width: 100%;
  display: block;
}

.pull-left p {
  margin: 16px 0;
}

.pull-left h3 {
  font-size: 21px;
  color: #252525;
  margin: 5px 0 15px;
  padding-bottom: 14px;
  border-bottom: 4px solid #ebebeb;
  letter-spacing: .02em;
}

@media screen and (min-width: 768px) {
  .pull-left {
    float: left;
    width: 50%;
    max-width: 445px;
    padding-right: 15px;
  }

  .pull-left p {
    padding-right: 10px;
  }

}

.pull-right > h3 {
  font-size: 21px;
  color: #252525;
  margin: 5px 0 15px;
  padding-bottom: 14px;
  border-bottom: 4px solid #ebebeb;
  letter-spacing: .02em;
}

@media screen and (min-width: 768px) {
  .pull-right {
    float: right;
    width: 50%;
    max-width: 445px;
    padding-left: 15px;
  }

}

.home-wiag .pull-left > h3,
.home-wiag .pull-right > h3 {
  color: #1d4b73;
}

.boxes {
  padding: 0;
  margin: 0;
  list-style: none;
}

.boxes li {
  display: block;
  position: relative;
  margin-bottom: 15px;
  border: 4px solid #ebebeb;
}


.boxes a {
  background: #f8f8f8;
  display: block;
  padding: 18px;
  -webkit-transition: background .25s ease-in;
  transition: background .25s ease-in;
  text-decoration: none;
}

.boxes a:hover {
  background: #fff;
}

.boxes a:hover .icon:before {
  right: -71px;
}

.boxes a:hover .icon:after {
  left: 0;
}

/*.boxes a:hover .ico23:before {
  right: 0;
}*/

/*.boxes a:hover .ico23:after {
  content: none;
}*/

.boxes .icon {
  position: absolute;
   -webkit-transition: right 0.05s linear 0.1s;
  transition: right 0.05s linear 0.1s;
}

.boxes.right .icon {
  right: 15px;
  top: 10px;
}

.boxes.right li .icon {
  -webkit-backface-visibility: hidden;
}

.boxes.boxes-top li .icon {
  -webkit-backface-visibility: hidden;
}

.boxes p {
  font-size: 13px;
  color: #a8a8a8;
  margin: 5px 0;
  line-height: 1.5em;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.boxes div {
  padding-left: 95px;
}

.boxes.right div {
  padding: 0 87px 0 0;
}

.boxes h3 {
  margin: 2px 0;
  padding: 0;
  font-size: 24px;
  color: #5f5e60;
}

.icon {
  background: #193c5a;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #193c5a), color-stop(49%, #193c5a), color-stop(49%, #193c5a), color-stop(50%, #1d4b73), color-stop(100%, #1d4b73));
  background: -webkit-linear-gradient(45deg, #193c5a 0%, #193c5a 49%, #193c5a 49%, #1d4b73 50%, #1d4b73 100%);
  background: linear-gradient(45deg, #193c5a 0%, #193c5a 49%, #193c5a 49%, #1d4b73 50%, #1d4b73 100%);
  -pie-background: linear-gradient(45deg, #193c5a 0%, #193c5a 49%, #193c5a 49%, #1d4b73 50%, #1d4b73 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#193c5a', endColorstr='#1d4b73',GradientType=1 );
  position: relative;
  display: block;
  width: 71px;
  height: 71px;
  overflow: hidden;
  border-radius: 100%;
}

.icon.ico-gray {
  background: #252525;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #252525), color-stop(49%, #252525), color-stop(50%, #444545), color-stop(100%, #444545));
  background: -webkit-linear-gradient(45deg, #252525 0%, #252525 49%, #444545 50%, #444545 100%);
  background: linear-gradient(45deg, #252525 0%, #252525 49%, #444545 50%, #444545 100%);
  -pie-background: linear-gradient(45deg, #252525 0%, #252525 49%, #444545 50%, #444545 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#252525', endColorstr='#444545',GradientType=1 );
}

.icon.ico-green {
  background: #72a087;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #72a087), color-stop(49%, #72a087), color-stop(49%, #72a087), color-stop(50%, #59866d), color-stop(50%, #59866d), color-stop(100%, #59866d));
  background: -webkit-linear-gradient(45deg, #72a087 0%, #72a087 49%, #72a087 49%, #59866d 50%, #59866d 50%, #59866d 100%);
  background: linear-gradient(45deg, #72a087 0%, #72a087 49%, #72a087 49%, #59866d 50%, #59866d 50%, #59866d 100%);
  -pie-background: linear-gradient(45deg, #72a087 0%, #72a087 49%, #72a087 49%, #59866d 50%, #59866d 50%, #59866d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72a087', endColorstr='#59866d',GradientType=1 );
}

.icon:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/ico.png);
  background-size: 71px 1693px;
  behavior: url(../js/backgroundsize.min.html);
  width: 71px;
  height: 71px;
  -webkit-transition: right 0.3s linear 0.1s;
  transition: right 0.3s linear 0.1s;
}

.icon:after {
  content: '';
  position: absolute;
  left: -71px;
  top: 0;
  background: url(../img/icon_hover.png) no-repeat center center;
   behavior: url(../js/backgroundsize.min.html);
  background-size: 16px 22px;
  width: 71px;
  height: 71px;
  -webkit-transition: left 0.4s linear;
  transition: left 0.4s linear;
}

.icon.ico2:before {
  background-position: 0 -71px;
}

.icon.ico3:before {
  background-position: 0 -145px;
}

.icon.ico4:before {
  background-position: 0 -213px;
}

.icon.ico5:before {
  background-position: 0 -497px;
}

.icon.ico6:before {
  background-position: 0 -355px;
}

.icon.ico7:before {
  background-position: 0 -568px;
}

.icon.ico8:before {
  background-position: 0 -284px;
}

.icon.ico9:before {
  background-position: 0 -426px;
}

.icon.ico10:before {
  background-position: 0 -707px;
}

.icon.ico11:before {
  background-position: 0 -781px;
}

.icon.ico12:before {
  background-position: 0 -852px;
}

.icon.ico13:before {
  background-position: 0 -923px;
}

.icon.ico14:before {
  background-position: 0 -994px;
}

.icon.ico15:before {
  background-position: 0 -1065px;
}

.icon.ico16:before {
  background-position: 0 -1136px;
}

.icon.ico17:before {
  background-position: 0 -1207px;
}

.icon.ico18:before {
  background-position: 0 -1278px;
}

.icon.ico19:before {
  background-position: 0 -1349px;
}

.icon.ico20:before {
  background-position: 0 -1423px;
}

.icon.ico21:before {
  background-position: 0 -1491px;
}

.icon.ico22:before {
  background-position: 0 -568px;
}

.icon.ico23:before {
  background-position: 0 -639px;
}

.icon.ico24:before {
  background-position: 0 -1562px;
}

.icon.ico25:before {
  background-position: 0 -1630px;
}

.icon.ico404:before {
  background: url(../img/404.png) no-repeat center center;
}

.top-boxes:after {
  content: "";
  display: table;
  clear: both;
}

.title {
  position: relative;
  z-index: 3;
  margin-top: 15px;
  background: rgba(23, 23, 23, 0.7);
  padding: 40px 15px;
  min-height: 120px;
}

.title .icon {
  position: absolute;
  top: 40px;
}

.title div {
  padding-left: 80px;
  letter-spacing: .02em;
}

.title h1 {
  color: white;
  font-size: 32px;
  margin: 0;
  font-weight: normal;
  line-height: 1em;
}

@media screen and (min-width: 768px) {
  .title {
    min-height: 146px;
    margin-top: 3px;
    padding: 44px 35px;
  }

  .title div {
    padding-left: 90px;
  }

}

.breadcrumbs {
  padding: 0;
  list-style: none;
  margin: 6px 0 0 0;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.breadcrumbs:after {
  content: "";
  display: table;
  clear: both;
}

.breadcrumbs li {
  float: left;
  position: relative;
  font-size: 14px;
  margin-right: 12px;
}

.breadcrumbs li.link-green {
  color: #67c391;
}

.breadcrumbs li:after {
  content: '>';
  color: white !important;
  position: relative;
  display: inline-block;
  right: -3px;
  top: -1px;
}

.breadcrumbs li:last-child:after {
  content: none;
}

.breadcrumbs li a {
  color: white;
  text-decoration: none;
}

.content-right h2 {
  color: #414042;
}

@media screen and (min-width: 768px) {
  .content-right {
    float: right;
    width: 65%;
    max-width: 665px;
    padding-bottom: 10px;
  }

}

@media screen and (min-width: 960px) {
  .content-right {
    padding-top: 8px;
    width: 74%;
  }

  .content-right .boxes li {
    margin-left: 0 !important;
    width: 48.2% !important;
  }

  .content-right .boxes li:nth-child(2n) {
    float: left !important;
    margin-left: 15px !important;
  }

  .content-right .boxes li:nth-last-child(1):nth-child(odd) {
    float: left !important;
  }
}

.entry-content:after {
  content: "";
  display: table;
  clear: both;
}

.entry-content p {
  margin: 0 0 28px;
  line-height: 1.7em;
  letter-spacing: -.005em;
  font-size: 16px;
}

.entry-content p.margin-none {
  margin-bottom: 0;
}

.entry-content > h3 {
  font-size: 16px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  margin: 25px 0 8px;
  color: #414042;
}

.entry-content.real-estate > h3{
  margin: 0;
}
.entry-content > h3.heading {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 4px solid #ebebeb;
}

.entry-content > h3.none {
  margin-top: 0;
}

.entry-content .boxes p {
  font-size: 13px;
}

.entry-content .divider {
  border: none;
  background: #ebebeb;
  height: 4px;
  width: 100%;
  margin: 15px 0 12px;
}

.entry-content .divider.top {
  margin-top: 7px;
}

@media screen and (min-width: 960px) {
  .entry-content .boxes {
    margin-bottom: 15px;
  }

  .entry-content .boxes:after {
    content: "";
    display: table;
    clear: both;
  }

  .entry-content .boxes li {
    float: left;
    width: 32.2%;
    margin-left: 15px;
  }

  .entry-content .boxes li a {
    padding: 30px 18px;
    min-height: 158px;
  }

  .entry-content .boxes li:first-child {
    margin-left: 0;
  }

  .entry-content .boxes h3 {
    line-height: 1em;
  }

  .entry-content .boxes p {
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 1.5em;
    letter-spacing: normal;
  }

  .entry-content > p {
    padding-right: 10px;
  }

}

.boxes-top p {
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .boxes-top {
    float: left;
  }

}

@media screen and (min-width: 960px) {
  .boxes-top {
    margin-bottom: 15px;
  }

  .boxes-top:after {
    content: "";
    display: table;
    clear: both;
  }

  .boxes-top li {
    float: left;
    width: 32.1%;
    margin-left: 15px;
  }

  .boxes-top li a {
    min-height: 120px;
     padding: 15px 18px;
  }

  .boxes-top li:first-child {
    margin-left: 0;
  }

  .boxes-top h3 {
    line-height: 1em;
  }

  .boxes-top p {
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 1.5em;
    letter-spacing: normal;
  }

}

.page-services > h3 {
  margin-top: 10px;
}

.page-services .general-list {
  margin-bottom: 30px;
}

.list {
  list-style: lower-roman;
  margin: 0;
  font-size: 16px;
  text-indent: 0;
  padding: 0 20px 0 0;
  line-height: 1.7em;
}

.list li {
  margin-bottom: 26px;
  padding-left: 0;
  list-style-position: inside;
}

.general-list {
  margin-bottom: 38px;
  font-size: 16px;
  margin-top: 0;
  text-indent: 0;
  padding: 0 20px 0 53px;
  line-height: 1.7em;
}

.general-list li {
  padding-left: 16px;
}

.general-list.gl1 {
  padding-left: 40px;
}

.general-list.gl1 li {
  padding-left: 0;
}

/* Sidebar */
.sidebar h3 {
  font-size: 21px;
  margin: 10px 0 0 0;
  color: #25537d;
}

.sidebar .divider {
  border: none;
  background: #EBEBEB;
  height: 4px;
  width: 100%;
  margin: 10px 0 0;
}

@media screen and (min-width: 768px) {
  .sidebar {
    width: 197px;
    float: left;
  }

}

.navbar {
  padding: 1px 0 30px 0;
  margin: 0;
  list-style: none;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.navbar li {
  border-bottom: 4px solid #ebebeb;
  padding: 4px 0;
  letter-spacing: -.01em;
}

.navbar .active-subnav .sub-menu {
  text-align: left;
}

.navbar li.current-menu-item {
  font-weight: 700;
}

.navbar a {
  padding: 3px 0;
  display: block;
  text-decoration: none;
  color: #414042;
}

.navbar .active-subnav .dropdown-toggle {
  font-weight: bold;
  color: #414042;
}

.navbar .active-subnav > a {
  font-weight: bold;
}

.navbar .sub-menu {
  position: relative;
  background: none;
  margin: 0;
  padding: 0 0 0 10px;
  min-height: 1px;
  width: auto;
}

.navbar .sub-menu a {
  color: #414042;
  padding: 0;
}

.navbar .sub-menu a:hover {
  color: #414042;
}

.navbar .sub-menu a.active-item, .navbar .sub-menu .current-menu-item a {
  color: #25537d;
  font-weight: 400;
}

.navbar .sub-menu li {
  border: none;
}

@media screen and (min-width: 768px) {
  .navbar {
    width: 100%;
  }

}

.margin-none p {
  margin-bottom: 0;
}

.middle-box {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  background-attachment: fixed;
  behavior: url(js/backgroundsize.min.html);
  /*background-position: center top;*/
  width: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: scroll;
  /*background-image: url(../media/misc_4a.jpg);*/
  z-index: 100;
  padding: 30px 15px;
  color: white;
  margin-bottom: 20px;
  position: relative;
  /*  &:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: .92;
      @include linear-gradient(#255f7d, #0d2a44);
    }
*/
float: left;
}

.middle-box.center {
  text-align: center;
}

.middle-box.center h3 {
  font-size: 29px;
}

.middle-box .charts-box1 {
  background: red;
  border: none;
  height: 250px;
  width: 100%;
}

.middle-box .legend1 {
  border: none;
  vertical-align: bottom;
}

.middle-box .legend1 h3 {
  font-size: 28px;
  margin-bottom: 20px;
}

.middle-box .charts-box {
  text-align: center;
  margin: 0 auto;
}

.middle-box > div {
  padding: 20px 0;
  position: relative;
}

.middle-box > div:last-child:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  border-bottom: 1px solid white;
}

.middle-box > div.legend1:before {
  content: none;
}

.middle-box h3 {
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 1em;
  letter-spacing: .01em;
  font-size: 58px;
}

.middle-box h3 span {
  line-height: 1em;
  display: block;
  font-size: 28px;
}

.middle-box h4 {
  margin: 0 0 5px;
  color: #eadf37;
  font-size: 12px;
  font-weight: 300;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  letter-spacing: .02em;
  text-transform: uppercase;
}

@media screen and (min-width: 540px) {
  .middle-box {
    /*display: table;*/
    /*padding: 40px 15px 50px;*/
    vertical-align: middle;
    /*table-layout: fixed;*/
  }

  .middle-box > div {
    padding: 0 20px;
    width: 50%;
    vertical-align: bottom;
    display: table-cell;
  }

  .middle-box > div:last-child:before {
    top: 0;
    height: 100%;
    border-bottom: none;
    width: 1px;
    left: 0;
    border-left: 1px solid white;
  }

  .middle-box > div.charts-box1 {
    float: right;
  }

  .middle-box > div.legend {
    width: 40%;
  }

  .middle-box > div.legend1:before {
    content: none;
  }

}

@media screen and (min-width: 768px) {
  .middle-box {
    margin-top: 15px;
  }

  .middle-box > div {
    padding: 0 60px;
  }

  .middle-box > div.legend, .middle-box > div.charts-box1 {
    padding: 0 20px;
  }

}

.desktop-box {
  display: none !important;
}

@media screen and (min-width: 540px) {
  .desktop-box {
    display: block !important;
  }

  .desktop-box.legend1 {
    display: table-cell !important;
  }

}

@media screen and (min-width: 540px) {
  .mobile-box {
    display: none !important;
  }

}

.desc {
  padding: 0 15px 20px;
}

.desc p {
  margin: 0;
  font-size: 12px;
  line-height: 1.2em;
}

@media screen and (min-width: 540px) {
  .desc {
    padding: 10px 35px 30px;
  }

}

.img {
  margin: 0 auto 20px;
  display: block;
  max-width: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .img {
    margin-bottom: 50px;
  }

}

.legend p {
  font-size: 18px;
  margin: 5px 0 15px;
}

.legend p span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  position: relative;
  top: -3px;
  width: 26px;
  height: 26px;
}

.legend p span.col-1 {
  background: #eadf37;
}

.legend p span.col-2 {
  background: white;
}

.table {
  width: 100%;
}

.table caption, span.tablepress-table-description {
  font-size: 16px;
  text-align: left;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  margin: 4px 0 10px;
  color: #414042;
  letter-spacing: .025em;
}

.table sup {
  position: relative;
  font-size: 9px;
  top: -3px;
}

.table thead {
  background: #ebebeb;
  border-bottom: 4px solid #d8d8da;
}

.table tfoot {
  background: #ebebeb;
  border-top: 4px solid #d8d8da;
}

.table tfoot td, table.table tfoot th {
  padding: 10px 15px 15px;
  font-size: 16px;
  color: #25537d;
  font-weight: 700;
  text-align: right;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  background: none;
}

.table tfoot td:first-child {
  width: 50%;
  text-align: left;
}

table.table thead th {
  padding: 15px 15px 10px;
  font-size: 16px;
  color: #25537d;
  text-align: right;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  background: none;
}

.table th:first-child {
  width: 50%;
  text-align: left;
}

.table tbody {
  background: #ebebeb;
}

.table tbody tr {
  padding: 0 10px;
}

.table tbody tr:last-child td {
  border: none;
}

.table tbody td {
  border-bottom: 1px solid #d8d8da;
  text-align: right;
  padding: 10px 15px 10px;
}

.table tbody td:first-child {
  text-align: left;
}

.chart {
  margin: 20px 0;
}

.chart .desc {
  border-top: 1px solid #d4d2d2;
  padding: 10px 0 0;
}

/* Footer */
@media screen and (min-width: 768px) {
  .footer-wrapper {
    padding: 0 15px;
  }

}

.footer-wrapper .top {
  /*  -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
  background-attachment: fixed;
  behavior: url(js/backgroundsize.min.html);
  background-position: center top;
  width: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: scroll;
  background-image: url(../media/misc_4a.jpg);
  padding: 20px 15px;
  position: relative;
}

.footer-wrapper .top:after {
  content: "";
  display: table;
  clear: both;
}

.footer-wrapper .top div {
  float: left;
  width: 80%;
}

.footer-wrapper .top .icon {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -36px;
}

.footer-wrapper .top h2 {
  margin: 0 0 12px;
  line-height: 1em;
  font-size: 34px;
  letter-spacing: -.02em;
  color: white;
}

.footer-wrapper .top p {
  color: white;
  font-size: 16px;
  margin: 0 0 5px;
}

.footer-wrapper .top a {
  display: block;
  font-weight: 300;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .02em;
}

@media screen and (min-width: 768px) {
  .footer-wrapper .top {
    padding: 35px 46px;
  }

  .footer-wrapper .top .icon {
    right: 46px;
    width: 94px;
    height: 94px;
    margin-top: -48px;
  }

  .footer-wrapper .top .icon:before {
    width: 94px;
    height: 94px;
    background: url(../img/arrow.png);
  }

}

.top-footer {
  position: relative;
  padding-top: 40px;
  /*  -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
  background-attachment: fixed;
  behavior: url(js/backgroundsize.min.html);
  background-position: center top;
  width: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: scroll;
  background-position: center bottom;
  min-height: 260px;
  overflow: hidden;
  z-index: 3;
}

.top-footer:before {
  content: '';
  position: absolute;
  left: 0;
  top: -150px;
  width: 120%;
  height: 100%;
  background: #F8F8F8;
  -webkit-transform: rotate(11deg);
  -ms-transform: rotate(11deg);
  transform: rotate(11deg);
  border-bottom: 12px solid transparent;
}

@media (max-width: 768px){
.top-footer {
  min-height: 300px;
}

.top-footer:before {
  top: -190px;
}
}
.top-footer.blue {
  /*    &:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(21,53,86, .5);
        z-index: 1;
      }
*/
}

.top-footer.blue:before {
  border-bottom-color: #25537d;
  -webkit-backface-visibility: hidden;
}

.top-footer.gold:before {
  border-bottom-color: #cbb67c;
  -webkit-backface-visibility: hidden;
}

.top-footer.green:before {
  border-bottom-color: #428964;
  -webkit-backface-visibility: hidden;
}

.footer-txt {
  z-index: 3;
  position: relative;
  padding: 85px 15px 0;
}

.footer-txt h2 {
  padding: 0;
  margin: 0;
  font-size: 50px;
  letter-spacing: .025em;
  line-height: .5em;
}

.footer-txt h2 span {
  font-size: 25px;
  margin: 0;
  line-height: 1.1em;
  padding-left: 3px;
}

.footer-txt a {
  display: block;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 10px 5px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .04em;
}

@media screen and (min-width: 768px) {
  .footer-txt {
    width: 80%;
    padding-top: 55px;
    padding-left: 35px;
  }

  .footer-txt h2 {
    font-size: 58px;
  }

  .footer-txt h2 span {
    font-size: 28px;
  }

}

.footer {
  position: relative;
  z-index: 100;
  margin: 0;
  background: #4a4a4b;
  color: #d0cdcd;
  font-size: 10px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  letter-spacing: .02em;
  padding: 25px 15px 15px;
}

.footer ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.footer ul:after {
  content: "";
  display: table;
  clear: both;
}

.footer li {
  float: left;
  margin-right: 15px;
  width: 100%;
}

.footer a {
  font-size: 11px;
  color: white;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .footer {
    padding-left: 35px;
    padding-right: 35px;
  }

  .footer li {
    width: auto;
  }

}

/* WordPress Default Styling
   ========================================================================== */

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  padding: 5px 3px 0 3px;
  max-width: 96%;
  /* Image does not overflow the content area */
  text-align: center;
  background: #fff;
  border: 1px solid #f0f0f0;
}

.wp-caption.aligncenter {
  margin: 5px auto 20px auto;
}

.wp-caption.alignnone {
  margin: 5px auto 20px auto;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  width: auto;
  height: auto;
  max-width: 98.5%;
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

/* Plugins
   ========================================================================== */

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
/*@font-face {
	font-family: 'flexslider-icon';
	src:url('fonts/flexslider-icon.eot');
	src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/flexslider-icon.woff') format('woff'),
		url('fonts/flexslider-icon.ttf') format('truetype'),
		url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

/*.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }

.flex-direction-nav a.flex-next:before  { content: '\f002'; }
*/
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }

}

/* Intro
   ========================================================================== */

.intro-page {
  background: rgba(239, 239, 239, 0.8) url(../img/pattern.png) repeat;
}

.intro {
  padding: 0 15px;
  padding-top: 25px;
  position: relative;
  background: white url(../img/pattern.png) repeat;
  min-height: 545px;
}

.intro h2 {
  font-size: 22px;
  line-height: 1.35em;
  text-align: center;
  color: #414042;
  font-weight: normal;
  margin: 36px auto 22px;
}

.intro .site-name {
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #25537d;
  width: 180px;
  height: 180px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.intro .site-name span {
  background-position: center center;
  width: 100%;
  height: 100%;
}

.intro p {
  text-align: center;
  color: #193c5a;
  position: relative;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding-bottom: 60px;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.intro p:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/icons.png);
  width: 35px;
  height: 34px;
  bottom: 10px;
}

.intro:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 60px;
  background: url(../media/bg_map.png) no-repeat center top;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .intro {
    padding-top: 36px;
  }

  .intro .site-name {
    width: 221px;
    height: 221px;
  }

  .intro h2 {
    font-size: 28px;
  }

}

.intro-menu {
  position: relative;
  max-width: 1020px;
  margin: -20px auto 0;
  padding: 0 15px;
}

.intro-menu:after {
  content: "";
  display: table;
  clear: both;
}

.intro-menu .item-wcp,
.intro-menu .item-wiag,
.intro-menu .item-wic-ny {
  display: block;
  margin: 0 auto 20px;
}

.intro-menu .item-wcp img,
.intro-menu .item-wiag img,
.intro-menu .item-wic-ny img {
  opacity: .6;
}

.intro-menu .item-wcp:hover img,
.intro-menu .item-wiag:hover img,
.intro-menu .item-wic-ny:hover img {
  opacity: .6;
}

.intro-menu .item-wcp div,
.intro-menu .item-wiag div,
.intro-menu .item-wic-ny div {
  -webkit-transition: border 0.3s ease-in, background 0.3s ease-out;
  transition: border 0.3s ease-in, background 0.3s ease-out;
  border: 4px solid #ebebeb;
  position: relative;
  cursor: pointer;
}

.intro-menu .item-wcp div:before,
.intro-menu .item-wiag div:before,
.intro-menu .item-wic-ny div:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 1);
  width: 100%;
  height: 100%;
}

.intro-menu div.h2wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: none;
  transition: none;
  border: 0;
}

.intro-menu div.h2wrap:before {
  content: none;
}

.intro-menu h2 {
  margin: auto;
  /*position: absolute;*/
  width: 100%;
  min-height: 100%;
  display: table;
  /*vertical-align: middle;*/
  color: #fff;
  font-size: 22px;
  text-align: center;
  font-weight: normal;
  z-index: 2;
  line-height: 1.15em;
  /*top: 50%;*/
  margin: 0 auto;
  bottom: auto;
/*  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);  */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
}

.intro-menu:hover h2 span {
/*  -webkit-transform: none;
  -ms-transform: none;
  transform: none;*/
}

.intro-menu h2 span {
  display: table-cell;
  vertical-align: middle;
  /*height: 100%;*/
}

.intro-menu img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .intro-menu .item-wcp,
  .intro-menu .item-wiag,
  .intro-menu .item-wic-ny {
    display: inline-block;
    vertical-align: top;
    width: 35%;
    padding: 0 15px;
  }
	.intro-menu .item-wic-ny {
    display: block;
    width: 100%;
    clear: both;
    max-width: 40%;
    margin-bottom: 0;
  }
  .intro-menu .item-wic-ny h2>span {
    padding: 0 10px;
  }

}

@media screen and (min-width: 960px) {
  .intro-menu {
    margin-top: -62px;
  }

}

.item-wic-ny>div {
  height: 85px;
  background-size: cover;
}

.item-wic-ny>div::before {
    background: rgba(0, 0, 0, .5) !important;
}

.item-wic-ny h2 {
  font-size: 20px;
}

.item-wiag:hover div {
  /*border-color: #25537d;*/
  /*background: #25537d;*/
}

.item-wcp:hover div {
  /*border-color: #cbb67c;*/
  /*background: #cbb67c;*/
}

.item-wic-ny:hover div {
  /*border-color: #428964;*/
  /*background: #428964;*/
}

.copy-intro {
  margin: 0;
  text-align: center;
  font-size: 11px;
  color: #585858;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  letter-spacing: .02em;
  padding: 10px 20px 35px;
}

@media screen and (min-width: 768px) {
  .copy-intro {
    padding-top: 60px;
  }

}

/* Team
   ========================================================================== */

.team {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 26px;
  margin: 10px 0 16px;
}

.team:after {
  content: "";
  display: table;
  clear: both;
}

.team.blue h3 {
  color: #25537d;
}

.team.last {
  border-bottom: none;
}

.team .pull-left {
  padding-bottom: 0;
}

.team p {
  /*display: inline;*/
}

.team .link-green {
  color: #59866d;
}

.team h3 {
  border: none;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #252525;
  margin: 3px 0 0;
  letter-spacing: .02em;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
}

.team h4 {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .team .pull-left {
    width: 25%;
    max-width: 230px;
  }

  .team .pull-right {
    width: 73%;
    max-width: 650px;
    padding-left: 0;
  }

}

.expand-toggle {
  display: block;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  margin: 10px 0 0;
}

.expand-bio {
  display: none;
}

.expand-bio-active .expand-bio {
  display: inline;
}

.expand-bio-active .expand-bio.block {
  display: block;
}

.expand-bio-active .expand-bio.block p {
  margin-top: 15px;
}

.team .intro-bio p, .team .full-bio p, .team .full-hidden-bio {
  margin-bottom: 0;
}

/* Static Page
   ========================================================================== */

.page-static {
  padding-bottom: 8px;
}

.page-static p {
  margin-top: 8px;
  line-height: 1.8em;
  margin-bottom: 26px;
  letter-spacing: .04em;
}

.page-static h3 {
  font-size: 16px;
  font-family: 'Crimson Text', Georgia, serif;
  margin: 5px 0 8px;
  color: #414042;
  -webkit-font-smoothing: antialiased;
}

.page-static .boxes h3 {
  font-size: 24px;
}

.page-static .divider {
  border: none;
  background: #EBEBEB;
  height: 4px;
  width: 100%;
  margin: 10px 0 8px;
}

/* Contact Us
   ========================================================================== */

.contact:after {
  content: "";
  display: table;
  clear: both;
}

.contact h2 {
  font-size: 21px;
  color: #1D4B73;
  margin: 5px 0 15px;
  padding-bottom: 9px;
  border-bottom: 4px solid #ebebeb;
  letter-spacing: .02em;
}

.contact img {
  display: block;
}

.contact p {
  margin: 0 0 6px;
  line-height: 1.3em;
}

.contact p a {
  display: block;
  text-decoration: none;
  color: #25537d;
}

.contact p a.link-green {
  color: #3a7d58;
}

.contact p a.link-gold {
  color: #cbb67c;
}

.contact h3 {
  font-size: 16px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  letter-spacing: .02em;
  border: none;
  padding-bottom: 0;
  margin-bottom: 6px;
}

.contact h4 {
  font-size: 15px;
  padding: 0;
  margin: 0 0 7px;
  font-weight: normal;
  letter-spacing: .02em;
}

.contact .vcard {
  color: #414042;
  padding-bottom: 22px;
  border-bottom: 4px solid #EBEBEB;
  margin-bottom: 22px;
  margin-top: 20px;
}

.contact .vcard .adr {
  margin-bottom: 32px;
}

.contact .vcard .adr p {
  margin: 0;
  font-size: 21px;
  letter-spacing: .02em;
  line-height: 1.3em;
}

.contact .pull-left {
  padding-bottom: 0;
}

.box-info {
  margin-bottom: 25px;
}

@media screen and (min-width: 480px) {
  .box-info {
    float: left;
    width: 50%;
    padding-right: 20px;
  }

}

.contact-form p {
  line-height: 1.7em;
}

.contact-form form {
  margin: 16px 0;
}

.contact-form .label {
  display: block;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #414042;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 8px;
}

.contact-form .gform_wrapper form input[type=text],
.contact-form .gform_wrapper form input[type=email],
.contact-form .gform_wrapper form textarea {
  background: #ebebeb;
  height: 40px;
  border: none;
  width: 100%;
  padding: 0 0 0 10px;
  color: #939393;
  font-size: 12px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 300;
  margin: 6px 0;
}

.contact-form .gform_wrapper form textarea {
  height: 80px;
  padding-top: 10px;
  resize: none;
}

.contact-form label {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}

.contact-form input[type=submit] {
  color: #cbb67c;
  font-size: 14px;
  line-height: 1em;
  background: #f0f1f1;
  border: 4px solid #ebebeb;
  text-transform: uppercase;
  padding: 9px 12px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin: -5px 0 0 0;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.contact-form input[type=submit]:hover {
  background: #fff;
}

.page-wicny .contact-form input[type=submit] {
  color: #59866d;
}

.contact-form input[type=submit].link-green {
  color: #59866d;
}

.contact-form input[type=submit].link-gold {
  color: #cbb67c;
}

.contact-form .gform_title {
  display: none;
}

.contact-form .gform_wrapper .gform_body li {
  margin-top: 0;
}

/* Custom Select */
.custom-select {
  background: #ebebeb;
  height: 40px;
  display: block;
  width: 100%;
  border: none;
  position: relative;
  width: 100%;
  padding: 0 0 0 10px;
  color: #939393;
  font-size: 12px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 300;
  margin: 6px 0 15px;
}

.custom-select.open {
  z-index: 1001;
}

.custom-select.open .custom-select-wrapper {
  width: 100%;
  left: 0;
  z-index: 1001;
  margin: 0;
  background: #ebebeb;
  top: 39px;
  display: block;
}

.custom-select a.current-selected {
  display: block;
  cursor: pointer;
  height: 40px;
  padding: 13px 21px 8px 0;
  text-decoration: none;
  background: url(../img/arrow_select.png) no-repeat right 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  position: relative;
  z-index: 2;
  line-height: normal;
  font-weight: 400;
  -webkit-transition: none;
  transition: none;
  color: #939393;
}

.custom-select a.current-selected:focus {
  outline: 0 none;
}

.custom-select .custom-select-wrapper {
  position: absolute;
  left: -99999em;
  z-index: 1000;
  width: 100%;
  padding: 0;
  border-top: 1px solid #d0cdcd;
}

.custom-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-select ul li {
  margin: 0;
  text-align: left;
  border: none;
}

.custom-select ul li:last-child a {
  border-bottom: none;
}

.custom-select ul a {
  display: block;
  padding: 3px 10px 3px 10px;
  text-decoration: none;
  color: #939393;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.875em;
  font-weight: 300;
  font-size: 12px;
  -webkit-transition: none;
  transition: none;
}

.custom-select ul a:hover {
  background: #d0cdcd;
}

/* end of custom select */
/* Select Transactions & Partners
   ========================================================================== */

.box-general {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  margin: 0 0 21px;
}

.box-general:after {
  content: "";
  display: table;
  clear: both;
}

.box-general.blue h3 {
  color: #25537d;
}

.box-general .expand-toggle {
  display: block;
  margin-bottom: 0;
}

.box-general.last {
  border-bottom: none;
}

.box-general .pull-left {
  padding-bottom: 0;
}

.box-general p {
  display: block;
  margin-bottom: 0;
}

.box-general .link-green {
  color: #59866d;
}

.box-general h3 {
  border: none;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #252525;
  margin: 0 0 5px;
  letter-spacing: .02em;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
}

.box-general h4 {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
}

.box-general img {
  width: auto;
  margin: 0 0 30px;
}

@media screen and (min-width: 768px) {
  .box-general .pull-left {
    width: 30%;
    max-width: 230px;
  }

  .box-general .pull-right {
    width: 64.5%;
    max-width: 650px;
    padding-left: 0;
  }

  .box-general img {
    width: auto;
    margin: 0 auto 30px;
  }

}

/* Rohelisem Capital Story
   ========================================================================== */

.timeline .icon {
  color: white;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  text-align: center;
  font-weight: 400;
  letter-spacing: .02em;
  padding-top: 25px;
  font-size: 17px;
}

.timeline .icon:before {
  content: none;
}

.box-full {
  position: relative;
  padding: 22px 10px;
}

.box-full:after {
  content: "";
  display: table;
  clear: both;
}

.box-full .icon {
  width: 70px;
  margin-bottom: 20px;
  height: 70px;
}

.box-full > div p:last-child {
  margin-bottom: 0;
}

.box-full:nth-child(even) {
  background: #ebebeb;
  padding: 33px 10px;
}

@media screen and (min-width: 480px) {
  .box-full .icon {
    position: absolute;
    left: 10px;
  }

  .box-full > div {
    display: table;
    padding-left: 80px;
    float: left;
    font-size: 15px;
    min-height: 93px;
    vertical-align: middle;
  }
}

@media screen and (min-width: 960px) {
  .box-full {
    min-height: 135px;
  }

  .box-full .icon {
    font-size: 20px;
    width: 95px;
    height: 95px;
    padding-top: 35px;
    left: 25px;
  }

  .box-full > div {
    padding-left: 145px;
    padding-right: 10px;
  }

  .box-full > div div {
    display: table-cell;
    vertical-align: middle;
  }

  .box-full > div p {
    margin-bottom: 20px;
  }
}

.scroll-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 4px solid #ebebeb;
}

.scroll-nav:after {
  content: "";
  display: table;
  clear: both;
}

.scroll-nav li {
  margin: 10px 0;
  width: 100%;
}

.scroll-nav a {
  display: inline-block;
  color: #414042;
  text-decoration: none;
  position: relative;
  border-bottom: 4px solid transparent;
}

.scroll-nav a:before {
  display: none;
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: #25537d;
}

@media screen and (min-width: 480px) {
  .scroll-nav li {
    float: left;
    padding-top: 4px;
    width: auto;
    padding-bottom: 4px;
    margin-left: 10px;
  }

  .scroll-nav li:first-child {
    margin-left: 0;
  }

  .scroll-nav a {
    border: none;
  }

}

@media screen and (min-width: 768px) {
  .page-story {
    padding-right: 0;
  }

  .page-story .entry-content > p {
    padding-right: 20px;
  }
}

@media screen and (min-width: 960px) {
  .page-story .entry-content {
    width: 75%;
    max-width: 700px;
  }

  .page-story .entry-content > p {
    padding-right: 40px;
  }

  .scroll-nav li {
    margin-right: 65px;
  }

  .scroll-nav li:first-child {
    margin-right: 25px;
  }

  .scroll-nav li:last-child {
    margin-right: 0;
  }
}

.active-subnav:before {
  display: block;
}

/* Portfolio
   ========================================================================== */

.portfolio h4 {
  font-weight: 300;
  margin: 2px 0 2px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.portfolio h4 strong {
  font-weight: 400;
}

.portfolio .box-full {
  text-align: center;
}

.portfolio .box-full:nth-child(odd) {
  background: #ebebeb;
}

.portfolio .box-full:nth-child(even) {
  background: transparent;
}

.portfolio .box-full p {
  margin-bottom: 0;
}

.portfolio .box-full a {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .portfolio {
    padding-right: 0;
  }

  .portfolio .box-full {
    text-align: left;
  }

  .portfolio .box-full img {
    margin-bottom: 0;
  }

}

@media screen and (min-width: 960px) {
  .portfolio .box-full > div {
    width: 70%;
    float: left;
    padding-left: 0;
  }

}

.portfolio .box-full .img-center {
  -webkit-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden !important;
  width: 100px;
  height: 100px;
  position: relative;
  margin: 0 auto 15px;
  box-sizing: border-box;
  transition: none;
  z-index: 100;
}

.portfolio .box-full img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100% !important;
  max-width: none !important;
  width: auto;
}

@media screen and (min-width: 768px) {
  .portfolio .box-full .img-center {
    float: left;
    margin-right: 25px;
    margin-left: 25px;
  }
}

.detail .slides {
  padding: 0;
  list-style: none;
  margin: 0;
}

.detail .slides li {
  display: none;
}

.detail h1 {
  margin: 0 0 10px;
}

.detail header p {
  font-size: 14px !important;
}

.detail header p a {
  font-weight: 400;
  margin-left: 5px;
}

.slider {
  position: relative;
  margin-top: 20px;
  margin-bottom: 18px;
}

.slider img {
  display: block;
  width: 100%;
}

.slider .flex-direction-nav {
  opacity: 1;
}

.slider .flex-direction-nav a {
  border-radius: 100%;
  opacity: 1;
  display: block;
  background-image: url(../img/icons.png);
  width: 37px;
  height: 36px;
  margin-top: -15px;
  background-color: #4a4a4b;
}

.slider .flex-direction-nav a.flex-prev {
  background-position: 0 -62px;
  left: 20px;
}

.slider .flex-direction-nav a.flex-next {
  background-position: 0 -98px;
  right: 20px;
}

@media screen and (min-width: 960px) {
  .info {
    float: left;
    width: 50%;
    padding-right: 25px;
  }

}

.property {
  margin-top: 20px;
  padding: 20px 28px;
  margin-bottom: 10px;
  background: #ebebeb;
}

.property table {
  width: 100%;
  table-layout: fixed;
}

.property caption {
  font-size: 16px;
  font-weight: 700;
  color: #25537d;
  text-align: left;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  padding-bottom: 10px;
}

.property tr {
  border-bottom: 1px solid #d8d8da;
}

.property tr:last-child {
  border: none;
}

.property td {
  vertical-align: top;
  padding: 9px 0;
  font-size: 16px;
}

.property td:last-child {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .property {
    margin-bottom: 30px;
  }

}

@media screen and (min-width: 960px) {
  .property {
    margin-top: 5px;
    float: right;
    width: 50%;
  }

}

/* Post
   ========================================================================== */

.post {
  padding-bottom: 5px;
}

.post h4 {
  color: #25537d;
  font-weight: 300;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}

.post h1 {
  font-size: 34px;
  font-weight: 400;
  line-height: 1em;
}

.post h2 {
  font-size: 24px;
  margin: 5px 0;
}

.post p {
  margin-bottom: 10px;
}

.post p a {
  color: #25537d;
  text-decoration: none;
  font-weight: 700;
}

.post header p {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.post .more {
  display: block;
  color: #25537d;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  text-decoration: none;
}

.pagination {
  position: relative;
  color: #25537d;
  font-size: 12px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 15px 0 0;
  padding: 5px 18px 0;
}

@media screen and (min-width: 768px) {
  .pagination {
    padding-bottom: 5px;
    margin-bottom: 15px;
  }

}

.pagination a {
  display: block;
  position: absolute;
  width: 13px;
  height: 14px;
  top: 7px;
  background: url(../img/icons.png);
}

.pagination a.prev {
  background-position: 0 -48px;
  left: 0;
}

.pagination a.next {
  background-position: -13px -48px;
  right: 0;
}

.related-news > h2 {
  font-size: 21px;
  color: #25537d;
  margin-bottom: 10px;
}

.related-news div {
  margin-bottom: 15px;
}

.related-news div h4 {
  font-size: 10px;
  font-weight: 300;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0;
  color: #25537d;
}

.related-news div h2 {
  font-size: 18px;
  margin: 0;
}

.related-news div a {
  display: block;
  margin: 0;
  text-decoration: none;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #25537d;
  font-size: 12px;
}

@media screen and (min-width: 640px) {
  .related-news > h2 {
    margin-bottom: 20px;
  }

  .related-news div {
    padding-left: 15px;
    float: left;
    width: 50%;
    margin-bottom: 40px;
    padding-right: 30px;
    border-left: 5px solid #25537d;
  }

}

/* Portfolio Detail
   ========================================================================== */

/* Leaving Rohelisem Capital
   ========================================================================== */

.page-leaving .title {
  padding-bottom: 25px;
}

.page-leaving .title div {
  padding: 0;
}

.page-leaving .title p {
  font-size: 24px;
  color: white;
  margin: 15px 0;
  line-height: 1.3em;
}

.page-leaving .btn {
  margin-top: 10px;
  margin-bottom: 10px;
  background: white;
  color: #cbb67c;
  margin-right: 15px;
}

.page-leaving .btn.btn-blue {
  background: #cbb67c;
  color: white;
}

/* Graph
   ========================================================================== */

.graph {
  padding: 0;
  margin: 20px 0 25px;
  list-style: none;
  text-align: center;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #414042;
  font-weight: 700;
}

.graph li {
  width: 100%;
  display: table;
  position: relative;
}

.graph li.line:after {
  content: '';
  display: block;
  width: 4px;
  height: 41px;
  margin: 3px auto;
  background: #ebebeb;
}

.graph .line-1 {
  display: block;
  max-width: 60%;
  margin: 3px auto;
}

.graph p {
  margin: 0;
  font-size: 14px;
  display: table-cell;
  width: 50%;
  text-align: center;
}

.graph span {
  font-weight: 300;
  display: block;
}

@media screen and (min-width: 768px) {
  .graph {
    margin: 40px 0;
  }

  .graph .line-1 {
    max-width: 100%;
  }

}

.line-1 {
  display: block;
  max-width: 60%;
  margin: 3px auto;
}

.structure {
  padding: 0;
  margin: 5px 0 0 0;
  list-style: none;
}

.structure .blue {
  background-color: #25537d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3e719f), to(#25537d));
  background-image: -webkit-linear-gradient(top, #3e719f, #25537d);
  background-image: linear-gradient(top, #3e719f, #25537d);
  -pie-background: linear-gradient(#3e719f, #25537d);
  padding: 5px 4px;
}

.structure .gold {
  background-color: #97844f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cbb67c), to(#97844f));
  background-image: -webkit-linear-gradient(top, #cbb67c, #97844f);
  background-image: linear-gradient(top, #cbb67c, #97844f);
  -pie-background: linear-gradient(#cbb67c, #97844f);
  padding: 5px 4px;
}

.structure p {
  margin: 0;
}

.structure .line-1 {
  margin-top: -5px;
  margin-bottom: -5px;
}

.structure h3 {
  font-size: 24px;
  color: white;
  text-align: center;
  margin: 0;
  line-height: 1.1em;
  padding: 10px 0 2px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.structure h3 span {
  font-size: 13px;
  color: #a8a8a8;
  display: block;
}

.structure .white {
  background: white;
  border: 4px solid #ebebeb;
  color: #414042;
  font-size: 18px;
  min-height: 100%;
  padding: 8px 5px;
  text-align: center;
  margin: 0;
  line-height: 1.2em;
}

.structure h4 {
  color: #b3b3b3;
  font-size: 14px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  margin: 10px 0;
  text-align: left;
}

.structure .gray {
  background-color: #2f2f30;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#616161), to(#2f2f30));
  background-image: -webkit-linear-gradient(top, #616161, #2f2f30);
  background-image: linear-gradient(top, #616161, #2f2f30);
  -pie-background: linear-gradient(#616161, #2f2f30);
  padding: 5px 4px;
  margin-top: 20px;
}

.structure .col-6 {
  display: table-cell;
  padding: 5px 10px 8px 0;
  width: 48%;
  min-height: 100%;
  text-align: center;
  line-height: 1em;
}

.structure .col-6:last-child {
  padding-left: 10px;
  padding-right: 0;
}

.structure .col-6 span {
  display: block;
  color: #a8a8a8;
  font-size: 11px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}

@media screen and (min-width: 768px) {
  .structure {
    margin-bottom: 30px;
  }

}

.row {
  display: table;
  width: 100%;
}

.caption {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}

.caption .blue {
  max-width: 320px;
  margin: 0 auto;
}

.caption .gold {
  max-width: 320px;
  margin: 0 auto;
}

.caption h3 {
  position: relative;
  padding: 10px 15px;
}

.caption h3:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 86px;
  width: 4px;
  background: #ebebeb;
  bottom: -92px;
}

@media screen and (min-width: 768px) {
  .caption {
    margin-bottom: 25px;
  }

  .caption h3:after {
    height: 120px;
    bottom: -126px;
  }

}

.col-4 {
  width: 33%;
  height: 100%;
  padding: 5px 5px 8px;
  display: table-cell;
}

.col-4 h3 {
  width: 100%;
  padding-bottom: 8px;
  min-height: 100px;
}

.col-4:first-child {
  padding-left: 0;
}

.col-4:last-child {
  padding-right: 0;
}

.col-4 h3 {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .col-4 h3 {
    font-size: 28px;
    min-height: 120px;
  }

}

.col-6 h3 {
  font-size: 16px;
  min-height: 80px;
}

.col-6 .col-12 {
  margin-bottom: 10px;
}

.col-6 .col-12:after {
  content: "";
  display: table;
  clear: both;
}

.col-6 .col-12 p {
  padding-left: 10px;
  float: left;
  width: 80%;
  text-align: left;
}

.col-6 .col-12 span {
  padding-right: 5px;
  text-align: right;
  float: right;
  width: 20%;
  padding-top: 8px;
}

.col-6 span {
  line-height: 1.1em;
}

.col-6 .col-4 {
  display: block;
  width: 100%;
  padding: 0 0 10px;
}

@media screen and (min-width: 960px) {
  .col-6 h3 {
    font-size: 28px;
    padding: 15px;
    min-height: 110px;
  }

  .col-6 .col-4 {
    display: inline-block;
    width: 33%;
    padding: 0 5px 10px;
  }

  .col-6 .col-4:first-child {
    padding-left: 0;
  }

  .col-6 .col-4:last-child {
    padding-right: 0;
  }

}

.str1 .caption h3 {
  padding: 15px;
}

.str1 .caption h3:after {
  content: none;
}

.str1 .line-1 {
  margin-top: 3px;
}

/* Structure of Operations1
   ========================================================================== */



.side-chart {
  float: left;
}

.chart-percent {
  text-align: left;
  color: #eadf37;
font-weight: 400;
margin: 0 0 10px;
line-height: 1em;
letter-spacing: .01em;
font-size: 64px;
font-family: "Crimson Text", Georgia, serif;
padding-left: 8px;
padding-top: 20px;
position: relative;
-webkit-font-smoothing: antialiased;
}

.chart-percent span {
  font-size: 36px;
  position: absolute;
  top: 10px;
}

.chart-sub {
  line-height: 1em;
display: block;
font-size: 28px;
font-family: "Crimson Text", Georgia, serif;
letter-spacing: .01em;
font-weight: 400;
max-width: 165px;
text-align: left;
-webkit-font-smoothing: antialiased;
}

.contact-form .gform_wrapper div.validation_error {
  font-weight: normal;
  font-size: 16px;
  color: #ba3535;
}

.contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
background: none !important;
margin: 0 !important;
border: 0 !important;
padding: 0 !important;
}

.contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0;
  max-width: 100%;
}

.contact-form .gform_wrapper .top_label textarea.textarea {
  width: 100%;
}

.contact-form .gform_wrapper li.gfield_error input[type=text] {
  border: 0 !important;
}

.contact-form  .gform_wrapper form .gfield_description.validation_message {
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  right: 0;
  top: -19px;
  text-transform: uppercase;
  color: #ba3535;
  font-weight: normal !important;
  float: right;
  width: auto !important;
  font-size: 12px !important;
}

.contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  position: relative;
}

.full-hidden-bio {
  display: none;
  overflow: hidden;
}

.entry-content a,
.entry-content a:hover,
.entry-content a:active,
.entry-content a:focus,
.entry-content a:visited {
  color: #cbb67c;
}

.page-wicny .entry-content a,
.page-wicny .entry-content a:hover,
.page-wicny .entry-content a:active,
.page-wicny .entry-content a:focus,
.page-wicny .entry-content a:visited {
  color: #67c391;
}

.page-wicny .page-leaving .btn {
  color: #428964;
}

.page-wicny .page-leaving .btn.btn-blue {
  background: #428964;
  color: #fff;
}

.entry-content .megamenu {
  background: none;
}

.entry-content .megamenu:before {
  background: none;
}

/*.entry-content .intro-menu {
  padding: 0;
  width: 100%;
}*/

.structure .gold {
  background: #cbb67c;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cbb67c), color-stop(100%, #97844f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #cbb67c 0%, #97844f 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#cbb67c), to(#97844f));
  background: linear-gradient(to bottom, #cbb67c 0%, #97844f 100%);
  /* W3C */
  -pie-background: linear-gradient(#cbb67c 0%, #97844f 100%);
  behavior: url(../js/PIE.html);
  position: relative;
  padding: 5px 4px;
}

.structure .gold h3 span {
  color: #3f3f3f;
}


.structure .col-3 {
  width: 50%;
  float: left;
  padding: 0 5px 8px;
  display: inline-block;
  vertical-align: top;
}

.structure .col-3 h3 {
  font-size: 18px;
}

.structure .col-3:first-child {
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .structure .col-3 {
    width: 25%;
  }

}

@media screen and (min-width: 960px) {
  .structure .col-3 h3 {
    font-size: 24px;
  }

}

.col-4.small-box {
  height: auto;
  min-height: 1px;
  width: 50%;
}

.col-4.small-box p {
  line-height: 1.2em;
}

.col-4.small-box p span {
  display: block;
  color: #A8A8A8;
  font-size: 11px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}
@media screen and (min-width: 768px) {
  .col-4 h3 {
    font-size: 28px;
    min-height: 120px;
  }

  .col-4.small-box {
    width: 33%;
  }

}

@media screen and (min-width: 960px) {
  .small-row {
    padding: 0 50px;
  }

}

.str1 .col-12 {
  min-height: 1px;
  margin-bottom: 10px;
}

.str1 .col-12 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 15px;
}

.entry-content .small-desc {
  padding: 5px;
  font-size: 13px;
  line-height: 1.1em;
  text-align: center;
  border: 1px solid #e4e4e4;
  border-top: none;
  margin-bottom: 10px;
  min-height: 150px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}

@media screen and (min-width: 540px) {
  .entry-content .small-desc {
    font-size: 14px;
    line-height: 1.5em;
    padding: 20px 5px 0;
  }
}

/*.intro-menu > div > div::after, .intro-menu > a > div::after {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 2px solid #fff;
	content: '';
}

.intro-menu > div > div::after, .intro-menu > a > div::after {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.intro-menu > div:hover  > div::after, .intro-menu > a:hover > div::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}*/

.boxes.right br {
  display: none;
}

.intro-menu > div > div::after, .intro-menu > a > div::after {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 2px solid #fff;
  content: '';
}

.intro-menu > div > div::after, .intro-menu > a > div::after {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
    -webkit-backface-visibility: hidden;
}

.intro-menu > div:hover  > div::after, .intro-menu > a:hover > div::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
    -webkit-backface-visibility: hidden;
}

.intro-menu h2 span span {
  margin: 0;
  text-align: center;
  color: #fff;
  position: relative;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 13px;
  padding: 10px 0 0;
  text-transform: uppercase;
  letter-spacing: .06em;
  display: block;
}

.intro-menu a:hover h2 span span {
  height: auto;
  opacity: 1;
}

.open-megamenu span {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (-webkit-min-device-pixel-ratio: 1.5) {
  .navigation > .menu-item-has-children > a:after {
    background-image: url(../img/wafra_icons_global_mainMenu_arrow.png);
    background-size: 7px 5px;
    background-position: 0 0;
    background-repeat: no-repeat;
  }

  .icon:after {
    background-image: url(../img/wafra_icons_global_circle_arrow.png);
  }

  .icon.ico23:before {
    background-image: url(../img/wafra_icons_global_circle_arrow.png);
    background-position: 0 0;
    background-size: 16px 22px;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .navbar .active-subnav > a,
  .navbar .menu-item-has-children.current-menu-item > a,
  .navbar .triple-active-parent > a {
    background-image: url(../img/wafra_icons_global_sidebarMenu_arrow.png);
    background-repeat: no-repeat;
    background-position: 179px 9px;
    background-size: 8px 6px;
  }

  .navbar .active-subnav .menu-item-has-children > a, .navbar .menu-item-has-children .menu-item-has-children > a {
    background-position: 169px 9px;
  }
}

.team {
  -webkit-backface-visibility: hidden;
}
