/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* line 9, ../scss/vendors/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../scss/vendors/_normalize.scss */
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.
 */
/* line 45, ../scss/vendors/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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.
 */
/* line 57, ../scss/vendors/_normalize.scss */
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.
 */
/* line 67, ../scss/vendors/_normalize.scss */
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/10/11, Safari, and Firefox < 22.
 */
/* line 78, ../scss/vendors/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../scss/vendors/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 99, ../scss/vendors/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 110, ../scss/vendors/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

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

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 127, ../scss/vendors/_normalize.scss */
dfn {
  font-style: italic;
}

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 145, ../scss/vendors/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 154, ../scss/vendors/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 170, ../scss/vendors/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, ../scss/vendors/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 185, ../scss/vendors/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 193, ../scss/vendors/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 204, ../scss/vendors/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 212, ../scss/vendors/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../scss/vendors/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 232, ../scss/vendors/_normalize.scss */
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.
 */
/* line 256, ../scss/vendors/_normalize.scss */
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.
 */
/* line 266, ../scss/vendors/_normalize.scss */
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.
 */
/* line 278, ../scss/vendors/_normalize.scss */
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.
 */
/* line 293, ../scss/vendors/_normalize.scss */
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.
 */
/* line 303, ../scss/vendors/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 312, ../scss/vendors/_normalize.scss */
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.
 */
/* line 322, ../scss/vendors/_normalize.scss */
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.
 */
/* line 335, ../scss/vendors/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  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`.
 */
/* line 347, ../scss/vendors/_normalize.scss */
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.
 */
/* line 356, ../scss/vendors/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * 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).
 */
/* line 368, ../scss/vendors/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 376, ../scss/vendors/_normalize.scss */
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.
 */
/* line 387, ../scss/vendors/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 396, ../scss/vendors/_normalize.scss */
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.
 */
/* line 405, ../scss/vendors/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 416, ../scss/vendors/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 422, ../scss/vendors/_normalize.scss */
td,
th {
  padding: 0;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?r32xq6");
  src: url("../fonts/icomoon.eot?r32xq6#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?r32xq6") format("truetype"), url("../fonts/icomoon.woff?r32xq6") format("woff"), url("../fonts/icomoon.svg?r32xq6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 12, ../scss/vendors/_icomoon.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 27, ../scss/vendors/_icomoon.scss */
.icon-envelope-o:before {
  content: "\f003";
}

/* line 30, ../scss/vendors/_icomoon.scss */
.icon-map-marker:before {
  content: "\f041";
}

/* line 33, ../scss/vendors/_icomoon.scss */
.icon-chevron-down:before {
  content: "\f078";
}

/* line 36, ../scss/vendors/_icomoon.scss */
.icon-phone:before {
  content: "\f095";
}

/* line 39, ../scss/vendors/_icomoon.scss */
.icon-twitter:before {
  content: "\f099";
}

/* line 42, ../scss/vendors/_icomoon.scss */
.icon-facebook:before {
  content: "\f09a";
}

/* line 45, ../scss/vendors/_icomoon.scss */
.icon-facebook-f:before {
  content: "\f09a";
}

/* line 48, ../scss/vendors/_icomoon.scss */
.icon-envelope:before {
  content: "\f0e0";
}

/* line 51, ../scss/vendors/_icomoon.scss */
.icon-angle-left:before {
  content: "\f104";
}

/* line 54, ../scss/vendors/_icomoon.scss */
.icon-angle-right:before {
  content: "\f105";
}

/* line 57, ../scss/vendors/_icomoon.scss */
.icon-mobile:before {
  content: "\f10b";
}

/* line 60, ../scss/vendors/_icomoon.scss */
.icon-mobile-phone:before {
  content: "\f10b";
}

/* line 63, ../scss/vendors/_icomoon.scss */
.icon-cross:before {
  content: "\ea0f";
}

/* line 66, ../scss/vendors/_icomoon.scss */
.icon-youtube:before {
  content: "\ea9d";
}

/* Colors*/
/*---------------------------------
Typography
Scale: 1:1.618
http://www.modularscale.com/?16,12&px&1.618
-----------------------------------*/
/* Body*/
/* Links*/
/* Buttons */
/* Forms*/
/* Headers*/
/* line 1, ../scss/base/_reset.scss */
body {
  margin: 0;
  color: #5c4a4a;
  background: #f9fff7;
  font: 16px/1.618 "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  min-width: 320px;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

/* line 11, ../scss/base/_reset.scss */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 15, ../scss/base/_reset.scss */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* line 19, ../scss/base/_reset.scss */
* {
  max-height: 100000px;
}

/* line 31, ../scss/base/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 35, ../scss/base/_reset.scss */
img {
  vertical-align: top;
  border-style: none;
  height: auto;
  max-width: 100%;
}

/* line 42, ../scss/base/_reset.scss */
a {
  text-decoration: none;
  color: #5ad1db;
}
/* line 45, ../scss/base/_reset.scss */
a:hover {
  text-decoration: underline;
}

/* line 52, ../scss/base/_reset.scss */
input,
textarea,
select {
  font: 100% "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  vertical-align: middle;
}

/* line 58, ../scss/base/_reset.scss */
form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

/* line 65, ../scss/base/_reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 73, ../scss/base/_reset.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

/* line 80, ../scss/base/_reset.scss */
input[type="submit"]:hover,
button:hover {
  cursor: pointer;
}

/* line 90, ../scss/base/_reset.scss */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  margin: 0;
  padding: 4px 7px;
  /* border: 1px solid $base-input-border-color;*/
  /* &:focus {*/
  /* 	border-color: darken($base-input-border-color, 30%); */
  /* 	//outline: none;*/
  /* }*/
}

/* line 100, ../scss/base/_reset.scss */
textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}

/* line 107, ../scss/base/_reset.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/* line 113, ../scss/base/_reset.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 120, ../scss/base/_reset.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 124, ../scss/base/_reset.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
  line-height: 1em;
  margin: 0;
}

/* line 129, ../scss/base/_reset.scss */
p {
  margin: 0 0 1.5625em;
}

/* line 133, ../scss/base/_reset.scss */
q {
  quotes: none;
}
/* line 135, ../scss/base/_reset.scss */
q:before, q:after {
  content: '';
  content: none;
}

/* line 142, ../scss/base/_reset.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 149, ../scss/base/_reset.scss */
sup {
  top: -0.5em;
}

/* line 153, ../scss/base/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 157, ../scss/base/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 161, ../scss/base/_reset.scss */
figure {
  margin: 0;
}

/* line 2, ../scss/base/_helpers.scss */
.container, .navbar #nav, .navbar #nav .dropdown-menu .sub-menu, .post-block ul, #sidebar .sidebar-menu, .unordered-list, .ordered-list, .tab .tabset, .contact-info .list, .social-links, .blog .popular-posts, #footer .social-networks, .footer-nav, .nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 10, ../scss/base/_helpers.scss */
.clearfix:after, .container:after, .row:after, .main-nav:after, .navbar:after, .team-block .team:after, .tab .tabset:after, .post:after {
  content: '';
  display: block;
  clear: both;
}

/* line 23, ../scss/base/_helpers.scss */
#footer .social-networks li a {
  transition: all 0.3s ease-in-out;
}

/* line 27, ../scss/base/_helpers.scss */
.text-center {
  text-align: center;
}

/*font mixin*/
/* Typography*/
/* line 9, ../scss/base/_typography.scss */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
  font-weight: bold;
  color: inherit;
}

/* line 15, ../scss/base/_typography.scss */
h1, .h1 {
  font-size: 4.236em;
}

/* line 19, ../scss/base/_typography.scss */
h2, .h2 {
  font-size: 2.618em;
}

/* line 23, ../scss/base/_typography.scss */
h3, .h3 {
  font-size: 1.618em;
}

/* line 27, ../scss/base/_typography.scss */
h4, .h4 {
  font-size: 1em;
}

/* line 31, ../scss/base/_typography.scss */
h5, .h5 {
  font-size: 1em;
}

/* line 35, ../scss/base/_typography.scss */
h6, .h6 {
  font-size: 1em;
}

/* line 39, ../scss/base/_typography.scss */
a {
  color: #5ad1db;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}
/* line 44, ../scss/base/_typography.scss */
a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

/* line 9, ../scss/all.scss */
.container {
  margin: 0 auto;
  padding: 0 1em;
}

/* line 19, ../scss/all.scss */
#header .logo {
  margin: 0 auto;
  display: block;
  height: auto;
  width: 50px;
}
/* line 24, ../scss/all.scss */
#header .logo img {
  width: auto;
}

