/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

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

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

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

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

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

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Merriweather Sans Light"), local("MerriweatherSans-Light"), url(https://fonts.gstatic.com/s/merriweathersans/v8/6LmGj5dOJopQKEkt88GowQaqY1RzDqUCoj4OhtiyHDU.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Merriweather Sans"), local("MerriweatherSans-Regular"), url(https://fonts.gstatic.com/s/merriweathersans/v8/AKu1CjQ4qnV8MUltkAX3sMZ4HySTEWshgORbPp2tk8k.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Merriweather Sans Bold"), local("MerriweatherSans-Bold"), url(https://fonts.gstatic.com/s/merriweathersans/v8/6LmGj5dOJopQKEkt88GowbvMLSVzqOGkoxdgTSsKqWM.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}

li {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

iframe,
button {
  border: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-before: 0;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
  -webkit-padding-after: 0;
  min-width: auto;
}

body {
  font-family: "Merriweather Sans", sans-serif;
}

.container {
  width: 1140px;
  margin: 0 auto;
}

a {
  color: inherit;
  transition: color 0.1s linear;
  text-decoration: none;
}

.heading {
  display: inline-block;
}

.heading--footer {
  font-size: 19px;
  margin-bottom: 69px;
  position: relative;
}

.heading--find {
  padding-left: 44px;
}

.heading--find:before {
  position: absolute;
  content: '';
  width: 26px;
  height: 38px;
  background: url("../img/icons/marker.svg") no-repeat 0 0;
  left: 0;
  top: -7px;
}

.heading--contact {
  padding-left: 56px;
}

.heading--contact:before {
  position: absolute;
  content: '';
  width: 38px;
  height: 26px;
  background: url("../img/icons/envelope.svg") no-repeat 0 0;
  left: 0;
  top: -2px;
}

.heading--box {
  font-size: 44px;
  font-weight: 400;
}

.heading--section {
  font-size: 42px;
  font-weight: 400;
  color: #404342;
}

.heading--event {
  font-size: 27px;
  color: #404342;
  font-weight: 400;
  padding-bottom:25px;
}

.heading--light {
  color: #404342;
}

.heading--team {
  display: block;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 5px;
}

.heading--side {
  font-size: 20px;
  font-weight: 400;
  color: #821E20;
  display: block;
  margin-bottom: 7px;
}

.heading--find-us {
  font-size: 27px;
  font-weight: 400;
  margin-bottom: 15px;
}

.text {
  margin: 0 0 9px;
  font-size: 0;
}

.text__content {
  font-size: 11px;
  line-height: 1;
  font-weight: 300;
}

.text__content + .text__content {
  position: relative;
  margin-left: 5px;
  padding-left: 7px;
  display: inline-block;
}

.text__content + .text__content:before {
  position: absolute;
  content: '';
  width: 2px;
  height: 2px;
  border-radius: 100%;
  background-color: #fff;
  left: 0;
  top: 5px;
}

.text__heading {
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
}

.txt {
  font-size: 26px;
  line-height: 36px;
  font-weight: 300;
  margin: 0;
}

.btn {
  display: inline-block;
  text-align: center;
}

.btn--more {
  font-size: 20px;
  color: #404342;
}

.header {
  background-color: #404342;
  color: #fff;
  border-top: 2px solid #2f3130;
  border-bottom: 2px solid #fff;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.header .container {
  position: relative;
}

.header__toggle {
  display: none;
}

.header__hamburger {
  display: inline-block;
  vertical-align: middle;
  width: 33px;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
  position: relative;
  margin-right: 15px;
}

.header__hamburger:before,
.header__hamburger:after {
  position: absolute;
  content: '';
  width: 33px;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
  left: 0;
}

.header__hamburger:before {
  top: -12px;
}

.header__hamburger:after {
  bottom: -11px;
}

.header__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0 25px;
}

.header__lang {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 10px;
}

.header__lang-item {
  padding: 0 7px 0 9px;
  position: relative;
  float: left;
}

.header__lang-item + .header__lang-item:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 10px;
  background-color: #111312;
  left: 0;
  top: 2px;
}

.header__lang-item:last-child {
  padding-right: 0;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
}

