/*! 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.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
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).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

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

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

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

td,
th {
  padding: 0; }

.header .main-menu {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, #main:after, dl:after {
  content: '';
  display: block;
  clear: both; }

a, .header .region-header, .nav-opener .opener span, #search-block-form input[type='submit'] {
  transition: all 0.3s ease-in-out; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings' !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #010101;
  background: #fff;
  font: 16px/1.5 "proxima_nova", "Arial", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  font-weight: 400;
  letter-spacing: .4px; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

.gm-style img {
  max-width: none; }

.layout-content {
  width: 100%; }
  @media (min-width: 768px) {
    .layout-content {
      float: left;
      width: 65%; }
      .layout-content:only-child {
        float: none;
        width: 100%; } }

.layout-sidebar {
  width: 100%; }
  @media (min-width: 768px) {
    .layout-sidebar {
      display: block;
      float: right;
      width: 25%; } }

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.5em; }

blockquote {
  border-left: 4px solid #666666;
  padding-left: .5em;
  margin-left: 1.5em; }

th, td {
  border: 1px solid #666666;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }
dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='file'],
textarea,
select {
  border: none;
  color: #81868c;
  box-sizing: border-box;
  padding: 0.4em 0.8em;
  max-width: 100%;
  background: #f2f2f2; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  input[type='file']:focus,
  textarea:focus,
  select:focus {
    border-color: #cccccc;
    outline: none; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  input[type='file']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    color: #898e94; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  input[type='file']::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    opacity: 1;
    color: #898e94; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  input[type='file']:-moz-placeholder,
  textarea:-moz-placeholder,
  select:-moz-placeholder {
    color: #898e94; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  input[type='file']:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    color: #898e94; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  input[type='file'].placeholder,
  textarea.placeholder,
  select.placeholder {
    color: #898e94; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='file'] {
  height: 44px; }

select {
  width: 100%; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  font-family: "proxima_nova", "Arial", "Helvetica", sans-serif;
  border: none;
  color: #fff;
  cursor: pointer;
  height: 44px;
  background: #191919;
  outline: none;
  padding: 0.4em 1.1em;
  display: inline-block;
  vertical-align: top; }
  button:hover,
  input[type='button']:hover,
  input[type='reset']:hover,
  input[type='submit']:hover {
    color: #cccccc; }

.form-textarea-wrapper textarea {
  width: auto; }

select[multiple="multiple"] {
  min-height: 150px; }

.form-actions button,
.form-actions input[type='button'],
.form-actions input[type='reset'],
.form-actions input[type='submit'] {
  min-width: 104px;
  font-weight: 500;
  margin: 0 10px 10px 0; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Capita", "Times New Roman", "Times", "Georgia", serif;
  line-height: 1.3;
  font-weight: 400;
  margin: 0 0 0.5em;
  color: #010101; }

h1, .h1 {
  font-size: 36px; }
  @media (max-width: 767px) {
    h1, .h1 {
      font-size: 28px; } }

h2, .h2 {
  font-size: 32px; }
  @media (max-width: 767px) {
    h2, .h2 {
      font-size: 26px; } }

h3, .h3 {
  font-size: 24px; }
  @media (max-width: 767px) {
    h3, .h3 {
      font-size: 21px; } }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

a {
  color: #0033ff;
  text-decoration: none; }
  a:hover {
    opacity: .7; }

@font-face {
  font-family: "Capita";
  src: url("../fonts/Capita-Bold.eot");
  src: url("../fonts/Capita-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Capita-Bold.woff2") format("woff2"), url("../fonts/Capita-Bold.woff") format("woff"), url("../fonts/Capita-Bold.ttf") format("truetype"), url("../fonts/Capita-Bold.svgCapita-Bold") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "Capita";
  src: url("../fonts/Capita-BoldItalic.eot");
  src: url("../fonts/Capita-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Capita-BoldItalic.woff2") format("woff2"), url("../fonts/Capita-BoldItalic.woff") format("woff"), url("../fonts/Capita-BoldItalic.ttf") format("truetype"), url("../fonts/Capita-BoldItalic.svgCapita-BoldItalic") format("svg");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: "Capita";
  src: url("../fonts/Capita-ExtraBold.eot");
  src: url("../fonts/Capita-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Capita-ExtraBold.woff2") format("woff2"), url("../fonts/Capita-ExtraBold.woff") format("woff"), url("../fonts/Capita-ExtraBold.ttf") format("truetype"), url("../fonts/Capita-ExtraBold.svgCapita-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: "Capita";
  src: url("../fonts/Capita-ExtraBoldItalic.eot");
  src: url("../fonts/Capita-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Capita-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Capita-ExtraBoldItalic.woff") format("woff"), url("../fonts/Capita-ExtraBoldItalic.ttf") format("truetype"), url("../fonts/Capita-ExtraBoldItalic.svgCapita-ExtraBoldItalic") format("svg");
  font-weight: 800;
  font-style: italic; }
@font-face {
  font-family: "Capita";
  src: url("../fonts/Capita-ExtraLight.eot");
  src: url("../fonts/Capita-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Capita-ExtraLight.woff2") format("woff2"), url("../fonts/Capita-ExtraLight.woff") format("woff"), url("../fonts/Capita-ExtraLight.ttf") format("truetype"), url("../fonts/Capita-ExtraLight.svgCapita-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: "Capita";
  src: url("../fonts/Capita-ExtraLightItalic.eot");
  src: url("../fonts/Capita-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Capita-ExtraLightItalic.woff2") format("woff2"), url("../fonts/Capita-ExtraLightItalic.woff") format("woff"), url("../fonts/Capita-ExtraLightItalic.ttf") format("truetype"), url("../fonts/Capita-ExtraLightItalic.svgCapita-ExtraLightItalic") format("svg");
  font-weight: 200;
  font-style: italic; }
@font-face {
  font-family: "Capita";
  src: url("../fonts/Capita-Italic.eot");
  src: url("../fonts/Capita-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Capita-Italic.woff2") format("woff2"), url("../fonts/Capita-Italic.woff") format("woff"), url("../fonts/Capita-Italic.ttf") format("truetype"), url("../fonts/Capita-Italic.svgCapita-Italic") format("svg");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: "Capita";
  src: url("../fonts/Capita-Light.eot");
  src: url("../fonts/Capita-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Capita-Light.woff2") format("woff2"), url("../fonts/Capita-Light.woff") format("woff"), url("../fonts/Capita-Light.ttf") format("truetype"), url("../fonts/Capita-Light.svgCapita-Light") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Capita";
  src: url("../fonts/Capita-LightItalic.eot");
  src: url("../fonts/Capita-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Capita-LightItalic.woff2") format("woff2"), url("../fonts/Capita-LightItalic.woff") format("woff"), url("../fonts/Capita-LightItalic.ttf") format("truetype"), url("../fonts/Capita-LightItalic.svgCapita-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: "Capita";
  src: url("../fonts/Capita-Medium.eot");
  src: url("../fonts/Capita-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Capita-Medium.woff2") format("woff2"), url("../fonts/Capita-Medium.woff") format("woff"), url("../fonts/Capita-Medium.ttf") format("truetype"), url("../fonts/Capita-Medium.svgCapita-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "Capita";
  src: url("../fonts/Capita-MediumItalic.eot");
  src: url("../fonts/Capita-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Capita-MediumItalic.woff2") format("woff2"), url("../fonts/Capita-MediumItalic.woff") format("woff"), url("../fonts/Capita-MediumItalic.ttf") format("truetype"), url("../fonts/Capita-MediumItalic.svgCapita-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: "Capita";
  src: url("../fonts/Capita-Regular.eot");
  src: url("../fonts/Capita-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Capita-Regular.woff2") format("woff2"), url("../fonts/Capita-Regular.woff") format("woff"), url("../fonts/Capita-Regular.ttf") format("truetype"), url("../fonts/Capita-Regular.svgCapita-Regular") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "proxima_nova";
  src: url("../fonts/proximanova-black-webfont.eot");
  src: url("../fonts/proximanova-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-black-webfont.woff2") format("woff2"), url("../fonts/proximanova-black-webfont.woff") format("woff"), url("../fonts/proximanova-black-webfont.ttf") format("truetype"), url("../fonts/proximanova-black-webfont.svgproximanova-black-webfont") format("svg");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: "proxima_nova";
  src: url("../fonts/proximanova-blackit-webfont.eot");
  src: url("../fonts/proximanova-blackit-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-blackit-webfont.woff2") format("woff2"), url("../fonts/proximanova-blackit-webfont.woff") format("woff"), url("../fonts/proximanova-blackit-webfont.ttf") format("truetype"), url("../fonts/proximanova-blackit-webfont.svgproximanova-blackit-webfont") format("svg");
  font-weight: 900;
  font-style: italic; }
@font-face {
  font-family: "proxima_nova";
  src: url("../fonts/proximanova-bold-webfont.eot");
  src: url("../fonts/proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-bold-webfont.woff2") format("woff2"), url("../fonts/proximanova-bold-webfont.woff") format("woff"), url("../fonts/proximanova-bold-webfont.ttf") format("truetype"), url("../fonts/proximanova-bold-webfont.svgproximanova-bold-webfont") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "proxima_nova";
  src: url("../fonts/proximanova-boldit-webfont.eot");
  src: url("../fonts/proximanova-boldit-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-boldit-webfont.woff2") format("woff2"), url("../fonts/proximanova-boldit-webfont.woff") format("woff"), url("../fonts/proximanova-boldit-webfont.ttf") format("truetype"), url("../fonts/proximanova-boldit-webfont.svgproximanova-boldit-webfont") format("svg");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: "proxima_nova";
  src: url("../fonts/proximanova-light-webfont.eot");
  src: url("../fonts/proximanova-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-light-webfont.woff2") format("woff2"), url("../fonts/proximanova-light-webfont.woff") format("woff"), url("../fonts/proximanova-light-webfont.ttf") format("truetype"), url("../fonts/proximanova-light-webfont.svgproximanova-light-webfont") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "proxima_nova";
  src: url("../fonts/proximanova-lightit-webfont.eot");
  src: url("../fonts/proximanova-lightit-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-lightit-webfont.woff2") format("woff2"), url("../fonts/proximanova-lightit-webfont.woff") format("woff"), url("../fonts/proximanova-lightit-webfont.ttf") format("truetype"), url("../fonts/proximanova-lightit-webfont.svgproximanova-lightit-webfont") format("svg");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: "proxima_nova";
  src: url("../fonts/proximanova-reg-webfont.eot");
  src: url("../fonts/proximanova-reg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-reg-webfont.woff2") format("woff2"), url("../fonts/proximanova-reg-webfont.woff") format("woff"), url("../fonts/proximanova-reg-webfont.ttf") format("truetype"), url("../fonts/proximanova-reg-webfont.svgproximanova-reg-webfont") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "proxima_nova";
  src: url("../fonts/proximanova-regit-webfont.eot");
  src: url("../fonts/proximanova-regit-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-regit-webfont.woff2") format("woff2"), url("../fonts/proximanova-regit-webfont.woff") format("woff"), url("../fonts/proximanova-regit-webfont.ttf") format("truetype"), url("../fonts/proximanova-regit-webfont.svgproximanova-regit-webfont") format("svg");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: "proxima_nova";
  src: url("../fonts/proximanova-sbold-webfont.eot");
  src: url("../fonts/proximanova-sbold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-sbold-webfont.woff2") format("woff2"), url("../fonts/proximanova-sbold-webfont.woff") format("woff"), url("../fonts/proximanova-sbold-webfont.ttf") format("truetype"), url("../fonts/proximanova-sbold-webfont.svgproximanova-sbold-webfont") format("svg");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: "proxima_nova";
  src: url("../fonts/proximanova-sboldit-webfont.eot");
  src: url("../fonts/proximanova-sboldit-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-sboldit-webfont.woff2") format("woff2"), url("../fonts/proximanova-sboldit-webfont.woff") format("woff"), url("../fonts/proximanova-sboldit-webfont.ttf") format("truetype"), url("../fonts/proximanova-sboldit-webfont.svgproximanova-sboldit-webfont") format("svg");
  font-weight: 600;
  font-style: italic; }
@font-face {
  font-family: "proxima_nova";
  src: url("../fonts/proximanova-thin-webfont.eot");
  src: url("../fonts/proximanova-thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-thin-webfont.woff2") format("woff2"), url("../fonts/proximanova-thin-webfont.woff") format("woff"), url("../fonts/proximanova-thin-webfont.ttf") format("truetype"), url("../fonts/proximanova-thin-webfont.svgproximanova-thin-webfont") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "proxima_nova";
  src: url("../fonts/proximanova-thinit-webfont.eot");
  src: url("../fonts/proximanova-thinit-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-thinit-webfont.woff2") format("woff2"), url("../fonts/proximanova-thinit-webfont.woff") format("woff"), url("../fonts/proximanova-thinit-webfont.ttf") format("truetype"), url("../fonts/proximanova-thinit-webfont.svgproximanova-thinit-webfont") format("svg");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: "proxima_nova";
  src: url("../fonts/proximanova-xbold-webfont.eot");
  src: url("../fonts/proximanova-xbold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-xbold-webfont.woff2") format("woff2"), url("../fonts/proximanova-xbold-webfont.woff") format("woff"), url("../fonts/proximanova-xbold-webfont.ttf") format("truetype"), url("../fonts/proximanova-xbold-webfont.svgproximanova-xbold-webfont") format("svg");
  font-weight: 1000;
  font-style: italic; }
@font-face {
  font-family: "proxima_nova";
  src: url("../fonts/proximanova-xboldit-webfont.eot");
  src: url("../fonts/proximanova-xboldit-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-xboldit-webfont.woff2") format("woff2"), url("../fonts/proximanova-xboldit-webfont.woff") format("woff"), url("../fonts/proximanova-xboldit-webfont.ttf") format("truetype"), url("../fonts/proximanova-xboldit-webfont.svgproximanova-xboldit-webfont") format("svg");
  font-weight: 1000;
  font-style: italic; }
@font-face {
  font-family: "proxima_nova_cn";
  src: url("../fonts/proximanovacond-black-webfont.eot");
  src: url("../fonts/proximanovacond-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanovacond-black-webfont.woff2") format("woff2"), url("../fonts/proximanovacond-black-webfont.woff") format("woff"), url("../fonts/proximanovacond-black-webfont.ttf") format("truetype"), url("../fonts/proximanovacond-black-webfont.svgproximanovacond-black-webfont") format("svg");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: "proxima_nova_cn";
  src: url("../fonts/proximanovacond-blackit-webfont.eot");
  src: url("../fonts/proximanovacond-blackit-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanovacond-blackit-webfont.woff2") format("woff2"), url("../fonts/proximanovacond-blackit-webfont.woff") format("woff"), url("../fonts/proximanovacond-blackit-webfont.ttf") format("truetype"), url("../fonts/proximanovacond-blackit-webfont.svgproximanovacond-blackit-webfont") format("svg");
  font-weight: 900;
  font-style: italic; }
@font-face {
  font-family: "proxima_nova_cn";
  src: url("../fonts/proximanovacond-bold-webfont.eot");
  src: url("../fonts/proximanovacond-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanovacond-bold-webfont.woff2") format("woff2"), url("../fonts/proximanovacond-bold-webfont.woff") format("woff"), url("../fonts/proximanovacond-bold-webfont.ttf") format("truetype"), url("../fonts/proximanovacond-bold-webfont.svgproximanovacond-bold-webfont") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "proxima_nova_cn";
  src: url("../fonts/proximanovacond-boldit-webfont.eot");
  src: url("../fonts/proximanovacond-boldit-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanovacond-boldit-webfont.woff2") format("woff2"), url("../fonts/proximanovacond-boldit-webfont.woff") format("woff"), url("../fonts/proximanovacond-boldit-webfont.ttf") format("truetype"), url("../fonts/proximanovacond-boldit-webfont.svgproximanovacond-boldit-webfont") format("svg");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: "proxima_nova_cn";
  src: url("../fonts/proximanovacond-light-webfont.eot");
  src: url("../fonts/proximanovacond-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanovacond-light-webfont.woff2") format("woff2"), url("../fonts/proximanovacond-light-webfont.woff") format("woff"), url("../fonts/proximanovacond-light-webfont.ttf") format("truetype"), url("../fonts/proximanovacond-light-webfont.svgproximanovacond-light-webfont") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "proxima_nova_cn";
  src: url("../fonts/proximanovacond-lightit-webfont.eot");
  src: url("../fonts/proximanovacond-lightit-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanovacond-lightit-webfont.woff2") format("woff2"), url("../fonts/proximanovacond-lightit-webfont.woff") format("woff"), url("../fonts/proximanovacond-lightit-webfont.ttf") format("truetype"), url("../fonts/proximanovacond-lightit-webfont.svgproximanovacond-lightit-webfont") format("svg");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: "proxima_nova_cn";
  src: url("../fonts/proximanovacond-reg-webfont.eot");
  src: url("../fonts/proximanovacond-reg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanovacond-reg-webfont.woff2") format("woff2"), url("../fonts/proximanovacond-reg-webfont.woff") format("woff"), url("../fonts/proximanovacond-reg-webfont.ttf") format("truetype"), url("../fonts/proximanovacond-reg-webfont.svgproximanovacond-reg-webfont") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "proxima_nova_cn";
  src: url("../fonts/proximanovacond-regit-webfont.eot");
  src: url("../fonts/proximanovacond-regit-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanovacond-regit-webfont.woff2") format("woff2"), url("../fonts/proximanovacond-regit-webfont.woff") format("woff"), url("../fonts/proximanovacond-regit-webfont.ttf") format("truetype"), url("../fonts/proximanovacond-regit-webfont.svgproximanovacond-regit-webfont") format("svg");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: "proxima_nova_cn";
  src: url("../fonts/proximanovacond-sbold-webfont.eot");
  src: url("../fonts/proximanovacond-sbold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanovacond-sbold-webfont.woff2") format("woff2"), url("../fonts/proximanovacond-sbold-webfont.woff") format("woff"), url("../fonts/proximanovacond-sbold-webfont.ttf") format("truetype"), url("../fonts/proximanovacond-sbold-webfont.svgproximanovacond-sbold-webfont") format("svg");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: "proxima_nova_cn";
  src: url("../fonts/proximanovacond-sboldit-webfont.eot");
  src: url("../fonts/proximanovacond-sboldit-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanovacond-sboldit-webfont.woff2") format("woff2"), url("../fonts/proximanovacond-sboldit-webfont.woff") format("woff"), url("../fonts/proximanovacond-sboldit-webfont.ttf") format("truetype"), url("../fonts/proximanovacond-sboldit-webfont.svgproximanovacond-sboldit-webfont") format("svg");
  font-weight: 600;
  font-style: italic; }
@font-face {
  font-family: "proxima_nova_cn";
  src: url("../fonts/proximanovacond-thin-webfont.eot");
  src: url("../fonts/proximanovacond-thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanovacond-thin-webfont.woff2") format("woff2"), url("../fonts/proximanovacond-thin-webfont.woff") format("woff"), url("../fonts/proximanovacond-thin-webfont.ttf") format("truetype"), url("../fonts/proximanovacond-thin-webfont.svgproximanovacond-thin-webfont") format("svg");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: "proxima_nova_cn";
  src: url("../fonts/proximanovacond-thinit-webfont.eot");
  src: url("../fonts/proximanovacond-thinit-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanovacond-thinit-webfont.woff2") format("woff2"), url("../fonts/proximanovacond-thinit-webfont.woff") format("woff"), url("../fonts/proximanovacond-thinit-webfont.ttf") format("truetype"), url("../fonts/proximanovacond-thinit-webfont.svgproximanovacond-thinit-webfont") format("svg");
  font-weight: 200;
  font-style: italic; }
/* disable animation while browser is resizing */
.resize-active .main-menu {
  transition: none !important; }