/* ==========================================================================
   Navigation
   ========================================================================== */
/* line 32, ../scss/all.scss */
.main-nav {
  -webkit-box-shadow: 0 13px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 13px 10px 0 rgba(0, 0, 0, 0.1);
  font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
  -webkit-transition: display 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  z-index: 999;
  opacity: 0;
  top: 100%;
  right: 0;
  left: 0;
}
/* line 48, ../scss/all.scss */
.main-nav #nav {
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* line 56, ../scss/all.scss */
.nav-active .main-nav {
  pointer-events: auto;
  opacity: 1;
}
/* line 59, ../scss/all.scss */
.nav-active .main-nav #nav {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 65, ../scss/all.scss */
.navbar {
  border-bottom: 1px solid #eeeeee;
  padding: 13px 0;
  position: relative;
}
/* line 70, ../scss/all.scss */
.navbar #nav {
  font-size: 0.75em;
  line-height: 1.334;
  font-weight: normal;
  background-color: #f9fff7;
  text-transform: uppercase;
  float: none;
  /* Dropdown Menu
     ========================================================================== */
}
/* line 76, ../scss/all.scss */
.navbar #nav > li {
  border-bottom: 1px solid #d7cece;
  padding: 1.417em 0 1.333em;
  text-align: center;
}
/* line 80, ../scss/all.scss */
.navbar #nav > li:last-child {
  border-bottom: none;
}
/* line 83, ../scss/all.scss */
.navbar #nav > li > a {
  text-decoration: none;
  position: relative;
  font-weight: 600;
  color: #5c4a4a;
}
/* line 88, ../scss/all.scss */
.navbar #nav > li > a:after {
  background: #5ad1db;
  position: absolute;
  display: none;
  bottom: -7px;
  height: 4px;
  content: "";
  left: 0;
  right: 0;
}
/* line 98, ../scss/all.scss */
.navbar #nav > li > a:hover:after {
  display: block;
}
/* line 104, ../scss/all.scss */
.navbar #nav > li.dropdown > a:before {
  font-family: 'icomoon';
  position: absolute;
  content: "\f078";
  font-size: 12px;
  right: -22px;
  top: 0;
}
/* line 115, ../scss/all.scss */
.navbar #nav > li.dropdown.active > a.opener:after {
  display: block;
}
/* line 122, ../scss/all.scss */
.navbar #nav > li.active > a:after {
  display: block;
}
/* line 129, ../scss/all.scss */
.navbar #nav .dropdown-menu {
  background: #f9fff7;
  margin-top: 0.583em;
}
/* line 132, ../scss/all.scss */
.navbar #nav .dropdown-menu .sub-menu {
  padding: 21px 6px;
  letter-spacing: -4px;
  text-transform: capitalize;
}
/* line 137, ../scss/all.scss */
.navbar #nav .dropdown-menu .sub-menu > li {
  padding: 0.75em 0;
  letter-spacing: 0;
  font-weight: 300;
  display: block;
}
/* line 142, ../scss/all.scss */
.navbar #nav .dropdown-menu .sub-menu > li > a {
  color: #5c4a4a;
  position: relative;
}
/* line 145, ../scss/all.scss */
.navbar #nav .dropdown-menu .sub-menu > li > a:after {
  background: #5ad1db;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 4px;
  display: none;
  bottom: -7px;
}
/* line 155, ../scss/all.scss */
.navbar #nav .dropdown-menu .sub-menu > li > a:hover:after {
  display: block;
}

/* Burger Menu
   ========================================================================== */