.header__item {
  padding: 0 14px 10px 14px;
  position: relative;
}

.header__item + .header__item {
  margin-left: 2px;
}

.header__item + .header__item:before {
  position: absolute;
  content: '';
  width: 2px;
  height: 13px;
  background-color: #111312;
  left: -2px;
  top: 3px;
}

.header__item:last-child {
  padding-right: 0;
}

.header__item--active {
  border-bottom: 2px solid #fff;
}

.header__item--mobile {
  display: none;
}

.header__link {
  font-size: 14px;
}

.header__brand {
  height: 84px;
}

.header__brand img {
  height: 84px;
  width: 520px;
}

.footer__box {
  padding-top: 27px;
}

.footer__box--brand {
  padding-top: 0;
  margin-left: 31px;
}

.footer__box--find {
  -ms-flex-preferred-size: 281px;
      flex-basis: 281px;
}

.footer__box--contact {
  -ms-flex-preferred-size: 271px;
      flex-basis: 271px;
}

.footer__head {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -ms-flex-preferred-size: 600px;
      flex-basis: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__addresses {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 114px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__address--1 {
  -ms-flex-preferred-size: 428px;
      flex-basis: 428px;
}

.footer__address--2 {
  -ms-flex-preferred-size: 281px;
      flex-basis: 281px;
}

.footer__address--4 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.footer__top {
  background-color: #404342;
  color: #fff;
  padding: 34px 0 25px;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__brand {
  display: block;
  margin-bottom: 20px;
}

.footer__brand img {
  height: 75px;
  width: 282px;
}

.footer__brand-inner {
  padding-left: 82px;
}

.footer__hours {
  margin-top: 26px;
}

.footer__quadrus {
  width: 111px;
  height: 42px;
}

.footer__manulife {
  width: 152px;
  height: 34px;
}

.footer__social {
  margin-right: 33px;
}

.footer__social img {
  width: 14px;
  height: 29px;
}

.footer__bottom {
  padding: 10px 0;
}

.footer__bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__menu--links {
  padding-left: 113px;
  padding-bottom: 10px;
}

.footer__item + .footer__item {
  margin-left: 8px;
  padding-left: 10px;
  position: relative;
}

.footer__item + .footer__item:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 12px;
  background-color: #404342;
  left: 0;
  top: 4px;
}

.footer__link {
  font-size: 11px;
  font-weight: 400;
  color: #404342;
}

.footer .footer__partners-item + .footer__partners-item {
  margin-left: 45px;
}

.intro {
  padding: 48px 0 43px;
}

.intro--services {
  padding-top: 58px;
}

.intro--find {
  padding: 58px 0;
}

.intro__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.intro__box--subpage {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.intro__img {
  margin: 0 98px 0 68px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.intro__text {
  color: #821E20;
  padding-bottom: 5px;
}

.intro__text--member {
  padding-top: 1px;
  line-height: 40px;
}

.intro__heading {
  /* text-align: right; */
  line-height: 56px;
}

.intro__heading--member {
  margin-bottom: 10px;
}

.mission {
  background-color: #292663;
  text-align: center;
  color: #fff;
  padding: 59px 0 48px;
}

.mission__text {
  padding: 0 115px;
  font-style: italic;
}
.mission__quote {
  text-align:right;
  font-size: 26px;
  line-height: 36px;
  padding:25px 115px 0 115px;
}

.video {
  padding: 63px 0 59px;
}

.video__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video__player {
  margin-right: 34px;
  width: 360px;
  height: 202px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.video__text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  margin: 0;
}

.video__intro {
  padding-bottom: 10px;
}

.boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* margin-bottom: 63px; */
}

.box {
  padding: 40px 38px 44px 38px;
  color: #fff;
  position: relative;
  width:100%;
  z-index: 1;
}

.box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.box--team {
  background: url("../img/pics/box_team.png") no-repeat 0 0/cover;
}

.box--team:before {
  background-color: rgba(41, 38, 99, 0.8);
}

.box--community {
  background: url("../img/pics/box_community.png") no-repeat 0 0/cover;
}

.box--community:before {
  background-color: rgba(239, 139, 30, 0.8);
}

.box--services {
  background: url("../img/pics/box_financial.png") no-repeat 0 0/cover;
}

.box--services:before  {
  background-color: rgba(130, 30, 32, 0.8);
}

.box--benefits {
  background: url("../img/pics/box_benefits.jpg") no-repeat 0 0/cover;
}
.box--benefits:before  {
  background-color: rgba(130, 30, 32, 0.8);
}


.box__text {
  font-size: 19px;
  line-height: 32px;
  font-weight: 300;
  margin: 15px 0 30px;
}

.box__btn {
  width: 158px;
  height: 45px;
  font-size: 21px;
  line-height: 41px;
  border: 2px solid #fff;
}
.box__btnt {
  width: 265px;
  height: 45px;
  font-size: 21px;
  line-height: 41px;
  border: 2px solid #fff;
}

.box__btn--team {
  background-color: #292663;
}

.box__btn--community {
  background-color: #EF8B1E;
}

.box__btn--services {
  background-color: #821E20;
}
.box__btn--benefits {
  background-color: #821E20;
}

.box--benefits .benefits-image {
    position:absolute;
    right: 25px;
    bottom:25px;
}

.side {
  width: 244px;
  margin-right: 66px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.side--member {
  text-align: right;
}

.side__box {
  margin-bottom: 40px;
}

.side__box--image {
  margin-top: 84px;
}

.side__link {
  font-size: 20px;
}

.side__desc {
  font-size: 14px;
  line-height: 27px;
  font-weight: 300;
}

.events {
  padding-bottom: 37px;
}
.event__content ul {
  text-align: left;
  padding-left:25px;

}
.event__content li {
  list-style-type: circle;
}
.events--single .event + .event .event__content:after {
  display: none;
}

.events--member {
  padding-bottom: 18px;
}

.event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 24px;
}

.event--lead {
  padding-top: 54px;
}

.event__img {
  display: block;
}

.event__text {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: #404342;
  margin: 0 0 35px;
}

.event__text:last-child {
  margin-bottom: 0;
}

.event + .event .event__content {
  position: relative;
}

.event + .event .event__content:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  top: -30px;
  left: 0;
  background-color: #434343;
}

.event__heading {
  margin-bottom: 35px;
}

.services {
  padding-bottom: 15px;
}

.services__heading {
  margin-bottom: 15px;
}

.services__text {
  line-height: 32px;
}

.team-loc {
  margin-top:30px;
  padding:25px 0;
  background-color: grey;
}
.team-loc-loc {
  display:inline;
  width:244px;
  margin-right:66px;
}
.team-loc .team-loc-loc h2 {
  text-align:right;
  color:#fff;
  font-size:42px;
  font-weight:400;

}
.team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 0px;
}

.team__box {
  width: 25%;
  position: relative;
}

.team__box:hover .team__pic:before,
.team__box:focus .team__pic:before,
.team__box:active .team__pic:before,
.team__box.active .team__pic:before {
  display: none;
}

.team__box:hover .team__note,
.team__box:focus .team__note,
.team__box:active .team__note,
.team__box.active .team__note {
  display: none;
}

.team__img {
  width: 100%;
  display: block;
}

.team__note {
  position: absolute;
  left: 29px;
  bottom: 20px;
  z-index: 2;
}
.eugene__note .inner {
	position: absolute;
	left: 29px;
	bottom: 20px;
	z-index: 2;
}
.eugene__note .outer {
	position: absolute;
	display:none;
	background-color:#000;
	color:#fff;
	padding-left: 29px;
	padding-top:20px;
	bottom: 0px;
    width:100%;
	z-index: 2;
}
.team__box:hover .eugene__note .inner,
.team__box:focus .eugene__note .inner,
.team__box:active .eugene__note .inner,
.team__box.active .eugene__note .inner {
	display: none;
}
.team__box:hover .eugene__note .outer,
.team__box:focus .eugene__note .outer,
.team__box:active .eugene__note .outer,
.team__box.active .eugene__note .outer {
	display: block;
}

.team__pic {
  position: relative;
}
.team__pic:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
}
.creds {
  margin:0;
  padding:0;
  font-size: 14px;
  font-weight:300;
  margin-bottom:4px;
}
.role {
  padding:0;
  font-size: 18px;
  font-weight: 300;
}
.eugene__note .outer .role {
    line-height:25px;
}