.header {
  background-image: url("../images/HeaderImageSoothedges.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 389px;
  margin-bottom: 58px; }
  @media (max-width: 1024px) {
    .header {
      height: 320px; } }
  @media (max-width: 768px) {
    .header {
      height: 280px; } }
  .header .site-name-slogan {
    display: block;
    color: #0518d3;
    text-align: center;
    font-family: "Capita", "Times New Roman", "Times", "Georgia", serif;
    letter-spacing: .8px; }
  .header .region-header {
    background: rgba(255, 255, 255, 0.5);
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 106; }
    @media (max-width: 767px) {
      .header .region-header {
        padding-bottom: 20px; } }
    .header .region-header h2 {
      margin-bottom: .35em; }
      @media (max-width: 767px) {
        .header .region-header h2 {
          font-size: 20px;
          margin-bottom: 15px; } }
      @media (max-width: 479px) {
        .header .region-header h2 {
          font-size: 18px; } }
    .header .region-header .triangle-wrapper {
      position: absolute;
      content: '';
      bottom: -22px;
      left: 50%;
      transform: translateX(-50%);
      background-color: rgba(255, 255, 255, 0.5);
      height: 22px;
      width: 44px;
      display: flex;
      justify-content: center;
      border-bottom-left-radius: 44px;
      border-bottom-right-radius: 44px; }
      .header .region-header .triangle-wrapper .triangle {
        position: relative;
        width: 19pt;
        height: 18px; }
        .header .region-header .triangle-wrapper .triangle:after {
          content: '';
          position: absolute;
          top: 0;
          left: 50%;
          transform: translateX(-50%);
          border: 10px solid transparent;
          border-top: 19px solid #010101; }
  .header .fixed-position .region-header {
    background: #fff;
    box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.1); }
  .header .main-menu {
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s linear;
    height: 20px; }
    @media (min-width: 768px) {
      .header .main-menu {
        display: flex;
        justify-content: center;
        opacity: 1;
        visibility: visible;
        height: auto; } }
    .header .main-menu .menu-item {
      padding: 5px 0; }
      @media (min-width: 768px) {
        .header .main-menu .menu-item {
          white-space: nowrap;
          padding: 0 2.2% 10px; } }
      .header .main-menu .menu-item:first-child {
        margin-left: 0; }
    .header .main-menu a {
      color: #010101; }

.user-logged-in .header .region-header {
  top: 79px; }
  @media (max-width: 975px) {
    .user-logged-in .header .region-header {
      top: 39px; } }

.active .main-menu {
  opacity: 1;
  visibility: visible;
  height: auto; }
  @media (max-width: 767px) {
    .active .main-menu {
      padding-bottom: 30px; } }

.nav-opener {
  height: 35px;
  width: 35px;
  position: absolute;
  right: 12px;
  bottom: 5px; }
  @media (min-width: 768px) {
    .nav-opener {
      display: none; } }
  .nav-opener .opener {
    width: 40px;
    height: 32px;
    position: absolute;
    right: 5px;
    top: 9px;
    transform: translateY(-50%);
    z-index: 9999;
    cursor: pointer; }
    .nav-opener .opener span {
      display: inline-block;
      background: #1e4d68;
      width: 37px;
      height: 5px;
      position: absolute;
      left: 8px;
      top: 5px; }
      .nav-opener .opener span:nth-child(2) {
        top: 19px; }
      .nav-opener .opener span:nth-child(3) {
        top: 33px;
        width: 24px; }

.active .nav-opener > .opener span:nth-child(1) {
  transform: rotate(45deg);
  top: 14px;
  width: 37px; }
.active .nav-opener > .opener span:nth-child(2) {
  opacity: 0; }
.active .nav-opener > .opener span:nth-child(3) {
  transform: rotate(-45deg);
  top: 14px;
  width: 37px; }

@media (min-width: 1024px) {
  html,
  body,
  .layout-wrapper,
  .dialog-off-canvas-main-canvas {
    height: 100%; }

  .layout-container {
    height: 100%;
    display: table;
    table-layout: fixed;
    overflow: hidden;
    width: 100%; }

  #wrapper {
    display: table-cell;
    margin: 0 auto; }

  #footer {
    overflow: hidden;
    display: table-footer-group;
    height: 1%; }

  #main {
    margin-top: -28px; } }