/* line 166, ../scss/all.scss */
.menu-opener {
  position: relative;
  margin: 15px 0 0;
  float: right;
  height: 20px;
  width: 20px;
}
/* line 174, ../scss/all.scss */
.menu-opener .lt,
.menu-opener .lc,
.menu-opener .lb {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  background-color: #5c4a4a;
  position: absolute;
  height: 2px;
  top: 50%;
  right: 0;
  left: 0;
}
/* line 184, ../scss/all.scss */
.menu-opener .lt {
  top: 4px;
}
/* line 187, ../scss/all.scss */
.menu-opener .lc {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 191, ../scss/all.scss */
.menu-opener .lb {
  top: auto;
  bottom: 4px;
}
/* line 195, ../scss/all.scss */
.menu-opener:hover {
  opacity: 0.7;
}

/* line 202, ../scss/all.scss */
.nav-active .menu-opener .lt,
.nav-active .menu-opener .lb {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
}
/* line 207, ../scss/all.scss */
.nav-active .menu-opener .lb {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 211, ../scss/all.scss */
.nav-active .menu-opener .lc {
  opacity: 0;
}

/* ==========================================================================
   Home: Banner/ Slider
   ========================================================================== */
/* line 219, ../scss/all.scss */
.banner {
  position: relative;
}
/* line 222, ../scss/all.scss */
.banner .mask {
  position: relative;
  overflow: hidden;
  height: 15.625em;
  width: 100%;
}
/* line 228, ../scss/all.scss */
.banner .slideset {
  float: left;
  width: 100%;
}
/* line 232, ../scss/all.scss */
.banner .slide {
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 238, ../scss/all.scss */
.banner .bg-stretch {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.banner .bg-stretch:before{
  content: "";
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.21);
}
/* line 246, ../scss/all.scss */
.banner .bg-stretch img {
  max-width: none;
  width: 100%;
}
/* line 251, ../scss/all.scss */
.banner .caption {
  position: relative;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
  color: #fff;
}
/* line 258, ../scss/all.scss */
.banner .txt-holder {
  position: relative;
  padding: 0.684em 0;
  z-index: 1;
}
/* line 262, ../scss/all.scss */
.banner .txt-holder p {
  font-size: 1.1875em;
  line-height: 1.315;
  font-weight: 300;
  font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
  margin: 0;
}
/* line 268, ../scss/all.scss */
.banner .btn-wrap {
  font-size: 0.75em;
  line-height: 1.333;
  font-weight: normal;
  padding: 4.1667em 1em;
  position: relative;
  max-width: 12.5em;
  margin: 0 auto;
  z-index: 1;
}
/* line 275, ../scss/all.scss */
.banner .btn-wrap .btn {
  font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
  background-color: #5ad1db;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
  padding: 13px;
  color: #f9fff7;
  display: block;
  width: 100%;
}
/* line 285, ../scss/all.scss */
.banner .btn-wrap .btn:hover {
  opacity: 0.8;
}
/* line 291, ../scss/all.scss */
.banner .btn-prev,
.banner .btn-next {
  background-color: rgba(238, 238, 238, 0.9);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-decoration: none;
  position: absolute;
  text-align: center;
  color: #5ad1db;
  padding: 0 0.75em;
  display: block;
  z-index: 1;
  top: 50%;
}
/* line 303, ../scss/all.scss */
.banner .btn-prev span,
.banner .btn-next span {
  font-size: 4.1875em;
  line-height: 1;
  font-weight: normal;
}
/* line 306, ../scss/all.scss */
.banner .btn-prev:hover,
.banner .btn-next:hover {
  background-color: rgba(238, 238, 238, 0.8);
}
/* line 310, ../scss/all.scss */
.banner .btn-next {
  right: 0;
}

/* Home: Motto  */
/* line 315, ../scss/all.scss */
.who-we-are {
  font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
  background-color: #a12523;
  color: #f9fff7;
  padding: 1.5625em 0;
}
/* line 320, ../scss/all.scss */
.who-we-are h1 {
  font-size: 1.1875em;
  line-height: 1.315;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
}
/* line 324, ../scss/all.scss */
.who-we-are h1 span {
  font-size: 0.526em;
  line-height: 1.5625;
  font-weight: 400;
  font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  text-transform: none;
  font-style: italic;
  display: block;
}

/* ==========================================================================
   Home: Initiatives block 
   ========================================================================== */
/* line 336, ../scss/all.scss */
.initiatives-block, .news-block, .popular-section {
  padding: 3.236em 0;
}

/* line 340, ../scss/all.scss */
.initiatives-list h2, .news-block h2, .initiatives-section h2 {
  font-size: 1.5625em;
  line-height: 1;
  font-weight: 400;
  border-bottom: 5px solid #5ad1db;
  border-top: 5px solid #5ad1db;
  padding: 0.618em 0;
  font-weight: 400;
  text-align: center;
}

/* line 349, ../scss/all.scss */
.initiatives-holder {
  letter-spacing: -5px;
  padding-top: 3.236em;
  margin: 0 -1em;
}

/* line 354, ../scss/all.scss */
.initiative {
  vertical-align: top;
  display: inline-block;
  letter-spacing: 0;
  margin: 0 0 3.125em;
  padding: 0 1em;
}
/* line 360, ../scss/all.scss */
.initiative .image-holder {
  min-height: 11.326em;
  text-align: center;
  margin: 0 0 1.618em;
}
/* line 365, ../scss/all.scss */
.initiative img {
  max-width: 170px;
}
/* line 368, ../scss/all.scss */
.initiative h3 {
  border-bottom: 1px solid #5ad1db;
  border-top: 1px solid #5ad1db;
  font-size: 1.4375em;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  margin-bottom: 1.079em;
  padding: 0.541em 0;
}
/* line 377, ../scss/all.scss */
.initiative .desc p {
  overflow: hidden;
  line-height: 1.5625em;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 7.8125em;
  /* fallback */
  -webkit-line-clamp: 5;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

/* line 382, ../scss/all.scss */
.more {
  font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
  background: #5ad1db;
  border-radius: 0.25em;
  vertical-align: top;
  text-align: center;
  font-weight: 300;
  padding: 7px 1em;
  display: block;
  color: white;
}
/* line 392, ../scss/all.scss */
.more:hover {
  opacity: 0.8;
}
/* line 395, ../scss/all.scss */
.staff-desc .more {
  background-color: transparent;
  text-decoration: underline;
  vertical-align: middle;
  display: inline-block;
  color: #a12523;
  border-radius: 0;
  padding: 0;
}
/* line 403, ../scss/all.scss */
.staff-desc .more:hover {
  text-decoration: none;
}

/* ==========================================================================
   Home : Latest blog posts
   ========================================================================== */
/* line 411, ../scss/all.scss */
.news-block {
  background-color: #eeeeee;
}

/* line 416, ../scss/all.scss */
.post-block {
  padding-top: 3.236em;
  overflow: hidden;
  margin: 0 -1em;
}
/* line 420, ../scss/all.scss */
.post-block .row {
  margin-left: -16px;
  margin-right: -16px;
}
/* line 424, ../scss/all.scss */
.post-block .col {
  padding: 0 16px;
}
/* line 427, ../scss/all.scss */
.post-block .block-holder {
  background-color: white;
  margin-bottom: 1.5625em;
  padding: 1.5625em;
}
/* line 432, ../scss/all.scss */
.post-block .background-lb {
  background: #5ad1db;
}
/* line 434, ../scss/all.scss */
.post-block .background-lb h3 {
  border-color: #5c4a4a;
  color: white;
}
/* line 437, ../scss/all.scss */
.post-block .background-lb h3:after {
  background-color: white;
}
/* line 442, ../scss/all.scss */
.post-block h3 {
  padding: 0.423em 0;
  margin-bottom: 1em;
  font-weight: 300;
  position: relative;
}
/* line 447, ../scss/all.scss */
.post-block h3:after {
  background-color: #5ad1db;
  position: absolute;
  height: 3px;
  width: 36px;
  content: "";
  top: 100%;
  left: 0;
}
/* line 459, ../scss/all.scss */
.post-block ul li {
  padding: 0.8125em 0;
}
/* line 461, ../scss/all.scss */
.post-block ul li + li {
  border-top: 1px solid #eeeeee;
}
/* line 465, ../scss/all.scss */
.post-block ul .header {
  margin-bottom: 0.875em;
}
/* line 468, ../scss/all.scss */
.post-block ul h4 {
  margin-bottom: 0.5625em;
}
/* line 471, ../scss/all.scss */
.post-block ul .meta {
  letter-spacing: 2px;
  color: #5ad1db;
  font-size: 0.625em;
  line-height: 1.3;
}
/* line 477, ../scss/all.scss */
.post-block ul p {
  font-size: 0.75em;
  line-height: 1.4166;
  font-weight: normal;
}
/* line 480, ../scss/all.scss */
.post-block ul .all {
  font-size: 0.75em;
  line-height: 1.4166;
  font-weight: normal;
}
/* line 482, ../scss/all.scss */
.post-block ul .all:hover {
  text-decoration: underline;
}
/* line 488, ../scss/all.scss */
.post-block ul.event-list li + li {
  border-top-color: #39c8d4;
}
/* line 492, ../scss/all.scss */
.post-block ul.event-list .meta {
  color: #f9fff7;
}
/* line 495, ../scss/all.scss */
.post-block ul.event-list .all {
  color: white;
}

/* line 501, ../scss/all.scss */
.blog-item {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
  margin: 0 0 1.618em;
}
/* line 507, ../scss/all.scss */
.blog-item a {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 511, ../scss/all.scss */
.blog-item a:hover {
  opacity: 0.8;
}
/* line 516, ../scss/all.scss */
.blog-item .image-holder img {
  width: 100%;
  height: auto;
}
/* line 521, ../scss/all.scss */
.blog-item .overlay-content {
  font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
  padding: 0 1em 1em;
  color: #f9fff7;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 529, ../scss/all.scss */
.blog-item .overlay-content .blog-title {
  font-size: 1.1875em;
  line-height: 1.323;
  font-weight: 300;
  margin: 0 0 0.8125em;
  font-weight: 300;
  display: block;
}
/* line 535, ../scss/all.scss */
.blog-item .overlay-content .meta {
  letter-spacing: 2px;
  font-size: 0.625em;
  line-height: 1.3;
}

/* ==========================================================================
   Home-Popular section
   ========================================================================== */
/* line 547, ../scss/all.scss */
.popular-section h2 {
  font-size: 1em;
  line-height: 1.618;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 1.618em;
  text-align: center;
}

/* line 554, ../scss/all.scss */
.ib-col {
  margin-left: -16px;
  margin-right: -16px;
}
/* line 557, ../scss/all.scss */
.ib-col .col {
  display: inline-block;
  vertical-align: top;
  padding-right: 1em;
  padding-left: 1em;
  width: 100%;
}
/* line 564, ../scss/all.scss */
.ib-col .popular-item {
  padding-bottom: 1em;
  padding-top: 1em;
  /* padding-bottom: 1.618em;*/
  /* padding-top: 1.618em;*/
}
/* line 569, ../scss/all.scss */
.ib-col .popular-item .image {
  width: 75px;
  float: left;
}
/* line 573, ../scss/all.scss */
.ib-col .popular-item .text {
  padding: 0.333em 1em 0;
  overflow: hidden;
}
/* line 577, ../scss/all.scss */
.ib-col .popular-item .title {
  font-size: 0.75em;
  line-height: 1.417;
  font-weight: 700;
  overflow: hidden;
  line-height: 1.417em;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 5.668em;
  /* fallback */
  -webkit-line-clamp: 4;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
  text-transform: uppercase;
  display: block;
}
/* line 583, ../scss/all.scss */
.ib-col .popular-item .title a {
  color: #5c4a4a;
}
/* line 588, ../scss/all.scss */
.ib-col .popular-item a:hover {
  opacity: 0.8;
}

/* ==========================================================================
   Visual section
   ========================================================================== */
/* line 597, ../scss/all.scss */
.visual-section {
  white-space: nowrap;
  position: relative;
  text-align: center;
  color: #f9fff7;
  overflow: hidden;
  z-index: 1;
}
/* line 604, ../scss/all.scss */
.visual-section > * {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
/* line 609, ../scss/all.scss */
.visual-section:before {
  background-color: rgba(90, 209, 219, 0.92);
  position: absolute;
  content: "";
  z-index: -1;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
/* line 619, ../scss/all.scss */
.visual-section:after {
  vertical-align: middle;
  display: inline-block;
  min-height: 525px;
  content: "";
  width: 0;
}
/* line 625, ../scss/all.scss */
.initiatives .visual-section:after, .blog .visual-section:after {
  min-height: 28.125em;
}

/* line 630, ../scss/all.scss */
.bg-stretch {
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: -2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

/* line 640, ../scss/all.scss */
.visual-content {
  border: 4px solid #f9fff7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4.6875em 2.5em;
  border-radius: 50%;
  margin: 0 auto;
  height: 17.5em;
  width: 17.5em;
}
/* line 649, ../scss/all.scss */
.initiatives .visual-content, .blog .visual-content {
  width: 100%;
}
/* line 652, ../scss/all.scss */
.visual-content .top-icon {
  margin: 0 auto;
  width: 150px;
  height: 150px;
}
/* line 657, ../scss/all.scss */
.visual-content h1 {
  text-transform: uppercase;
  text-align: left;
  font-size: 16px;
}
/* line 662, ../scss/all.scss */
.visual-content span {
  display: block;
}
/* line 664, ../scss/all.scss */
.visual-content span.ethos {
  font-size: 0.75em;
  line-height: 1;
  font-weight: 300;
  margin: 0 0 1.5625em;
  position: relative;
  text-align: center;
}
/* line 669, ../scss/all.scss */
.visual-content span.ethos:after {
  background-color: #5c4a4a;
  position: absolute;
  bottom: -13px;
  content: "";
  height: 1px;
  right: 31%;
  left: 36%;
}
/* line 679, ../scss/all.scss */
.visual-content span.main-value {
  font-size: 1.9375em;
  line-height: 1.322;
  font-weight: 700;
  color: #5c4a4a;
}
/* line 683, ../scss/all.scss */
.visual-content span.sub-value {
  letter-spacing: 2px;
  line-height: 1;
  font-size: 1em;
}
/* line 689, ../scss/all.scss */
.visual-content .visual-text {
  font-weight: 300;
}
/* line 693, ../scss/all.scss */
.our-team .visual-content, .initiatives .visual-content, .blog .visual-content {
  border-radius: 0;
  height: auto;
  border: 0;
  padding: 0;
}

/* ==========================================================================
   Our story
   ========================================================================== */
/* line 703, ../scss/all.scss */
#two-columns {
  padding-bottom: 3.125em;
  padding-top: 3.125em;
}

/* line 707, ../scss/all.scss */
#sidebar {
  border: 2px dashed #5c4a4a;
  margin-bottom: 4.375em;
  padding: 1.5625em;
}
/* line 711, ../scss/all.scss */
#sidebar h5 {
  border-bottom: 1px dotted #5ad1db;
  padding: 13px 0;
}
/* line 715, ../scss/all.scss */
#sidebar .sidebar-menu {
  padding: 13px 0;
}
/* line 718, ../scss/all.scss */
#sidebar .sidebar-menu li {
  position: relative;
}
/* line 720, ../scss/all.scss */
#sidebar .sidebar-menu li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  color: #5c4a4a;
}
/* line 725, ../scss/all.scss */
#sidebar .sidebar-menu li a:hover {
  color: #5ad1db;
}
/* line 730, ../scss/all.scss */
#sidebar .sidebar-menu li.active-trail :before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: "icomoon";
  color: #5ad1db;
  position: absolute;
  content: "\f078";
  left: -23px;
}

/* line 744, ../scss/all.scss */
.side-nav p {
  font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
  text-transform: uppercase;
  position: relative;
  font-weight: 600;
  margin-bottom: 0;
  cursor: pointer;
}
/* line 751, ../scss/all.scss */
.side-nav p:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "icomoon";
  position: absolute;
  content: "\f078";
  font-size: 12px;
  right: 0;
  top: 0;
}
/* line 764, ../scss/all.scss */
.side-nav.active p:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 771, ../scss/all.scss */
#content {
  overflow: hidden;
}