.member {
  padding-bottom: 0;
}
.member__heading {
  font-size: 20px;
  margin-bottom: 4px;
}

.find {
  padding-bottom: 32px;
}

.find__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 50px;
  color:#404342;
}

.find__map {
  margin-left: 30px;
  width: 41%;
  height: 310px;
}

.find__map img {
  display: block;
}

.find__text {
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 7px;
}

.find__desc {
  text-align: right;
  padding-bottom: 20px;
}

.brand__mobile {
  display: none;
}

.image {
  padding-top: 193px;
}

.image__img {
  width: 100%;
  display: block;
}
.benefits {
  padding-left: 25px; 
}
.benefit {
  margin-bottom:40px;
}
.benefit h3 {
  font-size: 27px;
  color: #404342;
  font-weight: 400;
}
.benefit p {
  font-size:20px;
  font-weight:300;
  margin-top:5px;
  line-height:32px;
  color:#404342;
  font-family: "Merriweather Sans", sans-serif;
}

@media (min-width: 768px) {
  .header__menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 1168px) {
  .container {
    width: 960px;
  }

  .heading--footer {
    margin-bottom: 50px;
  }

  .heading--box {
    font-size: 35px;
  }

  .text__content {
    display: block;
  }

  .text__content + .text__content {
    display: block;
    margin-left: 0;
    padding: 3px 0;
  }

  .text__content + .text__content:before {
    display: none;
  }

  .text__heading {
    margin-bottom: 6px;
  }

  .footer__box--brand {
    margin-left: 0;
  }

  .footer__addresses {
    padding-left: 79px;
  }

  .footer__address--1 {
    -ms-flex-preferred-size: 281px;
        flex-basis: 281px;
  }

  .footer__menu--links {
    padding-left: 0;
  }

  .intro__img {
    margin-left: 0;
  }
}