@media (max-width: 1023px) {
  .dialog-off-canvas-main-canvas {
    overflow: hidden;
    position: relative; } }
.container {
  width: 100%;
  max-width: 1062px;
  margin: 0 auto;
  padding: 0 10px; }
  .container.lg {
    max-width: 1366px; }
  .container .container-md {
    max-width: 890px;
    margin: 0 auto; }
  .container .container-sm {
    max-width: 740px;
    margin: 0 auto; }

.page-title {
  text-transform: uppercase; }

.path-blog .page-title,
.path-archive .page-title,
.path-taxonomy .page-title,
.page-node-type-article .page-title {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-family: "proxima_nova", "Arial", "Helvetica", sans-serif;
  font-weight: 700; }
  .path-blog .page-title, .path-blog .page-title a,
  .path-archive .page-title,
  .path-archive .page-title a,
  .path-taxonomy .page-title,
  .path-taxonomy .page-title a,
  .page-node-type-article .page-title,
  .page-node-type-article .page-title a {
    color: #e78985; }

.path-frontpage .page-title {
  text-align: center; }

.separator-decor {
  position: relative;
  margin-bottom: 80px; }
  @media (min-width: 1024px) {
    .separator-decor {
      margin-bottom: 188px; } }
  .separator-decor:after {
    display: block;
    position: absolute;
    content: '';
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    height: 25px;
    width: 100%;
    background-image: url("../images/separator-after.png");
    background-repeat: no-repeat;
    background-position-x: center; }
    @media (min-width: 1024px) {
      .separator-decor:after {
        bottom: -100px; } }

.main-content.separator-decor {
  margin-bottom: 80px; }
  @media (min-width: 1024px) {
    .main-content.separator-decor {
      margin-bottom: 189px; } }

.section-people.separator-decor {
  margin-bottom: 80px; }
  @media (min-width: 1024px) {
    .section-people.separator-decor {
      margin-bottom: 137px; } }
  .section-people.separator-decor:after {
    bottom: -30px; }
    @media (min-width: 1024px) {
      .section-people.separator-decor:after {
        bottom: -61px; } }
.section-people h2 {
  text-align: center;
  margin-bottom: 34px; }
.section-people .peoples-title {
  font-style: italic;
  color: #5b5b5b;
  letter-spacing: .8px;
  margin-bottom: 34px;
  text-align: center; }
  @media (min-width: 768px) {
    .section-people .peoples-title {
      text-align: left; } }
.section-people .people-description {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .5px;
  line-height: 1.63; }
.section-people .people-title-position {
  padding: 0 10px; }

.people-big-section {
  margin-bottom: 65px; }
  .people-big-section:after {
    display: block;
    content: '';
    clear: both; }
  .people-big-section .people-photo {
    position: relative;
    border: 1px solid #010101;
    width: 100%;
    max-width: 425px;
    margin: 0 auto;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .people-big-section .people-photo {
        float: left;
        margin-right: 40px;
        width: 425px; } }
    .people-big-section .people-photo.without-image {
      padding: 15px 0; }
    .people-big-section .people-photo img {
      min-width: 298px; }
    .people-big-section .people-photo .people-title-position {
      color: #fff;
      position: absolute;
      padding: 3px 10px;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #5f81a7;
      display: flex;
      justify-content: center;
      align-items: center; }
    .people-big-section .people-photo .people-title {
      padding-right: 5px; }

.people-small-sections-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 0 -10px; }
  /* @media (min-width: 1024px) {
    .people-small-sections-wrapper {
      justify-content: space-between; } } */