/* line 774, ../scss/all.scss */
.about-section, .single-article {
  font-weight: 300;
}
/* line 776, ../scss/all.scss */
.about-section h2, .single-article h2 {
  font-size: 2.5625em;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 1em;
  text-align: center;
}
/* line 783, ../scss/all.scss */
.about-section h2:after, .single-article h2:after {
  background-color: #5c4a4a;
  position: absolute;
  bottom: -0.373em;
  content: "";
  height: 1px;
  width: 40%;
  left: 30%;
}
/* line 793, ../scss/all.scss */
.about-section .subtitle, .single-article .subtitle {
  font-size: 1em;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0.5625em;
  letter-spacing: 1px;
}
/* line 798, ../scss/all.scss */
.about-section figure, .single-article figure {
  margin: 0 0 2.375em;
}
/* line 800, ../scss/all.scss */
.about-section figure img, .single-article figure img {
  height: auto;
  width: 100%;
}
/* line 804, ../scss/all.scss */
.about-section figure figcaption, .single-article figure figcaption {
  font-size: 0.75em;
  line-height: 1.33;
  font-weight: normal;
  padding: 0.75em 0 0 6.25em;
  font-style: italic;
}
/* line 810, ../scss/all.scss */
.about-section a, .single-article a {
  font-weight: 700;
  color: #5c4a4a;
}
/* line 813, ../scss/all.scss */
.about-section a:hover, .single-article a:hover {
  text-decoration: underline;
}

/* line 818, ../scss/all.scss */
.unordered-list {
  padding: 10px 0 21px;
}
/* line 821, ../scss/all.scss */
.unordered-list li {
  margin-bottom: 0.8125em;
  padding-left: 1.5625em;
  position: relative;
}
/* line 825, ../scss/all.scss */
.unordered-list li:before {
  background-color: #5c4a4a;
  position: absolute;
  border-radius: 50%;
  content: "";
  height: 6px;
  width: 6px;
  left: 2px;
  top: 10px;
}

/* line 837, ../scss/all.scss */
.ordered-list {
  padding: 10px 0 21px;
  counter-reset: item;
}
/* line 841, ../scss/all.scss */
.ordered-list li {
  margin-bottom: 0.8125em;
  padding-left: 1.5625em;
  position: relative;
}
/* line 845, ../scss/all.scss */
.ordered-list li:before {
  counter-increment: item;
  content: counter(item) " ";
  position: absolute;
  left: 0;
  top: 0;
}

/* ==========================================================================
   Our Team
   ========================================================================== */
/* line 857, ../scss/all.scss */
.team-block {
  background-color: #f9fff7;
  /*padding: 3.215em 0 25px;*/
}
/* line 860, ../scss/all.scss */
.team-block .team {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 0 3.125em;
  position: relative;
}
/* line 866, ../scss/all.scss */
.team-block .team .close {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0);
  transform: scale(0);
  background: #f9fff7;
  text-align: center;
  position: absolute;
  line-height: 1.875em;
  height: 1.875em;
  width: 1.875em;
  top: -1.875em;
  color: #5c4a4a;
  right: 0;
}
/* line 881, ../scss/all.scss */
.team-block .team.current {
  background-color: #f9fff7;
  padding: 1em;
}
/* line 884, ../scss/all.scss */
.team-block .team.current .close {
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 888, ../scss/all.scss */
.team-block .team.current .more {
  display: none;
}
/* line 893, ../scss/all.scss */
.team-block .img-holder {
  margin-bottom: 1.5625em;
  text-align: center;
  overflow: hidden;
}
/* line 897, ../scss/all.scss */
.team-block .img-holder a {
  border: 5px solid #5ad1db;
  display: inline-block;
}
/* line 900, ../scss/all.scss */
.team-block .img-holder a img {
  height: auto;
  max-width: 100%;
}
/* line 906, ../scss/all.scss */
.team-block .staff-desc {
  overflow: hidden;
}
/* line 908, ../scss/all.scss */
.team-block .staff-desc .name {
  text-transform: uppercase;
  margin-bottom: 0.52em;
  text-align: center;
  font-weight: 500;
}
/* line 914, ../scss/all.scss */
.team-block .staff-desc .designation {
  text-transform: uppercase;
  margin: 0 0 1.5625em;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 300;
  display: block;
}
/* line 922, ../scss/all.scss */
.team-block .staff-desc p {
  font-weight: 300;
}
/* line 925, ../scss/all.scss */
.team-block .staff-desc .more {
  color: #a12523;
}

/* Tabs
    ========================================================================== */
/* line 933, ../scss/all.scss */
.tab .tabset {
  background-color: #f9fff7;
  padding: 1.5625em 0 0;
  text-align: center;
}
/* line 939, ../scss/all.scss */
.tab .tabset li {
  margin-bottom: 1.5625em;
  display: inline-block;
  min-width: 9.1875em;
  vertical-align: top;
}
/* line 944, ../scss/all.scss */
.tab .tabset li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
  border: 1px solid #5ad1db;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 13px 25px;
  border-radius: 4px;
  font-weight: 300;
  display: block;
  color: #5c4a4a;
}
/* line 956, ../scss/all.scss */
.tab .tabset li a:hover {
  background-color: #a12523;
  border-color: #a12523;
  color: #f9fff7;
}
/* line 963, ../scss/all.scss */
.tab .tabset li.active a {
  background-color: #a12523;
  border-color: #a12523;
  color: #f9fff7;
}
/* line 971, ../scss/all.scss */
.tab .tab-content {
  background-color: #eeeeee;
  padding: 5.9375em 0;
}