@media (max-width: 990px) {
  .container {
    width: 748px;
  }

  .heading--section {
    font-size: 35px;
  }

  .heading--event {
    font-size: 25px;
    margin-bottom: 3px;
  }

  .heading--team {
    font-size: 18px;
  }

  .txt {
    font-size: 20px;
    line-height: 30px;
  }

  .btn--more {
    font-size: 16px;
  }

  .footer__box--social {
    padding-top: 23px;
  }

  .footer__head {
    -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
  }

  .footer__address--1 {
    -ms-flex-preferred-size: 270px;
        flex-basis: 270px;
  }

  .footer__address--2 {
    -ms-flex-preferred-size: 186px;
        flex-basis: 186px;
  }

  .footer__bottom-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__partners {
    margin: 10px 0 5px;
  }

  .intro {
    padding-bottom: 30px;
  }

  .intro__img {
    margin-right: 50px;
  }

  .intro__heading {
    line-height: 40px;
  }

  .mission__text {
    padding: 0 50px;

  }

  .video__text {
    font-size: 16px;
    line-height: 26px;
  }

  .box {
    padding-bottom: 95px;
  }

  .box__text {
    font-size: 16px;
    line-height: 26px;
  }

  .box__btn {
    position: absolute;
    bottom: 40px;
  }

  .side {
    width: 220px;
  }

  .side__img {
    width: 100%;
  }

  .event__img {
    width: 100%;
  }

  .event__text {
    font-size: 16px;
    line-height: 26px;
  }

  .team__note {
    left: 20px;
  }

  .role {
    font-size: 16px;
  }

  .find__map {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .find__text {
    font-size: 16px;
  }

  .find__desc {
    padding-left: 10px;
  }
}

@media (max-width: 766px) {
  .container {
    width: 100%;
    padding: 0 10px;
  }

  .header {
    position:fixed;
  }

  .heading--footer {
    margin-bottom: 25px;
  }

  .heading--section {
    font-size: 30px;
  }

  .heading--event {
    margin-bottom: 5px;
  }

  .txt {
    font-size: 16px;
    line-height: 26px;
  }

  .header__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 47px;
    padding-left: 13px;
    padding-right: 11px;
    border: 1px solid #323433;
  }

  .header__bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 11px;
    padding-right: 11px;
  }

  .header__lang {
    display: none;
  }

  .header__menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #323031;
    z-index: 2;
    padding: 3px 8px 5px 5px;
  }

  .header__item {
    padding: 9px 9px 9px 8px;
  }

  .header__item + .header__item {
    margin-left: 0;
  }

  .header__item + .header__item:before {
    display: none;
  }

  .header__item:last-child {
    padding: 9px 9px 9px 8px;
  }

  .header__item--active {
    border: 0;
  }

  .header__item--mobile {
    display: list-item;
    border-top: 1px solid #413f40;
  }

  .header__link {
    display: block;
    text-align: right;
  }

  .header__brand {
    height: 46px;
  }

  .header__brand img {
    height: 46px;
    width: 42px;
  }

  .footer__box {
    text-align: center;
  }

  .footer__box--find {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .footer__box--contact {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .footer__head {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .footer__addresses {
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .footer__address {
    text-align: center;
  }

  .footer__address + .footer__address {
    margin-top: 20px;
  }

  .footer__address--1 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .footer__address--2 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .footer__address--4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer__brand-inner {
    padding-left: 0;
  }

  .footer__hours {
    margin-top: 0;
  }

  .footer__quadrus {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }

  .footer__manulife {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }

  .footer__social {
    margin-right: 0;
  }

  .footer__menu--links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 0 15px;
  }

  .footer__item + .footer__item {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 3px;
  }

  .footer__item + .footer__item:before {
    display: none;
  }

  .footer__partners {
    margin: 10px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer .footer__partners-item + .footer__partners-item {
    margin-left: 0;
    margin-top: 10px;
  }

  .intro {
    padding: 30px 0;
  }

  .intro--events {
    padding-bottom: 0;
  }

  .intro--services {
    padding: 30px 0 0;
  }

  .intro__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .intro__img {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .intro__image {
    max-width: 150px;
  }

  .intro__text {
    text-align: center;
  }

  .intro__heading {
    text-align: center;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .mission {
    padding: 30px 0;
  }

  .mission__text {
    padding: 0;
  }

  .video {
    padding: 30px 0;
  }

  .video__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .video__player {
    max-width: 100%;
    height: auto;
    width: auto;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .video__text {
    font-size: 14px;
    line-height: 24px;
  }

  .video__intro {
    text-align: center;
    padding-bottom: 0;
  }

  .boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .box {
    padding: 30px 10px 95px;
    text-align: center;
  }

  .box__text {
    margin: 15px 0;
  }

  .box__btn {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 30px;
  }

  .side {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }

  .side--member {
    margin-bottom: 15px;
  }

  .side--member .role {
    display: block;
  }

  .side--member .intro__heading {
    margin-bottom: 5px;
  }

  .side__box {
    margin-bottom: 25px;
  }

  .side__box--image {
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .side__img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }

  .events {
    padding-bottom: 0;
  }

  .events--single {
    padding: 15px 0;
  }

  .events--single .event {
    padding: 15px 0;
  }

  .events--single .event + .event {
    border: 0;
  }

  .event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0;
  }

  .event__img {
    width: auto;
    max-width: 100%;
    margin: 0 auto 15px;
  }

  .event__text {
    margin-bottom: 15px;
  }

  .event__content {
    text-align: center;
  }
  .event + .event {
    border-top: 2px solid #434343;
  }

  .event + .event .event__content:after {
    display: none;
  }

  .team {
    padding-top: 30px;
  }

  .team__box {
    width: 50%;
  }

  .find__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .find__map {
    margin-left: 0;
    max-width: 100%;
    height: 250px;
  }

  .find__desc {
    padding-left: 0;
    text-align: center;
  }

  .brand__mobile {
    display: block;
  }

  .brand__desktop {
    display: none;
  }

  .image {
    padding-top: 94px;
  }
}

@media (max-width: 479px) {
  .team__box {
    width: 100%;
  }
}

.smaller {
  font-size:33px;
  line-height:38px;
}