.people-small-section {
  min-width: 190px;
  padding: 0 10px;
  margin-bottom: 35px;
  display: flex;
  justify-content: center; }
  @media (min-width: 1024px) {
    .people-small-section {
      margin-bottom: 65px; } }
  .people-small-section .people-photo {
    overflow: hidden;
    position: relative;
    border: 1px solid #010101;
    height: 214px; }
    .people-small-section .people-photo .field--type-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .people-small-section .people-photo .field--type-image img {
        max-width: none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
        width: auto; }
    .people-small-section .people-photo .people-title-position {
      color: #fff;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      font-size: 12px;
      font-weight: 700;
      background: #5f81a7;
      min-height: 57px; }
  .people-small-section .people-title {
    display: block;
    font-style: italic; }
  .people-small-section .people-position {
    color: #010101; }
  .people-small-section > .node {
    width: 170px; }

.section-partners {
  max-width: 774px;
  margin: 0 auto; }
  .section-partners.separator-decor {
    margin-bottom: 90px; }
    @media (min-width: 1024px) {
      .section-partners.separator-decor {
        margin-bottom: 184px; } }
    .section-partners.separator-decor:after {
      bottom: -50px; }
      @media (min-width: 1024px) {
        .section-partners.separator-decor:after {
          bottom: -81px; } }
  .section-partners h2 {
    text-align: center;
    margin-bottom: 66px; }
  .section-partners .partners-description {
    text-align: center;
    font-size: 24px;
    letter-spacing: .7px;
    line-height: 1.3; }

.partner-logos-wrapper {
  display: flex;
  justify-content: space-around;
  flex-flow: row wrap;
  max-width: 700px;
  margin: 0 -10px 20px; }
  .partner-logos-wrapper .partner-logo {
    padding: 0 10px 30px; }
    @media (min-width: 1024px) {
      .partner-logos-wrapper .partner-logo {
        padding: 0 15px 50px; } }

.section-info-block.separator-decor {
  margin-bottom: 80px; }
  @media (min-width: 1024px) {
    .section-info-block.separator-decor {
      margin-bottom: 226px; } }
  .section-info-block.separator-decor:after {
    bottom: -50px; }
    @media (min-width: 1024px) {
      .section-info-block.separator-decor:after {
        bottom: -135px; } }
.section-info-block h2 {
  text-align: center;
  margin-bottom: 37px; }

.main-contact-block {
  max-width: 832px;
  margin: 0 auto; }
  .main-contact-block.separator-decor {
    margin-bottom: 100px; }
    @media (min-width: 1024px) {
      .main-contact-block.separator-decor {
        margin-bottom: 162px; } }
    .main-contact-block.separator-decor:after {
      bottom: -35px; }
      @media (min-width: 1024px) {
        .main-contact-block.separator-decor:after {
          bottom: -70px; } }
  .main-contact-block > p {
    margin-bottom: 49px; }
  .main-contact-block h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 52px; }