/* ==========================================================================
   Initiatives
   ========================================================================== */
/* line 982, ../scss/all.scss */
.initiatives .visual-content span.main-value, .blog .visual-content span.main-value {
  letter-spacing: 4px;
  text-align: center;
  color: #f9fff7;
}
/* line 988, ../scss/all.scss */
.initiatives .visual-content h1, .blog .visual-content h1 {
  margin-bottom: 1.4375em;
}
/* line 992, ../scss/all.scss */
.initiatives .top-content, .blog .top-content {
  padding: 3.125em 0;
}
/* line 994, ../scss/all.scss */
.initiatives .top-content h1, .blog .top-content h1 {
  font-size: 1.9375em;
  line-height: 1.322;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.80645em;
  color: #5ad1db;
  text-align: center;
}
/* line 1001, ../scss/all.scss */
.initiatives .top-content p, .blog .top-content p {
  font-weight: 300;
  margin-bottom: 0;
}

/* line 1007, ../scss/all.scss */
.initiatives-section {
  background-color: #eeeeee;
  padding: 3.125em 0 1.5625em;
}
/* line 1011, ../scss/all.scss */
.initiatives-section .initiatives-holder {
  padding-top: 0;
}
/* line 1014, ../scss/all.scss */
.initiatives-section .initiative {
  padding-bottom: 1.5625em;
  padding-top: 3.125em;
  margin-bottom: 0;
  width: 100%;
}
/* line 1020, ../scss/all.scss */
.initiatives-section .initiative .image-holder a {
  position: relative;
  display: block;
}
/* line 1023, ../scss/all.scss */
.initiatives-section .initiative .image-holder a:before {
  background-color: rgba(90, 209, 219, 0.78);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0);
  transform: scale(0);
  position: absolute;
  content: "";
  opacity: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
/* line 1038, ../scss/all.scss */
.initiatives-section .initiative .image-holder a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* line 1043, ../scss/all.scss */
.initiatives-section .initiative .image-holder a:hover .overlay {
  opacity: 1;
  left: 50%;
}
/* line 1049, ../scss/all.scss */
.initiatives-section .initiative .image-holder img {
  max-width: none;
  width: 100%;
}
/* line 1054, ../scss/all.scss */
.initiatives-section .initiative .overlay {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  left: 15%;
  top: 50%;
}
/* line 1065, ../scss/all.scss */
.initiatives-section .initiative .overlay:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/* line 1071, ../scss/all.scss */
.initiatives-section .initiative .overlay span {
  font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
  vertical-align: middle;
  display: inline-block;
  line-height: 133px;
  font-size: 31px;
  color: #fff;
}
/* line 1078, ../scss/all.scss */
.initiatives-section .initiative .overlay span .icon-angle-right:before {
  vertical-align: top;
  font-size: 133px;
}

/* ==========================================================================
   Contact Us
   ========================================================================== */
/* line 1089, ../scss/all.scss */
.contact-block, .more-contact {
  background-color: #5ad1db;
  padding: 3.125em 0 1.5625em;
}
/* line 1092, ../scss/all.scss */
.contact-block .title, .more-contact .title {
  margin-bottom: 1.4375em;
  text-align: center;
}
/* line 1096, ../scss/all.scss */
.contact-block h2, .more-contact h2 {
  margin-bottom: 0.8048em;
  letter-spacing: 2px;
  color: #f9fff7;
}
/* line 1101, ../scss/all.scss */
.contact-block p, .more-contact p {
  font-size: 0.875em;
  line-height: 1.642;
  font-weight: 300;
  margin-bottom: 0;
}
/* line 1105, ../scss/all.scss */
.contact-block .info-holder, .more-contact .info-holder {
  overflow: hidden;
}

/* line 1110, ../scss/all.scss */
.contact-form .field, .subscribe-form .field {
  margin-bottom: 25px;
}
/* line 1113, ../scss/all.scss */
.contact-form label, .subscribe-form label {
  font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
}
/* line 1120, ../scss/all.scss */
.contact-form input, .subscribe-form input,
.contact-form textarea,
.subscribe-form textarea {
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  font-size: 1em;
  line-height: 1.5625;
  font-weight: 300;
  border: 3px solid #eeeeee;
  background-color: #f9fff7;
  padding: 9px 13px;
  display: block;
  outline: none;
  color: #5c4a4a;
  width: 100%;
}
/* line 1132, ../scss/all.scss */
.contact-form input, .subscribe-form input {
  height: 50px;
}
/* line 1137, ../scss/all.scss */
.contact-form input[type="text"]:focus, .subscribe-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.subscribe-form input[type="email"]:focus,
.contact-form textarea,
.subscribe-form textarea {
  border-color: #e1e1e1;
}
/* line 1140, ../scss/all.scss */
.contact-form input[type="submit"], .subscribe-form input[type="submit"] {
  -webkit-transition: all 0.3s ease-in-out;
  font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
  transition: all 0.3s ease-in-out;
  background-color: #5c4a4a;
  color: #f9fff7;
  min-width: 177px;
  border: none;
  height: auto;
  width: 100%;
}
/* line 1150, ../scss/all.scss */
.contact-form input[type="submit"]:hover, .subscribe-form input[type="submit"]:hover {
  background-color: #231d1d;
}

/* line 1155, ../scss/all.scss */
.contact-info {
  padding: 3.125em 0 0;
}
/* line 1157, ../scss/all.scss */
.contact-info .heading {
  margin: 0 0 1em;
}
/* line 1160, ../scss/all.scss */
.contact-info h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 18px;
  color: #f9fff7;
}
/* line 1166, ../scss/all.scss */
.contact-info p {
  font-size: 14px;
  line-height: 18px;
}
/* line 1172, ../scss/all.scss */
.contact-info .list li {
  margin: 0 0 1.5625em;
}
/* line 1176, ../scss/all.scss */
.contact-info .icon {
  font-size: 3.125em;
  line-height: 1;
  font-weight: normal;
  margin: 0 0.26em 0 0;
  color: #e8e81a;
  min-width: 1em;
  float: left;
}
/* line 1183, ../scss/all.scss */
.contact-info .info-text {
  padding-top: 0.4375em;
  overflow: hidden;
}
/* line 1186, ../scss/all.scss */
.contact-info .info-text .link {
  font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  vertical-align: top;
  color: #f9fff7;
}
/* line 1193, ../scss/all.scss */
.contact-info .info-text .link:hover {
  opacity: 0.8;
}
/* line 1198, ../scss/all.scss */
.contact-info h4 {
  font-size: 0.875em;
  line-height: 1.5;
  font-weight: 300;
}

/* line 1202, ../scss/all.scss */
.more-contact {
  padding: 3.125em 0 1.5625em;
  background-color: #f9fff7;
}
/* line 1206, ../scss/all.scss */
.more-contact h2 {
  font-size: 1.9375em;
  color: #5c4a4a;
}

/* line 1211, ../scss/all.scss */
.social-links {
  letter-spacing: -5px;
}
/* line 1214, ../scss/all.scss */
.social-links li {
  padding: 0 0 1.5625em;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  width: 100%;
}
/* line 1223, ../scss/all.scss */
.social-links a:hover .icon {
  opacity: 0.8;
}
/* line 1228, ../scss/all.scss */
.social-links .icon {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 5px solid #eeeeee;
  font-size: 1.3125em;
  line-height: 1.904;
  font-weight: normal;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  color: #f9fff7;
  border-radius: 50%;
  height: 2.3809em;
  width: 2.3809em;
}
/* line 1240, ../scss/all.scss */
.social-links .icon.icon-facebook {
  background-color: #385a9f;
}
/* line 1243, ../scss/all.scss */
.social-links .icon.icon-twitter {
  background-color: #009fe1;
}
/* line 1246, ../scss/all.scss */
.social-links .icon.icon-youtube {
  background-color: #e32a1d;
}
/* line 1250, ../scss/all.scss */
.social-links .text {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 25px;
  color: #5ad1db;
  text-decoration: underline;
}

