@charset "UTF-8";
/*
  Theme Name: Coko Foundation Theme
  Theme URI: http://coko.foundation
  Description: A custom theme developed for the Collaborative Knowledge Foundation
  Version: 0.0.0
  Author: Ian Hamilton (@colorcrate)
  Author URI: https://www.colorcrate.com/
  Tags: HTML5, CSS3, custom

  License: MIT
  License URI: http://opensource.org/licenses/mit-license.php
*/
/*! 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; }

/*
=========================================
  WP CORE
  From HTML5Blank – http://html5blank.com/
    (scss/components/_wp-core.scss)
=========================================
*/
.alignnone {
  margin: 5px 20px 20px 0; }

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

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

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

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

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

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

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

.wp-caption {
  max-width: 96%;
  padding: 10px 0 0;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  font-size: 0.8888rem; }

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

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

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

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

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: inherit;
  line-height: 1.4;
  margin: 10px 0;
  padding: 0; }

#wpadminbar {
  z-index: 9999999; }

@font-face {
  font-family: "SSStandard";
  src: url("fonts/ss-standard.eot");
  src: url("fonts/ss-standard.eot?#iefix") format("embedded-opentype"), url("fonts/ss-standard.woff") format("woff"), url("fonts/ss-standard.ttf") format("truetype"), url("fonts/ss-standard.svg#SSStandard") format("svg");
  font-weight: normal;
  font-style: normal; }
/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover [class^="ss-"] {
  -ms-zoom: 1; }

.ss-icon, .ss-icon.ss-standard,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"].ss-standard:before, [class*=" ss-"].ss-standard:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"].ss-standard.right:after, [class*=" ss-"].ss-standard.right:after {
  font-family: "SSStandard";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased; }

[class^="ss-"].right:before,
[class*=" ss-"].right:before {
  display: none;
  content: ''; }

.ss-cursor:before, .ss-cursor.right:after {
  content: ''; }

.ss-crosshair:before, .ss-crosshair.right:after {
  content: '⌖'; }

.ss-search:before, .ss-search.right:after {
  content: '🔎'; }

.ss-zoomin:before, .ss-zoomin.right:after {
  content: ''; }

.ss-zoomout:before, .ss-zoomout.right:after {
  content: ''; }

.ss-view:before, .ss-view.right:after {
  content: '👀'; }

.ss-attach:before, .ss-attach.right:after {
  content: '📎'; }

.ss-link:before, .ss-link.right:after {
  content: '🔗'; }

.ss-move:before, .ss-move.right:after {
  content: ''; }

.ss-write:before, .ss-write.right:after {
  content: '✎'; }

.ss-writingdisabled:before, .ss-writingdisabled.right:after {
  content: ''; }

.ss-erase:before, .ss-erase.right:after {
  content: '✐'; }

.ss-compose:before, .ss-compose.right:after {
  content: '📝'; }

.ss-lock:before, .ss-lock.right:after {
  content: '🔒'; }

.ss-unlock:before, .ss-unlock.right:after {
  content: '🔓'; }

.ss-key:before, .ss-key.right:after {
  content: '🔑'; }

.ss-backspace:before, .ss-backspace.right:after {
  content: '⌫'; }

.ss-ban:before, .ss-ban.right:after {
  content: '🚫'; }

.ss-trash:before, .ss-trash.right:after {
  content: ''; }

.ss-target:before, .ss-target.right:after {
  content: '◎'; }

.ss-tag:before, .ss-tag.right:after {
  content: ''; }

.ss-bookmark:before, .ss-bookmark.right:after {
  content: '🔖'; }

.ss-flag:before, .ss-flag.right:after {
  content: '⚑'; }

.ss-like:before, .ss-like.right:after {
  content: '👍'; }

.ss-dislike:before, .ss-dislike.right:after {
  content: '👎'; }

.ss-heart:before, .ss-heart.right:after {
  content: '♥'; }

.ss-halfheart:before, .ss-halfheart.right:after {
  content: ''; }

.ss-star:before, .ss-star.right:after {
  content: '⋆'; }

.ss-halfstar:before, .ss-halfstar.right:after {
  content: ''; }

.ss-sample:before, .ss-sample.right:after {
  content: ''; }

.ss-crop:before, .ss-crop.right:after {
  content: ''; }

.ss-layers:before, .ss-layers.right:after {
  content: ''; }

.ss-fill:before, .ss-fill.right:after {
  content: ''; }

.ss-stroke:before, .ss-stroke.right:after {
  content: ''; }

.ss-phone:before, .ss-phone.right:after {
  content: '📞'; }

.ss-phonedisabled:before, .ss-phonedisabled.right:after {
  content: ''; }

.ss-rss:before, .ss-rss.right:after {
  content: ''; }

.ss-facetime:before, .ss-facetime.right:after {
  content: ''; }

.ss-reply:before, .ss-reply.right:after {
  content: '↩'; }

.ss-send:before, .ss-send.right:after {
  content: ''; }

.ss-mail:before, .ss-mail.right:after {
  content: '✉'; }

.ss-inbox:before, .ss-inbox.right:after {
  content: '📥'; }

.ss-chat:before, .ss-chat.right:after {
  content: '💬'; }

.ss-ellipsischat:before, .ss-ellipsischat.right:after {
  content: ''; }

.ss-ellipsis:before, .ss-ellipsis.right:after {
  content: '…'; }

.ss-user:before, .ss-user.right:after {
  content: '👤'; }

.ss-femaleuser:before, .ss-femaleuser.right:after {
  content: '👧'; }

.ss-users:before, .ss-users.right:after {
  content: '👥'; }

.ss-cart:before, .ss-cart.right:after {
  content: ''; }

.ss-creditcard:before, .ss-creditcard.right:after {
  content: '💳'; }

.ss-dollarsign:before, .ss-dollarsign.right:after {
  content: '💲'; }

.ss-barchart:before, .ss-barchart.right:after {
  content: '📊'; }

.ss-piechart:before, .ss-piechart.right:after {
  content: ''; }

.ss-box:before, .ss-box.right:after {
  content: '📦'; }

.ss-home:before, .ss-home.right:after {
  content: '⌂'; }

.ss-buildings:before, .ss-buildings.right:after {
  content: '🏢'; }

.ss-warehouse:before, .ss-warehouse.right:after {
  content: ''; }

.ss-globe:before, .ss-globe.right:after {
  content: '🌎'; }

.ss-navigate:before, .ss-navigate.right:after {
  content: ''; }

.ss-compass:before, .ss-compass.right:after {
  content: ''; }

.ss-signpost:before, .ss-signpost.right:after {
  content: ''; }

.ss-map:before, .ss-map.right:after {
  content: ''; }

.ss-location:before, .ss-location.right:after {
  content: ''; }

.ss-pin:before, .ss-pin.right:after {
  content: '📍'; }

.ss-database:before, .ss-database.right:after {
  content: ''; }

.ss-hdd:before, .ss-hdd.right:after {
  content: ''; }

.ss-music:before, .ss-music.right:after {
  content: '♫'; }

.ss-mic:before, .ss-mic.right:after {
  content: '🎤'; }

.ss-volume:before, .ss-volume.right:after {
  content: '🔈'; }

.ss-lowvolume:before, .ss-lowvolume.right:after {
  content: '🔉'; }

.ss-highvolume:before, .ss-highvolume.right:after {
  content: '🔊'; }

.ss-airplay:before, .ss-airplay.right:after {
  content: ''; }

.ss-camera:before, .ss-camera.right:after {
  content: '📷'; }

.ss-picture:before, .ss-picture.right:after {
  content: '🌄'; }

.ss-video:before, .ss-video.right:after {
  content: '📹'; }

.ss-play:before, .ss-play.right:after {
  content: '▶'; }

.ss-pause:before, .ss-pause.right:after {
  content: ''; }

.ss-stop:before, .ss-stop.right:after {
  content: '■'; }

.ss-record:before, .ss-record.right:after {
  content: '●'; }

.ss-rewind:before, .ss-rewind.right:after {
  content: '⏪'; }

.ss-fastforward:before, .ss-fastforward.right:after {
  content: '⏩'; }

.ss-skipback:before, .ss-skipback.right:after {
  content: '⏮'; }

.ss-skipforward:before, .ss-skipforward.right:after {
  content: '⏭'; }

.ss-eject:before, .ss-eject.right:after {
  content: '⏏'; }

.ss-repeat:before, .ss-repeat.right:after {
  content: '🔁'; }

.ss-replay:before, .ss-replay.right:after {
  content: '↺'; }

.ss-shuffle:before, .ss-shuffle.right:after {
  content: '🔀'; }

.ss-book:before, .ss-book.right:after {
  content: '📕'; }

.ss-openbook:before, .ss-openbook.right:after {
  content: '📖'; }

.ss-notebook:before, .ss-notebook.right:after {
  content: '📓'; }

.ss-newspaper:before, .ss-newspaper.right:after {
  content: '📰'; }

.ss-grid:before, .ss-grid.right:after {
  content: ''; }

.ss-rows:before, .ss-rows.right:after {
  content: ''; }

.ss-columns:before, .ss-columns.right:after {
  content: ''; }

.ss-thumbnails:before, .ss-thumbnails.right:after {
  content: ''; }

.ss-filter:before, .ss-filter.right:after {
  content: ''; }

.ss-desktop:before, .ss-desktop.right:after {
  content: '💻'; }

.ss-laptop:before, .ss-laptop.right:after {
  content: ''; }

.ss-tablet:before, .ss-tablet.right:after {
  content: ''; }

.ss-cell:before, .ss-cell.right:after {
  content: '📱'; }

.ss-battery:before, .ss-battery.right:after {
  content: '🔋'; }

.ss-highbattery:before, .ss-highbattery.right:after {
  content: ''; }

.ss-mediumbattery:before, .ss-mediumbattery.right:after {
  content: ''; }

.ss-lowbattery:before, .ss-lowbattery.right:after {
  content: ''; }

.ss-emptybattery:before, .ss-emptybattery.right:after {
  content: ''; }

.ss-lightbulb:before, .ss-lightbulb.right:after {
  content: '💡'; }

.ss-downloadcloud:before, .ss-downloadcloud.right:after {
  content: ''; }

.ss-download:before, .ss-download.right:after {
  content: ''; }

.ss-uploadcloud:before, .ss-uploadcloud.right:after {
  content: ''; }

.ss-upload:before, .ss-upload.right:after {
  content: ''; }

.ss-fork:before, .ss-fork.right:after {
  content: ''; }

.ss-merge:before, .ss-merge.right:after {
  content: ''; }

.ss-transfer:before, .ss-transfer.right:after {
  content: '⇆'; }

.ss-refresh:before, .ss-refresh.right:after {
  content: '↻'; }

.ss-sync:before, .ss-sync.right:after {
  content: ''; }

.ss-loading:before, .ss-loading.right:after {
  content: ''; }

.ss-wifi:before, .ss-wifi.right:after {
  content: ''; }

.ss-connection:before, .ss-connection.right:after {
  content: ''; }

.ss-file:before, .ss-file.right:after {
  content: '📄'; }

.ss-folder:before, .ss-folder.right:after {
  content: '📁'; }

.ss-quote:before, .ss-quote.right:after {
  content: '“'; }

.ss-text:before, .ss-text.right:after {
  content: ''; }

.ss-font:before, .ss-font.right:after {
  content: ''; }

.ss-print:before, .ss-print.right:after {
  content: '⎙'; }

.ss-fax:before, .ss-fax.right:after {
  content: '📠'; }

.ss-list:before, .ss-list.right:after {
  content: ''; }

.ss-layout:before, .ss-layout.right:after {
  content: ''; }

.ss-action:before, .ss-action.right:after {
  content: ''; }

.ss-redirect:before, .ss-redirect.right:after {
  content: '↪'; }

.ss-expand:before, .ss-expand.right:after {
  content: '⤢'; }

.ss-contract:before, .ss-contract.right:after {
  content: ''; }

.ss-help:before, .ss-help.right:after {
  content: '❓'; }

.ss-info:before, .ss-info.right:after {
  content: 'ℹ'; }

.ss-alert:before, .ss-alert.right:after {
  content: '⚠'; }

.ss-caution:before, .ss-caution.right:after {
  content: '⛔'; }

.ss-logout:before, .ss-logout.right:after {
  content: ''; }

.ss-plus:before, .ss-plus.right:after {
  content: '+'; }

.ss-hyphen:before, .ss-hyphen.right:after {
  content: '-'; }

.ss-check:before, .ss-check.right:after {
  content: '✓'; }

.ss-delete:before, .ss-delete.right:after {
  content: '␡'; }

.ss-settings:before, .ss-settings.right:after {
  content: '⚙'; }

.ss-dashboard:before, .ss-dashboard.right:after {
  content: ''; }

.ss-notifications:before, .ss-notifications.right:after {
  content: '🔔'; }

.ss-notificationsdisabled:before, .ss-notificationsdisabled.right:after {
  content: '🔕'; }

.ss-clock:before, .ss-clock.right:after {
  content: '⏲'; }

.ss-stopwatch:before, .ss-stopwatch.right:after {
  content: '⏱'; }

.ss-calendar:before, .ss-calendar.right:after {
  content: '📅'; }

.ss-addcalendar:before, .ss-addcalendar.right:after {
  content: ''; }

.ss-removecalendar:before, .ss-removecalendar.right:after {
  content: ''; }

.ss-checkcalendar:before, .ss-checkcalendar.right:after {
  content: ''; }

.ss-deletecalendar:before, .ss-deletecalendar.right:after {
  content: ''; }

.ss-plane:before, .ss-plane.right:after {
  content: '✈'; }

.ss-briefcase:before, .ss-briefcase.right:after {
  content: '💼'; }

.ss-cloud:before, .ss-cloud.right:after {
  content: '☁'; }

.ss-droplet:before, .ss-droplet.right:after {
  content: '💧'; }

.ss-flask:before, .ss-flask.right:after {
  content: ''; }

.ss-up:before, .ss-up.right:after {
  content: '⬆'; }

.ss-upright:before, .ss-upright.right:after {
  content: '⬈'; }

.ss-right:before, .ss-right.right:after {
  content: '➡'; }

.ss-downright:before, .ss-downright.right:after {
  content: '⬊'; }

.ss-down:before, .ss-down.right:after {
  content: '⬇'; }

.ss-downleft:before, .ss-downleft.right:after {
  content: '⬋'; }

.ss-left:before, .ss-left.right:after {
  content: '⬅'; }

.ss-upleft:before, .ss-upleft.right:after {
  content: '⬉'; }

.ss-navigateup:before, .ss-navigateup.right:after {
  content: ''; }

.ss-navigateright:before, .ss-navigateright.right:after {
  content: '▻'; }

.ss-navigatedown:before, .ss-navigatedown.right:after {
  content: ''; }

.ss-navigateleft:before, .ss-navigateleft.right:after {
  content: '◅'; }

.ss-directup:before, .ss-directup.right:after {
  content: '▴'; }

.ss-directright:before, .ss-directright.right:after {
  content: '▹'; }

.ss-dropdown:before, .ss-dropdown.right:after {
  content: '▾'; }

.ss-directleft:before, .ss-directleft.right:after {
  content: '◃'; }

.ss-retweet:before, .ss-retweet.right:after {
  content: ''; }