#contact-message-contact-form-form {
  max-width: 740px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #contact-message-contact-form-form .form-item, #contact-message-contact-form-form .form-actions {
    margin-top: .5em;
    margin-bottom: .5em; }
  #contact-message-contact-form-form label {
    display: none; }
  #contact-message-contact-form-form .field--name-field-contact-form-name,
  #contact-message-contact-form-form .field--name-field-contact-form-email {
    margin: 0;
    width: 100%; }
    @media (min-width: 768px) {
      #contact-message-contact-form-form .field--name-field-contact-form-name,
      #contact-message-contact-form-form .field--name-field-contact-form-email {
        width: 48%; } }
    #contact-message-contact-form-form .field--name-field-contact-form-name input,
    #contact-message-contact-form-form .field--name-field-contact-form-email input {
      width: 100%; }
  #contact-message-contact-form-form .field--name-field-contact-form-message {
    width: 100%;
    margin: 0; }
    #contact-message-contact-form-form .field--name-field-contact-form-message textarea {
      width: 100%; }

.region-sidebar {
  font-weight: 700; }
  .region-sidebar h2 {
    font-size: 24px;
    color: #e78985;
    text-transform: uppercase;
    margin-bottom: 22px;
    font-family: "proxima_nova", "Arial", "Helvetica", sans-serif;
    font-weight: 700; }
  .region-sidebar a {
    color: #010101; }
  .region-sidebar > div {
    margin-bottom: 50px; }

.view-content-recent .item-list li,
.view-id-blog .item-list li {
  margin: 0 0 0.25em .9em; }

.view-categories-widget .view-content {
  margin: 0 -10px; }
.view-categories-widget .views-row {
  display: inline-block;
  font-variant: small-caps;
  font-variant: common-ligatures small-caps; }
  .view-categories-widget .views-row a {
    display: inline-block;
    position: relative;
    padding: 0 10px;
    border-radius: 15px; }
  .view-categories-widget .views-row:hover a, .view-categories-widget .views-row.active-category a {
    background: #e3eaea; }

.featured-image .field__item {
  margin-bottom: 50px; }

.featured-wrapper {
  max-width: 445px;
  margin: 0 auto; }

.node__meta {
  margin-bottom: 25px; }

.view-articles-blog article.node > h3 {
  margin-bottom: 23px;
  font-family: "proxima_nova", "Arial", "Helvetica", sans-serif;
  font-weight: 700; }

.layout-sidebar {
  padding-top: 10px; }

#search-block-form {
  display: flex; }
  #search-block-form .form-item, #search-block-form .form-actions {
    margin: 0; }
  #search-block-form input[type='search'] {
    width: 127px;
    background-color: #fff;
    font-weight: 400;
    border: 1px solid #ddd;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  #search-block-form input[type='submit'] {
    min-width: 70px;
    width: 70px;
    background-color: #ddd;
    color: #676767;
    margin: 0;
    padding: 0;
    font-weight: 400;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
    #search-block-form input[type='submit']:hover {
      opacity: .7; }