/* ==========================================================================
   Blog
   ========================================================================== */
/* line 1265, ../scss/all.scss */
.blog .visual-content .visual-text p {
  font-weight: 300;
  color: #5c4a4a;
}
/* line 1271, ../scss/all.scss */
.blog #sidebar {
  border: none;
  margin: 0;
  padding: 0;
}
/* line 1275, ../scss/all.scss */
.blog #sidebar h3 {
  padding: 0 0 1.5625em;
  font-weight: 300;
  color: #a12523;
  text-align: center;
  font-size: 1em;
}
/* line 1283, ../scss/all.scss */
.blog .side-block {
  background-color: #eeeeee;
  margin: 0 0 3.125em;
  padding: 1em;
}
/* line 1290, ../scss/all.scss */
.blog .popular-posts li {
  overflow: hidden;
}
/* line 1292, ../scss/all.scss */
.blog .popular-posts li + li {
  margin-top: 1.5625em;
}
/* line 1296, ../scss/all.scss */
.blog .popular-posts .img {
  float: left;
  width: 75px;
}
/* line 1300, ../scss/all.scss */
.blog .popular-posts .title {
  display: block;
  font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1.417;
  text-transform: uppercase;
}
/* line 1308, ../scss/all.scss */
.blog .popular-posts .text {
  overflow: hidden;
  padding: 0 1em;
  text-transform: uppercase;
}
/* line 1312, ../scss/all.scss */
.blog .popular-posts .text a {
  color: #5c4a4a;
}
/* line 1314, ../scss/all.scss */
.blog .popular-posts .text a:hover {
  opacity: 0.8;
}

/* line 1321, ../scss/all.scss */
.blog-section {
  padding: 4.6875em 0;
}

/* line 1324, ../scss/all.scss */
.post {
  padding: 0 0 4.6875em;
  text-align: center;
}
/* line 1328, ../scss/all.scss */
.post .img-holder {
  margin-bottom: 1.5625em;
}
/* line 1330, ../scss/all.scss */
.post .img-holder a {
  position: relative;
  margin: 0 auto;
  height: 250px;
  width: 250px;
  display: block;
}
/* line 1336, ../scss/all.scss */
.post .img-holder a:before {
  border: 15px solid rgba(238, 238, 238, 0.5);
  -webkit-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
/* line 1348, ../scss/all.scss */
.post .img-holder a:hover:before {
  border-width: 0;
}
/* line 1351, ../scss/all.scss */
.post .img-holder a:hover .overlay {
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 1357, ../scss/all.scss */
.post .img-holder .overlay {
  background-color: rgba(90, 209, 219, 0.6);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
/* line 1371, ../scss/all.scss */
.post .img-holder .overlay:before {
  vertical-align: middle;
  display: inline-block;
  content: "";
  height: 100%;
}
/* line 1377, ../scss/all.scss */
.post .img-holder .overlay .content {
  vertical-align: middle;
  display: inline-block;
}
/* line 1381, ../scss/all.scss */
.post .img-holder .overlay p {
  font-size: 1.5625em;
  color: #f9fff7;
  margin: 0;
}
/* line 1388, ../scss/all.scss */
.post .entry-title {
  font-size: 1.9375em;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.806em;
}
/* line 1392, ../scss/all.scss */
.post .entry-title a {
  color: #5c4a4a;
}
/* line 1394, ../scss/all.scss */
.post .entry-title a:hover {
  opacity: 0.7;
}
/* line 1399, ../scss/all.scss */
.post .meta {
  text-transform: uppercase;
  font-weight: 300;
}
/* line 1402, ../scss/all.scss */
.post .meta .date {
  display: block;
}
/* line 1405, ../scss/all.scss */
.post .meta .author {
  font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
  color: #5ad1db;
  font-weight: 600;
}
/* line 1411, ../scss/all.scss */
.post .entry-content {
  text-align: left;
}
/* line 1414, ../scss/all.scss */
.post .btn {
  font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
  border: 2px solid #5ad1db;
  padding: 0.8125em 1.5625em;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 1425, ../scss/all.scss */
.post .btn:hover {
  background-color: #5ad1db;
  color: #f9fff7;
}

/* line 1431, ../scss/all.scss */
.banner-image {
  white-space: nowrap;
  position: relative;
  text-align: center;
  color: #f9fff7;
  overflow: hidden;
}
/* line 1437, ../scss/all.scss */
.banner-image > * {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
/* line 1442, ../scss/all.scss */
.banner-image:after {
  content: "";
  min-height: 21.75em;
  display: inline-block;
  vertical-align: bottom;
}
/* line 1448, ../scss/all.scss */
.banner-image .entry-title {
  text-shadow: 0 0 10px rgba(92, 74, 74, 0.72);
  text-transform: uppercase;
  font-size: 1.9375em;
  letter-spacing: 2px;
  padding: 2.4193em 0;
}

/* line 1459, ../scss/all.scss */
.sidebar-social {
  margin-bottom: 1.5625em;
}
/* line 1461, ../scss/all.scss */
.sidebar-social .social-links {
  text-align: center;
}
/* line 1463, ../scss/all.scss */
.sidebar-social .social-links li {
  text-align: center;
  padding-bottom: 0;
  width: 33.33%;
}

/* ==========================================================================
   Footer
   ========================================================================== */
/* line 1476, ../scss/all.scss */
#footer {
  font-size: 0.75em;
  line-height: 1.34;
  font-weight: 300;
  font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
  background: #5c4a4a;
  color: #f9fff7;
}
/* line 1482, ../scss/all.scss */
#footer .social-holder h4 {
  margin-right: 1.5625em;
  display: inline-block;
  line-height: 2.4375;
}
/* line 1488, ../scss/all.scss */
#footer .social-networks {
  display: inline-block;
  vertical-align: top;
  letter-spacing: -4px;
}
/* line 1493, ../scss/all.scss */
#footer .social-networks li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  margin-right: 1.083em;
}
/* line 1498, ../scss/all.scss */
#footer .social-networks li a {
  font-size: 1.5em;
  line-height: 1.166;
  font-weight: normal;
  background: #f9fff7;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  border-radius: 50%;
  height: 2.1667em;
  width: 2.1667em;
  padding: 0.5em;
  color: #5c4a4a;
}
/* line 1511, ../scss/all.scss */
#footer .social-networks li a:hover {
  opacity: 0.8;
}
/* line 1516, ../scss/all.scss */
#footer .social-networks .icon-facebook:before {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 1em;
}
/* line 1522, ../scss/all.scss */
#footer .social-networks .icon-twitter:before {
  vertical-align: middle;
  display: inline-block;
}
/* line 1526, ../scss/all.scss */
#footer .social-networks .icon-youtube:before {
  vertical-align: middle;
  display: inline-block;
}
/* line 1531, ../scss/all.scss */
#footer h4 {
  font-size: 1.334em;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 1536, ../scss/all.scss */
.footer-row {
  letter-spacing: -4px;
  margin: 0 -1em;
}
/* line 1539, ../scss/all.scss */
.footer-row .footer-column {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  margin: 0 -2px;
  padding: 0 1em;
  width: 100%;
}

/* line 1548, ../scss/all.scss */
.footer-top {
  padding-bottom: 2.083em;
  padding-top: 4.166em;
}

/* line 1552, ../scss/all.scss */
.subscribe-block {
  background-color: #5ad1db;
  text-align: center;
}
/* line 1555, ../scss/all.scss */
.subscribe-block form {
  padding: 4.166em 0;
}
/* line 1557, ../scss/all.scss */
.subscribe-block form label {
  font-size: 1.334em;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.8125em;
  text-align: left;
  display: block;
}
/* line 1564, ../scss/all.scss */
.subscribe-block form .input-box {
  margin-bottom: 1.0833em;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 34px;
  background: white;
  position: relative;
  height: 4.167em;
  width: 100%;
}
/* line 1573, ../scss/all.scss */
.subscribe-block form .input-box:after {
  font-size: 1.667em;
  line-height: 1px;
  font-weight: 400;
  font-family: 'icomoon';
  color: #5ad1db;
  position: absolute;
  content: "\f0e0";
  left: 11px;
  top: 25px;
}
/* line 1582, ../scss/all.scss */
.subscribe-block form .input-box input[type="email"] {
  font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
  font-size: 1.334em;
  font-weight: 300;
  border-radius: 0;
  height: 3.125em;
  display: block;
  outline: none;
  border: none;
  color: #5c4a4a;
  width: 100%;
  margin: 0;
}
/* line 1596, ../scss/all.scss */
.subscribe-block form input[type="submit"] {
  font-size: 1.33em;
  line-height: 1.5;
  font-weight: 300;
  font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.8125em 1.5625em;
  text-transform: uppercase;
  background-color: #5c4a4a;
  border-radius: 4px;
  height: 3.125em;
  outline: none;
  border: none;
  width: 100%;
}
/* line 1609, ../scss/all.scss */
.subscribe-block form input[type="submit"]:hover {
  background-color: #231d1d;
}