@font-face {
  font-family: "SSSocialRegular";
  src: url("fonts/ss-social-regular.eot");
  src: url("fonts/ss-social-regular.eot?#iefix") format("embedded-opentype"), url("fonts/ss-social-regular.woff") format("woff"), url("fonts/ss-social-regular.ttf") format("truetype"), url("fonts/ss-social-regular.svg#SSSocialRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
.ss-social-regular:before,
.ss-social-regular:after {
  font-family: "SSSocialRegular";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="ss-"].right:before,
[class*=" ss-"].right:before {
  display: none;
  content: ''; }

.ss-facebook:before, .ss-facebook.right:after {
  content: ''; }

.ss-twitter:before, .ss-twitter.right:after {
  content: ''; }

.ss-googleplus:before, .ss-googleplus.right:after {
  content: ''; }

.ss-appdotnet:before, .ss-appdotnet.right:after {
  content: ''; }

.ss-ello:before, .ss-ello.right:after {
  content: ''; }

.ss-aboutme:before, .ss-aboutme.right:after {
  content: ''; }

.ss-vk:before, .ss-vk.right:after {
  content: ''; }

.ss-weibo:before, .ss-weibo.right:after {
  content: ''; }

.ss-linkedin:before, .ss-linkedin.right:after {
  content: ''; }

.ss-zerply:before, .ss-zerply.right:after {
  content: ''; }

.ss-xing:before, .ss-xing.right:after {
  content: ''; }

.ss-reddit:before, .ss-reddit.right:after {
  content: ''; }

.ss-steam:before, .ss-steam.right:after {
  content: ''; }

.ss-tumblr:before, .ss-tumblr.right:after {
  content: ''; }

.ss-wordpress:before, .ss-wordpress.right:after {
  content: ''; }

.ss-blogger:before, .ss-blogger.right:after {
  content: ''; }

.ss-quora:before, .ss-quora.right:after {
  content: ''; }

.ss-youtube:before, .ss-youtube.right:after {
  content: ''; }

.ss-vimeo:before, .ss-vimeo.right:after {
  content: ''; }

.ss-vine:before, .ss-vine.right:after {
  content: ''; }

.ss-letterboxd:before, .ss-letterboxd.right:after {
  content: ''; }

.ss-flickr:before, .ss-flickr.right:after {
  content: ''; }

.ss-instagram:before, .ss-instagram.right:after {
  content: ''; }

.ss-vscogrid:before, .ss-vscogrid.right:after {
  content: ''; }

.ss-fivehundredpx:before, .ss-fivehundredpx.right:after {
  content: ''; }

.ss-feedly:before, .ss-feedly.right:after {
  content: ''; }

.ss-pinterest:before, .ss-pinterest.right:after {
  content: ''; }

.ss-dropbox:before, .ss-dropbox.right:after {
  content: ''; }

.ss-pinboard:before, .ss-pinboard.right:after {
  content: ''; }

.ss-delicious:before, .ss-delicious.right:after {
  content: ''; }

.ss-dribbble:before, .ss-dribbble.right:after {
  content: ''; }

.ss-behance:before, .ss-behance.right:after {
  content: ''; }

.ss-github:before, .ss-github.right:after {
  content: ''; }

.ss-bitbucket:before, .ss-bitbucket.right:after {
  content: ''; }

.ss-stackoverflow:before, .ss-stackoverflow.right:after {
  content: ''; }

.ss-stackexchange:before, .ss-stackexchange.right:after {
  content: ''; }

.ss-codepen:before, .ss-codepen.right:after {
  content: ''; }

.ss-jsfiddle:before, .ss-jsfiddle.right:after {
  content: ''; }

.ss-paypal:before, .ss-paypal.right:after {
  content: ''; }

.ss-shopify:before, .ss-shopify.right:after {
  content: ''; }

.ss-kickstarter:before, .ss-kickstarter.right:after {
  content: ''; }

.ss-etsy:before, .ss-etsy.right:after {
  content: ''; }

.ss-foursquare:before, .ss-foursquare.right:after {
  content: ''; }

.ss-swarm:before, .ss-swarm.right:after {
  content: ''; }

.ss-yelp:before, .ss-yelp.right:after {
  content: ''; }

.ss-skype:before, .ss-skype.right:after {
  content: ''; }

.ss-whatsapp:before, .ss-whatsapp.right:after {
  content: ''; }

.ss-rdio:before, .ss-rdio.right:after {
  content: ''; }

.ss-spotify:before, .ss-spotify.right:after {
  content: ''; }

.ss-lastfm:before, .ss-lastfm.right:after {
  content: ''; }

.ss-soundcloud:before, .ss-soundcloud.right:after {
  content: ''; }

.ss-appstore:before, .ss-appstore.right:after {
  content: ''; }

.ss-googleplay:before, .ss-googleplay.right:after {
  content: ''; }

.ss-appleinc:before, .ss-appleinc.right:after {
  content: ''; }

.ss-microsoft:before, .ss-microsoft.right:after {
  content: ''; }

.ss-windows:before, .ss-windows.right:after {
  content: ''; }

.ss-android:before, .ss-android.right:after {
  content: ''; }

.ss-blackberry:before, .ss-blackberry.right:after {
  content: ''; }

.ss-link:before, .ss-link.right:after {
  content: '🔗'; }

.ss-phone:before, .ss-phone.right:after {
  content: '📞'; }

.ss-mail:before, .ss-mail.right:after {
  content: '✉'; }

.ss-like:before, .ss-like.right:after {
  content: '👍'; }

.ss-rss:before, .ss-rss.right:after {
  content: ''; }

.ss-share:before, .ss-share.right:after {
  content: ''; }

/*
=======================================
  ELEMENTS 
    (scss/base/_elements.scss)
=======================================
*/
*, *:after, *:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #2F434F;
  overflow-x: hidden; }
  @media only screen and (min-width: 769px) {
    body {
      font-size: 18px; } }

a {
  color: #ED2C75;
  text-decoration: none;
  -webkit-transition: color 250ms ease-in-out;
  -moz-transition: color 250ms ease-in-out;
  -ms-transition: color 250ms ease-in-out;
  -o-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out; }
  a:hover {
    color: #61C4B9; }

address {
  font-size: 1rem;
  font-style: normal; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 20px 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400; }
  h1 b,
  h1 strong,
  h2 b,
  h2 strong,
  h3 b,
  h3 strong,
  h4 b,
  h4 strong,
  h5 b,
  h5 strong,
  h6 b,
  h6 strong {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; }

h1 {
  font-size: 2rem; }
  @media only screen and (min-width: 1024px) {
    h1 {
      font-size: 2.6rem; } }

h2 {
  font-size: 1.8rem; }
  @media only screen and (min-width: 1024px) {
    h2 {
      font-size: 2.2rem; } }

h3 {
  font-size: 1.6rem; }
  @media only screen and (min-width: 1024px) {
    h3 {
      font-size: 1.8rem; } }

h4 {
  font-size: 1.5rem; }
  @media only screen and (min-width: 1024px) {
    h4 {
      font-size: 1.6rem; } }

h5 {
  font-size: 1.2rem; }
  @media only screen and (min-width: 1024px) {
    h5 {
      font-size: 1.2rem; } }

h6 {
  font-size: 1rem; }

p,
ol,
ul,
address,
blockquote {
  line-height: 1.5; }

hr {
  margin: 40px 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.25); }

.iewarn {
  display: none; }
  .no-flexbox .iewarn {
    max-width: 500px;
    padding: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: yellow;
    color: #000; }
    .no-flexbox .iewarn.visible {
      display: block; }
    .no-flexbox .iewarn h4 {
      margin-top: 0; }
    .no-flexbox .iewarn p {
      margin-bottom: 0; }

/*
============================================
  FORMS
    (scss/base/_forms.scss)
    Also includes styles for Gravity Forms
============================================
*/
form label,
form[id^='gform'] label {
  margin: 0 0 5px 5px;
  display: block;
  color: #2F434F; }
form input[type=text],
form input[type=email],
form textarea,
form[id^='gform'] input[type=text],
form[id^='gform'] input[type=email],
form[id^='gform'] textarea {
  width: 100%;
  padding: 15px 10px;
  border: 2px solid #cedae2;
  -webkit-transition: border 250ms ease-in-out;
  -moz-transition: border 250ms ease-in-out;
  -ms-transition: border 250ms ease-in-out;
  -o-transition: border 250ms ease-in-out;
  transition: border 250ms ease-in-out;
  color: #607684;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }
  form input[type=text]:focus,
  form input[type=email]:focus,
  form textarea:focus,
  form[id^='gform'] input[type=text]:focus,
  form[id^='gform'] input[type=email]:focus,
  form[id^='gform'] textarea:focus {
    color: #2F434F;
    border: 2px solid #61C4B9;
    outline: 0; }
form textarea,
form[id^='gform'] textarea {
  line-height: 1.5; }
form input[type=checkbox],
form[id^='gform'] input[type=checkbox] {
  width: 18px;
  height: 18px;
  position: relative;
  border: 2px solid #cedae2;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: border-color 250ms ease-in-out;
  -moz-transition: border-color 250ms ease-in-out;
  -ms-transition: border-color 250ms ease-in-out;
  -o-transition: border-color 250ms ease-in-out;
  transition: border-color 250ms ease-in-out; }
  form input[type=checkbox]:focus,
  form[id^='gform'] input[type=checkbox]:focus {
    border: 2px solid #61C4B9;
    outline: 0; }
  form input[type=checkbox]:checked:after,
  form[id^='gform'] input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 2px;
    top: 2px;
    background: #2F434F;
    border-radius: 1px; }
form input[type=submit],
form[id^='gform'] input[type=submit] {
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  border-radius: 3px;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  background: #61C4B9;
  border: 1px solid #61C4B9;
  color: #fff;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400; }
  form input[type=submit]:hover,
  form[id^='gform'] input[type=submit]:hover {
    background: #74cbc1;
    border-color: #74cbc1; }
  form input[type=submit]:hover, form input[type=submit]:focus,
  form[id^='gform'] input[type=submit]:hover,
  form[id^='gform'] input[type=submit]:focus {
    background: #2F434F;
    border-color: #2F434F;
    outline: 0; }
form ::-webkit-input-placeholder,
form[id^='gform'] ::-webkit-input-placeholder {
  color: #97a8b3; }
form ::-moz-placeholder,
form[id^='gform'] ::-moz-placeholder {
  color: #97a8b3; }
form :-ms-input-placeholder,
form[id^='gform'] :-ms-input-placeholder {
  color: #97a8b3; }
form :-moz-placeholder,
form[id^='gform'] :-moz-placeholder {
  color: #97a8b3; }
form ul.gform_fields,
form[id^='gform'] ul.gform_fields {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  form ul.gform_fields > li,
  form[id^='gform'] ul.gform_fields > li {
    margin: 0 0 30px; }
form ul.gfield_checkbox,
form[id^='gform'] ul.gfield_checkbox {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  form ul.gfield_checkbox label,
  form[id^='gform'] ul.gfield_checkbox label {
    display: inline-block;
    position: relative;
    top: -3px;
    font-size: 0.88888rem; }
form .ginput_complex:after,
form[id^='gform'] .ginput_complex:after {
  content: "";
  display: table;
  clear: both; }
form .ginput_complex > span,
form[id^='gform'] .ginput_complex > span {
  display: block;
  width: 50%;
  padding: 0 10px;
  float: left; }
  form .ginput_complex > span:first-of-type,
  form[id^='gform'] .ginput_complex > span:first-of-type {
    padding-left: 0; }
  form .ginput_complex > span:last-of-type,
  form[id^='gform'] .ginput_complex > span:last-of-type {
    padding-right: 0; }
form .gfield_required,
form[id^='gform'] .gfield_required {
  color: #ED2C75;
  font-size: 1.5rem; }
form .validation_error,
form[id^='gform'] .validation_error {
  padding: 20px;
  margin-bottom: 20px;
  background: rgba(237, 44, 117, 0.05);
  border: 1px solid rgba(237, 44, 117, 0.15);
  text-align: center; }
form .gfield_error input,
form .gfield_error textarea,
form[id^='gform'] .gfield_error input,
form[id^='gform'] .gfield_error textarea {
  border-color: #ED2C75; }
form .gfield_description.validation_message,
form[id^='gform'] .gfield_description.validation_message {
  margin-top: 10px;
  padding-left: 5px;
  color: #ED2C75;
  font-size: 0.8888rem; }
form .gfield_visibility_,
form .gfield_visibility_hidden,
form[id^='gform'] .gfield_visibility_,
form[id^='gform'] .gfield_visibility_hidden {
  position: absolute;
  left: auto;
  right: -9999px; }

.gform_confirmation_message {
  padding: 135px 40px 75px;
  position: relative;
  background-color: #61C4B9;
  background-image: url(img/mail-white-200x200.png);
  background-position: center 70px;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.75rem; }

@font-face {
  font-family: 'gitlab-mattermost';
  src: url("fonts/gitlab-mattermost.eot?dqmked");
  src: url("fonts/gitlab-mattermost.eot?dqmked#iefix") format("embedded-opentype"), url("fonts/gitlab-mattermost.ttf?dqmked") format("truetype"), url("fonts/gitlab-mattermost.woff?dqmked") format("woff"), url("fonts/gitlab-mattermost.svg?dqmked#gitlab-mattermost") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'gitlab-mattermost' !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; }

.icon-gitlab-mark:before {
  content: "\e900"; }

.icon-mattermost-mark:before {
  content: "\e901"; }

/*
=========================================
  404
    (scss/components/_404.scss)
=========================================
*/
.main--404 .content-regions__module-container {
  text-align: center; }

/*
=============================================================
  BUTTONS
    (scss/components/_buttons.scss)
    Button mixins are defined in scss/modules/_buttons.scss
=============================================================
*/
.button {
  padding: 17px 20px 15px;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  border-radius: 3px;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  background: transparent;
  border: 1px solid #7C4298;
  color: #7C4298; }
  .button:hover {
    background-color: #7C4298;
    color: #fff; }
  .button--gitlab span {
    display: inline-block;
    position: relative;
    padding-left: 1.3em; }
    .button--gitlab span:before {
      content: "\e900";
      font-family: 'gitlab-mattermost';
      font-weight: normal;
      display: inline-block;
      position: absolute;
      left: 0; }
  .button--mattermost span {
    display: inline-block;
    position: relative;
    padding-left: 1.3em; }
    .button--mattermost span:before {
      content: "\e901";
      font-family: 'gitlab-mattermost';
      font-weight: normal;
      display: inline-block;
      position: absolute;
      left: 0; }

/*
===========================================
  BLOG ARTICLES
    (scss/components/_blog-articles.scss)
===========================================
*/
@media only screen and (min-width: 769px) {
  .blog-articles {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }
.blog-articles__container {
  padding: 40px 20px; }
  @media only screen and (min-width: 769px) {
    .blog-articles__container {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 100%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      padding: 40px; } }
  .blog-articles__container h6 {
    color: rgba(47, 67, 79, 0.5);
    margin: 20px 0 40px;
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-transform: uppercase; }
    @media only screen and (min-width: 1024px) {
      .blog-articles__container h6 {
        margin: 20px 0 80px; } }

.blog-article {
  color: #2F434F;
  margin-bottom: 40px; }
  @media only screen and (min-width: 1024px) {
    .blog-article__container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      align-items: flex-start;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: none;
      flex-wrap: nowrap; } }
  .blog-article .blog-article__thumbnail {
    display: none; }
    @media only screen and (min-width: 769px) {
      .blog-article .blog-article__thumbnail {
        display: block;
        max-width: 100px;
        float: right;
        margin: 0 0 10px 20px; } }
    @media only screen and (min-width: 1024px) {
      .blog-article .blog-article__thumbnail {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 25%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 25%;
        -ms-flex: 1 1 25%;
        flex: 1 1 25%;
        max-width: 150px;
        min-width: 150px;
        margin: 0;
        float: none;
        text-align: left; } }
    .blog-article .blog-article__thumbnail a {
      display: block;
      width: 100%;
      border-radius: 50%;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat; }
      .blog-article .blog-article__thumbnail a:after {
        content: "";
        display: block;
        padding-bottom: 100%; }
  .blog-article h3 {
    margin-bottom: 10px; }
    .blog-article h3 a {
      color: #2F434F; }
  @media only screen and (min-width: 1024px) {
    .blog-article .blog-article__text {
      padding-left: 40px;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 75%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 75%;
      -ms-flex: 1 1 75%;
      flex: 1 1 75%; } }
  .blog-article .blog-article__meta {
    margin: 0 0 20px 0;
    line-height: 1.4;
    font-size: .888888889rem; }
  .blog-article .blog-article__author,
  .blog-article .blog-article__date {
    margin: 0 10px 0 0; }
  .blog-article .blog-article__date {
    opacity: 0.5; }
  .blog-article .button {
    padding: 10px 15px 11px;
    font-size: 0.8888889rem;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    border-radius: 3px;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    background: transparent;
    border: 1px solid #7C4298;
    color: #7C4298;
    font-size: .888888rem; }
    .blog-article .button:hover {
      background-color: #7C4298;
      color: #fff; }

.blog-article--featured {
  width: 100%;
  margin: 0;
  position: relative;
  background: url("img/bg-logo.svg"), linear-gradient(to bottom, black 50%, #348b81 100%);
  background-position: center center;
  background-blend-mode: multiply;
  background-size: auto 150%; }
  .blog-article--featured:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0; }
  @media only screen and (min-width: 1024px) {
    .blog-article--featured {
      background-size: 150% auto; } }
  .blog-article--featured:before {
    background: #2F326E;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #2F326E 0%, rgba(47, 50, 110, 0.1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #2F326E 0%, rgba(47, 50, 110, 0.1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(-45deg, #2F326E 0%, rgba(47, 50, 110, 0.1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .blog-article--featured > * {
    position: relative;
    z-index: 1; }
  .blog-article--featured .blog-article__container {
    padding: 40px 20px;
    max-width: 1400px;
    max-width: calc(1200px + (50% - 600px));
    margin: 0 auto; }
    @media only screen and (min-width: 769px) {
      .blog-article--featured .blog-article__container {
        padding: 80px 40px; } }
    @media only screen and (min-width: 1024px) {
      .blog-article--featured .blog-article__container {
        padding: 120px 40px; } }
    @media only screen and (min-width: 769px) {
      .blog-article--featured .blog-article__container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        padding-top: 220px; } }
  @media only screen and (min-width: 769px) and (max-height: 900px) {
    .blog-article--featured .blog-article__container {
      padding-top: 180px;
      padding-bottom: 40px; } }

    @media only screen and (min-width: 1024px) {
      .blog-article--featured .blog-article__container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; } }
  .blog-article--featured .blog-article__thumbnail {
    display: none; }
    @media only screen and (min-width: 769px) {
      .blog-article--featured .blog-article__thumbnail {
        display: block;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 25%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 25%;
        -ms-flex: 1 1 25%;
        flex: 1 1 25%;
        max-width: 25%;
        min-width: 25%;
        padding-top: 20px;
        text-align: center; } }
    @media only screen and (min-width: 1024px) {
      .blog-article--featured .blog-article__thumbnail {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 40%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 40%;
        -ms-flex: 1 1 40%;
        flex: 1 1 40%;
        max-width: 40%;
        min-width: 40%;
        padding-top: 0;
        text-align: center; } }
    .blog-article--featured .blog-article__thumbnail a {
      max-width: 250px;
      margin: 0 auto; }
      @media only screen and (min-width: 1024px) {
        .blog-article--featured .blog-article__thumbnail a {
          max-width: 300px; } }
  .blog-article--featured .blog-article__text {
    color: #fff; }
    @media only screen and (min-width: 769px) {
      .blog-article--featured .blog-article__text {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 75%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 75%;
        -ms-flex: 1 1 75%;
        flex: 1 1 75%;
        max-width: 75%;
        padding-right: 60px;
        padding-left: 0; } }
    @media only screen and (min-width: 1024px) {
      .blog-article--featured .blog-article__text {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 60%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 60%;
        -ms-flex: 1 1 60%;
        flex: 1 1 60%;
        max-width: 60%;
        padding-right: 60px; } }
    .blog-article--featured .blog-article__text h6 {
      color: rgba(255, 255, 255, 0.75);
      font-size: 0.9rem;
      letter-spacing: 2px;
      text-transform: uppercase; }
      @media only screen and (max-width: 768px) {
        .blog-article--featured .blog-article__text h6 {
          margin-top: 0; } }
    .blog-article--featured .blog-article__text a {
      color: #fff; }
  .blog-article--featured ul.blog-article__categories a {
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5); }
    .blog-article--featured ul.blog-article__categories a:hover {
      border-color: #61C4B9;
      color: #61C4B9; }
  .blog-article--featured .button {
    padding: 10px 15px 11px;
    font-size: 0.8888889rem;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    border-radius: 3px;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: .888888rem; }
    .blog-article--featured .button:hover {
      background-color: #fff;
      color: #2F434F; }

.single-blog__content {
  padding: 40px 20px;
  max-width: 900px;
  margin: 0 auto; }
  @media only screen and (min-width: 769px) {
    .single-blog__content {
      padding: 80px 40px; } }
  @media only screen and (min-width: 769px) and (max-height: 900px) {
    .single-blog__content {
      padding: 20px 40px; } }

.single-blog__related-content {
  display: none; }
  @media only screen and (min-width: 769px) {
    .single-blog__related-content {
      display: block;
      max-width: 1400px;
      max-width: calc(1200px + (50% - 600px));
      padding: 40px 40px 60px;
      margin: 0 auto;
      border-top: 1px solid rgba(0, 0, 0, 0.1); } }
  .single-blog__related-content h6 {
    margin: 40px 0;
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: rgba(47, 67, 79, 0.6); }
  .single-blog__related-content ul.single-blog__related-content-posts {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (min-width: 769px) {
      .single-blog__related-content ul.single-blog__related-content-posts li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 50%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 48.5%;
        width: calc(50% - 40px);
        margin-bottom: 20px; } }
    @media only screen and (min-width: 1024px) {
      .single-blog__related-content ul.single-blog__related-content-posts li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 25%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 25%;
        -ms-flex: 1 1 25%;
        flex: 1 1 25%;
        max-width: 22.5%;
        width: calc(25% - 40px);
        margin-bottom: 0; } }
  .single-blog__related-content .single-blog__related-post {
    font-size: 0.88888rem; }
    @media only screen and (min-width: 1024px) {
      .single-blog__related-content .single-blog__related-post {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; } }
    .single-blog__related-content .single-blog__related-post h5 {
      margin-top: 0;
      margin-bottom: 5px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-size: 1.25rem; }
      @media only screen and (max-width: 1024px) {
        .single-blog__related-content .single-blog__related-post h5 {
          font-size: 1rem; } }
    .single-blog__related-content .single-blog__related-post a {
      color: #2F434F; }
      .single-blog__related-content .single-blog__related-post a:hover {
        color: #61C4B9; }
  .single-blog__related-content .single-blog__related-post-thumbnail {
    display: block;
    width: 84px; }
    .single-blog__related-content .single-blog__related-post-thumbnail a {
      display: block;
      background-size: cover;
      background-position: center center;
      border-radius: 50%; }
      .single-blog__related-content .single-blog__related-post-thumbnail a:after {
        content: "";
        height: 0;
        display: block;
        padding-bottom: 84px; }
  .single-blog__related-content .single-blog__related-post-container {
    margin-top: 20px; }
  .single-blog__related-content .single-blog__related-post-meta {
    margin: 0;
    line-height: 1.4; }
  .single-blog__related-content .single-blog__related-post-date {
    color: rgba(47, 67, 79, 0.6); }
  .single-blog__related-content .single-blog__related-post-button {
    padding: 10px 15px 11px;
    font-size: 0.8888889rem;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    border-radius: 3px;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    background: transparent;
    border: 1px solid #fff;
    color: #fff; }
    .single-blog__related-content .single-blog__related-post-button:hover {
      background-color: #fff;
      color: #2F434F; }
    .single-blog__related-content .single-blog__related-post-button:hover {
      color: #61C4B9;
      background: transparent;
      border-color: #61C4B9; }

.single-blog__author {
  max-width: 1400px;
  max-width: calc(1200px + (50% - 600px));
  padding: 40px 20px 60px;
  margin: 0 auto;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  @media only screen and (min-width: 769px) {
    .single-blog__author {
      padding: 40px 40px 60px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media only screen and (min-width: 769px) {
    .single-blog__author .single-blog__author-bio {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 60%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 60%;
      -ms-flex: 1 1 60%;
      flex: 1 1 60%;
      padding-right: 20px; } }
  @media only screen and (min-width: 769px) {
    .single-blog__author .single-blog__author-posts {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 40%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 40%;
      -ms-flex: 1 1 40%;
      flex: 1 1 40%;
      padding-left: 20px; } }
  @media only screen and (min-width: 1024px) {
    .single-blog__author .single-blog__author-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }
  .single-blog__author .single-blog__author-container .single-blog__author-photo {
    max-width: 100px; }
    @media only screen and (min-width: 1024px) {
      .single-blog__author .single-blog__author-container .single-blog__author-photo {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 25%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 25%;
        -ms-flex: 1 1 25%;
        flex: 1 1 25%;
        max-width: 150px; } }
    .single-blog__author .single-blog__author-container .single-blog__author-photo img {
      width: 100%;
      height: auto;
      border-radius: 50%; }
  @media only screen and (min-width: 1024px) {
    .single-blog__author .single-blog__author-container .single-blog__author-text {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 100%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%; }
      .single-blog__author .single-blog__author-container .single-blog__author-text.single-blog__author-text--has-photo {
        padding-left: 20px; } }
  @media only screen and (min-width: 1024px) {
    .single-blog__author .single-blog__author-container .single-blog__author-text.single-blog__author-text--has-photo {
      padding-left: 40px; } }
  .single-blog__author h6 {
    margin: 40px 0;
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: rgba(47, 67, 79, 0.6); }
  .single-blog__author h3 {
    margin-bottom: 10px; }
  .single-blog__author .single-blog__author-meta {
    color: rgba(47, 67, 79, 0.5); }
  .single-blog__author .single-blog__author-button {
    padding: 10px 15px 11px;
    font-size: 0.8888889rem;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    border-radius: 3px;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    background: transparent;
    border: 1px solid #7C4298;
    color: #7C4298;
    margin-right: 10px;
    position: relative;
    top: -6px; }
    .single-blog__author .single-blog__author-button:hover {
      background-color: #7C4298;
      color: #fff; }
  .single-blog__author a[class^='ss'] {
    margin-right: 10px;
    font-size: 0;
    color: #2F434F; }
    .single-blog__author a[class^='ss']:before {
      font-size: 1.5rem; }
    .single-blog__author a[class^='ss']:hover {
      color: #61C4B9; }
  .single-blog__author .single-blog__author-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
    font-size: 0.88888rem; }
    @media only screen and (min-width: 1024px) {
      .single-blog__author .single-blog__author-post {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; } }
    .single-blog__author .single-blog__author-post h5 {
      margin-top: 0;
      margin-bottom: 5px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-size: 1.25rem; }
      @media only screen and (max-width: 1024px) {
        .single-blog__author .single-blog__author-post h5 {
          font-size: 1rem; } }
    .single-blog__author .single-blog__author-post a {
      color: #2F434F; }
      .single-blog__author .single-blog__author-post a:hover {
        color: #61C4B9; }
  .single-blog__author .single-blog__author-post-thumbnail {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 10%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 10%;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
    max-width: 10%;
    min-width: 50px;
    padding-right: 10px; }
    @media only screen and (min-width: 1024px) {
      .single-blog__author .single-blog__author-post-thumbnail {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 20%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 20%;
        -ms-flex: 1 1 20%;
        flex: 1 1 20%;
        max-width: 20%;
        min-width: 75px;
        padding-right: 20px; } }
    .single-blog__author .single-blog__author-post-thumbnail a {
      display: block;
      background-size: cover;
      background-position: center center;
      border-radius: 50%; }
      .single-blog__author .single-blog__author-post-thumbnail a:after {
        content: "";
        display: block;
        padding-bottom: 100%; }
  .single-blog__author .single-blog__author-post-thumbnail + .single-blog__author-post-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 75%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 75%;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
    max-width: 75%; }
  .single-blog__author .single-blog__author-post-meta {
    margin: 0;
    line-height: 1.4; }
  .single-blog__author .single-blog__author-post-date {
    color: rgba(47, 67, 79, 0.6); }
  .single-blog__author .single-blog__author-post-button {
    padding: 10px 15px 11px;
    font-size: 0.8888889rem;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    border-radius: 3px;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    background: transparent;
    border: 1px solid #fff;
    color: #fff; }
    .single-blog__author .single-blog__author-post-button:hover {
      background-color: #fff;
      color: #2F434F; }
    .single-blog__author .single-blog__author-post-button:hover {
      color: #61C4B9;
      background: transparent;
      border-color: #61C4B9; }

/*
===========================================
  BLOG META CATEGORY LIST
    (scss/components/_category-list.scss)
===========================================
*/
ul.category-list {
  display: block;
  margin: 5px 0 0 0;
  padding: 0;
  list-style-type: none; }
  @media only screen and (min-width: 769px) {
    ul.category-list {
      display: inline;
      margin: 0; } }
  ul.category-list li {
    display: inline; }
  ul.category-list a {
    display: inline-block;
    padding: 0 5px;
    margin: 0 2px 0 0;
    border: 1px solid rgba(47, 67, 79, 0.5);
    border-radius: 3px;
    color: rgba(47, 67, 79, 0.5);
    font-size: 0.75rem;
    text-transform: lowercase;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
    @media only screen and (min-width: 769px) {
      ul.category-list a {
        padding: 2px 4px;
        font-size: 0.9rem; } }
    ul.category-list a:hover {
      border-color: #2F434F;
      color: #2F434F; }

/*
===========================================
  HEADER MODULE
    (scss/components/_header-module.scss)
===========================================
*/
.header-module {
  position: relative;
  padding: 40px 0; }
  @media only screen and (min-width: 769px) {
    .header-module {
      padding-top: 210px; } }
  @media only screen and (min-width: 1024px) {
    .header-module {
      padding-top: 160px; } }
  @media screen and (min-width: 1171px) {
    .header-module {
      padding-top: 100px; } }
  .header-module:after {
    content: "";
    display: table;
    clear: both; }
  .header-module > * {
    position: relative;
    z-index: 1;
    color: #fff; }

@media only screen and (min-width: 1024px) {
  .header-module__col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%; } }

.header-module__full-width {
  max-width: 1400px;
  max-width: calc(1200px + (50% - 600px));
  margin: 0 auto; }
  @media only screen and (min-width: 769px) {
    .header-module__full-width {
      padding-right: 10%;
      padding-left: 10%; } }
  @media only screen and (min-width: 1024px) {
    .header-module__full-width {
      padding-right: 15%;
      padding-left: 15%; } }
  @media only screen and (min-width: 769px) {
    .header-module__full-width .header-module__container {
      padding-left: 0;
      padding-right: 0; } }
  @media only screen and (min-width: 1024px) {
    .header-module__full-width .header-module__container {
      padding-left: 0;
      padding-right: 0; } }

.header-module__container {
  padding: 0 20px; }
  @media only screen and (min-width: 769px) {
    .header-module__container {
      padding: 0 40px 0; } }
  @media only screen and (min-width: 1024px) {
    .header-module__container {
      padding: 120px 40px; } }
  @media only screen and (min-width: 1024px) and (max-height: 900px) {
    .header-module__container {
      padding: 40px; } }

  @media only screen and (min-width: 1024px) {
    .header-module__col .header-module__container {
      max-width: 600px;
      margin: 0 auto; } }

.header-module .header-module__container > h1:first-of-type,
.header-module .header-module__container > h2:first-of-type,
.header-module .header-module__container > h3:first-of-type,
.header-module .header-module__container > h4:first-of-type,
.header-module .header-module__container > h5:first-of-type,
.header-module .header-module__container > h6:first-of-type {
  margin-top: 0; }
.header-module h1 {
  font-weight: 300; }
.header-module .button {
  padding: 17px 20px 15px;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  border-radius: 3px;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  background: transparent;
  border: 1px solid #fff;
  color: #fff; }
  .header-module .button:hover {
    background-color: #fff;
    color: #2F434F; }
.header-module hr {
  border-top: 1px solid #fff; }

.header-module:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }
.header-module--blue-magenta {
  background: url("img/bg-logo.svg"), linear-gradient(to bottom, #121a1f 50%, #ED2C75 100%);
  background-position: center center;
  background-blend-mode: multiply;
  background-size: auto 200%;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 568px) {
    .header-module--blue-magenta {
      background-size: cover; } }
  @media only screen and (min-width: 1024px) {
    .header-module--blue-magenta {
      background-size: 150% auto; } }
  .header-module--blue-magenta:before {
    background: #590938;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #590938 0%, rgba(89, 9, 56, 0.1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #590938 0%, rgba(89, 9, 56, 0.1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(-45deg, #590938 0%, rgba(89, 9, 56, 0.1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.header-module--blue-teal {
  background: url("img/bg-logo.svg"), linear-gradient(to bottom, #121a1f 50%, #61C4B9 100%);
  background-position: center center;
  background-blend-mode: multiply;
  background-size: auto 200%;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 568px) {
    .header-module--blue-teal {
      background-size: cover; } }
  @media only screen and (min-width: 1024px) {
    .header-module--blue-teal {
      background-size: 150% auto; } }
  .header-module--blue-teal:before {
    background: #2F326E;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #2F326E 0%, rgba(47, 50, 110, 0.1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #2F326E 0%, rgba(47, 50, 110, 0.1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(-45deg, #2F326E 0%, rgba(47, 50, 110, 0.1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.header-module--blue-purple {
  background: url("img/bg-logo.svg"), linear-gradient(to bottom, #121a1f 50%, #7C4298 100%);
  background-position: center center;
  background-blend-mode: multiply;
  background-size: auto 200%;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 568px) {
    .header-module--blue-purple {
      background-size: cover; } }
  @media only screen and (min-width: 1024px) {
    .header-module--blue-purple {
      background-size: 150% auto; } }
  .header-module--blue-purple:before {
    background: #730A46;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #730A46 0%, rgba(115, 10, 70, 0.1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #730A46 0%, rgba(115, 10, 70, 0.1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(-45deg, #730A46 0%, rgba(115, 10, 70, 0.1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.header-module--magenta-blue {
  background: url("img/bg-logo.svg"), linear-gradient(to bottom, #ED2C75 50%, #1c282f 100%);
  background-position: center center;
  background-blend-mode: multiply;
  background-size: auto 200%;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 568px) {
    .header-module--magenta-blue {
      background-size: cover; } }
  @media only screen and (min-width: 1024px) {
    .header-module--magenta-blue {
      background-size: 150% auto; } }
  .header-module--magenta-blue:before {
    background: #30326E;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #30326E 0%, rgba(48, 50, 110, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #30326E 0%, rgba(48, 50, 110, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(-45deg, #30326E 0%, rgba(48, 50, 110, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.header-module--magenta-teal {
  background: url("img/bg-logo.svg"), linear-gradient(to bottom, #ED2C75 20%, #61C4B9 80%);
  background-position: center center;
  background-blend-mode: multiply;
  background-size: auto 200%;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 568px) {
    .header-module--magenta-teal {
      background-size: cover; } }
  @media only screen and (min-width: 1024px) {
    .header-module--magenta-teal {
      background-size: 150% auto; } }
  .header-module--magenta-teal:before {
    background: #30326E;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #30326E 0%, rgba(48, 50, 110, 0.1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #30326E 0%, rgba(48, 50, 110, 0.1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(-45deg, #30326E 0%, rgba(48, 50, 110, 0.1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.header-module--magenta-purple {
  background: url("img/bg-logo.svg"), linear-gradient(to bottom, #ED2C75 20%, #7C4298 80%);
  background-position: center center;
  background-blend-mode: multiply;
  background-size: auto 200%;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 568px) {
    .header-module--magenta-purple {
      background-size: cover; } }
  @media only screen and (min-width: 1024px) {
    .header-module--magenta-purple {
      background-size: 150% auto; } }
  .header-module--magenta-purple:before {
    background: #30336E;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #30336E 0%, rgba(48, 51, 110, 0.1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #30336E 0%, rgba(48, 51, 110, 0.1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(-45deg, #30336E 0%, rgba(48, 51, 110, 0.1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.header-module--teal-blue {
  background: url("img/bg-logo.svg"), linear-gradient(to bottom, #61C4B9 20%, #1c282f 80%);
  background-position: center center;
  background-blend-mode: multiply;
  background-size: auto 200%;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 568px) {
    .header-module--teal-blue {
      background-size: cover; } }
  @media only screen and (min-width: 1024px) {
    .header-module--teal-blue {
      background-size: 150% auto; } }
  .header-module--teal-blue:before {
    background: #120F26;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #120F26 0%, rgba(18, 15, 38, 0.1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #120F26 0%, rgba(18, 15, 38, 0.1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(-45deg, #120F26 0%, rgba(18, 15, 38, 0.1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.header-module--teal-magenta {
  background: url("img/bg-logo.svg"), linear-gradient(to bottom, #61C4B9 20%, #ED2C75 80%);
  background-position: center center;
  background-blend-mode: multiply;
  background-size: auto 200%;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 568px) {
    .header-module--teal-magenta {
      background-size: cover; } }
  @media only screen and (min-width: 1024px) {
    .header-module--teal-magenta {
      background-size: 150% auto; } }
  .header-module--teal-magenta:before {
    background: #740B47;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #740B47 0%, rgba(116, 11, 71, 0.1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #740B47 0%, rgba(116, 11, 71, 0.1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(-45deg, #740B47 0%, rgba(116, 11, 71, 0.1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.header-module--teal-purple {
  background: url("img/bg-logo.svg"), linear-gradient(to bottom, #61C4B9 20%, #7C4298 80%);
  background-position: center center;
  background-blend-mode: multiply;
  background-size: auto 200%;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 568px) {
    .header-module--teal-purple {
      background-size: cover; } }
  @media only screen and (min-width: 1024px) {
    .header-module--teal-purple {
      background-size: 150% auto; } }
  .header-module--teal-purple:before {
    background: #2F336E;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #2F336E 0%, rgba(47, 51, 110, 0.1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #2F336E 0%, rgba(47, 51, 110, 0.1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(-45deg, #2F336E 0%, rgba(47, 51, 110, 0.1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.header-module--purple-blue {
  background: url("img/bg-logo.svg"), linear-gradient(to bottom, #7C4298 20%, #1c282f 80%);
  background-position: center center;
  background-blend-mode: multiply;
  background-size: auto 200%;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 568px) {
    .header-module--purple-blue {
      background-size: cover; } }
  @media only screen and (min-width: 1024px) {
    .header-module--purple-blue {
      background-size: 150% auto; } }
  .header-module--purple-blue:before {
    background: #240A1E;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #240A1E 0%, rgba(36, 10, 30, 0.1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #240A1E 0%, rgba(36, 10, 30, 0.1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(-45deg, #240A1E 0%, rgba(36, 10, 30, 0.1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.header-module--purple-magenta {
  background: url("img/bg-logo.svg"), linear-gradient(to bottom, #7C4298 20%, #ED2C75 80%);
  background-position: center center;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: auto 150%; }
  @media only screen and (min-width: 1024px) {
    .header-module--purple-magenta {
      background-size: 150% auto; } }
  .header-module--purple-magenta:before {
    background: rgba(84, 44, 108, 0.5);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(84, 44, 108, 0.5) 0%, rgba(84, 44, 108, 0.1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(84, 44, 108, 0.5) 0%, rgba(84, 44, 108, 0.1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(-45deg, rgba(84, 44, 108, 0.5) 0%, rgba(84, 44, 108, 0.1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.header-module--purple-teal {
  background: url("img/bg-logo.svg"), linear-gradient(to bottom, #7C4298 20%, #61C4B9 80%);
  background-position: center center;
  background-blend-mode: multiply;
  background-size: auto 200%;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 568px) {
    .header-module--purple-teal {
      background-size: cover; } }
  @media only screen and (min-width: 1024px) {
    .header-module--purple-teal {
      background-size: 150% auto; } }
  .header-module--purple-teal:before {
    background: #30336E;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #30336E 0%, rgba(48, 51, 110, 0.1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #30336E 0%, rgba(48, 51, 110, 0.1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(-45deg, #30336E 0%, rgba(48, 51, 110, 0.1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

/*
==================================================
  HEADLINE + TEXT MODULE
    (scss/components/_headline-text-module.scss)
==================================================
*/
@media only screen and (min-width: 1024px) {
  .header-module--headline-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; } }

/*
====================================================================
  MATTERMOST MODULE
    (scss/components/header-modules/_mattermost-module.scss)
====================================================================
*/
.header-module--text-mattermost {
  display: block !important;
  position: relative; }
  .header-module--text-mattermost .header-module__col {
    display: block; }
    @media only screen and (min-width: 1024px) {
      .header-module--text-mattermost .header-module__col {
        float: left;
        width: 50%; } }
  .header-module--text-mattermost .header-module__col-2 {
    padding-left: 40px;
    position: absolute;
    top: 120px;
    right: 40px;
    bottom: 0; }
    @media only screen and (max-width: 1024px) {
      .header-module--text-mattermost .header-module__col-2 {
        display: none; } }
    .header-module--text-mattermost .header-module__col-2 .header-module__container {
      height: 100%;
      position: relative; }
      .header-module--text-mattermost .header-module__col-2 .header-module__container > span {
        font-size: 0.9rem;
        letter-spacing: 2px;
        text-transform: uppercase;
        width: 100%;
        position: absolute;
        top: 120px;
        left: 0;
        text-align: center; }
      .header-module--text-mattermost .header-module__col-2 .header-module__container #mattermost-feed {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        top: 160px;
        overflow: hidden;
        background: #fff;
        border-radius: 5px 5px 0 0;
        color: rgba(0, 0, 0, 0.25);
        text-align: center;
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5); }
        .header-module--text-mattermost .header-module__col-2 .header-module__container #mattermost-feed .App:after {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          background-color: #fff;
          background-image: url(img/ajax-loader.gif);
          background-size: 33px 33px;
          background-position: center center;
          background-repeat: no-repeat;
          opacity: 0;
          pointer-events: none;
          -webkit-transition: opacity 1000ms ease-in-out;
          -moz-transition: opacity 1000ms ease-in-out;
          -ms-transition: opacity 1000ms ease-in-out;
          -o-transition: opacity 1000ms ease-in-out;
          transition: opacity 1000ms ease-in-out; }
        .header-module--text-mattermost .header-module__col-2 .header-module__container #mattermost-feed .App--loading:after {
          opacity: 1; }
        .header-module--text-mattermost .header-module__col-2 .header-module__container #mattermost-feed ul {
          padding: 0;
          margin: 0;
          list-style-type: none;
          padding: 20px 20px 0;
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          overflow-x: hidden;
          overflow-y: scroll;
          text-align: left; }
          .header-module--text-mattermost .header-module__col-2 .header-module__container #mattermost-feed ul li {
            margin: 20px 0;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 0.88889rem; }
            .header-module--text-mattermost .header-module__col-2 .header-module__container #mattermost-feed ul li:first-of-type, .header-module--text-mattermost .header-module__col-2 .header-module__container #mattermost-feed ul li:last-of-type {
              color: rgba(0, 0, 0, 0.5);
              text-align: center; }
              .header-module--text-mattermost .header-module__col-2 .header-module__container #mattermost-feed ul li:first-of-type a, .header-module--text-mattermost .header-module__col-2 .header-module__container #mattermost-feed ul li:last-of-type a {
                color: #42b0a4; }
                .header-module--text-mattermost .header-module__col-2 .header-module__container #mattermost-feed ul li:first-of-type a:hover, .header-module--text-mattermost .header-module__col-2 .header-module__container #mattermost-feed ul li:last-of-type a:hover {
                  color: #ED2C75; }
            .header-module--text-mattermost .header-module__col-2 .header-module__container #mattermost-feed ul li span {
              color: #3D3C40; }
            .header-module--text-mattermost .header-module__col-2 .header-module__container #mattermost-feed ul li .post__username {
              margin-right: 10px;
              font-weight: bold; }
            .header-module--text-mattermost .header-module__col-2 .header-module__container #mattermost-feed ul li .post__time {
              opacity: 0.5; }
            .header-module--text-mattermost .header-module__col-2 .header-module__container #mattermost-feed ul li .post__content {
              display: block;
              padding-left: 10px; }
              .header-module--text-mattermost .header-module__col-2 .header-module__container #mattermost-feed ul li .post__content a {
                color: #42b0a4; }
                .header-module--text-mattermost .header-module__col-2 .header-module__container #mattermost-feed ul li .post__content a:hover {
                  color: #ED2C75; }

/*
==================================================
  HEADLINE + TEXT MODULE
    (scss/components/_headline-text-module.scss)
==================================================
*/
.header-module--no-module {
  display: none; }
  @media only screen and (min-width: 769px) {
    .header-module--no-module {
      display: block;
      padding-top: 130px;
      background-size: cover; } }
  @media only screen and (min-width: 769px) and (max-height: 900px) {
    .header-module--no-module {
      padding-top: 90px; } }

  @media screen and (max-width: 1170px) {
    .header-module--no-module {
      padding-top: 160px; } }

/*
===============================================
  TEXT & VIDEO HEADER MODULE
    (scss/components/_text-video-module.scss)
===============================================
*/
@media only screen and (min-width: 1024px) {
  .header-module--text-mattermost {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; } }
.header-module--text-mattermost .header-module__col-2 {
  margin-top: 40px; }
  @media only screen and (min-width: 1024px) {
    .header-module--text-mattermost .header-module__col-2 {
      margin-top: 0; } }
  .header-module--text-mattermost .header-module__col-2 .header-module__container {
    max-width: 100%; }
.header-module--text-mattermost .header-module__video-container {
  max-width: 100%;
  position: relative; }
  .header-module--text-mattermost .header-module__video-container:after {
    content: "";
    display: block;
    padding-bottom: 56.25%; }
  .header-module--text-mattermost .header-module__video-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

/*
===============================================
  TEXT & VIDEO HEADER MODULE
    (scss/components/_text-video-module.scss)
===============================================
*/
@media only screen and (min-width: 1024px) {
  .header-module--text-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; } }
@media only screen and (min-width: 1280px) {
  .header-module--text-image .header-module__col-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 33.33%;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 33.33%; } }
.header-module--text-image .header-module__col-2 {
  margin-top: 40px; }
  @media only screen and (min-width: 1280px) {
    .header-module--text-image .header-module__col-2 {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 66.66%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 66.66%;
      -ms-flex: 1 1 66.66%;
      flex: 1 1 66.66%;
      max-width: 66.66%;
      margin-top: 0; } }
  .header-module--text-image .header-module__col-2 .header-module__container {
    max-width: 100%; }
    @media only screen and (min-width: 769px) {
      .header-module--text-image .header-module__col-2 .header-module__container {
        padding-left: 0; } }
.header-module--text-image .header-module__image-container {
  max-width: 100%; }
  .header-module--text-image .header-module__image-container img {
    max-width: 100%;
    height: auto; }

/*
===============================================
  TEXT & VIDEO HEADER MODULE
    (scss/components/_text-video-module.scss)
===============================================
*/
@media only screen and (min-width: 1024px) {
  .header-module--text-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; } }
.header-module--text-video .header-module__col-2 {
  margin-top: 40px; }
  @media only screen and (min-width: 1024px) {
    .header-module--text-video .header-module__col-2 {
      margin-top: 0; } }
  .header-module--text-video .header-module__col-2 .header-module__container {
    max-width: 100%; }
.header-module--text-video .header-module__video-container {
  max-width: 100%;
  position: relative; }
  .header-module--text-video .header-module__video-container a[href^='https://flowplayer'] {
    opacity: 0 !important;
    pointer-events: none !important; }

/*
===============================================
  WYSIWYG HEADER MODULE
    (scss/components/_text-video-module.scss)
===============================================
*/
@media only screen and (min-width: 1024px) {
  .header-module--wysiwyg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; } }
.header-module--wysiwyg img {
  max-width: 100%;
  height: auto; }

/*
================================================
  BLOG HEADER
    (scss/components/_blog-header-module.scss)
================================================
*/
.header-module--blog-header {
  overflow: hidden; }
  .header-module--blog-header .header-module__background-image {
    width: 120%;
    height: 120%;
    position: absolute;
    left: -10%;
    top: -10%;
    background-color: #1c282f;
    background-blend-mode: overlay;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    filter: blur(20px);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
    .no-backgroundblendmode .header-module--blog-header .header-module__background-image {
      display: none; }

.blog-header {
  padding: 40px 20px;
  max-width: 1400px;
  max-width: calc(1200px + (50% - 600px));
  margin: 0 auto;
  max-width: 800px; }
  @media only screen and (min-width: 769px) {
    .blog-header {
      padding: 80px 40px; } }
  @media only screen and (min-width: 1024px) {
    .blog-header {
      padding: 120px 40px; } }
  @media screen and (max-height: 900px) {
    .blog-header {
      padding-top: 0;
      padding-bottom: 0; } }
  .blog-header h1 {
    text-align: center;
    font-weight: 700; }

.blog-header__meta {
  margin: 0 0 20px 0;
  line-height: 1.4;
  text-align: center; }
  .blog-header__meta .blog-header__author,
  .blog-header__meta .blog-header__date {
    margin: 0 10px 0 0; }
  .blog-header__meta .blog-header__date {
    opacity: 0.5; }
    .single-event .blog-header__meta .blog-header__date {
      display: block;
      opacity: 1; }
      .single-event .blog-header__meta .blog-header__date small {
        opacity: 0.5; }
  .blog-header__meta .blog-header__categories {
    display: block;
    margin-top: 10px; }
    .blog-header__meta .blog-header__categories a {
      border: 1px solid rgba(255, 255, 255, 0.5);
      color: rgba(255, 255, 255, 0.5); }
      .blog-header__meta .blog-header__categories a:hover {
        border-color: #61C4B9;
        color: #61C4B9; }
  .blog-header__meta .blog-header__button {
    margin-top: 20px; }

/*
=============================================================
  CONTENT REGIONS
    (scss/components/content-regions/_content-regions.scss)
=============================================================
*/
.content-regions__region {
  overflow-y: hidden; }
  @media only screen and (min-width: 769px) {
    .content-regions__region--two-col {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }

/*
=============================================================
  MODULE
    (scss/components/content-regions/_module.scss)
=============================================================
*/
@media only screen and (min-width: 769px) {
  .content-regions__region--two-col .content-regions__module {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%; } }
.content-regions__module .content-regions__module-container {
  padding: 20px; }
  @media only screen and (min-width: 769px) {
    .content-regions__module .content-regions__module-container {
      padding: 40px; } }
  @media only screen and (min-width: 1024px) {
    .content-regions__module .content-regions__module-container {
      padding: 80px 40px; } }
  @media only screen and (min-width: 1024px) and (max-height: 900px) {
    .content-regions__module .content-regions__module-container {
      padding: 60px 40px; } }

  @media only screen and (min-width: 769px) {
    .content-regions__region--two-col .content-regions__module .content-regions__module-container {
      max-width: 600px;
      margin: 0 auto; } }
  .content-regions__region--two-col .content-regions__module .content-regions__module-container:after {
    content: "";
    display: table;
    clear: both; }
  .content-regions__region--one-col .content-regions__module .content-regions__module-container {
    max-width: 1400px;
    max-width: calc(1200px + (50% - 600px));
    margin: 0 auto; }
    .content-regions__region--one-col .content-regions__module .content-regions__module-container:after {
      content: "";
      display: table;
      clear: both; }
.content-regions__module .content-regions__buttons {
  margin-top: 20px; }
  @media only screen and (min-width: 769px) {
    .content-regions__module .content-regions__buttons {
      margin-top: 40px; } }
  .content-regions__module .content-regions__buttons .button {
    margin-right: 10px; }
    .content-regions__module .content-regions__buttons .button span {
      color: inherit; }
.content-regions__module--teal {
  background-color: #3ea59a;
  color: #fff; }
  @media only screen and (min-width: 769px) {
    .content-regions__module--teal {
      background: #3ea59a;
      /* Old browsers */
      background: -moz-linear-gradient(top, #3ea59a 50%, #61C4B9, 25% 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #3ea59a 50%, #61C4B9, 25% 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #3ea59a 50%, #61C4B9, 25% 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ } }
  .content-regions__module--teal a {
    color: #fff;
    text-decoration: underline; }
  .content-regions__module--teal h1, .content-regions__module--teal h2, .content-regions__module--teal h3, .content-regions__module--teal h4, .content-regions__module--teal h5,
  .content-regions__module--teal p,
  .content-regions__module--teal span,
  .content-regions__module--teal ul,
  .content-regions__module--teal ol {
    color: white; }
  .content-regions__module--teal h6 {
    color: rgba(255, 255, 255, 0.5); }
  .content-regions__module--teal .button {
    padding: 17px 20px 15px;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    border-radius: 3px;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none; }
    .content-regions__module--teal .button:hover {
      background-color: #fff;
      color: #2F434F; }
.content-regions__module--white, .content-regions__module--white_colors {
  background-color: #fff; }
  .content-regions__module--white h1, .content-regions__module--white h2, .content-regions__module--white h3, .content-regions__module--white h4, .content-regions__module--white h5,
  .content-regions__module--white p,
  .content-regions__module--white span,
  .content-regions__module--white ul,
  .content-regions__module--white ol, .content-regions__module--white_colors h1, .content-regions__module--white_colors h2, .content-regions__module--white_colors h3, .content-regions__module--white_colors h4, .content-regions__module--white_colors h5,
  .content-regions__module--white_colors p,
  .content-regions__module--white_colors span,
  .content-regions__module--white_colors ul,
  .content-regions__module--white_colors ol {
    color: #2F434F; }
  .content-regions__module--white h6, .content-regions__module--white_colors h6 {
    color: rgba(47, 67, 79, 0.5); }
  .content-regions__module--white .button, .content-regions__module--white_colors .button {
    padding: 17px 20px 15px;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    border-radius: 3px;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    background: transparent;
    border: 1px solid #7C4298;
    color: #7C4298; }
    .content-regions__module--white .button:hover, .content-regions__module--white_colors .button:hover {
      background-color: #7C4298;
      color: #fff; }
.content-regions__region--one-col .content-regions__module--white_colors {
  position: relative;
  background-color: #fff;
  background-image: url(img/white-coko-corner-left@2x-720x600.png), url(img/white-coko-corner-right@2x-700x609.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom right;
  background-size: 360px auto, 350px auto; }
  @media only screen and (max-width: 768px) {
    .content-regions__region--one-col .content-regions__module--white_colors {
      background-size: 180px auto, 175px auto; } }
  @media only screen and (max-width: 1024px) {
    .content-regions__region--one-col .content-regions__module--white_colors {
      background-size: 240px auto, 233px auto; } }
.content-regions__region--two-col .content-regions__module--white_colors:first-of-type {
  background-color: #fff;
  background-image: url(img/white-coko-corner-left@2x-720x600.png);
  background-size: 360px auto;
  background-position: top left;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 768px) {
    .content-regions__region--two-col .content-regions__module--white_colors:first-of-type {
      background-size: 180px auto; } }
  @media only screen and (max-width: 1280px) {
    .content-regions__region--two-col .content-regions__module--white_colors:first-of-type {
      background-size: 240px auto; } }
.content-regions__region--two-col .content-regions__module--white_colors:last-of-type {
  background-color: #fff;
  background-image: url(img/white-coko-corner-right@2x-700x609.png);
  background-size: 350px auto;
  background-position: right bottom;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 768px) {
    .content-regions__region--two-col .content-regions__module--white_colors:last-of-type {
      background-size: 175px auto; } }
  @media only screen and (max-width: 1280px) {
    .content-regions__region--two-col .content-regions__module--white_colors:last-of-type {
      background-size: 233px auto; } }
.content-regions__module--light_gray {
  background-color: rgba(47, 67, 79, 0.03); }
  .content-regions__module--light_gray h1, .content-regions__module--light_gray h2, .content-regions__module--light_gray h3, .content-regions__module--light_gray h4, .content-regions__module--light_gray h5,
  .content-regions__module--light_gray p,
  .content-regions__module--light_gray span,
  .content-regions__module--light_gray ul,
  .content-regions__module--light_gray ol {
    color: #2F434F; }
  .content-regions__module--light_gray h6 {
    color: rgba(47, 67, 79, 0.5); }
  .content-regions__module--light_gray .button {
    padding: 17px 20px 15px;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    border-radius: 3px;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    background: transparent;
    border: 1px solid #7C4298;
    color: #7C4298; }
    .content-regions__module--light_gray .button:hover {
      background-color: #7C4298;
      color: #fff; }
.content-regions__region--two-col .content-regions__module--light_gray:first-of-type {
  border-top: 2px solid #fff;
  border-right: 1px solid #fff; }
.content-regions__region--two-col .content-regions__module--light_gray:last-of-type {
  border-top: 2px solid #fff;
  border-left: 1px solid #fff; }
.content-regions__module--blue {
  background-color: #2F434F; }
  @media only screen and (min-width: 769px) {
    .content-regions__module--blue {
      background: #2F434F;
      /* Old browsers */
      background: -moz-linear-gradient(top, #2F434F 50%, #25353f 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #2F434F 50%, #25353f 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #2F434F 50%, #25353f 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ } }
  .content-regions__module--blue a {
    color: #fff;
    text-decoration: underline; }
  .content-regions__module--blue h1, .content-regions__module--blue h2, .content-regions__module--blue h3, .content-regions__module--blue h4, .content-regions__module--blue h5,
  .content-regions__module--blue p,
  .content-regions__module--blue span,
  .content-regions__module--blue ul,
  .content-regions__module--blue ol {
    color: #fff; }
    .content-regions__module--blue h1 a, .content-regions__module--blue h2 a, .content-regions__module--blue h3 a, .content-regions__module--blue h4 a, .content-regions__module--blue h5 a,
    .content-regions__module--blue p a,
    .content-regions__module--blue span a,
    .content-regions__module--blue ul a,
    .content-regions__module--blue ol a {
      color: inherit; }
      .content-regions__module--blue h1 a:hover, .content-regions__module--blue h2 a:hover, .content-regions__module--blue h3 a:hover, .content-regions__module--blue h4 a:hover, .content-regions__module--blue h5 a:hover,
      .content-regions__module--blue p a:hover,
      .content-regions__module--blue span a:hover,
      .content-regions__module--blue ul a:hover,
      .content-regions__module--blue ol a:hover {
        color: #61C4B9; }
  .content-regions__module--blue h6 {
    color: rgba(255, 255, 255, 0.5); }
  .content-regions__module--blue .button {
    padding: 17px 20px 15px;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    border-radius: 3px;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    background: transparent;
    border: 1px solid #fff;
    color: #fff; }
    .content-regions__module--blue .button:hover {
      background-color: #fff;
      color: #2F434F; }
.content-regions__module--magenta {
  background-color: #ED2C75; }
  @media only screen and (min-width: 769px) {
    .content-regions__module--magenta {
      background: #ED2C75;
      /* Old browsers */
      background: -moz-linear-gradient(top, #ED2C75 50%, #bc1051 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #ED2C75 50%, #bc1051 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #ED2C75 50%, #bc1051 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ } }
  .content-regions__module--magenta h1, .content-regions__module--magenta h2, .content-regions__module--magenta h3, .content-regions__module--magenta h4, .content-regions__module--magenta h5,
  .content-regions__module--magenta p,
  .content-regions__module--magenta span,
  .content-regions__module--magenta ul,
  .content-regions__module--magenta ol {
    color: #fff; }
    .content-regions__module--magenta h1 a, .content-regions__module--magenta h2 a, .content-regions__module--magenta h3 a, .content-regions__module--magenta h4 a, .content-regions__module--magenta h5 a,
    .content-regions__module--magenta p a,
    .content-regions__module--magenta span a,
    .content-regions__module--magenta ul a,
    .content-regions__module--magenta ol a {
      color: inherit; }
      .content-regions__module--magenta h1 a:hover, .content-regions__module--magenta h2 a:hover, .content-regions__module--magenta h3 a:hover, .content-regions__module--magenta h4 a:hover, .content-regions__module--magenta h5 a:hover,
      .content-regions__module--magenta p a:hover,
      .content-regions__module--magenta span a:hover,
      .content-regions__module--magenta ul a:hover,
      .content-regions__module--magenta ol a:hover {
        color: rgba(255, 255, 255, 0.75); }
  .content-regions__module--magenta h6 {
    color: rgba(255, 255, 255, 0.5); }
  .content-regions__module--magenta .button {
    padding: 17px 20px 15px;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    border-radius: 3px;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    background: transparent;
    border: 1px solid #fff;
    color: #fff; }
    .content-regions__module--magenta .button:hover {
      background-color: #fff;
      color: #2F434F; }
.content-regions__module .content-regions__module-container > *:first-child {
  margin-top: 0; }
.content-regions__module .content-regions__module-container > *:last-child {
  margin-bottom: 0; }
@media only screen and (min-width: 769px) {
  .content-regions__module .content-regions__module-container h1,
  .content-regions__module .content-regions__module-container h2,
  .content-regions__module .content-regions__module-container h3,
  .content-regions__module .content-regions__module-container h4,
  .content-regions__module .content-regions__module-container h5,
  .content-regions__module .content-regions__module-container h6 {
    margin-top: 40px;
    margin-bottom: 40px; } }
.content-regions__module .content-regions__module-container > h1:first-child,
.content-regions__module .content-regions__module-container > h2:first-child,
.content-regions__module .content-regions__module-container > h3:first-child,
.content-regions__module .content-regions__module-container > h4:first-child,
.content-regions__module .content-regions__module-container > h5:first-child,
.content-regions__module .content-regions__module-container > h6:first-child {
  margin-top: 0; }
.content-regions__module .content-regions__module-container > h1:last-child,
.content-regions__module .content-regions__module-container > h2:last-child,
.content-regions__module .content-regions__module-container > h3:last-child,
.content-regions__module .content-regions__module-container > h4:last-child,
.content-regions__module .content-regions__module-container > h5:last-child,
.content-regions__module .content-regions__module-container > h6:last-child {
  margin-bottom: 0; }

/*
=============================================================
  CASE STUDY MODULE
    (scss/components/content-regions/_case-study-module.scss)
=============================================================
*/
@media only screen and (min-width: 769px) {
  .content-regions__region--one-col .content-regions__module--featured-case-study .content-regions__module-container,
  .content-regions__region--one-col .content-regions__module--selected-case-study .content-regions__module-container {
    padding-right: 10%;
    padding-left: 10%; } }
@media only screen and (min-width: 1024px) {
  .content-regions__region--one-col .content-regions__module--featured-case-study .content-regions__module-container,
  .content-regions__region--one-col .content-regions__module--selected-case-study .content-regions__module-container {
    padding-right: 15%;
    padding-left: 15%; } }
.content-regions__module--featured-case-study .content-regions__module-container .content-regions__case-study-image, .content-regions__module--selected-case-study .content-regions__module-container .content-regions__case-study-image {
  max-width: 25%;
  margin-left: 20px;
  margin-bottom: 20px;
  float: right;
  border-radius: 50%; }
.content-regions__module--featured-case-study .content-regions__module-container h6, .content-regions__module--selected-case-study .content-regions__module-container h6 {
  margin-bottom: 0;
  font-size: 0.9rem;
  letter-spacing: 2px;
  text-transform: uppercase; }
.content-regions__module--featured-case-study .content-regions__module-container h2, .content-regions__module--selected-case-study .content-regions__module-container h2 {
  margin-top: 20px; }
  .content-regions__module--featured-case-study .content-regions__module-container h2 a, .content-regions__module--selected-case-study .content-regions__module-container h2 a {
    color: #2F434F; }
    .content-regions__module--featured-case-study .content-regions__module-container h2 a:hover, .content-regions__module--selected-case-study .content-regions__module-container h2 a:hover {
      color: #61C4B9; }

/*
=====================================================================
  FUNDERS MODULE
    (scss/components/content-regions/_case-recent-news-module.scss)
=====================================================================
*/
@media only screen and (min-width: 769px) {
  .content-regions__module--funders .content-regions__module-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 40px 40px; } }
@media only screen and (min-width: 1024px) {
  .content-regions__module--funders .content-regions__module-container {
    padding: 80px 40px; } }
@media only screen and (min-width: 769px) {
  .content-regions__module--funders .content-regions__funders-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    min-width: 50%;
    padding-right: 40px; } }
@media only screen and (min-width: 1280px) {
  .content-regions__module--funders .content-regions__funders-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 25%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 25%;
    min-width: 25%; } }
.content-regions__module--funders .content-regions__funders-text h3 {
  margin: 0 0 20px 0; }
@inclue media-query(min,medium) {
  .content-regions__module--funders .content-regions__funders-logo-list-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    min-width: 50%;
    margin: 0; } }
@media only screen and (min-width: 1280px) {
  .content-regions__module--funders .content-regions__funders-logo-list-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 75%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 75%;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
    max-width: 75%;
    min-width: 75%; } }
.content-regions__module--funders ul.content-regions__funders-logo-list {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 40px 0 0 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  @media only screen and (min-width: 769px) {
    .content-regions__module--funders ul.content-regions__funders-logo-list {
      margin-top: 0; } }
  .content-regions__module--funders ul.content-regions__funders-logo-list li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    padding: 20px;
    text-align: center; }
    @media only screen and (min-width: 1024px) {
      .content-regions__module--funders ul.content-regions__funders-logo-list li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 50%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%; } }
    @media only screen and (min-width: 1280px) {
      .content-regions__module--funders ul.content-regions__funders-logo-list li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 25%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 25%;
        -ms-flex: 1 1 25%;
        flex: 1 1 25%;
        max-width: 25%; } }
  .content-regions__module--funders ul.content-regions__funders-logo-list img {
    width: 100%;
    max-width: 200px;
    height: auto; }
.content-regions__module--funders .button {
  padding: 10px 15px 11px;
  font-size: 0.8888889rem;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  border-radius: 3px;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  background: transparent;
  border: 1px solid #fff;
  color: #fff; }
  .content-regions__module--funders .button:hover {
    background-color: #fff;
    color: #2F434F; }

/*
====================================================================
  IMAGE + TEXT GRID MODULE
    (scss/components/content-regions/_image-text-grid-module.scss)
====================================================================
*/
.content-regions__module--image-text-grid .content-regions__module-container h2,
.content-regions__module--image-text-grid .content-regions__module-container p.content-regions__image-text-grid-description {
  text-align: center;
  max-width: 500px;
  margin: 1.5rem auto; }
.content-regions__module--image-text-grid .content-regions__module-container h2 {
  margin: 0 auto; }
.content-regions__module--image-text-grid .content-regions__module-container h6 {
  margin-bottom: 0;
  font-size: 0.9rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2F434F;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; }

ul.content-regions__image-text-grid {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  ul.content-regions__image-text-grid li {
    margin: 20px 0 40px;
    text-align: center; }
    @media only screen and (min-width: 769px) {
      ul.content-regions__image-text-grid li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 50%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%;
        padding: 20px; } }
    @media only screen and (min-width: 1024px) {
      ul.content-regions__image-text-grid li {
        padding: 40px; } }
    @media only screen and (min-width: 1280px) {
      ul.content-regions__image-text-grid li {
        padding: 40px 80px; } }
    @media screen and (max-height: 900px) {
      ul.content-regions__image-text-grid li {
        padding: 20px; } }
    ul.content-regions__image-text-grid li img {
      width: 100%;
      max-width: 100px;
      height: auto;
      margin: 0 auto; }
      @media only screen and (min-width: 769px) {
        ul.content-regions__image-text-grid li img {
          max-width: 175px; } }
    ul.content-regions__image-text-grid li p {
      text-align: left;
      margin-bottom: 0; }

/*
=====================================================================
  LOGO GRID MODULE
    (scss/components/content-regions/_logo-grid-module.scss)
=====================================================================
*/
.content-regions__module--logo-grid h6 {
  text-align: center;
  font-size: 0.9rem;
  letter-spacing: 2px;
  text-transform: uppercase; }

ul.content-regions__logo-grid-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  ul.content-regions__logo-grid-list li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    padding: 0 20px;
    margin: 20px 0;
    text-align: center; }
    @media only screen and (min-width: 568px) {
      ul.content-regions__logo-grid-list li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 33.33%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 33.33%;
        -ms-flex: 1 1 33.33%;
        flex: 1 1 33.33%;
        max-width: 33.33%; } }
    @media only screen and (min-width: 769px) {
      ul.content-regions__logo-grid-list li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 50%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%; } }
    @media only screen and (min-width: 1024px) {
      ul.content-regions__logo-grid-list li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 33.33%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 33.33%;
        -ms-flex: 1 1 33.33%;
        flex: 1 1 33.33%;
        max-width: 33.33%; } }
    ul.content-regions__logo-grid-list li img {
      max-width: 100%;
      height: auto; }

/*
====================================================================
  MATTERMOST MODULE
    (scss/components/content-regions/_mattermost-module.scss)
====================================================================
*/
.content-regions__module--mattermost {
  display: none; }
  @media only screen and (min-width: 769px) {
    .content-regions__module--mattermost {
      display: block; } }
  .content-regions__module--mattermost .content-regions__module-container {
    height: 100%;
    position: relative; }
    .content-regions__module--mattermost .content-regions__module-container > span {
      font-size: 0.9rem;
      letter-spacing: 2px;
      text-transform: uppercase;
      width: 100%;
      position: absolute;
      top: 120px;
      left: 0;
      text-align: center; }
    .content-regions__module--mattermost .content-regions__module-container #mattermost-feed {
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      top: 160px;
      overflow: hidden;
      background: #fff;
      border-radius: 5px 5px 0 0;
      color: rgba(0, 0, 0, 0.25);
      text-align: center;
      -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5); }
      .content-regions__module--mattermost .content-regions__module-container #mattermost-feed .App:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff;
        background-image: url(img/ajax-loader.gif);
        background-size: 33px 33px;
        background-position: center center;
        background-repeat: no-repeat;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity 1000ms ease-in-out;
        -moz-transition: opacity 1000ms ease-in-out;
        -ms-transition: opacity 1000ms ease-in-out;
        -o-transition: opacity 1000ms ease-in-out;
        transition: opacity 1000ms ease-in-out; }
      .content-regions__module--mattermost .content-regions__module-container #mattermost-feed .App--loading:after {
        opacity: 1; }
      .content-regions__module--mattermost .content-regions__module-container #mattermost-feed ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        padding: 20px 20px 0;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        overflow-x: hidden;
        overflow-y: scroll;
        text-align: left; }
        .content-regions__module--mattermost .content-regions__module-container #mattermost-feed ul li {
          margin: 20px 0;
          font-family: Arial, Helvetica, sans-serif;
          font-size: 0.88889rem; }
          .content-regions__module--mattermost .content-regions__module-container #mattermost-feed ul li:first-of-type, .content-regions__module--mattermost .content-regions__module-container #mattermost-feed ul li:last-of-type {
            color: rgba(0, 0, 0, 0.5);
            text-align: center; }
            .content-regions__module--mattermost .content-regions__module-container #mattermost-feed ul li:first-of-type a, .content-regions__module--mattermost .content-regions__module-container #mattermost-feed ul li:last-of-type a {
              color: #42b0a4; }
              .content-regions__module--mattermost .content-regions__module-container #mattermost-feed ul li:first-of-type a:hover, .content-regions__module--mattermost .content-regions__module-container #mattermost-feed ul li:last-of-type a:hover {
                color: #ED2C75; }
          .content-regions__module--mattermost .content-regions__module-container #mattermost-feed ul li span {
            color: #3D3C40; }
          .content-regions__module--mattermost .content-regions__module-container #mattermost-feed ul li .post__username {
            margin-right: 10px;
            font-weight: bold; }
          .content-regions__module--mattermost .content-regions__module-container #mattermost-feed ul li .post__time {
            opacity: 0.5; }
          .content-regions__module--mattermost .content-regions__module-container #mattermost-feed ul li .post__content {
            display: block;
            padding-left: 10px; }
            .content-regions__module--mattermost .content-regions__module-container #mattermost-feed ul li .post__content a {
              color: #42b0a4; }
              .content-regions__module--mattermost .content-regions__module-container #mattermost-feed ul li .post__content a:hover {
                color: #ED2C75; }

/*
====================================================================
  PERSON LIST MODULE
    (scss/components/content-regions/_person-list-module.scss)
====================================================================
*/
.content-regions__module--person-list .content-regions__module-container h2 {
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    .content-regions__module--person-list .content-regions__module-container h2 {
      margin-bottom: 80px; } }

ul.content-regions__person-list {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  @media only screen and (min-width: 769px) {
    ul.content-regions__person-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start; } }
  ul.content-regions__person-list li {
    margin-bottom: 40px; }
    @media only screen and (min-width: 1024px) {
      ul.content-regions__person-list li {
        margin-bottom: 80px; } }

ul.content-regions__person-list--complex li {
  margin: 0 0 60px; }
  @media only screen and (min-width: 1024px) {
    ul.content-regions__person-list--complex li {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 50%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%;
      max-width: 50%;
      padding: 0 20px; } }
  @media only screen and (min-width: 1024px) {
    ul.content-regions__person-list--complex li:nth-of-type(1), ul.content-regions__person-list--complex li:nth-of-type(2) {
      padding-bottom: 40px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.25); } }
  ul.content-regions__person-list--complex li:nth-of-type(2) {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25); }
ul.content-regions__person-list--complex .content-regions__person-container {
  text-align: center; }
  @media only screen and (min-width: 769px) {
    ul.content-regions__person-list--complex .content-regions__person-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: no-wrap;
      -moz-flex-wrap: no-wrap;
      -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      align-items: flex-start;
      text-align: left; } }
ul.content-regions__person-list--complex img {
  max-width: 75px;
  height: auto;
  border-radius: 50%; }
  @media only screen and (min-width: 769px) {
    ul.content-regions__person-list--complex img {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 25%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 25%;
      -ms-flex: 1 1 25%;
      flex: 1 1 25%;
      max-width: 150px;
      height: auto; } }
ul.content-regions__person-list--complex .content-regions__person-text {
  text-align: left; }
  @media only screen and (min-width: 769px) {
    ul.content-regions__person-list--complex .content-regions__person-text {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 75%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 75%;
      -ms-flex: 1 1 75%;
      flex: 1 1 75%;
      max-width: 75%;
      padding-left: 20px; } }
ul.content-regions__person-list--complex h4 {
  text-align: center;
  margin-bottom: 0 !important; }
  @media only screen and (min-width: 769px) {
    ul.content-regions__person-list--complex h4 {
      margin-top: 20px !important;
      text-align: left; } }
ul.content-regions__person-list--complex .content-regions__person-title {
  display: block;
  margin-bottom: 0;
  font-size: 1.2rem;
  color: rgba(47, 67, 79, 0.5);
  text-align: center; }
  @media only screen and (min-width: 769px) {
    ul.content-regions__person-list--complex .content-regions__person-title {
      display: inline;
      font-size: 1.4rem;
      text-align: left; } }
ul.content-regions__person-list--complex .content-regions__button {
  padding: 10px 15px 11px;
  font-size: 0.8888889rem;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  border-radius: 3px;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  background: transparent;
  border: 1px solid #7C4298;
  color: #7C4298;
  margin-right: 10px;
  position: relative;
  top: -6px; }
  ul.content-regions__person-list--complex .content-regions__button:hover {
    background-color: #7C4298;
    color: #fff; }
ul.content-regions__person-list--complex .content-regions__social-media-link {
  font-size: 0;
  margin-right: 10px;
  color: rgba(47, 67, 79, 0.5); }
  ul.content-regions__person-list--complex .content-regions__social-media-link:hover {
    color: #61C4B9; }
  ul.content-regions__person-list--complex .content-regions__social-media-link:before {
    font-size: 1.5rem; }

@media only screen and (min-width: 769px) {
  ul.content-regions__person-list--simple li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 33.33%;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 33.33%;
    padding: 0 20px;
    margin: 0 0 40px; } }
@media only screen and (min-width: 1024px) {
  ul.content-regions__person-list--simple li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 25%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 25%;
    padding: 0 20px;
    margin: 0 0 40px; } }
ul.content-regions__person-list--simple h4 {
  margin-bottom: 0 !important; }
ul.content-regions__person-list--simple .content-regions__person-title {
  display: block;
  color: rgba(47, 67, 79, 0.7);
  font-size: 0.8888rem;
  line-height: 1.6; }

/*
====================================================================
  PROCESS LIST MODULE
    (scss/components/content-regions/_process-list-module.scss)
====================================================================
*/
.content-regions__module--process-list h2 {
  text-align: center; }

ul.content-regions__process-list {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  @media only screen and (min-width: 769px) {
    ul.content-regions__process-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; } }
  @media only screen and (min-width: 1024px) {
    ul.content-regions__process-list {
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: none;
      flex-wrap: nowrap; } }
  ul.content-regions__process-list li {
    margin: 20px 0 40px;
    text-align: center;
    position: relative; }
    @media only screen and (min-width: 769px) {
      ul.content-regions__process-list li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 50%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%;
        max-width: calc(50% - 40px);
        padding: 20px 0;
        margin: 0 40px; }
        ul.content-regions__process-list li:first-of-type, ul.content-regions__process-list li:nth-of-type(3) {
          margin-left: 0; }
        ul.content-regions__process-list li:last-of-type, ul.content-regions__process-list li:nth-of-type(2) {
          margin-right: 0; } }
    @media only screen and (min-width: 1024px) {
      ul.content-regions__process-list li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 25%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 25%;
        -ms-flex: 1 1 25%;
        flex: 1 1 25%;
        max-width: 25%;
        max-width: calc(25% - 40px); }
        ul.content-regions__process-list li:nth-of-type(3) {
          margin-left: 40px; }
        ul.content-regions__process-list li:nth-of-type(2) {
          margin-right: 40px; } }
    ul.content-regions__process-list li .content-regions__process-image {
      height: 100px;
      width: 100%;
      background-size: auto 100%;
      background-position: center center;
      background-repeat: no-repeat; }
      @media only screen and (min-width: 1280px) {
        ul.content-regions__process-list li .content-regions__process-image {
          height: 150px; } }
    ul.content-regions__process-list li .content-regions__process-number {
      display: inline-block;
      width: 30px;
      height: 30px;
      padding-top: 3px;
      margin-top: 30px;
      border: 1px solid #000;
      border-radius: 50%;
      font-size: .85rem;
      text-align: center; }
    ul.content-regions__process-list li h4 {
      margin-bottom: 20px !important;
      font-size: 0.9rem;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-weight: 700;
      text-align: center; }
    ul.content-regions__process-list li p {
      text-align: Center; }
    @media only screen and (min-width: 769px) {
      ul.content-regions__process-list li:first-of-type:before, ul.content-regions__process-list li:nth-of-type(3):before {
        content: '';
        display: block;
        width: 60px;
        height: 40px;
        position: absolute;
        top: 55px;
        left: 100%; } }
  @media only screen and (min-width: 769px) and (min-width: 769px) {
    ul.content-regions__process-list li:first-of-type:before, ul.content-regions__process-list li:nth-of-type(3):before {
      width: 100px;
      left: calc(100% - 20px); } }
  @media only screen and (min-width: 769px) and (min-width: 1024px) {
    ul.content-regions__process-list li:first-of-type:before, ul.content-regions__process-list li:nth-of-type(3):before {
      width: 80px;
      left: calc(100% + 10px); } }
  @media only screen and (min-width: 769px) and (min-width: 1280px) {
    ul.content-regions__process-list li:first-of-type:before, ul.content-regions__process-list li:nth-of-type(3):before {
      top: 85px;
      width: 100px;
      left: calc(100% - 20px); } }
    @media only screen and (min-width: 769px) {
      ul.content-regions__process-list li:first-of-type:after, ul.content-regions__process-list li:nth-of-type(3):after {
        content: '';
        display: block;
        position: absolute;
        top: 55px;
        left: calc(100% + 60px);
        border-top: 20px solid transparent;
        border-right: 0;
        border-bottom: 20px solid transparent;
        border-left: 20px solid transparent; } }
  @media only screen and (min-width: 769px) and (min-width: 769px) {
    ul.content-regions__process-list li:first-of-type:after, ul.content-regions__process-list li:nth-of-type(3):after {
      left: calc(100% + 80px); } }
  @media only screen and (min-width: 769px) and (min-width: 1024px) {
    ul.content-regions__process-list li:first-of-type:after, ul.content-regions__process-list li:nth-of-type(3):after {
      left: calc(100% + 90px); } }
  @media only screen and (min-width: 769px) and (min-width: 1280px) {
    ul.content-regions__process-list li:first-of-type:after, ul.content-regions__process-list li:nth-of-type(3):after {
      top: 85px;
      left: calc(100% + 80px); } }

    @media only screen and (min-width: 1024px) {
      ul.content-regions__process-list li:before {
        content: '';
        display: block;
        width: 60px;
        height: 40px;
        position: absolute;
        top: 55px;
        left: 100%; } }
  @media only screen and (min-width: 1024px) and (min-width: 769px) {
    ul.content-regions__process-list li:before {
      width: 100px;
      left: calc(100% - 20px); } }
  @media only screen and (min-width: 1024px) and (min-width: 1024px) {
    ul.content-regions__process-list li:before {
      width: 80px;
      left: calc(100% + 10px); } }
  @media only screen and (min-width: 1024px) and (min-width: 1280px) {
    ul.content-regions__process-list li:before {
      top: 85px;
      width: 100px;
      left: calc(100% - 20px); } }
    @media only screen and (min-width: 1024px) {
      ul.content-regions__process-list li:after {
        content: '';
        display: block;
        position: absolute;
        top: 55px;
        left: calc(100% + 60px);
        border-top: 20px solid transparent;
        border-right: 0;
        border-bottom: 20px solid transparent;
        border-left: 20px solid transparent; } }
  @media only screen and (min-width: 1024px) and (min-width: 769px) {
    ul.content-regions__process-list li:after {
      left: calc(100% + 80px); } }
  @media only screen and (min-width: 1024px) and (min-width: 1024px) {
    ul.content-regions__process-list li:after {
      left: calc(100% + 90px); } }
  @media only screen and (min-width: 1024px) and (min-width: 1280px) {
    ul.content-regions__process-list li:after {
      top: 85px;
      left: calc(100% + 80px); } }
    @media only screen and (min-width: 1024px) {
      ul.content-regions__process-list li:last-of-type:before, ul.content-regions__process-list li:last-of-type:after {
        display: none !important; } }
    ul.content-regions__process-list li.content-region__process-item--default .content-regions__process-number {
      border-color: #000;
      color: #000; }
    ul.content-regions__process-list li.content-region__process-item--default:before {
      background: #000 !important;
      background: -moz-linear-gradient(left, #fff 0%, rgba(0, 0, 0, 0.5) 100%) !important;
      background: -webkit-linear-gradient(left, #fff 0%, rgba(0, 0, 0, 0.5) 100%) !important;
      background: linear-gradient(to right, #fff 0%, rgba(0, 0, 0, 0.5) 100%) !important; }
    ul.content-regions__process-list li.content-region__process-item--default:after {
      border-left: 20px solid rgba(0, 0, 0, 0.5); }
    ul.content-regions__process-list li.content-region__process-item--magenta .content-regions__process-number {
      border-color: #ED2C75;
      color: #ED2C75; }
    ul.content-regions__process-list li.content-region__process-item--magenta:before {
      background: #ED2C75 !important;
      background: -moz-linear-gradient(left, #fff 0%, rgba(237, 44, 117, 0.5) 100%) !important;
      background: -webkit-linear-gradient(left, #fff 0%, rgba(237, 44, 117, 0.5) 100%) !important;
      background: linear-gradient(to right, #fff 0%, rgba(237, 44, 117, 0.5) 100%) !important; }
    ul.content-regions__process-list li.content-region__process-item--magenta:after {
      border-left: 20px solid rgba(237, 44, 117, 0.5); }
    ul.content-regions__process-list li.content-region__process-item--navy .content-regions__process-number {
      border-color: #2F434F;
      color: #2F434F; }
    ul.content-regions__process-list li.content-region__process-item--navy:before {
      background: #2F434F !important;
      background: -moz-linear-gradient(left, #fff 0%, rgba(47, 67, 79, 0.5) 100%) !important;
      background: -webkit-linear-gradient(left, #fff 0%, rgba(47, 67, 79, 0.5) 100%) !important;
      background: linear-gradient(to right, #fff 0%, rgba(47, 67, 79, 0.5) 100%) !important; }
    ul.content-regions__process-list li.content-region__process-item--navy:after {
      border-left: 20px solid rgba(47, 67, 79, 0.5); }
    ul.content-regions__process-list li.content-region__process-item--purple .content-regions__process-number {
      border-color: #7C4298;
      color: #7C4298; }
    ul.content-regions__process-list li.content-region__process-item--purple:before {
      background: #7C4298 !important;
      background: -moz-linear-gradient(left, #fff 0%, rgba(124, 66, 152, 0.5) 100%) !important;
      background: -webkit-linear-gradient(left, #fff 0%, rgba(124, 66, 152, 0.5) 100%) !important;
      background: linear-gradient(to right, #fff 0%, rgba(124, 66, 152, 0.5) 100%) !important; }
    ul.content-regions__process-list li.content-region__process-item--purple:after {
      border-left: 20px solid rgba(124, 66, 152, 0.5); }
    ul.content-regions__process-list li.content-region__process-item--teal .content-regions__process-number {
      border-color: #61C4B9;
      color: #61C4B9; }
    ul.content-regions__process-list li.content-region__process-item--teal:before {
      background: #61C4B9 !important;
      background: -moz-linear-gradient(left, #fff 0%, rgba(97, 196, 185, 0.5) 100%) !important;
      background: -webkit-linear-gradient(left, #fff 0%, rgba(97, 196, 185, 0.5) 100%) !important;
      background: linear-gradient(to right, #fff 0%, rgba(97, 196, 185, 0.5) 100%) !important; }
    ul.content-regions__process-list li.content-region__process-item--teal:after {
      border-left: 20px solid rgba(97, 196, 185, 0.5); }

/*
====================================================================
  IMAGE + TEXT GRID MODULE
    (scss/components/content-regions/_image-text-grid-module.scss)
====================================================================
*/
.content-regions__region--one-col .content-regions__module--product-highlight .content-regions__module-container {
  padding: 40px 20px;
  max-width: 1400px;
  max-width: calc(1200px + (50% - 600px));
  margin: 0 auto;
  max-width: 1200px; }
  @media only screen and (min-width: 769px) {
    .content-regions__region--one-col .content-regions__module--product-highlight .content-regions__module-container {
      padding: 80px 40px; } }
  @media only screen and (min-width: 1024px) {
    .content-regions__region--one-col .content-regions__module--product-highlight .content-regions__module-container {
      padding: 120px 40px; } }
  @media only screen and (min-width: 769px) {
    .content-regions__region--one-col .content-regions__module--product-highlight .content-regions__module-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      align-items: flex-start; } }
.content-regions__region--one-col .content-regions__module--product-highlight .content-regions__product-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 30%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 30%;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  max-width: 125px; }
  @media only screen and (min-width: 769px) {
    .content-regions__region--one-col .content-regions__module--product-highlight .content-regions__product-image {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 25%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 25%;
      -ms-flex: 1 1 25%;
      flex: 1 1 25%;
      max-width: 25%;
      padding-right: 20px; } }
  .content-regions__region--one-col .content-regions__module--product-highlight .content-regions__product-image img {
    max-width: 100%;
    height: auto; }
.content-regions__region--one-col .content-regions__module--product-highlight .content-regions__product-description {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 90%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 90%;
  -ms-flex: 1 1 90%;
  flex: 1 1 90%;
  max-width: 90%; }
  @media only screen and (min-width: 769px) {
    .content-regions__region--one-col .content-regions__module--product-highlight .content-regions__product-description {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 75%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 75%;
      -ms-flex: 1 1 75%;
      flex: 1 1 75%;
      max-width: 75%;
      padding-left: 20px; } }
.content-regions__region--one-col .content-regions__module--product-highlight .content-regions__buttons {
  text-align: left; }

/*
====================================================================
  PRODUCT LIST MODULE
    (scss/components/content-regions/_product-list-module.scss)
====================================================================
*/
.content-regions__module--product-list h3 {
  font-size: 0.9rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; }

ul.content-regions__product-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  -moz-justify-content: left;
  justify-content: left; }
  ul.content-regions__product-list li {
    margin: 20px 0 40px; }
    @media only screen and (min-width: 769px) {
      ul.content-regions__product-list li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 50%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%;
        padding: 20px 40px 20px 0; } }
    @media only screen and (min-width: 1280px) {
      ul.content-regions__product-list li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 33.33%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 33.33%;
        -ms-flex: 1 1 33.33%;
        flex: 1 1 33.33%;
        max-width: 33.33%; } }
    ul.content-regions__product-list li .content-regions__product-image {
      height: 70px;
      background-repeat: no-repeat; }
      ul.content-regions__product-list li .content-regions__product-image--square, ul.content-regions__product-list li .content-regions__product-image--portrait {
        background-size: auto 100%;
        background-position: left center; }
      ul.content-regions__product-list li .content-regions__product-image--landscape {
        background-size: auto 70%;
        background-position: left bottom; }
    @media only screen and (min-width: 769px) {
      ul.content-regions__product-list li h4 {
        margin: 10px 0 !important; } }
    ul.content-regions__product-list li p {
      text-align: left; }

/*
=====================================================================
  RECENT NEWS MODULE
    (scss/components/content-regions/_case-recent-news-module.scss)
=====================================================================
*/
.content-regions__module--recent-news .content-regions__recent-news-header {
  margin-bottom: 40px; }
  .content-regions__region--two-col .content-regions__module--recent-news .content-regions__recent-news-header {
    margin-bottom: 0; }
  .content-regions__module--recent-news .content-regions__recent-news-header h6 {
    display: inline-block;
    margin-top: 10px;
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .content-regions__module--recent-news .content-regions__recent-news-header .button {
    float: right;
    padding: 10px 15px 11px;
    font-size: 0.8888889rem;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    border-radius: 3px;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    background: transparent;
    border: 1px solid #fff;
    color: #fff; }
    .content-regions__module--recent-news .content-regions__recent-news-header .button:hover {
      background-color: #fff;
      color: #2F434F; }
@media only screen and (min-width: 1024px) {
  .content-regions__region--one-col .content-regions__module--recent-news .content-regions__recent-news-article-list {
    width: 40%;
    padding-left: 40px;
    float: left;
    border-left: 1px solid #fff; } }
.content-regions__module--recent-news .content-regions__recent-news-more-bottom-button {
  padding: 10px 15px 11px;
  font-size: 0.8888889rem;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  border-radius: 3px;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  margin-top: 20px;
  text-transform: capitalize; }
  .content-regions__module--recent-news .content-regions__recent-news-more-bottom-button:hover {
    background-color: #fff;
    color: #2F434F; }
.content-regions__module--recent-news .content-regions__recent-news-article {
  margin: 40px 0; }
  @media only screen and (min-width: 769px) {
    .content-regions__module--recent-news .content-regions__recent-news-article {
      width: 50%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      align-items: flex-start;
      float: left;
      margin: 20px 0;
      padding-right: 40px; } }
  @media only screen and (min-width: 1024px) {
    .content-regions__module--recent-news .content-regions__recent-news-article {
      width: 100%; } }
  @media only screen and (max-width: 1024px) {
    .content-regions__module--recent-news .content-regions__recent-news-article:nth-of-type(3) {
      display: none; } }
  @media only screen and (max-width: 768px) {
    .content-regions__module--recent-news .content-regions__recent-news-article--featured h3 {
      font-size: 1.2rem;
      margin-bottom: 10px !important; }
    .content-regions__module--recent-news .content-regions__recent-news-article--featured p {
      display: none; } }
  @media only screen and (min-width: 769px) {
    .content-regions__module--recent-news .content-regions__recent-news-article--featured {
      width: 100%; } }
  @media only screen and (min-width: 1024px) {
    .content-regions__module--recent-news .content-regions__recent-news-article--featured {
      width: 60%;
      padding-right: 60px;
      float: left; } }
  .content-regions__module--recent-news .content-regions__recent-news-article .content-regions__recent-news-article-thumbnail {
    display: none; }
    @media only screen and (min-width: 769px) {
      .content-regions__module--recent-news .content-regions__recent-news-article .content-regions__recent-news-article-thumbnail {
        display: block;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 25%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 25%;
        -ms-flex: 1 1 25%;
        flex: 1 1 25%;
        max-width: 25%;
        min-width: 125px;
        padding-right: 20px; }
        .content-regions__module--recent-news .content-regions__recent-news-article .content-regions__recent-news-article-thumbnail img {
          width: 100%;
          height: auto;
          border-radius: 50%; } }
    @media only screen and (min-width: 1024px) {
      .content-regions__module--recent-news .content-regions__recent-news-article .content-regions__recent-news-article-thumbnail {
        padding-right: 40px; } }
  @media only screen and (min-width: 1024px) {
    .content-regions__module--recent-news .content-regions__recent-news-article .content-regions__recent-news-article-container {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 75%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 75%;
      -ms-flex: 1 1 75%;
      flex: 1 1 75%;
      max-width: 75%; } }
  .content-regions__module--recent-news .content-regions__recent-news-article h3,
  .content-regions__module--recent-news .content-regions__recent-news-article h5 {
    margin-top: 0; }
  .content-regions__module--recent-news .content-regions__recent-news-article h3 {
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; }
  .content-regions__module--recent-news .content-regions__recent-news-article h5 {
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; }
  .content-regions__module--recent-news .content-regions__recent-news-article .content-regions__recent-news-article-meta {
    margin: 0 0 20px 0;
    line-height: 1.4; }
  .content-regions__module--recent-news .content-regions__recent-news-article .content-regions__recent-news-article-author,
  .content-regions__module--recent-news .content-regions__recent-news-article .content-regions__recent-news-article-date {
    margin: 0 10px 0 0; }
  .content-regions__module--recent-news .content-regions__recent-news-article .content-regions__recent-news-article-date {
    opacity: 0.5; }
  .content-regions__module--recent-news .content-regions__recent-news-article ul.content-regions__recent-news-article-categories a {
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5); }
    .content-regions__module--recent-news .content-regions__recent-news-article ul.content-regions__recent-news-article-categories a:hover {
      border-color: #61C4B9;
      color: #61C4B9; }
  .content-regions__module--recent-news .content-regions__recent-news-article .button {
    padding: 17px 20px 15px;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    border-radius: 3px;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    background: transparent;
    border: 1px solid #fff;
    color: #fff; }
    .content-regions__module--recent-news .content-regions__recent-news-article .button:hover {
      background-color: #fff;
      color: #2F434F; }
    @media only screen and (max-width: 1024px) {
      .content-regions__module--recent-news .content-regions__recent-news-article .button {
        display: none; } }

.content-regions__module--recent-news.content-regions__module--white .button,
.content-regions__module--recent-news.content-regions__module--white_colors .button {
  padding: 10px 15px 11px;
  font-size: 0.8888889rem;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  border-radius: 3px;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  background: transparent;
  border: 1px solid rgba(47, 67, 79, 0.5);
  color: rgba(47, 67, 79, 0.5); }
  .content-regions__module--recent-news.content-regions__module--white .button:hover,
  .content-regions__module--recent-news.content-regions__module--white_colors .button:hover {
    background-color: #2F434F;
    border-color: #2F434F;
    color: #fff; }
.content-regions__module--recent-news.content-regions__module--white .content-regions__recent-news-article h3 a,
.content-regions__module--recent-news.content-regions__module--white .content-regions__recent-news-article h5 a,
.content-regions__module--recent-news.content-regions__module--white_colors .content-regions__recent-news-article h3 a,
.content-regions__module--recent-news.content-regions__module--white_colors .content-regions__recent-news-article h5 a {
  color: #2F434F; }
  .content-regions__module--recent-news.content-regions__module--white .content-regions__recent-news-article h3 a:hover,
  .content-regions__module--recent-news.content-regions__module--white .content-regions__recent-news-article h5 a:hover,
  .content-regions__module--recent-news.content-regions__module--white_colors .content-regions__recent-news-article h3 a:hover,
  .content-regions__module--recent-news.content-regions__module--white_colors .content-regions__recent-news-article h5 a:hover {
    color: #61C4B9; }
.content-regions__module--recent-news.content-regions__module--white .content-regions__recent-news-article ul.content-regions__recent-news-article-categories a,
.content-regions__module--recent-news.content-regions__module--white_colors .content-regions__recent-news-article ul.content-regions__recent-news-article-categories a {
  border-color: rgba(47, 67, 79, 0.5);
  color: rgba(47, 67, 79, 0.5); }
  .content-regions__module--recent-news.content-regions__module--white .content-regions__recent-news-article ul.content-regions__recent-news-article-categories a:hover,
  .content-regions__module--recent-news.content-regions__module--white_colors .content-regions__recent-news-article ul.content-regions__recent-news-article-categories a:hover {
    border-color: #61C4B9;
    background-color: #61C4B9;
    color: #fff; }
.content-regions__module--recent-news.content-regions__module--white .content-regions__recent-news-article .button,
.content-regions__module--recent-news.content-regions__module--white_colors .content-regions__recent-news-article .button {
  padding: 17px 20px 15px;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  border-radius: 3px;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  background: transparent;
  border: 1px solid #7C4298;
  color: #7C4298; }
  .content-regions__module--recent-news.content-regions__module--white .content-regions__recent-news-article .button:hover,
  .content-regions__module--recent-news.content-regions__module--white_colors .content-regions__recent-news-article .button:hover {
    background-color: #7C4298;
    color: #fff; }

.content-regions__module--recent-news.content-regions__module--teal .button {
  padding: 10px 15px 11px;
  font-size: 0.8888889rem;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  border-radius: 3px;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  background: transparent;
  border: 1px solid #fff;
  color: #fff; }
  .content-regions__module--recent-news.content-regions__module--teal .button:hover {
    background-color: #fff;
    color: #2F434F; }
.content-regions__module--recent-news.content-regions__module--teal .content-regions__recent-news-article h3 a,
.content-regions__module--recent-news.content-regions__module--teal .content-regions__recent-news-article h5 a {
  color: #fff; }
  .content-regions__module--recent-news.content-regions__module--teal .content-regions__recent-news-article h3 a:hover,
  .content-regions__module--recent-news.content-regions__module--teal .content-regions__recent-news-article h5 a:hover {
    color: rgba(255, 255, 255, 0.75); }
.content-regions__module--recent-news.content-regions__module--teal .content-regions__recent-news-article ul.content-regions__recent-news-article-categories a {
  border-color: rgba(255, 255, 255, 0.75);
  color: rgba(255, 255, 255, 0.75); }
  .content-regions__module--recent-news.content-regions__module--teal .content-regions__recent-news-article ul.content-regions__recent-news-article-categories a:hover {
    border-color: #fff;
    background-color: #fff;
    color: #61C4B9; }
.content-regions__module--recent-news.content-regions__module--teal .content-regions__recent-news-article .button {
  padding: 17px 20px 15px;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  border-radius: 3px;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  background: transparent;
  border: 1px solid #fff;
  color: #fff; }
  .content-regions__module--recent-news.content-regions__module--teal .content-regions__recent-news-article .button:hover {
    background-color: #fff;
    color: #2F434F; }

.content-regions__module--recent-news.content-regions__module--magenta .button {
  padding: 10px 15px 11px;
  font-size: 0.8888889rem;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  border-radius: 3px;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  background: transparent;
  border: 1px solid #fff;
  color: #fff; }
  .content-regions__module--recent-news.content-regions__module--magenta .button:hover {
    background-color: #fff;
    color: #2F434F; }
.content-regions__module--recent-news.content-regions__module--magenta .content-regions__recent-news-article h3 a,
.content-regions__module--recent-news.content-regions__module--magenta .content-regions__recent-news-article h5 a {
  color: #fff; }
  .content-regions__module--recent-news.content-regions__module--magenta .content-regions__recent-news-article h3 a:hover,
  .content-regions__module--recent-news.content-regions__module--magenta .content-regions__recent-news-article h5 a:hover {
    color: rgba(255, 255, 255, 0.75); }
.content-regions__module--recent-news.content-regions__module--magenta .content-regions__recent-news-article ul.content-regions__recent-news-article-categories a {
  border-color: rgba(255, 255, 255, 0.75);
  color: rgba(255, 255, 255, 0.75); }
  .content-regions__module--recent-news.content-regions__module--magenta .content-regions__recent-news-article ul.content-regions__recent-news-article-categories a:hover {
    border-color: #fff;
    background-color: #fff;
    color: #ED2C75; }
.content-regions__module--recent-news.content-regions__module--magenta .content-regions__recent-news-article .button {
  padding: 17px 20px 15px;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  border-radius: 3px;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  background: transparent;
  border: 1px solid #fff;
  color: #fff; }
  .content-regions__module--recent-news.content-regions__module--magenta .content-regions__recent-news-article .button:hover {
    background-color: #fff;
    color: #2F434F; }

/*
====================================================================
  WYSIWYG MODULE
    (scss/components/content-regions/_image-text-grid-module.scss)
====================================================================
*/
@media only screen and (min-width: 769px) {
  .content-regions__region--one-col .content-regions__module--wysiwyg .content-regions__module-container {
    padding-right: 10%;
    padding-left: 10%; } }
@media only screen and (min-width: 1024px) {
  .content-regions__region--one-col .content-regions__module--wysiwyg .content-regions__module-container {
    padding-right: 15%;
    padding-left: 15%; } }
.content-regions__region--one-col .content-regions__module--wysiwyg .content-regions__buttons {
  text-align: center; }
.content-regions__module--wysiwyg img {
  max-width: 100%;
  height: auto; }

/*
====================================================================
  IMAGE MODULE
    (scss/components/content-regions/_image-module.scss)
====================================================================
*/
.content-regions__module--image .content-regions__module-container {
  height: 100%; }
  @media only screen and (min-width: 769px) {
    .content-regions__module--image .content-regions__module-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; } }
.content-regions__module--image .content-regions__image {
  text-align: center; }
.content-regions__module--image img {
  max-width: 100%;
  height: auto; }

/*
===========================================
  EVENTS ARTICLES
    (scss/components/_events-articles.scss)
===========================================
*/
@media only screen and (min-width: 769px) {
  .events:not(.single-blog) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }
.events:not(.single-blog) .events__container {
  padding: 40px 20px; }
  @media only screen and (min-width: 769px) {
    .events:not(.single-blog) .events__container {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 100%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      padding: 40px; } }
  @media screen and (max-height: 900px) {
    .events:not(.single-blog) .events__container {
      padding-top: 40px;
      padding-bottom: 20px; } }
  .events:not(.single-blog) .events__container > h6 {
    color: rgba(47, 67, 79, 0.5);
    margin: 20px 0 40px;
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-transform: uppercase; }
    @media only screen and (min-width: 1024px) {
      .events:not(.single-blog) .events__container > h6 {
        margin: 20px 0 80px; } }
    @media screen and (max-height: 900px) {
      .events:not(.single-blog) .events__container > h6 {
        margin: 20px 0 40px; } }
    .events:not(.single-blog) .events__container > h6:last-of-type:not(:first-of-type) {
      padding-top: 60px;
      margin-top: 60px;
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
      @media screen and (max-height: 900px) {
        .events:not(.single-blog) .events__container > h6:last-of-type:not(:first-of-type) {
          padding-top: 40px;
          margin-top: 0; } }

.events-article {
  color: #2F434F;
  margin-bottom: 40px; }
  .events-article__container {
    width: 100%; }
    @media only screen and (min-width: 1024px) {
      .events-article__container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap; } }
  .events-article .events-article__thumbnail {
    display: none; }
    @media only screen and (min-width: 769px) {
      .events-article .events-article__thumbnail {
        display: block;
        max-width: 100px;
        float: right;
        margin: 0 0 10px 20px; } }
    @media only screen and (min-width: 1024px) {
      .events-article .events-article__thumbnail {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 25%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 25%;
        -ms-flex: 1 1 25%;
        flex: 1 1 25%;
        max-width: 150px;
        min-width: 150px;
        margin: 0;
        float: none;
        text-align: left; } }
    .events-article .events-article__thumbnail a {
      display: block;
      width: 100%;
      border-radius: 50%;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat; }
      .events-article .events-article__thumbnail a:after {
        content: "";
        display: block;
        padding-bottom: 100%; }
  .events-article h3 {
    margin-bottom: 10px; }
    .events-article h3 a {
      color: #2F434F; }
  @media only screen and (min-width: 1024px) {
    .events-article .events-article__text {
      padding-left: 40px;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 75%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 75%;
      -ms-flex: 1 1 75%;
      flex: 1 1 75%; } }
  .events-article .events-article__meta {
    margin: 0 0 20px 0;
    line-height: 1.4;
    font-size: .888888889rem; }
  .events-article .events-article__author,
  .events-article .events-article__date {
    margin: 0 10px 0 0; }
  .events-article .events-article__date {
    opacity: 0.5; }
  .events-article .button {
    padding: 10px 15px 11px;
    font-size: 0.8888889rem;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    border-radius: 3px;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    background: transparent;
    border: 1px solid #7C4298;
    color: #7C4298;
    font-size: .888888rem; }
    .events-article .button:hover {
      background-color: #7C4298;
      color: #fff; }

.events-article--featured {
  width: 100%;
  margin: 0;
  position: relative;
  background: url("img/bg-logo.svg"), linear-gradient(to bottom, black 50%, #348b81 100%);
  background-position: center center;
  background-blend-mode: multiply;
  background-size: auto 150%; }
  .events-article--featured:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0; }
  @media only screen and (min-width: 1024px) {
    .events-article--featured {
      background-size: 150% auto; } }
  .events-article--featured:before {
    background: #2F326E;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #2F326E 0%, rgba(47, 50, 110, 0.1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #2F326E 0%, rgba(47, 50, 110, 0.1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(-45deg, #2F326E 0%, rgba(47, 50, 110, 0.1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .events-article--featured > * {
    position: relative;
    z-index: 1; }
  .events-article--featured .events-article__container {
    padding: 40px 20px;
    max-width: 1400px;
    max-width: calc(1200px + (50% - 600px));
    margin: 0 auto; }
    @media only screen and (min-width: 769px) {
      .events-article--featured .events-article__container {
        padding: 80px 40px; } }
    @media only screen and (min-width: 1024px) {
      .events-article--featured .events-article__container {
        padding: 120px 40px; } }
    @media only screen and (min-width: 769px) {
      .events-article--featured .events-article__container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        padding-top: 220px; } }
  @media only screen and (min-width: 769px) and (max-height: 900px) {
    .events-article--featured .events-article__container {
      padding-top: 180px;
      padding-bottom: 40px; } }

    @media only screen and (min-width: 1024px) {
      .events-article--featured .events-article__container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; } }
  .events-article--featured .events-article__thumbnail {
    display: none; }
    @media only screen and (min-width: 769px) {
      .events-article--featured .events-article__thumbnail {
        display: block;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 25%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 25%;
        -ms-flex: 1 1 25%;
        flex: 1 1 25%;
        max-width: 25%;
        min-width: 25%;
        padding-top: 20px;
        text-align: center; } }
    @media only screen and (min-width: 1024px) {
      .events-article--featured .events-article__thumbnail {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 40%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 40%;
        -ms-flex: 1 1 40%;
        flex: 1 1 40%;
        max-width: 40%;
        min-width: 40%;
        padding-top: 0;
        text-align: center; } }
    .events-article--featured .events-article__thumbnail a {
      max-width: 250px;
      margin: 0 auto; }
      @media only screen and (min-width: 1024px) {
        .events-article--featured .events-article__thumbnail a {
          max-width: 300px; } }
  .events-article--featured .events-article__text {
    color: #fff; }
    @media only screen and (min-width: 769px) {
      .events-article--featured .events-article__text {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 75%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 75%;
        -ms-flex: 1 1 75%;
        flex: 1 1 75%;
        max-width: 75%;
        padding-right: 60px;
        padding-left: 0; } }
    @media only screen and (min-width: 1024px) {
      .events-article--featured .events-article__text {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 60%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 60%;
        -ms-flex: 1 1 60%;
        flex: 1 1 60%;
        max-width: 60%;
        padding-right: 60px; } }
    .events-article--featured .events-article__text h6 {
      color: rgba(255, 255, 255, 0.75);
      font-size: 0.9rem;
      letter-spacing: 2px;
      text-transform: uppercase; }
      @media only screen and (max-width: 768px) {
        .events-article--featured .events-article__text h6 {
          margin-top: 0; } }
    .events-article--featured .events-article__text a {
      color: #fff; }
  .events-article--featured ul.events-article__categories a {
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5); }
    .events-article--featured ul.events-article__categories a:hover {
      border-color: #61C4B9;
      color: #61C4B9; }
  .events-article--featured .button {
    padding: 10px 15px 11px;
    font-size: 0.8888889rem;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    border-radius: 3px;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: .888888rem; }
    .events-article--featured .button:hover {
      background-color: #fff;
      color: #2F434F; }

/*
=============================================================
  MAILCHIMP SIGNUP
    (scss/components/_mailchimp-signup.scss)
    Styles for specific forms (eg. the one in the drawer or
    the one in the footer) can be found in those files.
=============================================================
*/
#mc_embed_signup {
  background: transparent !important; }
  #mc_embed_signup form {
    padding: 0 !important; }
  #mc_embed_signup .indicates-required {
    display: none; }
  #mc_embed_signup label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400; }
  #mc_embed_signup .asterisk {
    color: #ED2C75 !important; }
  #mc_embed_signup #mc_embed_signup_scroll > div {
    width: 100%;
    margin-bottom: 10px; }
    #mc_embed_signup #mc_embed_signup_scroll > div:nth-of-type(2) {
      width: 50%;
      padding-right: 10px;
      float: left; }
    #mc_embed_signup #mc_embed_signup_scroll > div:nth-of-type(3) {
      width: 50%;
      padding-left: 10px;
      clear: none;
      float: left; }
  #mc_embed_signup input[type=text],
  #mc_embed_signup input[type=email] {
    border-radius: 0 !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400; }
  #mc_embed_signup input[type=submit] {
    margin-top: 20px; }

/*
===========================================
  CONTACT PAGE
    (scss/components/_contact-page.scss)
===========================================
*/
.contact-page {
  padding: 40px 20px;
  max-width: 1400px;
  max-width: calc(1200px + (50% - 600px));
  margin: 0 auto; }
  @media only screen and (min-width: 769px) {
    .contact-page {
      padding: 80px 40px; } }
  @media only screen and (min-width: 1024px) {
    .contact-page {
      padding: 120px 40px; } }
  @media screen and (max-height: 900px) {
    .contact-page {
      padding-top: 40px; } }
  @media only screen and (min-width: 1024px) {
    .contact-page {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }
  .contact-page__info {
    margin-bottom: 40px; }
    @media only screen and (min-width: 1024px) {
      .contact-page__info {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 35%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 35%;
        -ms-flex: 1 1 35%;
        flex: 1 1 35%;
        max-width: 35%; } }
    @media only screen and (min-width: 1280px) {
      .contact-page__info {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 30%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 30%;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
        max-width: 30%; } }
    .contact-page__info > h3 {
      margin-top: 0; }
  .contact-page address {
    margin: 20px 0; }
  .contact-page .contact-page__contact-email {
    display: block;
    margin: 20px 0 30px; }
  @media only screen and (min-width: 1024px) {
    .contact-page__form {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 65%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 65%;
      -ms-flex: 1 1 65%;
      flex: 1 1 65%;
      max-width: 65%;
      padding-left: 20px; } }
  @media only screen and (min-width: 1280px) {
    .contact-page__form {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 70%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 70%;
      -ms-flex: 1 1 70%;
      flex: 1 1 70%;
      max-width: 70%; } }
  .contact-page__form .ginput_complex > span label {
    display: none; }
  .contact-page__form .email {
    margin-bottom: 10px !important; }
  .contact-page__form .newsletter {
    padding-left: 5px; }
    .contact-page__form .newsletter > label {
      display: none; }
    .contact-page__form .newsletter li {
      margin-bottom: 0 !important; }

/*
===========================================
  HOMEPAGE
    (scss/components/_homepage.scss)
===========================================
*/
body.home .header-module__video-container div.flowplayer[id^='fp'] {
  background-image: url(img/video-screenshot-1000x563.gif);
  background-size: cover;
  background-position: center center;
  border-radius: 0; }
  body.home .header-module__video-container div.flowplayer[id^='fp'] .fp-context-menu {
    display: none !important; }

/*
===========================================
  TECHNOLOGY PAGE
    (scss/components/_technology-page.scss)
===========================================
*/
body.technology .content-regions__module--image-text-grid.content-regions__module--white_colors {
  background-image: url(img/bg-technology-image-grid-2300x1466.jpg);
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat; }
body.technology .content-regions__module--product-highlight.content-regions__module--white_colors {
  background-image: url(img/bg-technology-pubsweet-2300x1460.jpg);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  margin-top: -100px; }
  @media only screen and (min-width: 769px) {
    body.technology .content-regions__module--product-highlight.content-regions__module--white_colors {
      margin-top: -100px; } }
  @media only screen and (min-width: 1024px) {
    body.technology .content-regions__module--product-highlight.content-regions__module--white_colors {
      margin-top: -200px; } }
  body.technology .content-regions__module--product-highlight.content-regions__module--white_colors .content-regions__module-container {
    padding-top: 200px; }
    @media only screen and (min-width: 769px) {
      body.technology .content-regions__module--product-highlight.content-regions__module--white_colors .content-regions__module-container {
        padding-top: 200px; } }
    @media only screen and (min-width: 1024px) {
      body.technology .content-regions__module--product-highlight.content-regions__module--white_colors .content-regions__module-container {
        padding-top: 300px; } }
    @media only screen and (min-width: 1280px) {
      body.technology .content-regions__module--product-highlight.content-regions__module--white_colors .content-regions__module-container {
        padding-top: 300px; } }

/*
=========================================
  PAGE HEADER 
    (scss/components/_header.scss)
=========================================
*/
@media only screen and (min-width: 769px) {
  .page-header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100; }
    .admin-bar .page-header {
      padding-top: 32px; } }
.page-header__container {
  padding: 40px 20px;
  max-width: 1400px;
  max-width: calc(1200px + (50% - 600px));
  margin: 0 auto;
  padding-top: 10px !important;
  padding-bottom: 10px !important; }
  @media only screen and (min-width: 769px) {
    .page-header__container {
      padding: 80px 40px; } }
  @media only screen and (min-width: 1024px) {
    .page-header__container {
      padding: 120px 40px; } }
  @media only screen and (min-width: 769px) {
    .page-header__container {
      padding-top: 40px !important;
      padding-bottom: 40px !important; } }
  @media only screen and (min-width: 769px) and (max-height: 900px) {
    .page-header__container {
      padding-top: 20px !important;
      padding-bottom: 20px !important; } }

.page-header__branding {
  display: inline-block; }
  @media only screen and (min-width: 769px) {
    .page-header__branding {
      margin-right: 40px; } }
  @media screen and (max-width: 1170px) {
    .page-header__branding {
      display: block; } }
  .page-header__branding a {
    -webkit-transition: opacity 250ms ease-in-out;
    -moz-transition: opacity 250ms ease-in-out;
    -ms-transition: opacity 250ms ease-in-out;
    -o-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out; }
    .page-header__branding a:hover {
      opacity: .7; }
  .page-header__branding img {
    width: 116px;
    height: auto; }
    @media only screen and (min-width: 769px) {
      .page-header__branding img {
        width: 230px;
        height: auto; } }
    .page-header__branding img.page-header__medium-logo {
      display: block; }
      @media only screen and (max-width: 768px) {
        .page-header__branding img.page-header__medium-logo {
          display: none; } }
    .page-header__branding img.page-header__small-logo {
      display: none; }
      @media only screen and (max-width: 768px) {
        .page-header__branding img.page-header__small-logo {
          display: block; } }

.page-header__nav {
  width: calc(100vw - 60px);
  height: 100vh;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 10000000;
  background: rgba(28, 40, 47, 0.95);
  -webkit-transition: left 250ms ease-in-out;
  -moz-transition: left 250ms ease-in-out;
  -ms-transition: left 250ms ease-in-out;
  -o-transition: left 250ms ease-in-out;
  transition: left 250ms ease-in-out; }
  .page-header__nav--open {
    left: 0; }
  @media only screen and (min-width: 769px) {
    .page-header__nav {
      width: auto;
      height: auto;
      display: inline-block;
      position: static;
      background: none; } }
  .page-header__nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    @media only screen and (min-width: 769px) {
      .page-header__nav ul {
        margin: 20px 0 0 0;
        position: relative;
        top: -7px; } }
    @media screen and (max-width: 1170px) {
      .page-header__nav ul {
        top: 0; } }
    .page-header__nav ul a {
      display: block;
      padding: 20px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      color: #fff;
      font-size: 1.2rem;
      font-weight: 300;
      text-transform: uppercase; }
      @media only screen and (min-width: 769px) {
        .page-header__nav ul a {
          display: inline-block;
          padding: 10px 0;
          border: 0;
          border-top: 1px solid transparent;
          font-size: 0.9rem;
          font-weight: 400; } }
      .page-header__nav ul a:hover {
        color: rgba(255, 255, 255, 0.7); }
    @media only screen and (min-width: 769px) {
      .page-header__nav ul .current-menu-item a,
      .page-header__nav ul .current-menu-ancestor a,
      .page-header__nav ul .current_page_parent a {
        border-top: 1px solid #fff; } }
    @media only screen and (min-width: 769px) {
      body.tax-event-category .page-header__nav ul .current-menu-item a,
      body.tax-event-category .page-header__nav ul .current-menu-ancestor a,
      body.tax-event-category .page-header__nav ul .current_page_parent a, body.single-events .page-header__nav ul .current-menu-item a,
      body.single-events .page-header__nav ul .current-menu-ancestor a,
      body.single-events .page-header__nav ul .current_page_parent a, body.post-type-archive-events .page-header__nav ul .current-menu-item a,
      body.post-type-archive-events .page-header__nav ul .current-menu-ancestor a,
      body.post-type-archive-events .page-header__nav ul .current_page_parent a {
        border-top: 0; } }
    @media only screen and (min-width: 769px) {
      body.tax-event-category .page-header__nav ul .menu-item-2020 a, body.single-events .page-header__nav ul .menu-item-2020 a, body.post-type-archive-events .page-header__nav ul .menu-item-2020 a {
        border-top: 1px solid #fff; } }
    @media only screen and (min-width: 769px) {
      .page-header__nav ul li {
        display: inline-block;
        margin: 0 10px 0 0; }
        .page-header__nav ul li:last-of-type {
          margin-right: 0; } }
    @media screen and (min-width: 850px) {
      .page-header__nav ul li {
        margin: 0 20px 0 0; } }
    @media only screen and (max-width: 768px) {
      .page-header__nav ul > li.menu-item-has-children {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        padding-bottom: 10px; } }
    @media only screen and (min-width: 769px) {
      .page-header__nav ul > li.menu-item-has-children {
        position: relative;
        padding-right: 15px; } }
    @media only screen and (min-width: 769px) {
      .page-header__nav ul > li.menu-item-has-children:after {
        position: absolute;
        right: 0;
        top: 45%;
        display: block;
        content: "";
        opacity: inherit;
        width: 1px;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 5px solid #fff; } }
    @media only screen and (max-width: 768px) {
      .page-header__nav ul > li.menu-item-has-children > a {
        border-bottom: 0;
        padding-bottom: 5px; } }
    @media only screen and (min-width: 769px) {
      .page-header__nav ul > li.menu-item-has-children > ul {
        width: 250px;
        margin: 0;
        position: absolute;
        top: 70%;
        left: 0;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out; } }
    .page-header__nav ul > li.menu-item-has-children:last-of-type > ul {
      left: auto;
      right: 0; }
      @media only screen and (min-width: 769px) {
        .page-header__nav ul > li.menu-item-has-children:last-of-type > ul li {
          text-align: right; } }
    .page-header__nav ul > li.menu-item-has-children:hover > ul {
      top: 100%;
      opacity: 1;
      pointer-events: all; }
    .page-header__nav ul > li.menu-item-has-children > ul ul {
      display: none; }
    .page-header__nav ul > li.menu-item-has-children > ul li {
      margin: 0;
      display: block;
      border-bottom: 1px solid transparent; }
    .page-header__nav ul > li.menu-item-has-children > ul a {
      padding: 5px 20px 5px 30px;
      background: #1c282f;
      color: rgba(255, 255, 255, 0.75);
      font-size: 1rem;
      border-bottom: 0; }
      @media only screen and (min-width: 769px) {
        .page-header__nav ul > li.menu-item-has-children > ul a {
          display: block;
          padding: 10px 10px;
          background: #fff;
          color: #2F434F;
          -webkit-transition: color 250ms ease-in-out;
          -moz-transition: color 250ms ease-in-out;
          -ms-transition: color 250ms ease-in-out;
          -o-transition: color 250ms ease-in-out;
          transition: color 250ms ease-in-out; }
          .page-header__nav ul > li.menu-item-has-children > ul a:hover {
            color: #ED2C75; } }

.page-header__nav-handle {
  position: fixed;
  width: 60px;
  height: 50px;
  top: 6px;
  right: 0; }
  .page-header__nav--open .page-header__nav-handle {
    height: 100vh; }
  @media only screen and (min-width: 769px) {
    .page-header__nav-handle {
      display: none; } }
  .page-header__nav-handle span {
    display: block;
    position: absolute;
    top: 20px;
    right: 10px;
    width: 40px;
    border-top: 5px solid #2F434F;
    -webkit-transition: border-color 250ms ease-in-out;
    -moz-transition: border-color 250ms ease-in-out;
    -ms-transition: border-color 250ms ease-in-out;
    -o-transition: border-color 250ms ease-in-out;
    transition: border-color 250ms ease-in-out; }
    .page-header__nav--open .page-header__nav-handle span {
      border-top: 5px solid transparent; }
    .page-header__nav-handle span:before {
      content: "";
      display: block;
      width: 40px;
      position: absolute;
      top: -15px;
      border-top: 5px solid #2F434F;
      -webkit-transition: all 250ms ease-in-out;
      -moz-transition: all 250ms ease-in-out;
      -ms-transition: all 250ms ease-in-out;
      -o-transition: all 250ms ease-in-out;
      transition: all 250ms ease-in-out; }
      .page-header__nav--open .page-header__nav-handle span:before {
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -2px; }
    .page-header__nav-handle span:after {
      content: "";
      display: block;
      width: 40px;
      position: absolute;
      bottom: -10px;
      border-top: 5px solid #2F434F;
      -webkit-transition: all 250ms ease-in-out;
      -moz-transition: all 250ms ease-in-out;
      -ms-transition: all 250ms ease-in-out;
      -o-transition: all 250ms ease-in-out;
      transition: all 250ms ease-in-out; }
      .page-header__nav--open .page-header__nav-handle span:after {
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: -3px;
        left: 2px; }

/*
=========================================
  PAGE FOOTER
    (scss/components/_footer.scss)
=========================================
*/
.page-footer {
  background-color: #1c282f;
  color: #fff; }
  .page-footer__container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1400px;
    max-width: calc(1200px + (50% - 600px));
    padding-top: 40px;
    padding-bottom: 40px; }
    @media only screen and (min-width: 769px) {
      .page-footer__container {
        padding-left: 40px;
        padding-right: 40px; } }
    @media only screen and (min-width: 769px) {
      .page-footer__container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media only screen and (min-width: 1024px) {
      .page-footer__container {
        padding-top: 80px;
        padding-bottom: 80px; } }
  .page-footer__col {
    padding: 0 10px;
    margin-bottom: 40px; }
    @media only screen and (min-width: 769px) {
      .page-footer__col {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 50%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        width: 50%; } }
    @media only screen and (min-width: 1024px) {
      .page-footer__col {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 30%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 30%;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
        width: 33.33%;
        margin: 0 auto;
        padding: 0; } }
    @media only screen and (min-width: 1024px) {
      .page-footer__col-container {
        max-width: 600px;
        margin: 0 auto; } }
    @media only screen and (min-width: 1024px) {
      .page-footer__col--social-media {
        max-width: 237px; } }
  .page-footer__copyright {
    width: 100%;
    margin: 0;
    padding: 20px;
    background-color: #182229;
    text-align: center;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5); }
    .page-footer__copyright a {
      color: rgba(255, 255, 255, 0.5);
      text-decoration: underline; }
  .page-footer h6 {
    margin-top: 10px;
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .page-footer a {
    color: #61C4B9; }

.page-footer__col--social-media {
  width: 100%;
  min-width: 100%; }
  @media only screen and (min-width: 1024px) {
    .page-footer__col--social-media {
      min-width: 20%; } }
  .page-footer__col--social-media img {
    width: 100px;
    height: auto; }
    @media only screen and (min-width: 769px) {
      .page-footer__col--social-media img {
        width: 210px; } }

ul.page-footer__social-media {
  padding: 20px 0 0 94px !important; }

@media only screen and (min-width: 1024px) {
  .page-footer__col--signup {
    padding: 0 40px; } }
.page-footer__col--signup .page-footer__col-container {
  max-width: 500px; }
.page-footer__col--signup form label {
  color: #fff; }
.page-footer__col--signup form input[type=text],
.page-footer__col--signup form input[type=email] {
  border-color: #fff; }
  .page-footer__col--signup form input[type=text]:focus,
  .page-footer__col--signup form input[type=email]:focus {
    border-color: #61C4B9; }
.page-footer__col--signup form .button {
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  border-radius: 3px;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  background: transparent;
  border: 1px solid #fff;
  color: #fff; }
  .page-footer__col--signup form .button:hover {
    background-color: #fff;
    color: #2F434F; }
  .page-footer__col--signup form .button:hover, .page-footer__col--signup form .button:focus {
    background: #fff;
    color: #2F434F; }

.page-footer__col--address {
  max-width: 225px; }
  .page-footer__col--address a {
    display: block;
    margin-top: 20px; }
  @media only screen and (min-width: 568px) {
    .page-footer__col--address address {
      margin-top: 63px; } }

/*
=========================================
  PAGINATION
    (scss/components/_pagination.scss)
=========================================
*/
.pagination {
  margin-top: 40px; }
  @media only screen and (min-width: 769px) {
    .pagination {
      margin-top: 80px; } }
  .pagination ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .pagination li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    -webkit-transition: border-color 250ms ease-in-out;
    -moz-transition: border-color 250ms ease-in-out;
    -ms-transition: border-color 250ms ease-in-out;
    -o-transition: border-color 250ms ease-in-out;
    transition: border-color 250ms ease-in-out; }
    @media only screen and (min-width: 769px) {
      .pagination li {
        border: 1px solid rgba(0, 0, 0, 0.1); } }
    .pagination li:first-of-type {
      border-right: 0;
      border-radius: 3px 0 0 3px; }
    .pagination li:last-of-type {
      border-left: 0;
      border-radius: 0 3px 3px 0; }
    .pagination li:hover[class*='has-link'] {
      border-color: #7c4298; }
    .pagination li .pagination__arrow {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-left: 3px solid rgba(47, 67, 79, 0.25);
      border-bottom: 3px solid rgba(47, 67, 79, 0.25);
      -webkit-transition: border-color 250ms ease-in-out;
      -moz-transition: border-color 250ms ease-in-out;
      -ms-transition: border-color 250ms ease-in-out;
      -o-transition: border-color 250ms ease-in-out;
      transition: border-color 250ms ease-in-out; }
    .pagination li:hover .pagination__arrow {
      border-color: #7C4298; }
    .pagination li a {
      display: block;
      padding: 20px 0;
      background: transparent;
      font-size: 0.9rem;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: rgba(47, 67, 79, 0.6);
      -webkit-transition: color 250ms ease-in-out;
      -moz-transition: color 250ms ease-in-out;
      -ms-transition: color 250ms ease-in-out;
      -o-transition: color 250ms ease-in-out;
      transition: color 250ms ease-in-out; }
      @media only screen and (min-width: 769px) {
        .pagination li a {
          padding: 20px; } }
      .pagination li a:hover {
        color: #7C4298; }
    .pagination li:first-of-type a {
      text-align: left; }
    .pagination li:first-of-type .pagination__arrow {
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .pagination li:last-of-type a {
      text-align: right; }
    .pagination li:last-of-type .pagination__arrow {
      -moz-transform: rotate(225deg);
      -o-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
      -webkit-transform: rotate(225deg);
      transform: rotate(225deg); }
    .pagination li .pagination__mobile-hide {
      display: none; }
      @media only screen and (min-width: 769px) {
        .pagination li .pagination__mobile-hide {
          display: inline; } }

/*
=========================================
  PRE-FOOTER
    (scss/components/_pre-footer.scss)
=========================================
*/
.pre-footer {
  background: #2F434F; }
  .page-template-template-contact .pre-footer {
    display: none; }
  .pre-footer .button {
    padding: 17px 20px 15px;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    border-radius: 3px;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    background: transparent;
    border: 1px solid #fff;
    color: #fff; }
    .pre-footer .button:hover {
      background-color: #fff;
      color: #2F434F; }

.pre-footer__collapsed-content {
  max-width: 1400px;
  max-width: calc(1200px + (50% - 600px));
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  @media only screen and (min-width: 769px) {
    .pre-footer__collapsed-content {
      padding: 0 40px;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: none;
      flex-wrap: nowrap; } }
  .pre-footer__collapsed-content:after {
    content: "";
    display: table;
    clear: both; }
  .pre-footer__collapsed-content .pre-footer__buttons {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    text-align: right;
    margin: 25px 0 20px 0; }
    @media only screen and (min-width: 769px) {
      .pre-footer__collapsed-content .pre-footer__buttons {
        text-align: left;
        margin: 25px 0 20px 20px; } }
    .pre-footer__collapsed-content .pre-footer__buttons .button {
      padding: 10px 15px 11px;
      font-size: 0.8888889rem;
      display: inline-block;
      margin-bottom: 10px;
      position: relative;
      border-radius: 3px;
      line-height: 1;
      text-decoration: none;
      -webkit-transition: all 350ms ease-in-out;
      -moz-transition: all 350ms ease-in-out;
      -ms-transition: all 350ms ease-in-out;
      -o-transition: all 350ms ease-in-out;
      transition: all 350ms ease-in-out;
      background: transparent;
      border: 1px solid #61C4B9;
      color: #61C4B9; }
      .pre-footer__collapsed-content .pre-footer__buttons .button:hover {
        background-color: #61C4B9;
        color: #fff; }
    .pre-footer__collapsed-content .pre-footer__buttons .pre-footer__button--expand {
      padding-left: 45px;
      margin: 0 auto 5px;
      background-image: url(img/mail-white-200x200.png);
      background-position: 15px center;
      background-repeat: no-repeat;
      background-size: 15px auto;
      cursor: pointer;
      color: #fff;
      border-color: #fff; }
      @media only screen and (min-width: 769px) {
        .pre-footer__collapsed-content .pre-footer__buttons .pre-footer__button--expand {
          display: inline-block;
          width: auto; } }
      .pre-footer__collapsed-content .pre-footer__buttons .pre-footer__button--expand:hover {
        border-color: #61C4B9; }
  .pre-footer__collapsed-content .pre-footer__social-media {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%; }
    @media only screen and (min-width: 769px) {
      .pre-footer__collapsed-content .pre-footer__social-media {
        text-align: right; } }
    .pre-footer__collapsed-content .pre-footer__social-media ul.social-media {
      padding: 10px 0 0 0 !important; }

.pre-footer__expanded-content {
  display: none;
  max-width: 1400px;
  max-width: calc(1200px + (50% - 600px));
  margin: 0 auto;
  padding: 20px; }
  @media only screen and (min-width: 769px) {
    .pre-footer__expanded-content {
      padding: 40px; } }
  @media only screen and (min-width: 1024px) {
    .pre-footer__expanded-content .pre-footer__expanded-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }
  .pre-footer__expanded-content .pre-footer__expanded-text {
    margin-bottom: 40px; }
    @media only screen and (min-width: 1024px) {
      .pre-footer__expanded-content .pre-footer__expanded-text {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 33.33%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 33.33%;
        -ms-flex: 1 1 33.33%;
        flex: 1 1 33.33%; } }
    .pre-footer__expanded-content .pre-footer__expanded-text .button {
      margin-right: 10px;
      padding: 10px 15px 11px;
      font-size: 0.8888889rem;
      display: inline-block;
      margin-bottom: 10px;
      position: relative;
      border-radius: 3px;
      line-height: 1;
      text-decoration: none;
      -webkit-transition: all 350ms ease-in-out;
      -moz-transition: all 350ms ease-in-out;
      -ms-transition: all 350ms ease-in-out;
      -o-transition: all 350ms ease-in-out;
      transition: all 350ms ease-in-out;
      background: transparent;
      border: 1px solid #61C4B9;
      color: #61C4B9; }
      .pre-footer__expanded-content .pre-footer__expanded-text .button:hover {
        background-color: #61C4B9;
        color: #fff; }
      .pre-footer__expanded-content .pre-footer__expanded-text .button:last-of-type {
        margin-right: 0; }
  @media only screen and (min-width: 1024px) {
    .pre-footer__expanded-content .pre-footer__expanded-form {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 66.66%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 66.66%;
      -ms-flex: 1 1 66.66%;
      flex: 1 1 66.66%;
      padding-left: 40px; } }
  @media only screen and (min-width: 1280px) {
    .pre-footer__expanded-content .pre-footer__expanded-form {
      padding-left: 80px; } }
  .pre-footer__expanded-content .pre-footer__expanded-form h5 {
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 40px; }
    .pre-footer__expanded-content .pre-footer__expanded-form h5:before {
      content: "";
      display: inline-block;
      width: 25px;
      height: 25px;
      margin-right: 10px;
      position: relative;
      top: 7px;
      background-image: url(img/mail-white-200x200.png);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 100% auto; }
  .pre-footer__expanded-content h5 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.6rem; }
    @media only screen and (min-width: 1024px) {
      .pre-footer__expanded-content h5 {
        font-size: 1.8rem; } }
  .pre-footer__expanded-content p {
    color: #fff; }
  .pre-footer__expanded-content form input[type=text],
  .pre-footer__expanded-content form input[type=email],
  .pre-footer__expanded-content form textarea {
    border-color: #fff; }
  .pre-footer__expanded-content form input[type=checkbox]:checked:after {
    background: #fff; }
  .pre-footer__expanded-content form label,
  .pre-footer__expanded-content form .gfield_description {
    color: #fff; }
  .pre-footer__expanded-content form .gfield_description {
    font-size: 0.85rem; }
  .pre-footer__expanded-content form input[type=submit] {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    border-radius: 3px;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    background: transparent;
    border: 1px solid #61C4B9;
    color: #61C4B9; }
    .pre-footer__expanded-content form input[type=submit]:hover {
      background-color: #61C4B9;
      color: #fff; }
  .pre-footer__expanded-content form .ginput_complex label {
    display: none; }
  .pre-footer__expanded-content form .email {
    margin-bottom: 10px !important; }
  .pre-footer__expanded-content form .newsletter {
    padding-left: 5px; }
    .pre-footer__expanded-content form .newsletter > label {
      display: none; }
    .pre-footer__expanded-content form .newsletter li {
      margin-bottom: 0 !important; }
  .pre-footer__expanded-content form .validation_error {
    background: #FEF5F8;
    border-color: #FCD7E5; }
  .pre-footer__expanded-content form .gfield_error input,
  .pre-footer__expanded-content form .gfield_error textarea {
    border-color: #ED2C75; }

/*
=========================================
  SIDEBAR (Blog)
    (scss/components/_sidebar.scss)
=========================================
*/
.sidebar {
  padding: 20px;
  background: rgba(47, 67, 79, 0.05); }
  @media only screen and (min-width: 769px) {
    .sidebar {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 20%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 20%;
      -ms-flex: 1 1 20%;
      flex: 1 1 20%;
      min-width: 200px;
      max-width: 200px;
      padding: 0 20px; } }
  @media only screen and (min-width: 1024px) {
    .sidebar {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 20%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 20%;
      -ms-flex: 1 1 20%;
      flex: 1 1 20%;
      min-width: 300px;
      max-width: 300px; } }
  .sidebar h3 {
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(47, 67, 79, 0.5); }
  .sidebar p,
  .sidebar ol,
  .sidebar ul {
    font-size: 0.888888rem; }
  .sidebar ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .sidebar ul li {
      margin: 5px 0; }
  .sidebar div[class^='widget_'] {
    margin: 30px 0; }
    @media only screen and (min-width: 769px) {
      .sidebar div[class^='widget_'] {
        margin: 60px 0; } }
  .sidebar .widget_categories a,
  .sidebar .widget_lc_taxonomy a {
    color: #2F434F;
    text-transform: lowercase; }
    .sidebar .widget_categories a:hover,
    .sidebar .widget_lc_taxonomy a:hover {
      color: #61C4B9; }
    .sidebar .widget_categories a:before,
    .sidebar .widget_lc_taxonomy a:before {
      content: "#";
      display: inline; }
  .sidebar .widget_categories li.current-cat a,
  .sidebar .widget_lc_taxonomy li.current-cat a {
    opacity: 0.5; }
  .sidebar .ss-social-regular {
    margin-right: 10px;
    font-size: 0;
    color: #2F434F; }
    .sidebar .ss-social-regular:hover {
      color: #61C4B9; }
    .sidebar .ss-social-regular:before {
      font-size: 1.4rem; }

/*
====================================================================
  SOCIAL MEDIA LINKS
    (scss/components/_social-media-links.scss)
====================================================================
*/
ul.social-media {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  ul.social-media li {
    display: inline-block;
    margin-right: 5px; }
  ul.social-media svg {
    width: 30px;
    height: 30px; }
    ul.social-media svg path {
      fill: #61C4B9; }
  ul.social-media.social-media--large svg {
    width: 40px;
    height: 40px; }
  ul.social-media a {
    -webkit-transition: opacity 250ms ease-in-out;
    -moz-transition: opacity 250ms ease-in-out;
    -ms-transition: opacity 250ms ease-in-out;
    -o-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out; }
    ul.social-media a:hover {
      opacity: 0.8; }

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