.blog-title-wrapper {
  font-size: 36px;
  font-family: "Capita", "Times New Roman", "Times", "Georgia", serif;
  font-weight: 400;
  color: #010101;
  margin-bottom: 20px; }

.messages--error,
.messages--warning {
  margin: 0 0 50px; }

#main > .layout-content .block-page-title-block h1.page-title {
  font-family: "proxima_nova", "Arial", "Helvetica", sans-serif;
  font-weight: 600;
  font-size: 32px;
  text-transform: none;
  margin: 0 0 .8em; }

.footer-wrapper {
  background-color: #e7e7e7;
  position: relative; }
  .footer-wrapper .triangle-wrapper {
    position: absolute;
    content: '';
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e7e7e7;
    height: 22px;
    width: 44px;
    display: flex;
    justify-content: center;
    border-top-left-radius: 44px;
    border-top-right-radius: 44px; }
    .footer-wrapper .triangle-wrapper .triangle {
      position: relative;
      width: 19pt;
      height: 18px; }
      .footer-wrapper .triangle-wrapper .triangle:after {
        content: '';
        position: absolute;
        top: -7px;
        left: 50%;
        transform: translateX(-50%);
        border: 10px solid transparent;
        border-bottom: 19px solid #010101; }
  .footer-wrapper .region-footer {
    max-width: 1230px;
    margin: 0 auto; }
  .footer-wrapper .footer-logos-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 -10px; }
    @media (min-width: 768px) {
      .footer-wrapper .footer-logos-wrapper {
        justify-content: space-between; } }
    .footer-wrapper .footer-logos-wrapper .partner-logo {
      text-align: center;
      padding: 0 10px; }
      @media (min-width: 768px) {
        .footer-wrapper .footer-logos-wrapper .partner-logo {
          width: 33.33%; } }

/* styling for community map */
/* hide draggable handles and weights on story form table */

.field-multiple-drag {
    display: none;
}

.tabledrag-toggle-weight-wrapper {
    display: none;
}

/* style for map pop-up tip */
.leaflet-popup-content p {
    margin: 0px 0px 10px 0;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background-color: #F7F3A7CC;
}

/* scrolling div for story text */
.story-text {
    margin-top: 5px;
    display: block;
    height: 100px;
    width: auto;
    overflow: scroll;
}

p.address {
    margin-bottom: 0;
}

p.address > br {
    display: none;
}


/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: inherit;
}

/* Corner */
::-webkit-scrollbar-corner {
  background-color: inherit;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

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