/* line 1615, ../scss/all.scss */
.footer-bottom {
  padding: 2.083em 0 0;
}
/* line 1617, ../scss/all.scss */
.footer-bottom .description, .footer-bottom .footer-nav {
  margin-bottom: 2.0833em;
}

/* line 1621, ../scss/all.scss */
.footer-nav {
  color: #f9fff7;
}
/* line 1625, ../scss/all.scss */
.footer-nav li {
  margin-bottom: 1.334em;
}
/* line 1627, ../scss/all.scss */
.footer-nav li span {
  font-size: 1.584em;
  line-height: 1;
  font-weight: normal;
  margin-right: 0.684em;
  text-align: center;
  float: left;
  width: 1em;
}
/* line 1635, ../scss/all.scss */
.footer-nav a {
  line-height: 1.584em;
  overflow: hidden;
  display: block;
  color: inherit;
}
/* line 1643, ../scss/all.scss */
.footer-nav .icon-phone:before,
.footer-nav .icon-envelope:before {
  display: inline-block;
  vertical-align: top;
  font-size: 0.842em;
}
/* line 1650, ../scss/all.scss */
.footer-nav .email:hover {
  text-decoration: underline;
}

/* line 1655, ../scss/all.scss */
.nav {
  text-align: center;
  color: white;
}
/* line 1659, ../scss/all.scss */
.nav li {
  margin-bottom: 1.334em;
  display: inline-block;
}
/* line 1662, ../scss/all.scss */
.nav li a {
  color: inherit;
  text-decoration: underline;
}
/* line 1665, ../scss/all.scss */
.nav li a:hover {
  text-decoration: none;
}
/* line 1669, ../scss/all.scss */
.nav li + li {
  margin-left: 2.0833em;
}

@media only screen and (min-width: 360px) {
  /* line 5, ../scss/responsive.scss */
  .tab .tabset li + li {
    margin-left: 1.5625em;
  }
}
@media only screen and (min-width: 480px) {
  /* line 14, ../scss/responsive.scss */
  .initiative .desc {
    padding-left: 1.5625em;
    overflow: hidden;
  }

  /* line 20, ../scss/responsive.scss */
  .ib-col .col {
    margin: 0 -2px;
    width: 50%;
  }
}
@media only screen and (min-width: 640px) {
  /* line 30, ../scss/responsive.scss */
  .banner .txt-holder p {
    font-size: 1.9375em;
    line-height: 1.322;
    font-weight: 300;
  }

  /* line 36, ../scss/responsive.scss */
  .who-we-are h1 {
    font-size: 1.9375em;
  }

  /* line 41, ../scss/responsive.scss */
  .initiatives-list h2, .news-block h2, .initiatives-section h2 {
    font-size: 2.618em;
  }

  /* line 45, ../scss/responsive.scss */
  .col-sm {
    width: 50%;
    float: left;
  }

  /* line 50, ../scss/responsive.scss */
  .footer-row .footer-column {
    width: 50%;
  }
  /* line 53, ../scss/responsive.scss */
  .footer-row .footer-column.subscribe-block, .footer-row .footer-column.links {
    width: 100%;
  }

  /* line 60, ../scss/responsive.scss */
  .team-block .team .close {
    background-color: transparent;
    font-size: 1.5625em;
    line-height: 1;
    height: auto;
    width: auto;
    right: 13px;
    top: 13px;
  }
  /* line 70, ../scss/responsive.scss */
  .team-block .img-holder {
    margin: 0 1.5625em 0 0;
    width: 175px;
    float: left;
  }
  /* line 74, ../scss/responsive.scss */
  .team-block .img-holder a {
    max-width: none;
    width: 100%;
  }
  /* line 80, ../scss/responsive.scss */
  .team-block .staff-desc .name, .team-block .staff-desc .designation {
    text-align: left;
  }

  /* line 89, ../scss/responsive.scss */
  .initiatives .visual-content, .blog .visual-content {
    width: 35.288em;
  }

  /* line 95, ../scss/responsive.scss */
  .initiatives .top-content h1, .blog .top-content h1 {
    font-size: 3.5em;
    line-height: 0.903;
    font-weight: 600;
  }

  /* line 102, ../scss/responsive.scss */
  .initiatives-section .initiative .image-holder {
    height: 15.625em;
    width: 15.625em;
    float: left;
  }
  /* line 107, ../scss/responsive.scss */
  .initiatives-section .initiative .desc {
    padding-left: 3.125em;
  }

  /* line 113, ../scss/responsive.scss */
  .social-links li {
    width: 50%;
  }

  /* line 118, ../scss/responsive.scss */
  .contact-form input[type="submit"], .subscribe-form input[type="submit"] {
    width: auto;
  }

  /* line 125, ../scss/responsive.scss */
  .blog .visual-content .visual-text p {
    font-size: 2.5625em;
    line-height: 1.634;
    font-weight: 300;
    letter-spacing: 2px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 134, ../scss/responsive.scss */
  .container {
    width: 750px;
  }

  /* line 138, ../scss/responsive.scss */
  #header .logo {
    margin-top: 13px;
    width: 50px;
    float: left;
  }

  /* line 144, ../scss/responsive.scss */
  .main-nav {
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: auto;
    position: static;
    overflow: visible;
    opacity: 1;
  }
  /* line 151, ../scss/responsive.scss */
  .main-nav #nav {
    -webkit-transform: none;
    transform: none;
  }
  /* line 156, ../scss/responsive.scss */
  .nav-active .main-nav #nav {
    -webkit-transform: none;
    transform: none;
  }

  /* line 162, ../scss/responsive.scss */
  .navbar {
    padding: 0;
  }
  /* line 164, ../scss/responsive.scss */
  .navbar #nav {
    padding: 2.416em 1.33em;
    float: right;
  }
  /* line 167, ../scss/responsive.scss */
  .navbar #nav > li {
    border-bottom: none;
    padding: 0;
    float: left;
  }
  /* line 171, ../scss/responsive.scss */
  .navbar #nav > li + li {
    margin-left: 45px;
  }
  /* line 175, ../scss/responsive.scss */
  .navbar #nav .dropdown-menu {
    -webkit-box-shadow: 0 13px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 13px 10px 0 rgba(0, 0, 0, 0.1);
    border-top: 1px solid #eeeeee;
    position: absolute;
    text-align: right;
    margin-top: 0;
    z-index: 1000;
    top: 100%;
    right: 0;
    left: 0;
  }
  /* line 187, ../scss/responsive.scss */
  .navbar #nav .dropdown-menu .sub-menu > li {
    vertical-align: middle;
    display: inline-block;
  }
  /* line 190, ../scss/responsive.scss */
  .navbar #nav .dropdown-menu .sub-menu > li + li {
    margin-left: 20px;
  }

  /* line 198, ../scss/responsive.scss */
  .menu-opener {
    display: none;
  }

  /* line 202, ../scss/responsive.scss */
  .banner .mask {
    height: 35.228em;
  }
  /* line 205, ../scss/responsive.scss */
  .banner .txt-holder {
    padding: 75px 0 250px;
  }
  /* line 207, ../scss/responsive.scss */
  .banner .txt-holder p {
    font-size: 3.125em;
    line-height: 1;
    font-weight: 300;
  }
  /* line 211, ../scss/responsive.scss */
  .banner .btn-wrap {
    font-size: 1em;
    line-height: 1.5625;
    font-weight: normal;
    /*max-width: 28.125em;*/
    padding: 0;
  }
  /* line 217, ../scss/responsive.scss */
  .banner .btn-prev,
  .banner .btn-next {
    background-color: transparent;
  }
  /* line 219, ../scss/responsive.scss */
  .banner .btn-prev span,
  .banner .btn-next span {
    font-size: 11.089em;
    line-height: 1;
    font-weight: normal;
  }
  /* line 222, ../scss/responsive.scss */
  .banner .btn-prev:hover,
  .banner .btn-next:hover {
    background-color: rgba(238, 238, 238, 0.8);
  }

  /* line 227, ../scss/responsive.scss */
  .who-we-are {
    padding: 3.125em 0;
  }
  /* line 229, ../scss/responsive.scss */
  .who-we-are h1 {
    font-size: 3.5625em;
    line-height: 1;
    font-weight: 700;
  }
  /* line 231, ../scss/responsive.scss */
  .who-we-are h1 span {
    font-size: 0.2807em;
    line-height: 1.5625;
    font-weight: 400;
  }

  /* line 236, ../scss/responsive.scss */
  .initiative {
    width: 33.33%;
  }
  /* line 238, ../scss/responsive.scss */
  .initiative .image-holder {
    float: none;
  }
  /* line 241, ../scss/responsive.scss */
  .initiative h3 {
    text-align: left;
  }

  /* line 245, ../scss/responsive.scss */
  .more {
    display: inline-block;
  }

  /* line 250, ../scss/responsive.scss */
  .blog-item.large .overlay-content {
    padding: 0 1.5625em 1.5625em;
  }
  /* line 252, ../scss/responsive.scss */
  .blog-item.large .overlay-content .blog-title {
    font-size: 1.9375em;
  }
  /* line 255, ../scss/responsive.scss */
  .blog-item.large .overlay-content .meta {
    font-size: 0.75em;
    line-height: 1.334;
  }

  /* line 263, ../scss/responsive.scss */
  .ib-col .col {
    width: 33.33%;
  }

  /* line 270, ../scss/responsive.scss */
  #footer .subscribe-block form label {
    margin-right: 1.5625em;
    display: inline-block;
    margin-bottom: 0;
  }
  /* line 275, ../scss/responsive.scss */
  #footer .subscribe-block form .input-box {
    margin-right: 2.083em;
    width: 29em;
  }
  /* line 279, ../scss/responsive.scss */
  #footer .subscribe-block form input[type="submit"] {
    width: auto;
  }

  /* line 286, ../scss/responsive.scss */
  .footer-row .footer-column {
    width: 33.33%;
  }
  /* line 289, ../scss/responsive.scss */
  .footer-row .footer-column.subscribe-block, .footer-row .footer-column.links {
    width: 33.33%;
  }

  /* line 294, ../scss/responsive.scss */
  .nav {
    text-align: left;
  }
  /* line 296, ../scss/responsive.scss */
  .nav li {
    display: block;
  }
  /* line 298, ../scss/responsive.scss */
  .nav li + li {
    margin-left: 0;
  }

  /* line 303, ../scss/responsive.scss */
  .visual-content {
    padding: 5.625em 2.875em;
    height: 29em;
    width: 29em;
  }
  /* line 308, ../scss/responsive.scss */
  .visual-content span.ethos {
    font-size: 1.5625em;
    line-height: 1;
    font-weight: 300;
  }
  /* line 311, ../scss/responsive.scss */
  .visual-content span.main-value {
    font-size: 4.1875em;
    line-height: 1.149;
    font-weight: 700;
  }
  /* line 314, ../scss/responsive.scss */
  .visual-content span.sub-value {
    padding-left: 0.806em;
    font-size: 1.9375em;
  }
  /* line 319, ../scss/responsive.scss */
  .our-team .visual-content {
    width: auto;
  }
  /* line 322, ../scss/responsive.scss */
  .our-team .visual-content span.main-value {
    font-size: 4.1875em;
    line-height: 1.149;
    font-weight: 700;
    text-align: center;
  }
  /* line 326, ../scss/responsive.scss */
  .our-team .visual-content span.sub-value {
    text-transform: none;
    text-align: center;
    letter-spacing: 0;
    padding-left: 0;
    font-weight: 500;
  }

  /* line 337, ../scss/responsive.scss */
  .side-nav p {
    display: none;
  }
  /* line 340, ../scss/responsive.scss */
  .side-nav .js-slide-hidden {
    display: block !important;
    position: static !important;
  }

  /* line 345, ../scss/responsive.scss */
  #sidebar {
    margin: 0 3.125em 0 0;
    float: left;
    width: 287px;
  }

  /* line 351, ../scss/responsive.scss */
  .tab .tabset {
    text-align: left;
  }

  /* line 355, ../scss/responsive.scss */
  .initiatives-section {
    padding: 4.6875em 0;
  }

  /* line 358, ../scss/responsive.scss */
  .contact-block, .more-contact {
    padding-bottom: 4.6875em;
  }
  /* line 360, ../scss/responsive.scss */
  .contact-block p, .more-contact p {
    line-height: 1.5625;
    font-size: 1em;
  }

  /* line 365, ../scss/responsive.scss */
  .contact-form, .subscribe-form {
    float: left;
    width: 58.2%;
  }

  /* line 369, ../scss/responsive.scss */
  .subscribe-form {
    float: none;
    width: 100%;
  }

  /* line 373, ../scss/responsive.scss */
  .contact-info {
    float: right;
    width: 41.8%;
    padding: 1.625em 0 0 4.6875em;
  }
  /* line 378, ../scss/responsive.scss */
  .contact-info .list li {
    overflow: hidden;
    margin: 0 0 3.125em;
  }

  /* line 384, ../scss/responsive.scss */
  .more-contact {
    padding-bottom: 4.0625em;
  }
  /* line 386, ../scss/responsive.scss */
  .more-contact h2 {
    font-size: 2.618em;
  }

  /* line 391, ../scss/responsive.scss */
  .social-links li {
    padding-bottom: 3.125em;
    width: 33.33%;
  }
  /* line 395, ../scss/responsive.scss */
  .social-links .icon {
    font-size: 2.5625em;
    line-height: 1.585;
    font-weight: normal;
    width: 1.829em;
    height: 1.829em;
  }
  /* line 399, ../scss/responsive.scss */
  .social-links .icon.icon-youtube {
    line-height: 1.857em;
    font-size: 2.1875em;
    height: 2.142em;
    width: 2.142em;
  }

  /* line 407, ../scss/responsive.scss */
  .post {
    text-align: left;
  }
  /* line 409, ../scss/responsive.scss */
  .post .col1 {
    width: 26.66%;
    float: left;
  }
  /* line 413, ../scss/responsive.scss */
  .post .col2 {
    padding-left: 4.6875em;
    overflow: hidden;
  }
  /* line 418, ../scss/responsive.scss */
  .post .img-holder a {
    width: auto;
    height: auto;
  }
  /* line 423, ../scss/responsive.scss */
  .post .entry-title {
    text-align: left;
  }
  /* line 426, ../scss/responsive.scss */
  .post .meta {
    text-align: left;
  }
  /* line 428, ../scss/responsive.scss */
  .post .meta .date {
    display: inline-block;
  }

  /* line 434, ../scss/responsive.scss */
  .blog #sidebar {
    width: 21.75em;
    float: right;
    padding: 1em;
  }

  /* line 441, ../scss/responsive.scss */
  .banner-image:after {
    min-height: 29em;
  }
  /* line 444, ../scss/responsive.scss */
  .banner-image .entry-title {
    padding-right: 1.5625em;
    padding-left: 1.5625em;
    font-size: 2.5625em;
  }
}
@media only screen and (max-width: 768px) {
  /* line 452, ../scss/responsive.scss */
  .dtable-xs {
    table-layout: fixed;
    display: table;
    width: 100%;
  }
  /* line 456, ../scss/responsive.scss */
  .dtable-xs > .dthead-xs {
    display: table-header-group;
    width: 100%;
    height: 1%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 465, ../scss/responsive.scss */
  .hidden {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  /* line 470, ../scss/responsive.scss */
  .container {
    width: 970px;
  }

  /* line 473, ../scss/responsive.scss */
  .col {
    float: left;
  }

  /* line 477, ../scss/responsive.scss */
  .post-block .col {
    width: 50%;
  }

  /* line 482, ../scss/responsive.scss */
  .about-section h2, .single-article h2 {
    font-size: 4.1875em;
  }

  /* line 486, ../scss/responsive.scss */
  .tel-link {
    pointer-events: none;
    cursor: default;
  }
}
