/*!
Theme Name: GS Delta
Theme URI: http://underscores.me/
Author: Gravity Switch
Author URI: http://www.gravityswitch.com/
Description: GS Delta Group theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gs-delta
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

GS Delta is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Magnific Popup CSS */
/* line 2, sass/vendor/_magnific-popup.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

/* line 13, sass/vendor/_magnific-popup.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 23, sass/vendor/_magnific-popup.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

/* line 33, sass/vendor/_magnific-popup.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 39, sass/vendor/_magnific-popup.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 42, sass/vendor/_magnific-popup.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 50, sass/vendor/_magnific-popup.scss */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 55, sass/vendor/_magnific-popup.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 58, sass/vendor/_magnific-popup.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 63, sass/vendor/_magnific-popup.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 69, sass/vendor/_magnific-popup.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 72, sass/vendor/_magnific-popup.scss */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 80, sass/vendor/_magnific-popup.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 83, sass/vendor/_magnific-popup.scss */
.mfp-hide {
  display: none !important;
}

/* line 86, sass/vendor/_magnific-popup.scss */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 96, sass/vendor/_magnific-popup.scss */
.mfp-preloader a {
  color: #CCC;
}

/* line 98, sass/vendor/_magnific-popup.scss */
.mfp-preloader a:hover {
  color: #FFF;
}

/* line 101, sass/vendor/_magnific-popup.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 104, sass/vendor/_magnific-popup.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 107, sass/vendor/_magnific-popup.scss */
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

/* line 121, sass/vendor/_magnific-popup.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 125, sass/vendor/_magnific-popup.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

/* line 140, sass/vendor/_magnific-popup.scss */
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

/* line 143, sass/vendor/_magnific-popup.scss */
.mfp-close:active {
  top: 1px;
}

/* line 146, sass/vendor/_magnific-popup.scss */
.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* line 149, sass/vendor/_magnific-popup.scss */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 157, sass/vendor/_magnific-popup.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 166, sass/vendor/_magnific-popup.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

/* line 176, sass/vendor/_magnific-popup.scss */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 178, sass/vendor/_magnific-popup.scss */
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

/* line 181, sass/vendor/_magnific-popup.scss */
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 193, sass/vendor/_magnific-popup.scss */
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 197, sass/vendor/_magnific-popup.scss */
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 202, sass/vendor/_magnific-popup.scss */
.mfp-arrow-left {
  left: 0;
}

/* line 204, sass/vendor/_magnific-popup.scss */
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

/* line 207, sass/vendor/_magnific-popup.scss */
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 211, sass/vendor/_magnific-popup.scss */
.mfp-arrow-right {
  right: 0;
}

/* line 213, sass/vendor/_magnific-popup.scss */
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

/* line 216, sass/vendor/_magnific-popup.scss */
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

/* line 219, sass/vendor/_magnific-popup.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 222, sass/vendor/_magnific-popup.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 226, sass/vendor/_magnific-popup.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 229, sass/vendor/_magnific-popup.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 234, sass/vendor/_magnific-popup.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
/* line 245, sass/vendor/_magnific-popup.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 256, sass/vendor/_magnific-popup.scss */
.mfp-figure {
  line-height: 0;
}

/* line 258, sass/vendor/_magnific-popup.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

/* line 271, sass/vendor/_magnific-popup.scss */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 276, sass/vendor/_magnific-popup.scss */
.mfp-figure figure {
  margin: 0;
}

/* line 279, sass/vendor/_magnific-popup.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 287, sass/vendor/_magnific-popup.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 294, sass/vendor/_magnific-popup.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 297, sass/vendor/_magnific-popup.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  /* line 304, sass/vendor/_magnific-popup.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 307, sass/vendor/_magnific-popup.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* line 309, sass/vendor/_magnific-popup.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  /* line 312, sass/vendor/_magnific-popup.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  /* line 315, sass/vendor/_magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  /* line 323, sass/vendor/_magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  /* line 325, sass/vendor/_magnific-popup.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  /* line 328, sass/vendor/_magnific-popup.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  /* line 340, sass/vendor/_magnific-popup.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 343, sass/vendor/_magnific-popup.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 346, sass/vendor/_magnific-popup.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 349, sass/vendor/_magnific-popup.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* line 1, sass/vendor/_nice-select.scss */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

/* line 29, sass/vendor/_nice-select.scss */
.nice-select:hover {
  border-color: #dbdbdb;
}

/* line 31, sass/vendor/_nice-select.scss */
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}

/* line 33, sass/vendor/_nice-select.scss */
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

/* line 53, sass/vendor/_nice-select.scss */
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* line 57, sass/vendor/_nice-select.scss */
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

/* line 63, sass/vendor/_nice-select.scss */
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

/* line 67, sass/vendor/_nice-select.scss */
.nice-select.disabled:after {
  border-color: #cccccc;
}

/* line 69, sass/vendor/_nice-select.scss */
.nice-select.wide {
  width: 100%;
}

/* line 71, sass/vendor/_nice-select.scss */
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

/* line 74, sass/vendor/_nice-select.scss */
.nice-select.right {
  float: right;
}

/* line 76, sass/vendor/_nice-select.scss */
.nice-select.right .list {
  left: auto;
  right: 0;
}

/* line 79, sass/vendor/_nice-select.scss */
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

/* line 83, sass/vendor/_nice-select.scss */
.nice-select.small:after {
  height: 4px;
  width: 4px;
}

/* line 86, sass/vendor/_nice-select.scss */
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

/* line 89, sass/vendor/_nice-select.scss */
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

/* line 111, sass/vendor/_nice-select.scss */
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

/* line 113, sass/vendor/_nice-select.scss */
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 125, sass/vendor/_nice-select.scss */
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

/* line 127, sass/vendor/_nice-select.scss */
.nice-select .option.selected {
  font-weight: bold;
}

/* line 129, sass/vendor/_nice-select.scss */
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

/* line 134, sass/vendor/_nice-select.scss */
.no-csspointerevents .nice-select .list {
  display: none;
}

/* line 137, sass/vendor/_nice-select.scss */
.no-csspointerevents .nice-select.open .list {
  display: block;
}

/* ------------------------------------------------------------ *\
	Variables
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Mixins
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* line 5, sass/_reset.scss */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}
/* line 11, sass/_reset.scss */
*:before, *:after {
  box-sizing: inherit;
}

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

/* line 33, sass/_reset.scss */
template {
  display: none;
}

/* line 37, sass/_reset.scss */
html {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

/* line 42, sass/_reset.scss */
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-size-adjust: none;
}

/* line 49, sass/_reset.scss */
img,
iframe,
video,
audio,
object {
  max-width: 100%;
}

/* line 57, sass/_reset.scss */
img,
iframe {
  border: 0 none;
}

/* line 62, sass/_reset.scss */
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

/* line 68, sass/_reset.scss */
b,
strong {
  font-weight: bold;
}

/* line 73, sass/_reset.scss */
address {
  font-style: normal;
}

/* line 77, sass/_reset.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 81, sass/_reset.scss */
a,
button,
input[type='submit'],
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='image'],
label[for] {
  cursor: pointer;
}

/* line 92, sass/_reset.scss */
a[href^='tel'],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}

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

/* line 106, sass/_reset.scss */
input[type='text'],
input[type='password'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='color'],
textarea,
a[href^='tel'] {
  appearance: none;
}

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

/* line 130, sass/_reset.scss */
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

/* line 136, sass/_reset.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* line 149, sass/_reset.scss */
button,
select {
  text-transform: none;
}

/* line 154, sass/_reset.scss */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 160, sass/_reset.scss */
nav ul,
nav ol {
  list-style: none outside none;
}

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
/* line 5, sass/_base.scss */
body {
  min-width: 320px;
  font-size: 1.125em;
  /* Sets default font size to 18px in most browsers */
  font-family: "URW Din", sans-serif, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  color: #4d4d4d;
  background-color: #f2f2f2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 16, sass/_base.scss */
p {
  font-family: "URW Din", sans-serif, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4d4d4d;
  margin: 0 0 0.88889em;
  font-size: 0.88889em;
  line-height: 1.5;
}

/* line 23, sass/_base.scss */
strong {
  font-family: "URW Din", sans-serif, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
}

/* line 28, sass/_base.scss */
em {
  font-family: "URW Din", sans-serif, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
  text-transform: none;
}

/* line 33, sass/_base.scss */
.caption-text, .wp-caption-text {
  font-size: 0.88889em;
  line-height: 1.11111em;
}

/* line 38, sass/_base.scss */
h1, .faux-h1 {
  font-family: "Playfair Display", serif, "Times New Roman", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.77778em;
  line-height: 1.375;
  margin: 0;
  color: #3fa6cd;
}

/* line 45, sass/_base.scss */
h1 + p, h1 + ul, h1 + ol, .faux-h1 + p, .faux-h1 + ul, .faux-h1 + ol {
  margin-top: 0.88889em;
}

/* line 49, sass/_base.scss */
h2, .faux-h2 {
  font-family: "URW Din", sans-serif, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.11111em;
  line-height: 1.4;
  font-size: 0.94444em;
  text-transform: uppercase;
  color: #4ab562;
  margin: 0;
}

/* line 58, sass/_base.scss */
p + h2, ul + h2, ol + h2, p + .faux-h2, ul + .faux-h2, ol + .faux-h2 {
  margin-top: 1.4em;
}

/* line 62, sass/_base.scss */
h2 + p, h2 + ul, h2 + ol, .faux-h2 + p, .faux-h2 + ul, .faux-h2 + ol {
  margin-top: 0.22222em;
}

/* line 66, sass/_base.scss */
h3, .faux-h3 {
  font-family: "URW Din", sans-serif, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.11111em;
  line-height: 1.4;
  color: #4d4d4d;
  margin: 0;
}

/* line 73, sass/_base.scss */
p + h3, ul + h3, ol + h3, p + .faux-h3, ul + .faux-h3, ol + .faux-h3 {
  margin-top: 1.2em;
}

/* line 77, sass/_base.scss */
h3 + p, h3 + ul, h3 + ol, .faux-h3 + p, .faux-h3 + ul, .faux-h3 + ol {
  margin-top: 0.44444em;
}

/* line 81, sass/_base.scss */
h4, h5, h6, .faux-h4, .faux-h5, .faux-h6 {
  font-family: "URW Din", sans-serif, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.88889em;
  line-height: 1.25;
  color: #3fa6cd;
  margin: 0;
  text-transform: uppercase;
}

/* line 89, sass/_base.scss */
p + h4, p + h5, p + h6, ul + h4, ul + h5, ul + h6, ol + h4, ol + h5, ol + h6,
p + .faux-h4, p + .faux-h5, p + .faux-h6, ul + .faux-h4, ul + .faux-h5, ul + .faux-h6, ol + .faux-h4, ol + .faux-h5, ol + .faux-h6 {
  margin-top: 1.5em;
}

/* line 94, sass/_base.scss */
h4 + p, h5 + p, h6 + p, h4 + ul, h5 + ul, h6 + ul, h4 + ol, h5 + ol, h6 + ol,
.faux-h4 + p, .faux-h5 + p, .faux-h6 + p, .faux-h4 + ul, .faux-h5 + ul, .faux-h6 + ul, .faux-h4 + ol, .faux-h5 + ol, .faux-h6 + ol {
  margin-top: 0.22222em;
}

/* line 99, sass/_base.scss */
ul, ol {
  font-size: 0.88889em;
  line-height: 1.5;
  margin: 1.11111em 0 1.11111em 0.66667em;
  padding: 0;
  list-style: none;
  color: #4d4d4d;
}

/* line 107, sass/_base.scss */
li {
  margin-bottom: 0.44444em;
  position: relative;
  padding-left: 1.11111em;
}

/* line 113, sass/_base.scss */
li:last-child {
  margin-bottom: 0;
}

/* line 117, sass/_base.scss */
ul li:before {
  content: '\2014';
  position: absolute;
  color: #4d4d4d;
  top: 0em;
  left: 0;
  font-size: 1em;
}

/* line 126, sass/_base.scss */
ol li {
  counter-increment: step-counter;
  padding-left: 1.55556em;
}

/* line 131, sass/_base.scss */
ol li:before {
  content: counter(step-counter) ".";
  font-family: "URW Din", sans-serif, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  color: #4d4d4d;
  top: 0;
  left: 0;
  font-size: 1em;
}

/* line 141, sass/_base.scss */
a {
  text-decoration: none;
  background-image: linear-gradient(to right, #3fa6cd 75%, #3fa6cd 75%);
  background-position: 0 1.11111em;
  background-repeat: repeat-x;
  background-size: 0.11111em 0.11111em;
  color: #4d4d4d;
  transition: 0.3s;
}

/* line 151, sass/_base.scss */
a:hover {
  color: #3fa6cd;
}

/* ------------------------------------------------------------ *\
	TYPE SETTING STYLE ADJUSTMENTS FOR DESKTOP
\* ------------------------------------------------------------ */
@media (min-width: 870px) {
  /* line 160, sass/_base.scss */
  h1, .faux-h1 {
    font-size: 2.66667em;
    line-height: 1.20833;
  }

  /* line 164, sass/_base.scss */
  h2, .faux-h2 {
    font-size: 1.33333em;
    line-height: 1.5;
  }

  /* line 168, sass/_base.scss */
  p + h2, ul + h2, ol + h2, p + h2, ul + h2, ol + h2 {
    margin-top: 1.63636em;
  }

  /* line 172, sass/_base.scss */
  h3, .faux-h3 {
    font-size: 1.33333em;
    line-height: 1.33333;
    color: #4d4d4d;
    margin: 0;
  }

  /* line 178, sass/_base.scss */
  p + h3, ul + h3, ol + h3, p + .faux-h3, ul + .faux-h3, ol + .faux-h3 {
    margin-top: 1.5em;
  }

  /* line 182, sass/_base.scss */
  h4, h5, h6, .faux-h4, .faux-h5, .faux-h6 {
    font-size: 1em;
    line-height: 1.33333;
    margin: 0;
  }

  /* line 187, sass/_base.scss */
  p + h4, p + h5, p + h6, ul + h4, ul + h5, ul + h6, ol + h4, ol + h5, ol + h6,
  p + .faux-h4, p + .faux-h5, p + .faux-h6, ul + .faux-h4, ul + .faux-h5, ul + .faux-h6, ol + .faux-h4, ol + .faux-h5, ol + .faux-h6 {
    margin-top: 2em;
  }

  /* line 192, sass/_base.scss */
  ul, ol {
    margin: 1.33333em 0 1.33333em 1.33333em;
  }
}
@media (min-width: 1025px) {
  /* line 199, sass/_base.scss */
  p {
    margin: 0 0 1.11111em;
    font-size: 1em;
    line-height: 1.55556;
  }

  /* line 204, sass/_base.scss */
  h1, .faux-h1 {
    font-size: 3.33333em;
    line-height: 1.2;
  }

  /* line 208, sass/_base.scss */
  h1 + p, h1 + ul, h1 + ol, .faux-h1 + p, .faux-h1 + ul, .faux-h1 + ol {
    margin-top: 1.77778em;
  }

  /* line 212, sass/_base.scss */
  ul, ol {
    font-size: 1em;
    line-height: 1.55556;
    margin: 1.33333em 0 1.33333em 1.33333em;
  }

  /* line 217, sass/_base.scss */
  li {
    margin-bottom: 0.66667em;
    position: relative;
    padding-left: 1.11111em;
  }
}
/* line 225, sass/_base.scss */
h2.faux-h1 {
  text-transform: none;
}

/* line 229, sass/_base.scss */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
/* line 241, sass/_base.scss */
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* line 259, sass/_base.scss */
*:hover,
*:active {
  outline: 0;
}

/* line 264, sass/_base.scss */
html[data-whatinput="keyboard"] *:focus, .member__inner:focus {
  outline: 2px dashed rgba(0, 0, 0, 0.4) !important;
}

@media (max-width: 640px) {
  /* line 271, sass/_base.scss */
  body, .panes {
    height: auto !important;
  }
}
@media (min-width: 870px) {
  /* line 278, sass/_base.scss */
  .for-mobile {
    visibility: hidden;
    display: none !important;
  }
}
@media (max-width: 869px) {
  /* line 284, sass/_base.scss */
  .for-desktop {
    visibility: visible;
    display: none !important;
  }
}
/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
/*  URW Din  */
@font-face {
  font-family: 'URW Din';
  src: url("fonts/urwdin-regular-webfont.eot");
  src: url("fonts/urwdin-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/urwdin-regular-webfont.woff") format("woff"), url("fonts/urwdin-regular-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'URW Din';
  src: url("fonts/urwdin-italic-webfont.eot");
  src: url("fonts/urwdin-italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/urwdin-italic-webfont.woff") format("woff"), url("fonts/urwdin-italic-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: 'URW Din';
  src: url("fonts/urwdin-demi-webfont.eot");
  src: url("fonts/urwdin-demi-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/urwdin-demi-webfont.woff") format("woff"), url("fonts/urwdin-demi-webfont.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'URW Din';
  src: url("fonts/urwdin-bold-webfont.eot");
  src: url("fonts/urwdin-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/urwdin-bold-webfont.woff") format("woff"), url("fonts/urwdin-bold-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
/*  Elegant Icons  */
@font-face {
  font-family: 'ElegantIcons';
  src: url("fonts/ElegantIcons.eot");
  src: url("fonts/ElegantIcons.eot?#iefix") format("embedded-opentype"), url("fonts/ElegantIcons.woff") format("woff"), url("fonts/ElegantIcons.ttf") format("truetype"), url("fonts/ElegantIcons.svg#ElegantIcons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
/* line 7, sass/_helpers.scss */
.clear {
  @util clearfix;
}

/*  Notext  */
/* line 13, sass/_helpers.scss */
.notext {
  @util text-hide;
}

/*  Hidden  */
/* line 19, sass/_helpers.scss */
[hidden],
.hidden {
  display: none !important;
}

/*  Alignleft  */
/* line 26, sass/_helpers.scss */
.alignleft {
  float: left;
}

/*  Alignright  */
/* line 32, sass/_helpers.scss */
.alignright {
  float: right;
}

/*  Disabled  */
/* line 38, sass/_helpers.scss */
[disabled],
.disabled {
  cursor: default;
}

/*  Grid  */
@media (min-width: 1025px) {
  /* line 46, sass/_helpers.scss */
  .col {
    max-width: 100%;
    flex: 1;
    padding: 0 30px;
  }
  /* line 51, sass/_helpers.scss */
  .cols {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -30px;
  }
  /* line 57, sass/_helpers.scss */
  .col--1of2 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
/* line 4, sass/_sprite.scss */
.ico-envelope {
  background-image: url(images/sprite.png);
  background-position: 24.087591240875913% 50%;
  background-size: 470.27027027027026% 500%;
  width: 37px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px;
}

/* line 5, sass/_sprite.scss */
.ico-linkedin {
  background-image: url(images/sprite.png);
  background-position: 50.68493150684932% 50%;
  background-size: 621.4285714285714% 500%;
  width: 28px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px;
}

/* line 6, sass/_sprite.scss */
.ico-microphone {
  background-image: url(images/sprite.png);
  background-position: 0% 100%;
  background-size: 669.2307692307693% 337.5%;
  width: 26px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px;
}

/* line 7, sass/_sprite.scss */
.ico-phone {
  background-image: url(images/sprite.png);
  background-position: 0% 55.10204081632652%;
  background-size: 600% 364.86486486486484%;
  width: 29px;
  height: 37px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px;
}

/* line 8, sass/_sprite.scss */
.ico-x-gray {
  background-image: url(images/close.svg);
  background-position: 50% 50%;
  background-size: 26px 26px;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px;
}

/* line 9, sass/_sprite.scss */
.ico-x {
  background-image: url(images/close.svg);
  background-position: 50% 50%;
  background-size: 26px 26px;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px;
}

/* line 10, sass/_sprite.scss */
.logo-image {
  background-image: url(images/sprite.png);
  background-position: 0% 0%;
  background-size: 100% 270%;
  width: 174px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (min-resolution: 192dpi) {
  /* line 12, sass/_sprite.scss */
  .ico-envelope {
    background-image: url(images/sprite.@2x.png);
    background-position: 24.087591240875913% 50%;
    background-size: 470.27027027027026% 500%;
    width: 37px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
  }

  /* line 13, sass/_sprite.scss */
  .ico-linkedin {
    background-image: url(images/sprite.@2x.png);
    background-position: 50.68493150684932% 50%;
    background-size: 621.4285714285714% 500%;
    width: 28px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
  }

  /* line 14, sass/_sprite.scss */
  .ico-microphone {
    background-image: url(images/sprite.@2x.png);
    background-position: 0% 100%;
    background-size: 669.2307692307693% 337.5%;
    width: 26px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
  }

  /* line 15, sass/_sprite.scss */
  .ico-phone {
    background-image: url(images/sprite.@2x.png);
    background-position: 0% 55.10204081632652%;
    background-size: 600% 364.86486486486484%;
    width: 29px;
    height: 37px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
  }

  /* line 16, sass/_sprite.scss */
  .ico-x-gray {
    background-image: url(images/close.svg);
    background-position: 50% 50%;
    background-size: 26px 26px;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
  }

  /* line 17, sass/_sprite.scss */
  .ico-x {
    background-image: url(images/close.svg);
    background-position: 50% 50%;
    background-size: 26px 26px;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
  }

  /* line 18, sass/_sprite.scss */
  .logo-image {
    background-image: url(images/sprite.@2x.png);
    background-position: 0% 0%;
    background-size: 100% 270%;
    width: 174px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
  }
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
/* line 5, sass/_wrapper.scss */
.wrapper {
  position: relative;
  overflow: hidden;
}

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
/* line 5, sass/_shell.scss */
.shell {
  max-width: 1240px;
  padding-right: 20px;
  padding-left: 20px;
  margin: auto;
}
/* line 11, sass/_shell.scss */
.shell--fluid {
  max-width: none;
}

@media (min-width: 870px) {
  /* line 17, sass/_shell.scss */
  .shell {
    padding-left: 1.66667em;
    padding-right: 1.66667em;
  }
}
/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
/* line 5, sass/_header.scss */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
}
/* line 13, sass/_header.scss */
.header .header__top {
  padding: 0.94444em 0;
}
/* line 18, sass/_header.scss */
.header .header__actions > ul {
  display: flex;
  list-style: none outside none;
  border-width: 1px 0;
  border-style: solid;
  border-color: #fff;
  margin: 0;
  font-size: 1em;
  font-weight: 600;
}
/* line 29, sass/_header.scss */
.header .header__actions li {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
/* line 37, sass/_header.scss */
.header .header__actions li + li {
  border-left: 1px solid #fff;
}
/* line 41, sass/_header.scss */
.header .header__actions li:before {
  display: none;
}
/* line 45, sass/_header.scss */
.header .header__actions a {
  display: block;
  padding: 6px 0.55556em 0;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.77778em;
  line-height: 2.85714;
}
/* line 54, sass/_header.scss */
.header .header__actions-link-default a {
  background: #3fa6cd;
}
/* line 58, sass/_header.scss */
.header .header__actions-link-success a {
  background: #4ab562;
}
/* line 62, sass/_header.scss */
.header .header__actions-link-warning a {
  background: #da764e;
}
/* line 66, sass/_header.scss */
.header .header__actions-menu-trigger a:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 0;
  height: 0;
  border-width: 0.5em 0.33333em 0 0.33333em;
  border-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  margin-left: 0.44444em;
}
/* line 81, sass/_header.scss */
.header .header__actions-menu-trigger a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #da764e url(images/mobile-close.png) center center no-repeat;
  background-size: 12px 12px;
  opacity: 0;
  transition: 0.3s;
}
/* line 95, sass/_header.scss */
.header .header__actions-menu-trigger.active a:before {
  opacity: 1;
}
/* line 100, sass/_header.scss */
.header .shell {
  padding: 0;
}

@media (min-width: 870px) {
  /* line 106, sass/_header.scss */
  .header {
    transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: fixed;
  }
  /* line 109, sass/_header.scss */
  .header .header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 1.33333em 2.22222em 1.33333em;
    background: rgba(255, 255, 255, 0);
  }
  /* line 121, sass/_header.scss */
  .header .header__top {
    padding: 0;
  }
  /* line 125, sass/_header.scss */
  .header .header__actions {
    margin-top: 0.27778em;
  }
  /* line 128, sass/_header.scss */
  .header .header__actions > ul {
    border: 0;
  }
  /* line 132, sass/_header.scss */
  .header .header__actions li {
    border: 1px solid #fff;
  }
  /* line 136, sass/_header.scss */
  .header .header__actions li + li {
    border: 1px solid #fff;
    margin-left: 1.27778em;
  }
  /* line 141, sass/_header.scss */
  .header .header__actions a {
    display: block;
    padding: 0 1.66667em;
    font-size: 0.66667em;
    line-height: 3.75em;
    transform: translate(0.44444em, -0.44444em);
    transition: .4s all;
  }
  /* line 150, sass/_header.scss */
  .header .header__actions-menu-trigger {
    display: none;
  }
  /* line 155, sass/_header.scss */
  .header .nav {
    margin-top: 0.83333em;
    padding-left: 16vw;
  }

  /* line 165, sass/_header.scss */
  .logo {
    position: relative;
  }

  /* line 168, sass/_header.scss */
  .logo-image {
    width: 174px;
    height: 50px;
    vertical-align: middle;
    font-size: 0px;
    position: absolute;
    top: -22px;
    left: 0;
  }
  /* line 177, sass/_header.scss */
  .logo-image.color {
    opacity: 0;
    background-image: url(images/delta-logo-color.png);
    background-position: 0% 0%;
    background-size: 100% 100%;
  }

  /* line 186, sass/_header.scss */
  body.header-float .header .header__inner {
    background: white;
  }
  /* line 190, sass/_header.scss */
  body.header-float .header .header__inner .header__actions li:first-child {
    border-color: #3fa6cd;
  }
  /* line 193, sass/_header.scss */
  body.header-float .header .header__inner .header__actions li + li {
    border-color: #4ab562;
  }
}
@media (min-width: 870px) and (min-width: 870px) {
  /* line 186, sass/_header.scss */
  body.header-float .header .header__inner {
    border-bottom: 1px solid #c3c3c3;
  }
}
@media (min-width: 870px) {
  /* line 202, sass/_header.scss */
  body.header-float .header .nav a {
    color: black;
  }
  /* line 208, sass/_header.scss */
  body.header-float .header .logo-image.color {
    opacity: 1;
    display: inline-block;
  }

  /* line 218, sass/_header.scss */
  .header.header-up {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }
}
@media (min-width: 1025px) {
  /* line 228, sass/_header.scss */
  .header .header__actions a {
    font-size: 0.77778em;
    line-height: 3.21429em;
  }
  /* line 233, sass/_header.scss */
  .header .header__actions-link-default a:hover {
    background: #0993af;
  }
  /* line 237, sass/_header.scss */
  .header .header__actions-link-success a:hover {
    background: #369258;
  }
}
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* line 6, sass/_main.scss */
.main .main__inner a {
  background-position: 0 19px;
  background-size: 1px 1px;
}

@media (min-width: 870px) {
  /* line 13, sass/_main.scss */
  .main .main__inner {
    display: flex;
  }

  /* line 16, sass/_main.scss */
  a {
    background-position: 0 21px;
  }
}
/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */
@media (min-width: 870px) {
  /* line 9, sass/_sidebar.scss */
  .sidebar {
    width: 16.11111em;
  }
}
/* line 14, sass/_sidebar.scss */
.widgets {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  will-change: left, top;
}
/* line 18, sass/_sidebar.scss */
.widgets * {
  -webkit-transform: translateZ(0);
}

/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
/* line 5, sass/_content.scss */
.content {
  padding: 2.22222em 0;
}

/* line 9, sass/_content.scss */
.interior-menu-container {
  padding: 0 20px;
}

@media (min-width: 870px) {
  /* line 14, sass/_content.scss */
  .content {
    position: relative;
    flex-grow: 1;
    padding: 5em 0;
    margin-top: -7.77778em;
    background: #f2f2f2;
  }
  /* line 21, sass/_content.scss */
  .content.has-interior-menu {
    display: flex;
  }
  /* line 25, sass/_content.scss */
  .content .content__inner {
    max-width: 38.88889em;
    margin: auto;
  }

  /* line 30, sass/_content.scss */
  .interior-menu-container {
    padding: .75em 2em;
    width: 16.11111em;
  }
}
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
/* line 5, sass/_footer.scss */
.footer {
  background: #3fa6cd;
  color: #fff;
}
/* line 9, sass/_footer.scss */
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6, .footer p {
  color: inherit;
}
/* line 13, sass/_footer.scss */
.footer .footer__body {
  padding: 3.33333em 0 0;
}
/* line 16, sass/_footer.scss */
.footer .footer__body .btn {
  border-color: #fff;
}
/* line 20, sass/_footer.scss */
.footer .footer__body .section:last-child {
  margin-bottom: 0;
}
/* line 25, sass/_footer.scss */
.footer .footer__col {
  padding: 0 0 3.33333em;
}
/* line 29, sass/_footer.scss */
.footer .search {
  margin: 0 -1.11111em;
}

@media (min-width: 870px) {
  /* line 36, sass/_footer.scss */
  .footer .shell {
    padding-right: 1em;
  }
  /* line 39, sass/_footer.scss */
  .footer .footer__cols {
    display: flex;
  }
  /* line 42, sass/_footer.scss */
  .footer .footer__cols .footer__col {
    width: 50%;
    padding: 0 3.33333em 3.33333em;
  }
  /* line 51, sass/_footer.scss */
  .footer .footer__cols .footer__col + .footer__col {
    border-left: 1px solid #5eb4d5;
  }
  /* line 56, sass/_footer.scss */
  .footer .section {
    max-width: 27.77778em;
    margin: 0 auto;
  }
  /* line 65, sass/_footer.scss */
  .footer .footer__bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /* line 71, sass/_footer.scss */
  .footer .copyright {
    margin: 0;
  }
  /* line 85, sass/_footer.scss */
  .footer .search {
    width: 17.77778em;
  }
}
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
/* line 5, sass/_btn.scss */
.btn {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #4d4d4d;
  background: transparent;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
}
/* line 15, sass/_btn.scss */
.btn span {
  display: inline-block;
  min-width: 12.5em;
  padding: 0 1.11111em;
  height: 3.21429em;
  background: #3fa6cd;
  color: #fff;
  font-family: "URW Din", sans-serif, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.77778em;
  line-height: 3.21429em;
  text-transform: uppercase;
  transform: translate(0.27778em, -0.27778em);
  transition: 0.3s;
}
/* line 31, sass/_btn.scss */
.btn:hover span {
  background: #0993af;
}
/* line 36, sass/_btn.scss */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
/* line 43, sass/_btn.scss */
.btn--success span {
  background: #4ab562;
}
/* line 48, sass/_btn.scss */
.btn--success:hover span {
  background: #369258;
}
/* line 55, sass/_btn.scss */
.btn--light span {
  border: 1px solid #fff;
  background: #fff;
  color: #3fa6cd;
}
/* line 62, sass/_btn.scss */
.btn--light:hover span {
  background: #3fa6cd;
  color: #fff;
}

/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
/* line 5, sass/_form-elements.scss */
input::placeholder {
  color: inherit;
  opacity: 1;
}

/* line 10, sass/_form-elements.scss */
textarea::placeholder {
  color: inherit;
  opacity: 1;
}

/* line 15, sass/_form-elements.scss */
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

/* line 27, sass/_form-elements.scss */
.select .nice-select {
  float: none;
  border: 0;
  border-radius: 0;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #4d4d4d;
}
/* line 35, sass/_form-elements.scss */
.select .nice-select:after {
  width: 0;
  height: 0;
  border: 0;
  border-width: 8px 5px 0 5px;
  border-style: solid;
  border-right-color: transparent;
  border-left-color: transparent;
  color: #3fa6cd;
  transform: rotate(0deg);
  transform-origin: 50% 50%;
}
/* line 48, sass/_form-elements.scss */
.select .nice-select ul {
  margin: 0;
  width: 100%;
}
/* line 53, sass/_form-elements.scss */
.select .nice-select li:before {
  display: none;
  padding: 0;
}
/* line 58, sass/_form-elements.scss */
.select .nice-select.open:after {
  transform: rotate(180deg);
}
/* line 62, sass/_form-elements.scss */
.select .nice-select .list {
  margin-top: 0.71429em;
  padding: 0 1.42857em;
  border-radius: 0;
  background: #4ab562;
  color: #fff;
  text-transform: uppercase;
}
/* line 71, sass/_form-elements.scss */
.select .nice-select .option:hover, .select .nice-select .option.focus, .select .nice-select .option.selected.focus {
  background: #4ab562;
  font-weight: normal;
}
/* line 76, sass/_form-elements.scss */
.select .nice-select .option {
  padding: 0.55556em;
  margin: 0;
}
/* line 81, sass/_form-elements.scss */
.select .nice-select .option + .option {
  border-top: 1px solid #fff;
}

/* line 87, sass/_form-elements.scss */
.nf-form-content {
  padding-top: 3.55556em;
}

/* line 90, sass/_form-elements.scss */
.nf-form-errors {
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 95, sass/_form-elements.scss */
nf-field {
  margin-bottom: 32px;
}
/* line 97, sass/_form-elements.scss */
nf-field .submit-container {
  text-align: right;
}
/* line 100, sass/_form-elements.scss */
nf-field .nf-error-msg {
  color: #f15a24;
  margin-top: 0.44444em;
  margin-left: 5.44444em;
  font-size: 16px;
}
/* line 108, sass/_form-elements.scss */
nf-field .field-wrap .nf-field-label {
  position: relative;
  margin-bottom: 0;
  padding: 11px 0 11px .75em;
  width: 5.44444em;
}
/* line 113, sass/_form-elements.scss */
nf-field .field-wrap .nf-field-label label {
  color: #4d4d4d;
  font-weight: normal;
  font-size: 14px;
}
/* line 121, sass/_form-elements.scss */
nf-field .field-wrap .nf-field-label .ninja-forms-req-symbol {
  position: absolute;
  top: 1em;
  top: calc(.5em + 11px);
  left: 0;
  color: #f15a24;
}
/* line 130, sass/_form-elements.scss */
nf-field .field-wrap.textbox-wrap, nf-field .field-wrap.email-wrap, nf-field .field-wrap.phone-wrap, nf-field .field-wrap.textarea-wrap {
  display: flex;
  flex-direction: row;
  flex-flow: nowrap;
}
/* line 134, sass/_form-elements.scss */
nf-field .field-wrap.textbox-wrap input, nf-field .field-wrap.textbox-wrap textarea, nf-field .field-wrap.email-wrap input, nf-field .field-wrap.email-wrap textarea, nf-field .field-wrap.phone-wrap input, nf-field .field-wrap.phone-wrap textarea, nf-field .field-wrap.textarea-wrap input, nf-field .field-wrap.textarea-wrap textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background: transparent;
  border: none;
  border: 1px solid #999999;
  font-size: 18px;
  line-height: 18px;
  padding: 11px 22px;
}
/* line 147, sass/_form-elements.scss */
nf-field .field-wrap.textbox-wrap input:focus, nf-field .field-wrap.textbox-wrap input:active, nf-field .field-wrap.textbox-wrap textarea:focus, nf-field .field-wrap.textbox-wrap textarea:active, nf-field .field-wrap.email-wrap input:focus, nf-field .field-wrap.email-wrap input:active, nf-field .field-wrap.email-wrap textarea:focus, nf-field .field-wrap.email-wrap textarea:active, nf-field .field-wrap.phone-wrap input:focus, nf-field .field-wrap.phone-wrap input:active, nf-field .field-wrap.phone-wrap textarea:focus, nf-field .field-wrap.phone-wrap textarea:active, nf-field .field-wrap.textarea-wrap input:focus, nf-field .field-wrap.textarea-wrap input:active, nf-field .field-wrap.textarea-wrap textarea:focus, nf-field .field-wrap.textarea-wrap textarea:active {
  border: 1px solid  #3fa6cd;
}
/* line 152, sass/_form-elements.scss */
nf-field .field-wrap.textbox-wrap input, nf-field .field-wrap.textbox-wrap input:focus, nf-field .field-wrap.textbox-wrap input:active, nf-field .field-wrap.email-wrap input, nf-field .field-wrap.email-wrap input:focus, nf-field .field-wrap.email-wrap input:active, nf-field .field-wrap.phone-wrap input, nf-field .field-wrap.phone-wrap input:focus, nf-field .field-wrap.phone-wrap input:active, nf-field .field-wrap.textarea-wrap input, nf-field .field-wrap.textarea-wrap input:focus, nf-field .field-wrap.textarea-wrap input:active {
  border-right: none;
  border-top: none;
}
/* line 158, sass/_form-elements.scss */
nf-field .field-wrap.textbox-wrap textarea:focus, nf-field .field-wrap.textbox-wrap textarea:active, nf-field .field-wrap.email-wrap textarea:focus, nf-field .field-wrap.email-wrap textarea:active, nf-field .field-wrap.phone-wrap textarea:focus, nf-field .field-wrap.phone-wrap textarea:active, nf-field .field-wrap.textarea-wrap textarea:focus, nf-field .field-wrap.textarea-wrap textarea:active {
  background: white;
}
/* line 162, sass/_form-elements.scss */
nf-field .field-wrap.textbox-wrap.nf-error, nf-field .field-wrap.email-wrap.nf-error, nf-field .field-wrap.phone-wrap.nf-error, nf-field .field-wrap.textarea-wrap.nf-error {
  border-color: #f15a24;
}
/* line 167, sass/_form-elements.scss */
nf-field .field-wrap.submit-wrap .nf-field-label {
  display: none;
}
/* line 170, sass/_form-elements.scss */
nf-field .field-wrap.submit-wrap input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background-image: url("images/button-submit.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 178px;
  height: 52px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  border: none;
}

/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
/* line 5, sass/_list.scss */
[class^="list-"] {
  list-style: none outside none;
}

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
/* line 5, sass/_logo.scss */
.logo {
  background: transparent;
}

@media (min-width: 870px) {
  /* line 10, sass/_logo.scss */
  .logo .logo-image {
    width: 153px;
    height: 44px;
  }
}
@media (min-width: 1025px) {
  /* line 17, sass/_logo.scss */
  .logo .logo-image {
    width: 174px;
    height: 50px;
  }
}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
/* line 5, sass/_nav.scss */
.nav {
  position: absolute;
  top: 100%;
  left: -9999px;
  width: 100%;
  background: #da764e;
  text-align: left;
  font-weight: 600;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s opacity, 0.3s visibility, 0s 0.3s left;
  /* Nav Dropdown */
}
/* line 17, sass/_nav.scss */
.nav.active {
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: 0.3s opacity, 0.3s visibility, 0s left;
}
/* line 24, sass/_nav.scss */
.nav ul {
  font-size: 1em;
  padding: 0.22222em 1.27778em;
  margin: 0;
  color: #fff;
}
/* line 31, sass/_nav.scss */
.nav li {
  padding: 0;
  margin: 0;
}
/* line 36, sass/_nav.scss */
.nav li:before {
  display: none;
}
/* line 40, sass/_nav.scss */
.nav li + li {
  border-top: 1px solid #fff;
}
/* line 44, sass/_nav.scss */
.nav a {
  display: block;
  padding: 1.38889em 1em;
  font-size: 0.77778em;
  text-transform: uppercase;
  color: inherit;
  background: transparent;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
/* line 55, sass/_nav.scss */
.nav .menu-item-has-children > a:after {
  content: '+';
  margin-left: 0.55556em;
  font-size: 1.11111em;
  line-height: 1;
  font-weight: normal;
}
/* line 64, sass/_nav.scss */
.nav .menu-item-has-children.active > a {
  padding-bottom: 0;
}
/* line 67, sass/_nav.scss */
.nav .menu-item-has-children.active > a:after {
  content: '-';
}
/* line 71, sass/_nav.scss */
.nav .menu-item-has-children.active ul {
  max-height: 200px;
  padding-bottom: 0.72222em;
}
/* line 78, sass/_nav.scss */
.nav ul ul {
  overflow: hidden;
  max-height: 0;
  transition: 0.3s;
  padding-bottom: 0;
  padding-top: 0;
}
/* line 85, sass/_nav.scss */
.nav ul ul li + li {
  border: 0;
}
/* line 89, sass/_nav.scss */
.nav ul ul a {
  padding: 0.55556em 0;
  text-transform: none;
}

@media (min-width: 870px) {
  /* line 97, sass/_nav.scss */
  .nav {
    position: static;
    opacity: 1;
    visibility: visible;
    background: transparent;
    /* Nav Dropdown*/
  }
  /* line 103, sass/_nav.scss */
  .nav > ul {
    display: flex;
    justify-content: center;
    padding: 0;
  }
  /* line 109, sass/_nav.scss */
  .nav > ul > li {
    position: relative;
  }
  /* line 113, sass/_nav.scss */
  .nav li + li {
    border: 0;
    margin: 0 0 0 1.61111em;
  }
  /* line 118, sass/_nav.scss */
  .nav a {
    padding: 0;
    font-size: 0.66667em;
  }
  /* line 124, sass/_nav.scss */
  .nav .menu-item-has-children > a {
    position: relative;
  }
  /* line 128, sass/_nav.scss */
  .nav .menu-item-has-children > a:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 0.44444em;
    height: 0.44444em;
    border-width: 0 1px 1px 0;
    border-style: solid;
    margin: 0;
  }
  /* line 143, sass/_nav.scss */
  .nav .menu-item-has-children.active > a:after {
    content: '';
  }
  /* line 147, sass/_nav.scss */
  .nav .menu-item-has-children.active ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    padding-bottom: 1.5em;
    max-height: none;
  }
  /* line 157, sass/_nav.scss */
  .nav ul ul {
    position: absolute;
    top: 100%;
    left: -3.33333em;
    max-height: none;
    margin-top: 1.38889em;
    white-space: nowrap;
    overflow: visible;
    padding: 1.5em;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-1.66667em);
  }
  /* line 170, sass/_nav.scss */
  .nav ul ul:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    background: #da764e;
  }
  /* line 181, sass/_nav.scss */
  .nav ul ul:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #fff;
    transform: translate(-5px, 5px);
    z-index: 1;
  }
  /* line 193, sass/_nav.scss */
  .nav ul ul li {
    position: relative;
    z-index: 10;
  }
  /* line 198, sass/_nav.scss */
  .nav ul ul li + li {
    margin: 0.83333em 0 0;
  }
  /* line 202, sass/_nav.scss */
  .nav ul ul a {
    padding: 0;
    text-transform: uppercase;
    font-size: 0.77778em;
  }
}
@media (min-width: 1025px) {
  /* line 213, sass/_nav.scss */
  .nav a {
    font-size: 0.77778em;
  }
}
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
/* line 5, sass/_section.scss */
.section {
  margin-bottom: 2.5em;
}
/* line 8, sass/_section.scss */
.section .section__head {
  margin-bottom: 0.66667em;
}
/* line 11, sass/_section.scss */
.section .section__head p {
  margin-top: 0.27778em;
  font-size: 1em;
  line-height: 1.77778;
}
/* line 17, sass/_section.scss */
.section .section__head-actions {
  margin-top: 0.38889em;
}
/* line 21, sass/_section.scss */
.section .section__entry {
  margin-bottom: 1.27778em;
}

@media (min-width: 870px) {
  /* line 28, sass/_section.scss */
  .section .section__title {
    display: inline-block;
  }
  /* line 33, sass/_section.scss */
  .section .section__head-actions {
    display: inline-block;
    margin-left: 1.38889em;
  }
}
@media (min-width: 1025px) {
  /* line 41, sass/_section.scss */
  .section {
    margin-bottom: 4em;
  }
  /* line 46, sass/_section.scss */
  .section .section__head p {
    margin-top: 0.66667em;
    font-size: 1.11111em;
    line-height: 1.6;
  }
  /* line 52, sass/_section.scss */
  .section .section__entry {
    margin-bottom: 2.11111em;
  }
  /* line 56, sass/_section.scss */
  .section--services {
    margin-bottom: 2.5em;
  }
}
/* ------------------------------------------------------------ *\
	Section Members
\* ------------------------------------------------------------ */
/* line 67, sass/_section.scss */
.section-members .section__content {
  padding: 2.44444em 1.11111em 1.5em;
}
/* line 71, sass/_section.scss */
.section-members .section__slogan {
  margin-bottom: 0.55556em;
  color: #ccc;
}
/* line 77, sass/_section.scss */
.section-members .section__title {
  margin-bottom: 0.38889em;
}
/* line 81, sass/_section.scss */
.section-members .section__entry {
  margin-bottom: 1.66667em;
}
/* line 86, sass/_section.scss */
.section-members--internal .section__content {
  padding-bottom: 2.22222em;
}

@media (min-width: 870px) {
  /* line 94, sass/_section.scss */
  .section-members .section__inner {
    display: flex;
    flex-flow: wrap;
  }
  /* line 99, sass/_section.scss */
  .section-members .members--horizontal {
    order: 1;
    width: 100%;
  }
  /* line 103, sass/_section.scss */
  .section-members .members--horizontal .member {
    width: 25%;
  }
  /* line 108, sass/_section.scss */
  .section-members .members--vertical {
    display: block;
    order: 2;
    width: 25%;
  }
  /* line 113, sass/_section.scss */
  .section-members .members--vertical .member {
    width: 100%;
  }
  /* line 118, sass/_section.scss */
  .section-members .section__content {
    order: 3;
    width: 75%;
    padding: 2.77778em;
    display: flex;
    align-items: center;
  }
  /* line 126, sass/_section.scss */
  .section-members .section__container {
    width: 100%;
  }
  /* line 131, sass/_section.scss */
  .section-members--internal .section__content {
    order: 1;
    width: 66.66%;
    margin-top: -3.88889em;
    position: relative;
    background: #f2f2f2;
  }
  /* line 139, sass/_section.scss */
  .section-members--internal .section__container {
    max-width: 31.11111em;
    margin: auto;
  }
  /* line 144, sass/_section.scss */
  .section-members--internal .members--vertical {
    order: 2;
    width: 33.33%;
  }
  /* line 150, sass/_section.scss */
  .section-members--internal .members--horizontal {
    order: 3;
  }
  /* line 153, sass/_section.scss */
  .section-members--internal .members--horizontal .member {
    width: 33.33%;
  }
}
@media (min-width: 1025px) {
  /* line 163, sass/_section.scss */
  .section-members .section__title {
    margin-bottom: 0.16667em;
  }
  /* line 167, sass/_section.scss */
  .section-members .section__container {
    max-width: 28.88889em;
    margin: auto;
  }
}
@media (min-width: 1300px) {
  /* line 178, sass/_section.scss */
  .section-members--internal .member .member__content {
    padding: 2.77778em 3.61111em;
  }
}
/* ------------------------------------------------------------ *\
	Section Articles
\* ------------------------------------------------------------ */
/* line 190, sass/_section.scss */
.section-articles {
  padding: 3.33333em 0;
  background: #fff;
}
/* line 194, sass/_section.scss */
.section-articles .section__content {
  padding: 0 1.38889em;
}
/* line 198, sass/_section.scss */
.section-articles .section__actions {
  margin-top: 3.33333em;
}
/* line 202, sass/_section.scss */
.section-articles--blue {
  background: #3fa6cd;
  padding-bottom: 0;
}
/* line 206, sass/_section.scss */
.section-articles--blue h1, .section-articles--blue h2, .section-articles--blue h3, .section-articles--blue h4, .section-articles--blue h5, .section-articles--blue h6, .section-articles--blue p {
  color: #fff;
}
/* line 210, sass/_section.scss */
.section-articles--blue .btn {
  border-color: #fff;
}
/* line 215, sass/_section.scss */
.section-articles--blue .article-small .article__title {
  color: #fff;
}
/* line 219, sass/_section.scss */
.section-articles--blue .article-small .article__meta p {
  color: #D9EDF5;
}
/* line 225, sass/_section.scss */
.section-articles--blue .link {
  color: #fff;
  border-bottom-color: currentColor;
}
/* line 230, sass/_section.scss */
.section-articles--blue .link-arrow {
  color: #C5E5F0;
}
/* line 234, sass/_section.scss */
.section-articles--blue .section .section__entry p {
  color: #D9EDF5;
}
/* line 239, sass/_section.scss */
.section-articles--related {
  padding-bottom: 3.33333em;
}

/* line 244, sass/_section.scss */
.section-contact.section {
  margin-bottom: 0;
  padding-bottom: 1.66667em;
  margin-top: 2.5em;
}

@media (min-width: 870px) {
  /* line 253, sass/_section.scss */
  .section-articles {
    position: relative;
    padding: 1.66667em 1.66667em 6.94444em;
  }
  /* line 257, sass/_section.scss */
  .section-articles .section__title {
    display: inline-block;
    color: #3fa6cd;
  }
  /* line 262, sass/_section.scss */
  .section-articles .section__head-actions {
    display: inline-block;
    margin-left: 2.22222em;
  }
  /* line 267, sass/_section.scss */
  .section-articles .section__image {
    position: absolute;
    top: 1.66667em;
    right: 1.66667em;
    bottom: 1.66667em;
    left: 1.66667em;
    background-position: 50% 50%;
    background-size: cover;
  }
  /* line 277, sass/_section.scss */
  .section-articles .section__content {
    position: relative;
    max-width: 40.27778em;
    padding: 3.33333em 2.5em;
    background: #fff;
  }
  /* line 284, sass/_section.scss */
  .section-articles .articles-small {
    padding-left: 0;
    max-width: 20.83333em;
  }
  /* line 289, sass/_section.scss */
  .section-articles--blue {
    background: #fff;
  }
  /* line 292, sass/_section.scss */
  .section-articles--blue h1, .section-articles--blue h2, .section-articles--blue h3, .section-articles--blue h4, .section-articles--blue h5, .section-articles--blue h6, .section-articles--blue p {
    color: #4d4d4d;
  }
  /* line 296, sass/_section.scss */
  .section-articles--blue .btn {
    border-color: #fff;
  }
  /* line 301, sass/_section.scss */
  .section-articles--blue .article-small .article__title {
    color: #4d4d4d;
  }
  /* line 305, sass/_section.scss */
  .section-articles--blue .article-small .article__meta p {
    color: #999;
  }
  /* line 310, sass/_section.scss */
  .section-articles--blue .link {
    color: #4d4d4d;
    border-bottom-color: #3fa6cd;
  }
  /* line 315, sass/_section.scss */
  .section-articles--blue .link-arrow {
    color: #c4c4c4;
  }

  /* line 321, sass/_section.scss */
  .section-contact.section {
    background: #F0F0F0;
    margin-top: 0;
  }
  /* line 325, sass/_section.scss */
  .section-contact.section .section__content {
    position: relative;
    max-width: 40.27778em;
    padding: 2.11111em 2.5em;
    background: #F0F0F0;
  }
  /* line 331, sass/_section.scss */
  .section-contact.section .section__entry {
    margin-bottom: 0;
  }
  /* line 334, sass/_section.scss */
  .section-contact.section .section__entry p {
    color: #949394;
  }
  /* line 338, sass/_section.scss */
  .section-contact.section .section__head {
    margin-bottom: 0;
  }
  /* line 341, sass/_section.scss */
  .section-contact.section .section__actions {
    margin-top: 1.66667em;
  }
  /* line 344, sass/_section.scss */
  .section-contact.section .section__actions .btn {
    border-color: #3fa6cd;
  }
}
@media (min-width: 1025px) {
  /* line 353, sass/_section.scss */
  .section-articles .section__title {
    margin-bottom: 0.55556em;
  }
  /* line 357, sass/_section.scss */
  .section-articles .articles-small {
    display: block;
  }
  /* line 360, sass/_section.scss */
  .section-articles .articles-small .article-small {
    width: auto;
  }
  /* line 364, sass/_section.scss */
  .section-articles .articles-small .article-small + .article-small {
    margin-top: 2.77778em;
  }
}
/* ------------------------------------------------------------ *\
	Section Articles Related
\* ------------------------------------------------------------ */
/* line 376, sass/_section.scss */
.section-articles-related {
  padding: 3.33333em 1.11111em;
  background: #3fa6cd;
}
/* line 380, sass/_section.scss */
.section-articles-related .section__actions {
  margin-top: 3.33333em;
}
/* line 384, sass/_section.scss */
.section-articles-related h1, .section-articles-related h2, .section-articles-related h3, .section-articles-related h4, .section-articles-related h5, .section-articles-related h6, .section-articles-related p {
  color: #fff;
}
/* line 388, sass/_section.scss */
.section-articles-related .btn {
  border-color: #fff;
}
/* line 393, sass/_section.scss */
.section-articles-related .article-small .article__title {
  color: #fff;
}
/* line 397, sass/_section.scss */
.section-articles-related .article-small .article__meta p {
  color: #aedaea;
}
/* line 402, sass/_section.scss */
.section-articles-related .link {
  color: #fff;
  border-bottom-color: currentColor;
}
/* line 407, sass/_section.scss */
.section-articles-related .link-arrow {
  color: #aedaea;
}

@media (min-width: 870px) {
  /* line 413, sass/_section.scss */
  .section-articles-related {
    padding: 2.5em;
  }
  /* line 416, sass/_section.scss */
  .section-articles-related .section__head {
    margin-bottom: 1.66667em;
  }
  /* line 420, sass/_section.scss */
  .section-articles-related .articles-small {
    padding: 0;
  }
}
@media (min-width: 1025px) {
  /* line 427, sass/_section.scss */
  .section-articles-related {
    padding: 2.5em 5.55556em;
  }
  /* line 430, sass/_section.scss */
  .section-articles-related .section__head {
    margin-bottom: 2.22222em;
    text-align: center;
  }
  /* line 439, sass/_section.scss */
  .section-articles-related .section__actions {
    text-align: center;
  }
}
/* ------------------------------------------------------------ *\
	Section Blog
\* ------------------------------------------------------------ */
/* line 450, sass/_section.scss */
.section-blog .section__head {
  background: #fff;
  text-align: center;
}

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Widget Profile
\* ------------------------------------------------------------ */
/* line 12, sass/_widget.scss */
.widget-profile {
  padding: 2.88889em 1.11111em 2.11111em;
  background: #4ab562;
  color: #fff;
  text-align: center;
}
/* line 18, sass/_widget.scss */
.widget-profile .widget__image {
  display: inline-block;
  overflow: hidden;
  width: 6.5em;
  height: 6.5em;
  border-radius: 50%;
  margin-bottom: 0.66667em;
  opacity: .76;
}
/* line 27, sass/_widget.scss */
.widget-profile .widget__image .focal-container img {
  min-width: 100%;
  left: 0 !important;
}
/* line 33, sass/_widget.scss */
.widget-profile .widget__title {
  margin-bottom: 0.22222em;
  color: inherit;
  text-transform: none;
  font-size: 1.11111em;
  line-height: 1.4;
}
/* line 40, sass/_widget.scss */
.widget-profile .widget__subtitle {
  color: inherit;
  font-size: 0.77778em;
  line-height: 1.42857;
  font-weight: 400;
  letter-spacing: .1em;
}

/* ------------------------------------------------------------ *\
	Widget Socials
\* ------------------------------------------------------------ */
/* line 52, sass/_widget.scss */
.widget-socials {
  padding: 2.55556em 1.11111em;
  background: #e1ad37;
  text-align: center;
}
/* line 57, sass/_widget.scss */
.widget-socials .widget__title {
  margin-bottom: 0.66667em;
  font-size: 1.11111em;
  line-height: 1.4;
  color: #fff;
  letter-spacing: .1em;
}

@media (min-width: 870px) {
  /* line 66, sass/_widget.scss */
  .widget-socials {
    padding: 5.38889em 1.11111em;
  }
}
/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */
/* line 5, sass/_intro.scss */
.intro {
  position: relative;
  padding-top: 6.94444em;
}
/* line 9, sass/_intro.scss */
.intro h1 {
  margin-bottom: 0.46667em;
  color: #fff;
}
/* line 16, sass/_intro.scss */
.intro p {
  font-size: 0.88889em;
  line-height: 1.75;
  color: #fff;
}
/* line 21, sass/_intro.scss */
.intro .intro__image {
  background-image: url(images/intro-interior.jpg);
}
/* line 25, sass/_intro.scss */
.intro__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: 50% 50%;
  background-size: cover;
}
/* line 34, sass/_intro.scss */
.intro__image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: .55;
}
/* line 46, sass/_intro.scss */
.intro__content {
  position: relative;
  padding: 2.05556em 0;
}
/* line 51, sass/_intro.scss */
.intro--small {
  height: 17.38889em;
}
/* line 55, sass/_intro.scss */
.intro--medium {
  padding: 0;
}
/* line 58, sass/_intro.scss */
.intro--medium .intro__image {
  position: relative;
  height: 17.38889em;
}
/* line 62, sass/_intro.scss */
.intro--medium .intro__content {
  position: static;
  padding: 1.94444em 1.38889em;
}
/* line 68, sass/_intro.scss */
.intro--medium .article-small .article__title {
  font-size: 1.55556em;
  line-height: 1.28571;
  color: #3fa6cd;
}

@media (min-width: 870px) {
  /* line 78, sass/_intro.scss */
  .intro p {
    font-size: 1.11111em;
    line-height: 1.8;
  }
  /* line 82, sass/_intro.scss */
  .intro .intro__content {
    display: flex;
    align-items: center;
    height: calc(100vh - 208px);
  }
  /* line 89, sass/_intro.scss */
  .intro .shell {
    width: 100%;
  }
  /* line 93, sass/_intro.scss */
  .intro .intro__content-inner {
    max-width: 36.11111em;
  }
  /* line 99, sass/_intro.scss */
  .intro--small {
    height: 22.22222em;
  }
  /* line 104, sass/_intro.scss */
  .intro--medium .intro__image {
    height: 40.94444em;
  }
  /* line 108, sass/_intro.scss */
  .intro--medium .intro__content {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 33.5em;
    height: auto;
    padding: 2.77778em 3.33333em;
    background: #f2f2f2;
  }
}
@media (min-width: 768px) {
  /* line 123, sass/_intro.scss */
  .intro--home .intro__content {
    display: flex;
    align-items: center;
    height: calc(100vh - 208px);
  }
  /* line 128, sass/_intro.scss */
  .intro--home .intro__image {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 1025px) {
  /* line 141, sass/_intro.scss */
  .intro .shell {
    max-width: none;
  }
  /* line 145, sass/_intro.scss */
  .intro .intro__content-inner {
    margin-left: 2.77778em;
    max-width: 48.88889em;
  }
  /* line 152, sass/_intro.scss */
  .intro--medium .article-small .article__title {
    margin-bottom: 0.55556em;
    font-size: 1.77778em;
    line-height: 1.375;
  }
}
@media (min-width: 1300px) {
  /* line 163, sass/_intro.scss */
  .intro .intro__content-inner {
    margin-left: 6.11111em;
  }
}
/* line 169, sass/_intro.scss */
.page-template-default .intro--small {
  height: 12.88889em;
}
@media (min-width: 870px) {
  /* line 169, sass/_intro.scss */
  .page-template-default .intro--small {
    height: 22.22222em;
  }
}

/* ------------------------------------------------------------ *\
	Panes
\* ------------------------------------------------------------ */
/* line 5, sass/_pane.scss */
.panes {
  position: relative;
  z-index: 10;
}

/* ------------------------------------------------------------ *\
	Pane
\* ------------------------------------------------------------ */
/* line 14, sass/_pane.scss */
.pane {
  padding: 2.33333em 0 1.33333em;
}
/* line 17, sass/_pane.scss */
.pane .link {
  border-bottom-color: #fff;
}
/* line 21, sass/_pane.scss */
.pane__label {
  display: none;
}
/* line 25, sass/_pane.scss */
.pane--green {
  background: #4ab562;
}
/* line 28, sass/_pane.scss */
.pane--green h1, .pane--green h2, .pane--green h3, .pane--green h4, .pane--green h5, .pane--green h6, .pane--green p, .pane--green .link {
  color: #fff;
}
/* line 33, sass/_pane.scss */
.pane--white {
  padding: 0;
  background: #fff;
}
/* line 37, sass/_pane.scss */
.pane--white .pane__title {
  color: #b9b9b9;
}
/* line 42, sass/_pane.scss */
.pane--blue {
  background: #3fa6cd;
  padding-bottom: 0;
}
/* line 46, sass/_pane.scss */
.pane--blue h1, .pane--blue h2, .pane--blue h3, .pane--blue h4, .pane--blue h5, .pane--blue h6, .pane--blue p, .pane--blue .subscribe, .pane--blue .link {
  color: #fff;
}
/* line 50, sass/_pane.scss */
.pane--blue .link-arrow {
  color: #C5E5F0;
}
/* line 55, sass/_pane.scss */
.pane--blue .btn {
  border-color: #fff;
}
/* line 59, sass/_pane.scss */
.pane--blue .section .section__entry p {
  color: #D9EDF5;
}
/* line 63, sass/_pane.scss */
.pane--blue .search {
  margin: 0 -20px;
}
/* line 66, sass/_pane.scss */
.pane--blue .article-small .article__title {
  color: #fff;
}
/* line 70, sass/_pane.scss */
.pane--blue .article-small .article__meta p {
  color: #D9EDF5;
}

@media (min-width: 768px) {
  /* line 80, sass/_pane.scss */
  .pane {
    padding: 3.88889em 4.16667em 5.55556em 3.88889em;
  }
  /* line 83, sass/_pane.scss */
  .pane__label {
    display: block;
    position: absolute;
    bottom: 148px;
    right: -71px;
    transform: rotate(90deg);
    text-align: right;
    width: 11.11111em;
    height: 1.27778em;
  }
  /* line 95, sass/_pane.scss */
  .pane__title {
    font-weight: 300;
  }
  /* line 99, sass/_pane.scss */
  .pane .shell {
    padding: 0;
  }
  /* line 103, sass/_pane.scss */
  .pane--green {
    width: 46.22222em;
    margin-top: -2.22222em;
  }
  /* line 108, sass/_pane.scss */
  .pane--white {
    width: 42.88889em;
    padding: 4.55556em 0 0;
  }
  /* line 113, sass/_pane.scss */
  .pane--white .section-members .section__content {
    padding-right: 4.16667em;
  }
  /* line 119, sass/_pane.scss */
  .pane--blue {
    width: 39.55556em;
    padding-bottom: 0;
    padding-right: 8em;
  }
  /* line 124, sass/_pane.scss */
  .pane--blue .search {
    margin-right: 0;
    margin-left: -3.88889em;
    margin-right: -4.27778em;
  }
  /* line 131, sass/_pane.scss */
  .pane .services {
    padding-right: 3.33333em;
  }
}
@media (min-width: 768px) {
  /* line 138, sass/_pane.scss */
  .pane {
    position: fixed;
    left: 0;
    min-height: 100vh;
  }
  /* line 143, sass/_pane.scss */
  .pane--green {
    top: calc(100% - 124px);
    margin-top: 0;
  }
  /* line 148, sass/_pane.scss */
  .pane--white {
    top: calc(100% - 83px);
    padding-bottom: 2.33333em;
  }
  /* line 153, sass/_pane.scss */
  .pane--blue {
    top: calc(100% - 42px);
  }
}
@media (min-width: 768px) {
  /* line 160, sass/_pane.scss */
  .pane {
    padding: 5.38889em 4.83333em 6.66667em 3.88889em;
  }
  /* line 163, sass/_pane.scss */
  .pane__inner {
    max-width: 45.55556em;
  }
  /* line 167, sass/_pane.scss */
  .pane__label {
    right: -58px;
  }
  /* line 171, sass/_pane.scss */
  .pane--green {
    width: calc(100% - 86px);
    max-width: 63.38889em;
  }
  /* line 175, sass/_pane.scss */
  .pane--green .shell {
    max-width: 47.5em;
  }
  /* line 180, sass/_pane.scss */
  .pane--white {
    width: calc(100% - 172px);
    max-width: 58.5em;
    padding: 4.55556em 0;
    margin-right: 9.55556em;
  }
  /* line 187, sass/_pane.scss */
  .pane--blue {
    width: calc(100% - 258px);
    max-width: 53.55556em;
    margin-right: 14.33333em;
    padding-bottom: 0;
  }
  /* line 193, sass/_pane.scss */
  .pane--blue .link-arrow:hover {
    color: #fff;
  }
  /* line 198, sass/_pane.scss */
  .pane .search {
    margin-right: 0;
  }
  /* line 202, sass/_pane.scss */
  .pane .services {
    padding-right: 0;
  }
  /* line 206, sass/_pane.scss */
  .pane .cols {
    margin: 0 -60px;
  }
  /* line 210, sass/_pane.scss */
  .pane .col {
    padding: 0 60px;
  }
}
@media (min-width: 1300px) {
  /* line 218, sass/_pane.scss */
  .pane__label {
    right: -50px;
  }
  /* line 223, sass/_pane.scss */
  .pane--green {
    max-width: 71.11111em;
  }
  /* line 227, sass/_pane.scss */
  .pane--white {
    max-width: 65.55556em;
  }
  /* line 231, sass/_pane.scss */
  .pane--blue {
    max-width: 60em;
  }
}
/* line 237, sass/_pane.scss */
.pane__title {
  font-size: 0.77778em;
  letter-spacing: .1em;
  opacity: .75;
}

/* ------------------------------------------------------------ *\
	Services
\* ------------------------------------------------------------ */
/* line 5, sass/_service.scss */
.services {
  padding: 2.77778em 0 0;
}

@media (min-width: 870px) {
  /* line 10, sass/_service.scss */
  .services {
    display: flex;
    flex-wrap: wrap;
    padding-top: 4.44444em;
    margin: 0 -1.66667em;
  }
  /* line 16, sass/_service.scss */
  .services .service {
    width: 50%;
    padding: 0 1.66667em 3.88889em;
  }
}
@media (min-width: 1025px) {
  /* line 25, sass/_service.scss */
  .services {
    padding-top: 4.44444em;
  }
}
/* ------------------------------------------------------------ *\
	Service
\* ------------------------------------------------------------ */
/* line 35, sass/_service.scss */
.service__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5em;
  height: 3.5em;
  background: #65ce80;
  border-radius: 50%;
  margin-bottom: 1.27778em;
  color: #fff;
}
/* line 46, sass/_service.scss */
.service__image i {
  font-size: 2.11111em;
}
/* line 49, sass/_service.scss */
.service__image i.reporting, .service__image i.access, .service__image i.consulting {
  width: 100%;
  height: 100%;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 55, sass/_service.scss */
.service__image i.reporting:before, .service__image i.access:before, .service__image i.consulting:before {
  content: none;
}
/* line 59, sass/_service.scss */
.service__image i.reporting {
  background-image: url("images/monitoring.svg");
}
/* line 62, sass/_service.scss */
.service__image i.access {
  background-image: url("images/capital.svg");
}
/* line 65, sass/_service.scss */
.service__image i.consulting {
  background-image: url("images/consulting-services.svg");
}
/* line 71, sass/_service.scss */
.service__title {
  margin-bottom: 0.44444em;
  text-transform: none;
}
/* line 76, sass/_service.scss */
.service__entry p {
  margin-top: 0;
  margin-bottom: 1em;
}
/* line 82, sass/_service.scss */
.service + .service {
  margin-top: 3.38889em;
}

@media (min-width: 870px) {
  /* line 89, sass/_service.scss */
  .service__title {
    font-size: 1.11111em;
  }
  /* line 93, sass/_service.scss */
  .service__entry p {
    margin-bottom: 0.83333em;
  }
  /* line 97, sass/_service.scss */
  .service + .service {
    margin-top: 0;
  }
}
/* ------------------------------------------------------------ *\
	Link
\* ------------------------------------------------------------ */
/* line 5, sass/_link.scss */
.link {
  display: inline-block;
  padding-bottom: 0;
  font-size: 0.77778em;
  line-height: 1.14286;
  background: transparent;
  border-bottom: 2px solid #3fa6cd;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
}
/* line 15, sass/_link.scss */
.link:hover, .link:active {
  color: #000;
}

@media (min-width: 1025px) {
  /* line 21, sass/_link.scss */
  .link {
    font-size: 0.88889em;
    line-height: 1.25;
    font-size: 0.83333em;
  }
}
/* ------------------------------------------------------------ *\
	Link Arrow
\* ------------------------------------------------------------ */
/* line 32, sass/_link.scss */
.link-arrow {
  display: inline-block;
  position: relative;
  padding-right: 1.11111em;
  background: transparent;
  font-size: 0.77778em;
  line-height: 1.28571;
  font-weight: bold;
  text-transform: uppercase;
  color: inherit;
  transition: 0.3s ease-in-out;
}
/* line 43, sass/_link.scss */
.link-arrow:after {
  content: '\24';
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.27778em;
  font-family: "ElegantIcons";
  transition: transform 0.3s ease-in-out;
}

@media (min-width: 1025px) {
  /* line 54, sass/_link.scss */
  .link-arrow {
    font-size: 0.88889em;
  }
  /* line 57, sass/_link.scss */
  .link-arrow:hover:after {
    transform: translateX(5px);
  }
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
/* line 2, sass/_elegant-icons.scss */
[data-icon]:before {
  font-family: 'ElegantIcons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="your-class-prefix"] {
*/
/* line 20, sass/_elegant-icons.scss */
.arrow_up, .arrow_down, .arrow_left, .arrow_right, .arrow_left-up, .arrow_right-up, .arrow_right-down, .arrow_left-down, .arrow-up-down, .arrow_up-down_alt, .arrow_left-right_alt, .arrow_left-right, .arrow_expand_alt2, .arrow_expand_alt, .arrow_condense, .arrow_expand, .arrow_move, .arrow_carrot-up, .arrow_carrot-down, .arrow_carrot-left, .arrow_carrot-right, .arrow_carrot-2up, .arrow_carrot-2down, .arrow_carrot-2left, .arrow_carrot-2right, .arrow_carrot-up_alt2, .arrow_carrot-down_alt2, .arrow_carrot-left_alt2, .arrow_carrot-right_alt2, .arrow_carrot-2up_alt2, .arrow_carrot-2down_alt2, .arrow_carrot-2left_alt2, .arrow_carrot-2right_alt2, .arrow_triangle-up, .arrow_triangle-down, .arrow_triangle-left, .arrow_triangle-right, .arrow_triangle-up_alt2, .arrow_triangle-down_alt2, .arrow_triangle-left_alt2, .arrow_triangle-right_alt2, .arrow_back, .icon_minus-06, .icon_plus, .icon_close, .icon_check, .icon_minus_alt2, .icon_plus_alt2, .icon_close_alt2, .icon_check_alt2, .icon_zoom-out_alt, .icon_zoom-in_alt, .icon_search, .icon_box-empty, .icon_box-selected, .icon_minus-box, .icon_plus-box, .icon_box-checked, .icon_circle-empty, .icon_circle-slelected, .icon_stop_alt2, .icon_stop, .icon_pause_alt2, .icon_pause, .icon_menu, .icon_menu-square_alt2, .icon_menu-circle_alt2, .icon_ul, .icon_ol, .icon_adjust-horiz, .icon_adjust-vert, .icon_document_alt, .icon_documents_alt, .icon_pencil, .icon_pencil-edit_alt, .icon_pencil-edit, .icon_folder-alt, .icon_folder-open_alt, .icon_folder-add_alt, .icon_info_alt, .icon_error-oct_alt, .icon_error-circle_alt, .icon_error-triangle_alt, .icon_question_alt2, .icon_question, .icon_comment_alt, .icon_chat_alt, .icon_vol-mute_alt, .icon_volume-low_alt, .icon_volume-high_alt, .icon_quotations, .icon_quotations_alt2, .icon_clock_alt, .icon_lock_alt, .icon_lock-open_alt, .icon_key_alt, .icon_cloud_alt, .icon_cloud-upload_alt, .icon_cloud-download_alt, .icon_image, .icon_images, .icon_lightbulb_alt, .icon_gift_alt, .icon_house_alt, .icon_genius, .icon_mobile, .icon_tablet, .icon_laptop, .icon_desktop, .icon_camera_alt, .icon_mail_alt, .icon_cone_alt, .icon_ribbon_alt, .icon_bag_alt, .icon_creditcard, .icon_cart_alt, .icon_paperclip, .icon_tag_alt, .icon_tags_alt, .icon_trash_alt, .icon_cursor_alt, .icon_mic_alt, .icon_compass_alt, .icon_pin_alt, .icon_pushpin_alt, .icon_map_alt, .icon_drawer_alt, .icon_toolbox_alt, .icon_book_alt, .icon_calendar, .icon_film, .icon_table, .icon_contacts_alt, .icon_headphones, .icon_lifesaver, .icon_piechart, .icon_refresh, .icon_link_alt, .icon_link, .icon_loading, .icon_blocked, .icon_archive_alt, .icon_heart_alt, .icon_star_alt, .icon_star-half_alt, .icon_star, .icon_star-half, .icon_tools, .icon_tool, .icon_cog, .icon_cogs, .arrow_up_alt, .arrow_down_alt, .arrow_left_alt, .arrow_right_alt, .arrow_left-up_alt, .arrow_right-up_alt, .arrow_right-down_alt, .arrow_left-down_alt, .arrow_condense_alt, .arrow_expand_alt3, .arrow_carrot_up_alt, .arrow_carrot-down_alt, .arrow_carrot-left_alt, .arrow_carrot-right_alt, .arrow_carrot-2up_alt, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left_alt, .arrow_carrot-2right_alt, .arrow_triangle-up_alt, .arrow_triangle-down_alt, .arrow_triangle-left_alt, .arrow_triangle-right_alt, .icon_minus_alt, .icon_plus_alt, .icon_close_alt, .icon_check_alt, .icon_zoom-out, .icon_zoom-in, .icon_stop_alt, .icon_menu-square_alt, .icon_menu-circle_alt, .icon_document, .icon_documents, .icon_pencil_alt, .icon_folder, .icon_folder-open, .icon_folder-add, .icon_folder_upload, .icon_folder_download, .icon_info, .icon_error-circle, .icon_error-oct, .icon_error-triangle, .icon_question_alt, .icon_comment, .icon_chat, .icon_vol-mute, .icon_volume-low, .icon_volume-high, .icon_quotations_alt, .icon_clock, .icon_lock, .icon_lock-open, .icon_key, .icon_cloud, .icon_cloud-upload, .icon_cloud-download, .icon_lightbulb, .icon_gift, .icon_house, .icon_camera, .icon_mail, .icon_cone, .icon_ribbon, .icon_bag, .icon_cart, .icon_tag, .icon_tags, .icon_trash, .icon_cursor, .icon_mic, .icon_compass, .icon_pin, .icon_pushpin, .icon_map, .icon_drawer, .icon_toolbox, .icon_book, .icon_contacts, .icon_archive, .icon_heart, .icon_profile, .icon_group, .icon_grid-2x2, .icon_grid-3x3, .icon_music, .icon_pause_alt, .icon_phone, .icon_upload, .icon_download, .social_facebook, .social_twitter, .social_pinterest, .social_googleplus, .social_tumblr, .social_tumbleupon, .social_wordpress, .social_instagram, .social_dribbble, .social_vimeo, .social_linkedin, .social_rss, .social_deviantart, .social_share, .social_myspace, .social_skype, .social_youtube, .social_picassa, .social_googledrive, .social_flickr, .social_blogger, .social_spotify, .social_delicious, .social_facebook_circle, .social_twitter_circle, .social_pinterest_circle, .social_googleplus_circle, .social_tumblr_circle, .social_stumbleupon_circle, .social_wordpress_circle, .social_instagram_circle, .social_dribbble_circle, .social_vimeo_circle, .social_linkedin_circle, .social_rss_circle, .social_deviantart_circle, .social_share_circle, .social_myspace_circle, .social_skype_circle, .social_youtube_circle, .social_picassa_circle, .social_googledrive_alt2, .social_flickr_circle, .social_blogger_circle, .social_spotify_circle, .social_delicious_circle, .social_facebook_square, .social_twitter_square, .social_pinterest_square, .social_googleplus_square, .social_tumblr_square, .social_stumbleupon_square, .social_wordpress_square, .social_instagram_square, .social_dribbble_square, .social_vimeo_square, .social_linkedin_square, .social_rss_square, .social_deviantart_square, .social_share_square, .social_myspace_square, .social_skype_square, .social_youtube_square, .social_picassa_square, .social_googledrive_square, .social_flickr_square, .social_blogger_square, .social_spotify_square, .social_delicious_square, .icon_printer, .icon_calulator, .icon_building, .icon_floppy, .icon_drive, .icon_search-2, .icon_id, .icon_id-2, .icon_puzzle, .icon_like, .icon_dislike, .icon_mug, .icon_currency, .icon_wallet, .icon_pens, .icon_easel, .icon_flowchart, .icon_datareport, .icon_briefcase, .icon_shield, .icon_percent, .icon_globe, .icon_globe-2, .icon_target, .icon_hourglass, .icon_balance, .icon_rook, .icon_printer-alt, .icon_calculator_alt, .icon_building_alt, .icon_floppy_alt, .icon_drive_alt, .icon_search_alt, .icon_id_alt, .icon_id-2_alt, .icon_puzzle_alt, .icon_like_alt, .icon_dislike_alt, .icon_mug_alt, .icon_currency_alt, .icon_wallet_alt, .icon_pens_alt, .icon_easel_alt, .icon_flowchart_alt, .icon_datareport_alt, .icon_briefcase_alt, .icon_shield_alt, .icon_percent_alt, .icon_globe_alt, .icon_clipboard {
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* line 30, sass/_elegant-icons.scss */
.arrow_up:before {
  content: "\21";
}

/* line 33, sass/_elegant-icons.scss */
.arrow_down:before {
  content: "\22";
}

/* line 36, sass/_elegant-icons.scss */
.arrow_left:before {
  content: "\23";
}

/* line 39, sass/_elegant-icons.scss */
.arrow_right:before {
  content: "\24";
}

/* line 42, sass/_elegant-icons.scss */
.arrow_left-up:before {
  content: "\25";
}

/* line 45, sass/_elegant-icons.scss */
.arrow_right-up:before {
  content: "\26";
}

/* line 48, sass/_elegant-icons.scss */
.arrow_right-down:before {
  content: "\27";
}

/* line 51, sass/_elegant-icons.scss */
.arrow_left-down:before {
  content: "\28";
}

/* line 54, sass/_elegant-icons.scss */
.arrow-up-down:before {
  content: "\29";
}

/* line 57, sass/_elegant-icons.scss */
.arrow_up-down_alt:before {
  content: "\2a";
}

/* line 60, sass/_elegant-icons.scss */
.arrow_left-right_alt:before {
  content: "\2b";
}

/* line 63, sass/_elegant-icons.scss */
.arrow_left-right:before {
  content: "\2c";
}

/* line 66, sass/_elegant-icons.scss */
.arrow_expand_alt2:before {
  content: "\2d";
}

/* line 69, sass/_elegant-icons.scss */
.arrow_expand_alt:before {
  content: "\2e";
}

/* line 72, sass/_elegant-icons.scss */
.arrow_condense:before {
  content: "\2f";
}

/* line 75, sass/_elegant-icons.scss */
.arrow_expand:before {
  content: "\30";
}

/* line 78, sass/_elegant-icons.scss */
.arrow_move:before {
  content: "\31";
}

/* line 81, sass/_elegant-icons.scss */
.arrow_carrot-up:before {
  content: "\32";
}

/* line 84, sass/_elegant-icons.scss */
.arrow_carrot-down:before {
  content: "\33";
}

/* line 87, sass/_elegant-icons.scss */
.arrow_carrot-left:before {
  content: "\34";
}

/* line 90, sass/_elegant-icons.scss */
.arrow_carrot-right:before {
  content: "\35";
}

/* line 93, sass/_elegant-icons.scss */
.arrow_carrot-2up:before {
  content: "\36";
}

/* line 96, sass/_elegant-icons.scss */
.arrow_carrot-2down:before {
  content: "\37";
}

/* line 99, sass/_elegant-icons.scss */
.arrow_carrot-2left:before {
  content: "\38";
}

/* line 102, sass/_elegant-icons.scss */
.arrow_carrot-2right:before {
  content: "\39";
}

/* line 105, sass/_elegant-icons.scss */
.arrow_carrot-up_alt2:before {
  content: "\3a";
}

/* line 108, sass/_elegant-icons.scss */
.arrow_carrot-down_alt2:before {
  content: "\3b";
}

/* line 111, sass/_elegant-icons.scss */
.arrow_carrot-left_alt2:before {
  content: "\3c";
}

/* line 114, sass/_elegant-icons.scss */
.arrow_carrot-right_alt2:before {
  content: "\3d";
}

/* line 117, sass/_elegant-icons.scss */
.arrow_carrot-2up_alt2:before {
  content: "\3e";
}

/* line 120, sass/_elegant-icons.scss */
.arrow_carrot-2down_alt2:before {
  content: "\3f";
}

/* line 123, sass/_elegant-icons.scss */
.arrow_carrot-2left_alt2:before {
  content: "\40";
}

/* line 126, sass/_elegant-icons.scss */
.arrow_carrot-2right_alt2:before {
  content: "\41";
}

/* line 129, sass/_elegant-icons.scss */
.arrow_triangle-up:before {
  content: "\42";
}

/* line 132, sass/_elegant-icons.scss */
.arrow_triangle-down:before {
  content: "\43";
}

/* line 135, sass/_elegant-icons.scss */
.arrow_triangle-left:before {
  content: "\44";
}

/* line 138, sass/_elegant-icons.scss */
.arrow_triangle-right:before {
  content: "\45";
}

/* line 141, sass/_elegant-icons.scss */
.arrow_triangle-up_alt2:before {
  content: "\46";
}

/* line 144, sass/_elegant-icons.scss */
.arrow_triangle-down_alt2:before {
  content: "\47";
}

/* line 147, sass/_elegant-icons.scss */
.arrow_triangle-left_alt2:before {
  content: "\48";
}

/* line 150, sass/_elegant-icons.scss */
.arrow_triangle-right_alt2:before {
  content: "\49";
}

/* line 153, sass/_elegant-icons.scss */
.arrow_back:before {
  content: "\4a";
}

/* line 156, sass/_elegant-icons.scss */
.icon_minus-06:before {
  content: "\4b";
}

/* line 159, sass/_elegant-icons.scss */
.icon_plus:before {
  content: "\4c";
}

/* line 162, sass/_elegant-icons.scss */
.icon_close:before {
  content: "\4d";
}

/* line 165, sass/_elegant-icons.scss */
.icon_check:before {
  content: "\4e";
}

/* line 168, sass/_elegant-icons.scss */
.icon_minus_alt2:before {
  content: "\4f";
}

/* line 171, sass/_elegant-icons.scss */
.icon_plus_alt2:before {
  content: "\50";
}

/* line 174, sass/_elegant-icons.scss */
.icon_close_alt2:before {
  content: "\51";
}

/* line 177, sass/_elegant-icons.scss */
.icon_check_alt2:before {
  content: "\52";
}

/* line 180, sass/_elegant-icons.scss */
.icon_zoom-out_alt:before {
  content: "\53";
}

/* line 183, sass/_elegant-icons.scss */
.icon_zoom-in_alt:before {
  content: "\54";
}

/* line 186, sass/_elegant-icons.scss */
.icon_search:before {
  content: "\55";
}

/* line 189, sass/_elegant-icons.scss */
.icon_box-empty:before {
  content: "\56";
}

/* line 192, sass/_elegant-icons.scss */
.icon_box-selected:before {
  content: "\57";
}

/* line 195, sass/_elegant-icons.scss */
.icon_minus-box:before {
  content: "\58";
}

/* line 198, sass/_elegant-icons.scss */
.icon_plus-box:before {
  content: "\59";
}

/* line 201, sass/_elegant-icons.scss */
.icon_box-checked:before {
  content: "\5a";
}

/* line 204, sass/_elegant-icons.scss */
.icon_circle-empty:before {
  content: "\5b";
}

/* line 207, sass/_elegant-icons.scss */
.icon_circle-slelected:before {
  content: "\5c";
}

/* line 210, sass/_elegant-icons.scss */
.icon_stop_alt2:before {
  content: "\5d";
}

/* line 213, sass/_elegant-icons.scss */
.icon_stop:before {
  content: "\5e";
}

/* line 216, sass/_elegant-icons.scss */
.icon_pause_alt2:before {
  content: "\5f";
}

/* line 219, sass/_elegant-icons.scss */
.icon_pause:before {
  content: "\60";
}

/* line 222, sass/_elegant-icons.scss */
.icon_menu:before {
  content: "\61";
}

/* line 225, sass/_elegant-icons.scss */
.icon_menu-square_alt2:before {
  content: "\62";
}

/* line 228, sass/_elegant-icons.scss */
.icon_menu-circle_alt2:before {
  content: "\63";
}

/* line 231, sass/_elegant-icons.scss */
.icon_ul:before {
  content: "\64";
}

/* line 234, sass/_elegant-icons.scss */
.icon_ol:before {
  content: "\65";
}

/* line 237, sass/_elegant-icons.scss */
.icon_adjust-horiz:before {
  content: "\66";
}

/* line 240, sass/_elegant-icons.scss */
.icon_adjust-vert:before {
  content: "\67";
}

/* line 243, sass/_elegant-icons.scss */
.icon_document_alt:before {
  content: "\68";
}

/* line 246, sass/_elegant-icons.scss */
.icon_documents_alt:before {
  content: "\69";
}

/* line 249, sass/_elegant-icons.scss */
.icon_pencil:before {
  content: "\6a";
}

/* line 252, sass/_elegant-icons.scss */
.icon_pencil-edit_alt:before {
  content: "\6b";
}

/* line 255, sass/_elegant-icons.scss */
.icon_pencil-edit:before {
  content: "\6c";
}

/* line 258, sass/_elegant-icons.scss */
.icon_folder-alt:before {
  content: "\6d";
}

/* line 261, sass/_elegant-icons.scss */
.icon_folder-open_alt:before {
  content: "\6e";
}

/* line 264, sass/_elegant-icons.scss */
.icon_folder-add_alt:before {
  content: "\6f";
}

/* line 267, sass/_elegant-icons.scss */
.icon_info_alt:before {
  content: "\70";
}

/* line 270, sass/_elegant-icons.scss */
.icon_error-oct_alt:before {
  content: "\71";
}

/* line 273, sass/_elegant-icons.scss */
.icon_error-circle_alt:before {
  content: "\72";
}

/* line 276, sass/_elegant-icons.scss */
.icon_error-triangle_alt:before {
  content: "\73";
}

/* line 279, sass/_elegant-icons.scss */
.icon_question_alt2:before {
  content: "\74";
}

/* line 282, sass/_elegant-icons.scss */
.icon_question:before {
  content: "\75";
}

/* line 285, sass/_elegant-icons.scss */
.icon_comment_alt:before {
  content: "\76";
}

/* line 288, sass/_elegant-icons.scss */
.icon_chat_alt:before {
  content: "\77";
}

/* line 291, sass/_elegant-icons.scss */
.icon_vol-mute_alt:before {
  content: "\78";
}

/* line 294, sass/_elegant-icons.scss */
.icon_volume-low_alt:before {
  content: "\79";
}

/* line 297, sass/_elegant-icons.scss */
.icon_volume-high_alt:before {
  content: "\7a";
}

/* line 300, sass/_elegant-icons.scss */
.icon_quotations:before {
  content: "\7b";
}

/* line 303, sass/_elegant-icons.scss */
.icon_quotations_alt2:before {
  content: "\7c";
}

/* line 306, sass/_elegant-icons.scss */
.icon_clock_alt:before {
  content: "\7d";
}

/* line 309, sass/_elegant-icons.scss */
.icon_lock_alt:before {
  content: "\7e";
}

/* line 312, sass/_elegant-icons.scss */
.icon_lock-open_alt:before {
  content: "\e000";
}

/* line 315, sass/_elegant-icons.scss */
.icon_key_alt:before {
  content: "\e001";
}

/* line 318, sass/_elegant-icons.scss */
.icon_cloud_alt:before {
  content: "\e002";
}

/* line 321, sass/_elegant-icons.scss */
.icon_cloud-upload_alt:before {
  content: "\e003";
}

/* line 324, sass/_elegant-icons.scss */
.icon_cloud-download_alt:before {
  content: "\e004";
}

/* line 327, sass/_elegant-icons.scss */
.icon_image:before {
  content: "\e005";
}

/* line 330, sass/_elegant-icons.scss */
.icon_images:before {
  content: "\e006";
}

/* line 333, sass/_elegant-icons.scss */
.icon_lightbulb_alt:before {
  content: "\e007";
}

/* line 336, sass/_elegant-icons.scss */
.icon_gift_alt:before {
  content: "\e008";
}

/* line 339, sass/_elegant-icons.scss */
.icon_house_alt:before {
  content: "\e009";
}

/* line 342, sass/_elegant-icons.scss */
.icon_genius:before {
  content: "\e00a";
}

/* line 345, sass/_elegant-icons.scss */
.icon_mobile:before {
  content: "\e00b";
}

/* line 348, sass/_elegant-icons.scss */
.icon_tablet:before {
  content: "\e00c";
}

/* line 351, sass/_elegant-icons.scss */
.icon_laptop:before {
  content: "\e00d";
}

/* line 354, sass/_elegant-icons.scss */
.icon_desktop:before {
  content: "\e00e";
}

/* line 357, sass/_elegant-icons.scss */
.icon_camera_alt:before {
  content: "\e00f";
}

/* line 360, sass/_elegant-icons.scss */
.icon_mail_alt:before {
  content: "\e010";
}

/* line 363, sass/_elegant-icons.scss */
.icon_cone_alt:before {
  content: "\e011";
}

/* line 366, sass/_elegant-icons.scss */
.icon_ribbon_alt:before {
  content: "\e012";
}

/* line 369, sass/_elegant-icons.scss */
.icon_bag_alt:before {
  content: "\e013";
}

/* line 372, sass/_elegant-icons.scss */
.icon_creditcard:before {
  content: "\e014";
}

/* line 375, sass/_elegant-icons.scss */
.icon_cart_alt:before {
  content: "\e015";
}

/* line 378, sass/_elegant-icons.scss */
.icon_paperclip:before {
  content: "\e016";
}

/* line 381, sass/_elegant-icons.scss */
.icon_tag_alt:before {
  content: "\e017";
}

/* line 384, sass/_elegant-icons.scss */
.icon_tags_alt:before {
  content: "\e018";
}

/* line 387, sass/_elegant-icons.scss */
.icon_trash_alt:before {
  content: "\e019";
}

/* line 390, sass/_elegant-icons.scss */
.icon_cursor_alt:before {
  content: "\e01a";
}

/* line 393, sass/_elegant-icons.scss */
.icon_mic_alt:before {
  content: "\e01b";
}

/* line 396, sass/_elegant-icons.scss */
.icon_compass_alt:before {
  content: "\e01c";
}

/* line 399, sass/_elegant-icons.scss */
.icon_pin_alt:before {
  content: "\e01d";
}

/* line 402, sass/_elegant-icons.scss */
.icon_pushpin_alt:before {
  content: "\e01e";
}

/* line 405, sass/_elegant-icons.scss */
.icon_map_alt:before {
  content: "\e01f";
}

/* line 408, sass/_elegant-icons.scss */
.icon_drawer_alt:before {
  content: "\e020";
}

/* line 411, sass/_elegant-icons.scss */
.icon_toolbox_alt:before {
  content: "\e021";
}

/* line 414, sass/_elegant-icons.scss */
.icon_book_alt:before {
  content: "\e022";
}

/* line 417, sass/_elegant-icons.scss */
.icon_calendar:before {
  content: "\e023";
}

/* line 420, sass/_elegant-icons.scss */
.icon_film:before {
  content: "\e024";
}

/* line 423, sass/_elegant-icons.scss */
.icon_table:before {
  content: "\e025";
}

/* line 426, sass/_elegant-icons.scss */
.icon_contacts_alt:before {
  content: "\e026";
}

/* line 429, sass/_elegant-icons.scss */
.icon_headphones:before {
  content: "\e027";
}

/* line 432, sass/_elegant-icons.scss */
.icon_lifesaver:before {
  content: "\e028";
}

/* line 435, sass/_elegant-icons.scss */
.icon_piechart:before {
  content: "\e029";
}

/* line 438, sass/_elegant-icons.scss */
.icon_refresh:before {
  content: "\e02a";
}

/* line 441, sass/_elegant-icons.scss */
.icon_link_alt:before {
  content: "\e02b";
}

/* line 444, sass/_elegant-icons.scss */
.icon_link:before {
  content: "\e02c";
}

/* line 447, sass/_elegant-icons.scss */
.icon_loading:before {
  content: "\e02d";
}

/* line 450, sass/_elegant-icons.scss */
.icon_blocked:before {
  content: "\e02e";
}

/* line 453, sass/_elegant-icons.scss */
.icon_archive_alt:before {
  content: "\e02f";
}

/* line 456, sass/_elegant-icons.scss */
.icon_heart_alt:before {
  content: "\e030";
}

/* line 459, sass/_elegant-icons.scss */
.icon_star_alt:before {
  content: "\e031";
}

/* line 462, sass/_elegant-icons.scss */
.icon_star-half_alt:before {
  content: "\e032";
}

/* line 465, sass/_elegant-icons.scss */
.icon_star:before {
  content: "\e033";
}

/* line 468, sass/_elegant-icons.scss */
.icon_star-half:before {
  content: "\e034";
}

/* line 471, sass/_elegant-icons.scss */
.icon_tools:before {
  content: "\e035";
}

/* line 474, sass/_elegant-icons.scss */
.icon_tool:before {
  content: "\e036";
}

/* line 477, sass/_elegant-icons.scss */
.icon_cog:before {
  content: "\e037";
}

/* line 480, sass/_elegant-icons.scss */
.icon_cogs:before {
  content: "\e038";
}

/* line 483, sass/_elegant-icons.scss */
.arrow_up_alt:before {
  content: "\e039";
}

/* line 486, sass/_elegant-icons.scss */
.arrow_down_alt:before {
  content: "\e03a";
}

/* line 489, sass/_elegant-icons.scss */
.arrow_left_alt:before {
  content: "\e03b";
}

/* line 492, sass/_elegant-icons.scss */
.arrow_right_alt:before {
  content: "\e03c";
}

/* line 495, sass/_elegant-icons.scss */
.arrow_left-up_alt:before {
  content: "\e03d";
}

/* line 498, sass/_elegant-icons.scss */
.arrow_right-up_alt:before {
  content: "\e03e";
}

/* line 501, sass/_elegant-icons.scss */
.arrow_right-down_alt:before {
  content: "\e03f";
}

/* line 504, sass/_elegant-icons.scss */
.arrow_left-down_alt:before {
  content: "\e040";
}

/* line 507, sass/_elegant-icons.scss */
.arrow_condense_alt:before {
  content: "\e041";
}

/* line 510, sass/_elegant-icons.scss */
.arrow_expand_alt3:before {
  content: "\e042";
}

/* line 513, sass/_elegant-icons.scss */
.arrow_carrot_up_alt:before {
  content: "\e043";
}

/* line 516, sass/_elegant-icons.scss */
.arrow_carrot-down_alt:before {
  content: "\e044";
}

/* line 519, sass/_elegant-icons.scss */
.arrow_carrot-left_alt:before {
  content: "\e045";
}

/* line 522, sass/_elegant-icons.scss */
.arrow_carrot-right_alt:before {
  content: "\e046";
}

/* line 525, sass/_elegant-icons.scss */
.arrow_carrot-2up_alt:before {
  content: "\e047";
}

/* line 528, sass/_elegant-icons.scss */
.arrow_carrot-2dwnn_alt:before {
  content: "\e048";
}

/* line 531, sass/_elegant-icons.scss */
.arrow_carrot-2left_alt:before {
  content: "\e049";
}

/* line 534, sass/_elegant-icons.scss */
.arrow_carrot-2right_alt:before {
  content: "\e04a";
}

/* line 537, sass/_elegant-icons.scss */
.arrow_triangle-up_alt:before {
  content: "\e04b";
}

/* line 540, sass/_elegant-icons.scss */
.arrow_triangle-down_alt:before {
  content: "\e04c";
}

/* line 543, sass/_elegant-icons.scss */
.arrow_triangle-left_alt:before {
  content: "\e04d";
}

/* line 546, sass/_elegant-icons.scss */
.arrow_triangle-right_alt:before {
  content: "\e04e";
}

/* line 549, sass/_elegant-icons.scss */
.icon_minus_alt:before {
  content: "\e04f";
}

/* line 552, sass/_elegant-icons.scss */
.icon_plus_alt:before {
  content: "\e050";
}

/* line 555, sass/_elegant-icons.scss */
.icon_close_alt:before {
  content: "\e051";
}

/* line 558, sass/_elegant-icons.scss */
.icon_check_alt:before {
  content: "\e052";
}

/* line 561, sass/_elegant-icons.scss */
.icon_zoom-out:before {
  content: "\e053";
}

/* line 564, sass/_elegant-icons.scss */
.icon_zoom-in:before {
  content: "\e054";
}

/* line 567, sass/_elegant-icons.scss */
.icon_stop_alt:before {
  content: "\e055";
}

/* line 570, sass/_elegant-icons.scss */
.icon_menu-square_alt:before {
  content: "\e056";
}

/* line 573, sass/_elegant-icons.scss */
.icon_menu-circle_alt:before {
  content: "\e057";
}

/* line 576, sass/_elegant-icons.scss */
.icon_document:before {
  content: "\e058";
}

/* line 579, sass/_elegant-icons.scss */
.icon_documents:before {
  content: "\e059";
}

/* line 582, sass/_elegant-icons.scss */
.icon_pencil_alt:before {
  content: "\e05a";
}

/* line 585, sass/_elegant-icons.scss */
.icon_folder:before {
  content: "\e05b";
}

/* line 588, sass/_elegant-icons.scss */
.icon_folder-open:before {
  content: "\e05c";
}

/* line 591, sass/_elegant-icons.scss */
.icon_folder-add:before {
  content: "\e05d";
}

/* line 594, sass/_elegant-icons.scss */
.icon_folder_upload:before {
  content: "\e05e";
}

/* line 597, sass/_elegant-icons.scss */
.icon_folder_download:before {
  content: "\e05f";
}

/* line 600, sass/_elegant-icons.scss */
.icon_info:before {
  content: "\e060";
}

/* line 603, sass/_elegant-icons.scss */
.icon_error-circle:before {
  content: "\e061";
}

/* line 606, sass/_elegant-icons.scss */
.icon_error-oct:before {
  content: "\e062";
}

/* line 609, sass/_elegant-icons.scss */
.icon_error-triangle:before {
  content: "\e063";
}

/* line 612, sass/_elegant-icons.scss */
.icon_question_alt:before {
  content: "\e064";
}

/* line 615, sass/_elegant-icons.scss */
.icon_comment:before {
  content: "\e065";
}

/* line 618, sass/_elegant-icons.scss */
.icon_chat:before {
  content: "\e066";
}

/* line 621, sass/_elegant-icons.scss */
.icon_vol-mute:before {
  content: "\e067";
}

/* line 624, sass/_elegant-icons.scss */
.icon_volume-low:before {
  content: "\e068";
}

/* line 627, sass/_elegant-icons.scss */
.icon_volume-high:before {
  content: "\e069";
}

/* line 630, sass/_elegant-icons.scss */
.icon_quotations_alt:before {
  content: "\e06a";
}

/* line 633, sass/_elegant-icons.scss */
.icon_clock:before {
  content: "\e06b";
}

/* line 636, sass/_elegant-icons.scss */
.icon_lock:before {
  content: "\e06c";
}

/* line 639, sass/_elegant-icons.scss */
.icon_lock-open:before {
  content: "\e06d";
}

/* line 642, sass/_elegant-icons.scss */
.icon_key:before {
  content: "\e06e";
}

/* line 645, sass/_elegant-icons.scss */
.icon_cloud:before {
  content: "\e06f";
}

/* line 648, sass/_elegant-icons.scss */
.icon_cloud-upload:before {
  content: "\e070";
}

/* line 651, sass/_elegant-icons.scss */
.icon_cloud-download:before {
  content: "\e071";
}

/* line 654, sass/_elegant-icons.scss */
.icon_lightbulb:before {
  content: "\e072";
}

/* line 657, sass/_elegant-icons.scss */
.icon_gift:before {
  content: "\e073";
}

/* line 660, sass/_elegant-icons.scss */
.icon_house:before {
  content: "\e074";
}

/* line 663, sass/_elegant-icons.scss */
.icon_camera:before {
  content: "\e075";
}

/* line 666, sass/_elegant-icons.scss */
.icon_mail:before {
  content: "\e076";
}

/* line 669, sass/_elegant-icons.scss */
.icon_cone:before {
  content: "\e077";
}

/* line 672, sass/_elegant-icons.scss */
.icon_ribbon:before {
  content: "\e078";
}

/* line 675, sass/_elegant-icons.scss */
.icon_bag:before {
  content: "\e079";
}

/* line 678, sass/_elegant-icons.scss */
.icon_cart:before {
  content: "\e07a";
}

/* line 681, sass/_elegant-icons.scss */
.icon_tag:before {
  content: "\e07b";
}

/* line 684, sass/_elegant-icons.scss */
.icon_tags:before {
  content: "\e07c";
}

/* line 687, sass/_elegant-icons.scss */
.icon_trash:before {
  content: "\e07d";
}

/* line 690, sass/_elegant-icons.scss */
.icon_cursor:before {
  content: "\e07e";
}

/* line 693, sass/_elegant-icons.scss */
.icon_mic:before {
  content: "\e07f";
}

/* line 696, sass/_elegant-icons.scss */
.icon_compass:before {
  content: "\e080";
}

/* line 699, sass/_elegant-icons.scss */
.icon_pin:before {
  content: "\e081";
}

/* line 702, sass/_elegant-icons.scss */
.icon_pushpin:before {
  content: "\e082";
}

/* line 705, sass/_elegant-icons.scss */
.icon_map:before {
  content: "\e083";
}

/* line 708, sass/_elegant-icons.scss */
.icon_drawer:before {
  content: "\e084";
}

/* line 711, sass/_elegant-icons.scss */
.icon_toolbox:before {
  content: "\e085";
}

/* line 714, sass/_elegant-icons.scss */
.icon_book:before {
  content: "\e086";
}

/* line 717, sass/_elegant-icons.scss */
.icon_contacts:before {
  content: "\e087";
}

/* line 720, sass/_elegant-icons.scss */
.icon_archive:before {
  content: "\e088";
}

/* line 723, sass/_elegant-icons.scss */
.icon_heart:before {
  content: "\e089";
}

/* line 726, sass/_elegant-icons.scss */
.icon_profile:before {
  content: "\e08a";
}

/* line 729, sass/_elegant-icons.scss */
.icon_group:before {
  content: "\e08b";
}

/* line 732, sass/_elegant-icons.scss */
.icon_grid-2x2:before {
  content: "\e08c";
}

/* line 735, sass/_elegant-icons.scss */
.icon_grid-3x3:before {
  content: "\e08d";
}

/* line 738, sass/_elegant-icons.scss */
.icon_music:before {
  content: "\e08e";
}

/* line 741, sass/_elegant-icons.scss */
.icon_pause_alt:before {
  content: "\e08f";
}

/* line 744, sass/_elegant-icons.scss */
.icon_phone:before {
  content: "\e090";
}

/* line 747, sass/_elegant-icons.scss */
.icon_upload:before {
  content: "\e091";
}

/* line 750, sass/_elegant-icons.scss */
.icon_download:before {
  content: "\e092";
}

/* line 753, sass/_elegant-icons.scss */
.social_facebook:before {
  content: "\e093";
}

/* line 756, sass/_elegant-icons.scss */
.social_twitter:before {
  content: "\e094";
}

/* line 759, sass/_elegant-icons.scss */
.social_pinterest:before {
  content: "\e095";
}

/* line 762, sass/_elegant-icons.scss */
.social_googleplus:before {
  content: "\e096";
}

/* line 765, sass/_elegant-icons.scss */
.social_tumblr:before {
  content: "\e097";
}

/* line 768, sass/_elegant-icons.scss */
.social_tumbleupon:before {
  content: "\e098";
}

/* line 771, sass/_elegant-icons.scss */
.social_wordpress:before {
  content: "\e099";
}

/* line 774, sass/_elegant-icons.scss */
.social_instagram:before {
  content: "\e09a";
}

/* line 777, sass/_elegant-icons.scss */
.social_dribbble:before {
  content: "\e09b";
}

/* line 780, sass/_elegant-icons.scss */
.social_vimeo:before {
  content: "\e09c";
}

/* line 783, sass/_elegant-icons.scss */
.social_linkedin:before {
  content: "\e09d";
}

/* line 786, sass/_elegant-icons.scss */
.social_rss:before {
  content: "\e09e";
}

/* line 789, sass/_elegant-icons.scss */
.social_deviantart:before {
  content: "\e09f";
}

/* line 792, sass/_elegant-icons.scss */
.social_share:before {
  content: "\e0a0";
}

/* line 795, sass/_elegant-icons.scss */
.social_myspace:before {
  content: "\e0a1";
}

/* line 798, sass/_elegant-icons.scss */
.social_skype:before {
  content: "\e0a2";
}

/* line 801, sass/_elegant-icons.scss */
.social_youtube:before {
  content: "\e0a3";
}

/* line 804, sass/_elegant-icons.scss */
.social_picassa:before {
  content: "\e0a4";
}

/* line 807, sass/_elegant-icons.scss */
.social_googledrive:before {
  content: "\e0a5";
}

/* line 810, sass/_elegant-icons.scss */
.social_flickr:before {
  content: "\e0a6";
}

/* line 813, sass/_elegant-icons.scss */
.social_blogger:before {
  content: "\e0a7";
}

/* line 816, sass/_elegant-icons.scss */
.social_spotify:before {
  content: "\e0a8";
}

/* line 819, sass/_elegant-icons.scss */
.social_delicious:before {
  content: "\e0a9";
}

/* line 822, sass/_elegant-icons.scss */
.social_facebook_circle:before {
  content: "\e0aa";
}

/* line 825, sass/_elegant-icons.scss */
.social_twitter_circle:before {
  content: "\e0ab";
}

/* line 828, sass/_elegant-icons.scss */
.social_pinterest_circle:before {
  content: "\e0ac";
}

/* line 831, sass/_elegant-icons.scss */
.social_googleplus_circle:before {
  content: "\e0ad";
}

/* line 834, sass/_elegant-icons.scss */
.social_tumblr_circle:before {
  content: "\e0ae";
}

/* line 837, sass/_elegant-icons.scss */
.social_stumbleupon_circle:before {
  content: "\e0af";
}

/* line 840, sass/_elegant-icons.scss */
.social_wordpress_circle:before {
  content: "\e0b0";
}

/* line 843, sass/_elegant-icons.scss */
.social_instagram_circle:before {
  content: "\e0b1";
}

/* line 846, sass/_elegant-icons.scss */
.social_dribbble_circle:before {
  content: "\e0b2";
}

/* line 849, sass/_elegant-icons.scss */
.social_vimeo_circle:before {
  content: "\e0b3";
}

/* line 852, sass/_elegant-icons.scss */
.social_linkedin_circle:before {
  content: "\e0b4";
}

/* line 855, sass/_elegant-icons.scss */
.social_rss_circle:before {
  content: "\e0b5";
}

/* line 858, sass/_elegant-icons.scss */
.social_deviantart_circle:before {
  content: "\e0b6";
}

/* line 861, sass/_elegant-icons.scss */
.social_share_circle:before {
  content: "\e0b7";
}

/* line 864, sass/_elegant-icons.scss */
.social_myspace_circle:before {
  content: "\e0b8";
}

/* line 867, sass/_elegant-icons.scss */
.social_skype_circle:before {
  content: "\e0b9";
}

/* line 870, sass/_elegant-icons.scss */
.social_youtube_circle:before {
  content: "\e0ba";
}

/* line 873, sass/_elegant-icons.scss */
.social_picassa_circle:before {
  content: "\e0bb";
}

/* line 876, sass/_elegant-icons.scss */
.social_googledrive_alt2:before {
  content: "\e0bc";
}

/* line 879, sass/_elegant-icons.scss */
.social_flickr_circle:before {
  content: "\e0bd";
}

/* line 882, sass/_elegant-icons.scss */
.social_blogger_circle:before {
  content: "\e0be";
}

/* line 885, sass/_elegant-icons.scss */
.social_spotify_circle:before {
  content: "\e0bf";
}

/* line 888, sass/_elegant-icons.scss */
.social_delicious_circle:before {
  content: "\e0c0";
}

/* line 891, sass/_elegant-icons.scss */
.social_facebook_square:before {
  content: "\e0c1";
}

/* line 894, sass/_elegant-icons.scss */
.social_twitter_square:before {
  content: "\e0c2";
}

/* line 897, sass/_elegant-icons.scss */
.social_pinterest_square:before {
  content: "\e0c3";
}

/* line 900, sass/_elegant-icons.scss */
.social_googleplus_square:before {
  content: "\e0c4";
}

/* line 903, sass/_elegant-icons.scss */
.social_tumblr_square:before {
  content: "\e0c5";
}

/* line 906, sass/_elegant-icons.scss */
.social_stumbleupon_square:before {
  content: "\e0c6";
}

/* line 909, sass/_elegant-icons.scss */
.social_wordpress_square:before {
  content: "\e0c7";
}

/* line 912, sass/_elegant-icons.scss */
.social_instagram_square:before {
  content: "\e0c8";
}

/* line 915, sass/_elegant-icons.scss */
.social_dribbble_square:before {
  content: "\e0c9";
}

/* line 918, sass/_elegant-icons.scss */
.social_vimeo_square:before {
  content: "\e0ca";
}

/* line 921, sass/_elegant-icons.scss */
.social_linkedin_square:before {
  content: "\e0cb";
}

/* line 924, sass/_elegant-icons.scss */
.social_rss_square:before {
  content: "\e0cc";
}

/* line 927, sass/_elegant-icons.scss */
.social_deviantart_square:before {
  content: "\e0cd";
}

/* line 930, sass/_elegant-icons.scss */
.social_share_square:before {
  content: "\e0ce";
}

/* line 933, sass/_elegant-icons.scss */
.social_myspace_square:before {
  content: "\e0cf";
}

/* line 936, sass/_elegant-icons.scss */
.social_skype_square:before {
  content: "\e0d0";
}

/* line 939, sass/_elegant-icons.scss */
.social_youtube_square:before {
  content: "\e0d1";
}

/* line 942, sass/_elegant-icons.scss */
.social_picassa_square:before {
  content: "\e0d2";
}

/* line 945, sass/_elegant-icons.scss */
.social_googledrive_square:before {
  content: "\e0d3";
}

/* line 948, sass/_elegant-icons.scss */
.social_flickr_square:before {
  content: "\e0d4";
}

/* line 951, sass/_elegant-icons.scss */
.social_blogger_square:before {
  content: "\e0d5";
}

/* line 954, sass/_elegant-icons.scss */
.social_spotify_square:before {
  content: "\e0d6";
}

/* line 957, sass/_elegant-icons.scss */
.social_delicious_square:before {
  content: "\e0d7";
}

/* line 960, sass/_elegant-icons.scss */
.icon_printer:before {
  content: "\e103";
}

/* line 963, sass/_elegant-icons.scss */
.icon_calulator:before {
  content: "\e0ee";
}

/* line 966, sass/_elegant-icons.scss */
.icon_building:before {
  content: "\e0ef";
}

/* line 969, sass/_elegant-icons.scss */
.icon_floppy:before {
  content: "\e0e8";
}

/* line 972, sass/_elegant-icons.scss */
.icon_drive:before {
  content: "\e0ea";
}

/* line 975, sass/_elegant-icons.scss */
.icon_search-2:before {
  content: "\e101";
}

/* line 978, sass/_elegant-icons.scss */
.icon_id:before {
  content: "\e107";
}

/* line 981, sass/_elegant-icons.scss */
.icon_id-2:before {
  content: "\e108";
}

/* line 984, sass/_elegant-icons.scss */
.icon_puzzle:before {
  content: "\e102";
}

/* line 987, sass/_elegant-icons.scss */
.icon_like:before {
  content: "\e106";
}

/* line 990, sass/_elegant-icons.scss */
.icon_dislike:before {
  content: "\e0eb";
}

/* line 993, sass/_elegant-icons.scss */
.icon_mug:before {
  content: "\e105";
}

/* line 996, sass/_elegant-icons.scss */
.icon_currency:before {
  content: "\e0ed";
}

/* line 999, sass/_elegant-icons.scss */
.icon_wallet:before {
  content: "\e100";
}

/* line 1002, sass/_elegant-icons.scss */
.icon_pens:before {
  content: "\e104";
}

/* line 1005, sass/_elegant-icons.scss */
.icon_easel:before {
  content: "\e0e9";
}

/* line 1008, sass/_elegant-icons.scss */
.icon_flowchart:before {
  content: "\e109";
}

/* line 1011, sass/_elegant-icons.scss */
.icon_datareport:before {
  content: "\e0ec";
}

/* line 1014, sass/_elegant-icons.scss */
.icon_briefcase:before {
  content: "\e0fe";
}

/* line 1017, sass/_elegant-icons.scss */
.icon_shield:before {
  content: "\e0f6";
}

/* line 1020, sass/_elegant-icons.scss */
.icon_percent:before {
  content: "\e0fb";
}

/* line 1023, sass/_elegant-icons.scss */
.icon_globe:before {
  content: "\e0e2";
}

/* line 1026, sass/_elegant-icons.scss */
.icon_globe-2:before {
  content: "\e0e3";
}

/* line 1029, sass/_elegant-icons.scss */
.icon_target:before {
  content: "\e0f5";
}

/* line 1032, sass/_elegant-icons.scss */
.icon_hourglass:before {
  content: "\e0e1";
}

/* line 1035, sass/_elegant-icons.scss */
.icon_balance:before {
  content: "\e0ff";
}

/* line 1038, sass/_elegant-icons.scss */
.icon_rook:before {
  content: "\e0f8";
}

/* line 1041, sass/_elegant-icons.scss */
.icon_printer-alt:before {
  content: "\e0fa";
}

/* line 1044, sass/_elegant-icons.scss */
.icon_calculator_alt:before {
  content: "\e0e7";
}

/* line 1047, sass/_elegant-icons.scss */
.icon_building_alt:before {
  content: "\e0fd";
}

/* line 1050, sass/_elegant-icons.scss */
.icon_floppy_alt:before {
  content: "\e0e4";
}

/* line 1053, sass/_elegant-icons.scss */
.icon_drive_alt:before {
  content: "\e0e5";
}

/* line 1056, sass/_elegant-icons.scss */
.icon_search_alt:before {
  content: "\e0f7";
}

/* line 1059, sass/_elegant-icons.scss */
.icon_id_alt:before {
  content: "\e0e0";
}

/* line 1062, sass/_elegant-icons.scss */
.icon_id-2_alt:before {
  content: "\e0fc";
}

/* line 1065, sass/_elegant-icons.scss */
.icon_puzzle_alt:before {
  content: "\e0f9";
}

/* line 1068, sass/_elegant-icons.scss */
.icon_like_alt:before {
  content: "\e0dd";
}

/* line 1071, sass/_elegant-icons.scss */
.icon_dislike_alt:before {
  content: "\e0f1";
}

/* line 1074, sass/_elegant-icons.scss */
.icon_mug_alt:before {
  content: "\e0dc";
}

/* line 1077, sass/_elegant-icons.scss */
.icon_currency_alt:before {
  content: "\e0f3";
}

/* line 1080, sass/_elegant-icons.scss */
.icon_wallet_alt:before {
  content: "\e0d8";
}

/* line 1083, sass/_elegant-icons.scss */
.icon_pens_alt:before {
  content: "\e0db";
}

/* line 1086, sass/_elegant-icons.scss */
.icon_easel_alt:before {
  content: "\e0f0";
}

/* line 1089, sass/_elegant-icons.scss */
.icon_flowchart_alt:before {
  content: "\e0df";
}

/* line 1092, sass/_elegant-icons.scss */
.icon_datareport_alt:before {
  content: "\e0f2";
}

/* line 1095, sass/_elegant-icons.scss */
.icon_briefcase_alt:before {
  content: "\e0f4";
}

/* line 1098, sass/_elegant-icons.scss */
.icon_shield_alt:before {
  content: "\e0d9";
}

/* line 1101, sass/_elegant-icons.scss */
.icon_percent_alt:before {
  content: "\e0da";
}

/* line 1104, sass/_elegant-icons.scss */
.icon_globe_alt:before {
  content: "\e0de";
}

/* line 1107, sass/_elegant-icons.scss */
.icon_clipboard:before {
  content: "\e0e6";
}

/* line 1112, sass/_elegant-icons.scss */
.glyph {
  float: left;
  text-align: center;
  padding: .75em;
  margin: .4em 1.5em .75em 0;
  width: 6em;
  text-shadow: none;
}

/* line 1120, sass/_elegant-icons.scss */
.glyph_big {
  font-size: 128px;
  color: #59c5dc;
  float: left;
  margin-right: 20px;
}

/* line 1127, sass/_elegant-icons.scss */
.glyph div {
  padding-bottom: 10px;
}

/* line 1129, sass/_elegant-icons.scss */
.glyph input {
  font-family: consolas, monospace;
  font-size: 12px;
  width: 100%;
  text-align: center;
  border: 0;
  box-shadow: 0 0 0 1px #ccc;
  padding: .2em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* line 1140, sass/_elegant-icons.scss */
.centered {
  margin-left: auto;
  margin-right: auto;
}

/* line 1144, sass/_elegant-icons.scss */
.glyph .fs1 {
  font-size: 2em;
}

/* ------------------------------------------------------------ *\
	Articles Small
\* ------------------------------------------------------------ */
/* line 5, sass/_article.scss */
.articles-small {
  padding: 1.16667em 0 0;
}
/* line 8, sass/_article.scss */
.articles-small .article-small + .article-small {
  margin-top: 2.38889em;
}

@media (min-width: 870px) {
  /* line 14, sass/_article.scss */
  .articles-small {
    padding-left: 1.83333em;
  }
}
@media (min-width: 1025px) {
  /* line 20, sass/_article.scss */
  .articles-small {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3.33333em;
  }
  /* line 25, sass/_article.scss */
  .articles-small .article-small {
    width: 50%;
    padding: 0 3.33333em 2em;
  }
  /* line 30, sass/_article.scss */
  .articles-small .article-small + .article-small {
    margin-top: 0;
  }
}
/* ------------------------------------------------------------ *\
	Article Small
\* ------------------------------------------------------------ */
/* line 41, sass/_article.scss */
.article-small .article__meta p {
  text-transform: uppercase;
  font-size: 0.77778em;
  line-height: 1.28571;
  color: #D9EDF5;
  margin-bottom: 0.44444em;
  color: #999;
}
/* line 50, sass/_article.scss */
.article-small .article__title {
  margin-bottom: 0.44444em;
  color: #4d4d4d;
  font-weight: 600;
  font-size: 1em;
  line-height: 1.5;
  text-transform: none;
}
@media (min-width: 1025px) {
  /* line 50, sass/_article.scss */
  .article-small .article__title {
    margin-bottom: 0.66667em;
  }
}
/* line 62, sass/_article.scss */
.article-small .article__image {
  padding-top: 90%;
  background-position: 50% 50%;
  background-size: cover;
}
/* line 68, sass/_article.scss */
.article-small .article__content {
  padding: 1.66667em 1.11111em;
}
/* line 73, sass/_article.scss */
.article-small--post .article__inner {
  display: block;
  background: transparent;
}

@media (min-width: 870px) {
  /* line 83, sass/_article.scss */
  .article-small--post {
    transition: background 0.3s;
  }
  /* line 87, sass/_article.scss */
  .article-small--post .link, .article-small--post .article__title, .article-small--post .article__meta p {
    transition: 0.3s;
  }
  /* line 91, sass/_article.scss */
  .article-small--post:hover {
    background: #4ab562;
  }
  /* line 94, sass/_article.scss */
  .article-small--post:hover .article__meta p {
    color: #a2d9b1;
  }
  /* line 98, sass/_article.scss */
  .article-small--post:hover .article__title {
    color: #fff;
  }
  /* line 102, sass/_article.scss */
  .article-small--post:hover .link {
    color: #000;
    border-bottom-color: #fff;
  }
}
@media (min-width: 1025px) {
  /* line 114, sass/_article.scss */
  .article-small .article__meta p {
    margin-bottom: 0.66667em;
    font-size: 0.88889em;
    line-height: 1.25;
  }
  /* line 119, sass/_article.scss */
  .article-small .article__title {
    margin-bottom: 1.27778em;
    font-size: 1.11111em;
    line-height: 1.6;
    margin-bottom: 0.66667em;
  }
}
/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
/* line 133, sass/_article.scss */
.article p {
  margin-bottom: 1.61111em;
}
/* line 137, sass/_article.scss */
.article h4 {
  margin-bottom: 1em;
  font-size: 1em;
  line-height: 1.55556;
  font-size: 0.88889em;
  color: #da764e;
  text-transform: none;
}
/* line 145, sass/_article.scss */
.article h3 {
  margin-bottom: 0.61111em;
  font-size: 1.11111em;
  line-height: 1.4;
  font-size: 0.94444em;
  text-transform: uppercase;
  color: #4ab562;
}
/* line 153, sass/_article.scss */
.article .article__head {
  margin-bottom: 1em;
}
/* line 157, sass/_article.scss */
.article .article__body {
  padding-bottom: 0.5em;
}
/* line 161, sass/_article.scss */
.article .article__foot {
  padding-top: 1.66667em;
  border-top: 2px solid #cbcbcb;
}
/* line 166, sass/_article.scss */
.article .article__meta p {
  margin-bottom: 0.27778em;
  font-size: 0.77778em;
  text-transform: uppercase;
  color: #999;
}
/* line 173, sass/_article.scss */
.article .article__title {
  font-size: 1.55556em;
  line-height: 1.32143;
}
/* line 179, sass/_article.scss */
.article .article__tags h5 {
  margin-bottom: 0.61111em;
  font-size: 1em;
  color: #4d4d4d;
}
/* line 185, sass/_article.scss */
.article .article__tags a {
  display: inline-block;
  background: transparent;
  border-bottom: 1px solid #3fa6cd;
}

@media (min-width: 1025px) {
  /* line 196, sass/_article.scss */
  .article h4 {
    font-size: 1.11111em;
  }
  /* line 200, sass/_article.scss */
  .article .article__title {
    font-size: 3.33333em;
    line-height: 1.2;
  }
  /* line 204, sass/_article.scss */
  .article .article__meta p {
    font-size: 1em;
  }
  /* line 208, sass/_article.scss */
  .article .article__tags {
    display: flex;
    align-items: center;
  }
  /* line 212, sass/_article.scss */
  .article .article__tags h5 {
    margin-bottom: 0;
    margin-right: 3.05556em;
  }
  /* line 217, sass/_article.scss */
  .article .article__tags p {
    margin: 0;
  }
}
/* ------------------------------------------------------------ *\
	Articles Small Posts
\* ------------------------------------------------------------ */
@media (min-width: 870px) {
  /* line 229, sass/_article.scss */
  .articles-small-posts {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 233, sass/_article.scss */
  .articles-small-posts .article-small {
    width: 33.33%;
  }
  /* line 236, sass/_article.scss */
  .articles-small-posts .article-small .article__content {
    padding: 2.22222em 3.33333em;
  }
}
/* line 243, sass/_article.scss */
.article__comment-form {
  padding-top: 1.66667em;
}

/* ------------------------------------------------------------ *\
	Subscribe
\* ------------------------------------------------------------ */
/* line 6, sass/_subscribe.scss */
.subscribe .subscribe__field {
  display: block;
  width: 100%;
  height: 3.05556em;
  padding: 0 1.33333em;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: currentColor;
  border-radius: 0;
  margin-bottom: 2.22222em;
  background: transparent;
}
/* line 19, sass/_subscribe.scss */
.subscribe .subscribe__field::placeholder {
  color: #fff;
  opacity: .7;
}
/* line 24, sass/_subscribe.scss */
.subscribe .subscribe__field::-webkit-input-placeholder {
  color: #fff;
  opacity: .7;
}
/* line 29, sass/_subscribe.scss */
.subscribe .subscribe__field:-ms-input-placeholder {
  color: #fff;
  opacity: .7;
}
/* line 34, sass/_subscribe.scss */
.subscribe .subscribe__field::-ms-input-placeholder {
  color: #fff;
  opacity: 0.7;
}

/* ------------------------------------------------------------ *\
	Copyright
\* ------------------------------------------------------------ */
/* line 5, sass/_copyright.scss */
.copyright {
  color: #b0d9ea;
  margin-bottom: 1.11111em;
}
/* line 9, sass/_copyright.scss */
.copyright p {
  margin-bottom: 0;
  color: #D9EDF5;
  font-size: 0.77778em;
  line-height: 2.14286;
}
/* line 16, sass/_copyright.scss */
.copyright a {
  color: #fff;
  font-weight: 600;
}

@media (min-width: 870px) {
  /* line 23, sass/_copyright.scss */
  .copyright br {
    display: none;
  }
}
/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */
/* line 6, sass/_search.scss */
.search form {
  display: flex;
  height: 3.33333em;
}
/* line 11, sass/_search.scss */
.search .search__field {
  display: block;
  width: 100%;
  padding: 0 1.78571em;
  border: 0;
  border-radius: 0;
  background: #3791b2;
  color: #fff;
  font-size: 0.77778em;
}
/* line 22, sass/_search.scss */
.search .search__field::placeholder {
  color: #fff;
  opacity: .7;
}
/* line 27, sass/_search.scss */
.search .search__field::-webkit-input-placeholder {
  color: #fff;
  opacity: .7;
}
/* line 32, sass/_search.scss */
.search .search__field:-ms-input-placeholder {
  color: #fff;
  opacity: .7;
}
/* line 37, sass/_search.scss */
.search .search__field::-ms-input-placeholder {
  color: #fff;
  opacity: .7;
}
/* line 44, sass/_search.scss */
.search .search__btn {
  width: 3.33333em;
  border: 0;
  background: #307e9b;
  color: #fff;
}
/* line 50, sass/_search.scss */
.search .search__btn i {
  display: inline-block;
  transform: scaleX(-1);
}

@media (min-width: 1025px) {
  /* line 59, sass/_search.scss */
  .search .search__btn:hover {
    background: #307e9b;
  }
}
/* ------------------------------------------------------------ *\
	Members
\* ------------------------------------------------------------ */
/* line 5, sass/_member.scss */
.members {
  display: flex;
  flex-flow: wrap;
}
/* line 9, sass/_member.scss */
.members .member {
  width: 50%;
}

/* ------------------------------------------------------------ *\
	Member
\* ------------------------------------------------------------ */
/* line 20, sass/_member.scss */
.member .member__image {
  position: relative;
  padding-top: 82%;
  background-position: 0 24% !important;
  background-size: cover;
}
/* line 27, sass/_member.scss */
.member .member__image:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #4ab562;
  opacity: .5;
  transition: opacity 0.3s ease-in-out;
}
/* line 40, sass/_member.scss */
.member .member__inner {
  background: transparent;
}
/* line 44, sass/_member.scss */
.member .member__content {
  padding: 0.77778em 1.11111em;
  background: #fff;
}
/* line 49, sass/_member.scss */
.member .member__title {
  margin-bottom: 0.55556em;
  text-transform: none;
}
/* line 54, sass/_member.scss */
.member .member__subtitle {
  font-size: 0.66667em;
  font-weight: normal;
  color: #333;
  letter-spacing: .1em;
}
/* line 61, sass/_member.scss */
.member .member__actions {
  display: none;
}
/* line 66, sass/_member.scss */
.member:hover .member__image:after {
  opacity: .7;
}

@media (min-width: 870px) {
  /* line 74, sass/_member.scss */
  .member {
    position: relative;
  }
  /* line 77, sass/_member.scss */
  .member .member__content {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0.77778em 0.83333em;
    background: transparent;
  }
  /* line 86, sass/_member.scss */
  .member .member__title {
    color: #fff;
    font-size: 0.88889em;
    margin-bottom: 0.125em;
  }
  /* line 92, sass/_member.scss */
  .member .member__subtitle {
    color: #fff;
  }
}
@media (min-width: 1025px) {
  /* line 100, sass/_member.scss */
  .member .member__content {
    padding: 0.94444em 1.33333em;
  }
  /* line 104, sass/_member.scss */
  .member .member__actions {
    display: block;
    height: 0;
    overflow: hidden;
    transition: 0.3s;
    margin-top: 0;
  }
  /* line 111, sass/_member.scss */
  .member .member__actions .link {
    color: #fff;
    font-size: 0.77778em;
    letter-spacing: 0;
  }
  /* line 119, sass/_member.scss */
  .member:hover .member__actions {
    height: 1.66667em;
    margin-top: 0.83333em;
  }
}
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
/* line 6, sass/_socials.scss */
.socials ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 -1.16667em;
}
/* line 14, sass/_socials.scss */
.socials li {
  padding: 0 1.16667em;
  margin: 0;
}
/* line 18, sass/_socials.scss */
.socials li:before {
  display: none;
}
/* line 23, sass/_socials.scss */
.socials a {
  background: transparent;
  font-size: 1.75em;
  color: #876821;
}

@media (min-width: 870px) {
  /* line 32, sass/_socials.scss */
  .socials li {
    padding: 0 0.94444em;
  }
  /* line 36, sass/_socials.scss */
  .socials a {
    font-size: 1.66667em;
  }
}
@media (min-width: 1025px) {
  /* line 44, sass/_socials.scss */
  .socials a:hover {
    color: #000;
  }
}
/* ------------------------------------------------------------ *\
	Filter
\* ------------------------------------------------------------ */
/* line 5, sass/_filter.scss */
.filters {
  text-align: center;
  padding: 1.66667em 0;
}
/* line 9, sass/_filter.scss */
.filters .filters__title {
  margin-bottom: 0.55556em;
  color: #4d4d4d;
  letter-spacing: .1em;
}
/* line 15, sass/_filter.scss */
.filters .select {
  display: none;
}
/* line 19, sass/_filter.scss */
.filters .filters__nav {
  display: block;
  position: relative;
}
/* line 22, sass/_filter.scss */
.filters .filters__nav ul {
  padding: 0;
  margin: 0;
}
/* line 27, sass/_filter.scss */
.filters .filters__nav li {
  padding: 0 30px;
  margin: 0;
  font-size: 14px;
  height: 42px;
  line-height: 40px;
  background-color: #fff;
  width: 100%;
}
/* line 35, sass/_filter.scss */
.filters .filters__nav li.filter-option-reset {
  line-height: 1em;
  padding-top: 14px;
}
/* line 39, sass/_filter.scss */
.filters .filters__nav li.filter-option-real {
  -webkit-tap-highlight-color: transparent;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-weight: normal;
  outline: none;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  float: none;
  border: 0;
  border-radius: 0;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #4d4d4d;
}
/* line 66, sass/_filter.scss */
.filters .filters__nav li.filter-option-real.facet-active {
  border-color: #3fa6cd;
}
/* line 69, sass/_filter.scss */
.filters .filters__nav li.filter-option-real:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 0;
  height: 0;
  border: 0;
  border-width: 8px 5px 0 5px;
  border-style: solid;
  border-right-color: transparent;
  border-left-color: transparent;
  color: #3fa6cd;
  transform: rotate(0deg);
  transform-origin: 50% 50%;
}
/* line 102, sass/_filter.scss */
.filters .filters__nav li:before {
  display: none;
}
/* line 106, sass/_filter.scss */
.filters .filters__nav li.empty {
  opacity: .5;
  cursor: not-allowed;
}
/* line 110, sass/_filter.scss */
.filters .filters__nav li.empty a {
  pointer-events: none;
}
/* line 116, sass/_filter.scss */
.filters .filters__nav .fs-wrap {
  display: block;
}
/* line 120, sass/_filter.scss */
.filters .filters__nav .fs-label-wrap {
  position: relative;
  background-color: transparent;
  border: none;
}
/* line 128, sass/_filter.scss */
.filters .filters__nav .facet-container {
  visibility: hidden;
  position: relative;
  transition: .4s all;
  opacity: 0;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin: 20px 0 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  padding: 0 1.42857em;
  border-radius: 0;
  background: #4ab562;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
}
/* line 155, sass/_filter.scss */
.filters .filters__nav .facet-container .facetwp-checkbox {
  background-size: 21px 21px;
  margin-bottom: 0.28571em;
  padding-left: 2.35714em;
}
/* line 160, sass/_filter.scss */
.filters .filters__nav .facet-container .facetwp-facet {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 0.92857em;
  margin: 1.42857em 0 1.14286em;
}
/* line 175, sass/_filter.scss */
.filters .filters__nav .facet-container.visible {
  visibility: visible;
  opacity: 1;
}
/* line 178, sass/_filter.scss */
.filters .filters__nav .facet-container.visible .facetwp-facet {
  max-height: 480px;
  overflow-y: auto;
}
/* line 185, sass/_filter.scss */
.filters .filters__nav a {
  display: block;
  border-bottom: 2px solid transparent;
  font-size: 0.88889em;
  text-transform: uppercase;
  color: #999;
  font-weight: 600;
  background: transparent;
  max-width: 8em;
  margin: 0 auto;
}
/* line 196, sass/_filter.scss */
.filters .filters__nav li.filter-option-real a {
  max-width: none;
}
/* line 200, sass/_filter.scss */
.filters .filters__nav .current a, .filters .filters__nav a:hover, .filters .filters__nav li.filter-option-reset.facet-active a {
  color: #4d4d4d;
  border-bottom-color: #3fa6cd;
}

@media (min-width: 870px) {
  /* line 209, sass/_filter.scss */
  .filters .select {
    display: none;
  }
  /* line 212, sass/_filter.scss */
  .filters .filters__title {
    font-size: 20px;
  }
  /* line 216, sass/_filter.scss */
  .filters .filters__nav ul {
    display: flex;
    justify-content: center;
  }
  /* line 224, sass/_filter.scss */
  .filters .filters__nav li {
    width: auto;
  }
  /* line 227, sass/_filter.scss */
  .filters .filters__nav li.filter-option-real {
    min-width: 18em;
  }
  /* line 232, sass/_filter.scss */
  .filters .filters__nav a {
    font-size: 16px;
  }
}
/* ------------------------------------------------------------ *\
	Popup Profile
\* ------------------------------------------------------------ */
/* line 5, sass/_popup.scss */
.popup-profile {
  position: relative;
  max-width: 26.66667em;
  margin: auto;
  background: #f2f2f2;
}
/* line 11, sass/_popup.scss */
.popup-profile .popup__actions {
  position: absolute;
  top: 0.83333em;
  right: 0.83333em;
  color: #fff;
  z-index: 10;
}
/* line 18, sass/_popup.scss */
.popup-profile .popup__actions a:before {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  border: 1px solid #F15A24;
  left: -8px;
  top: 8px;
}
/* line 28, sass/_popup.scss */
.popup-profile .popup__actions a:hover i {
  background-color: #CD4D1F;
}
/* line 31, sass/_popup.scss */
.popup-profile .popup__actions a:hover:before {
  border: 1px solid #CD4D1F;
}
/* line 35, sass/_popup.scss */
.popup-profile .popup__actions i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 54px;
  background-color: #F15A24;
  transition: .3s background-color;
}
/* line 46, sass/_popup.scss */
.popup-profile .popup__actions i.ico-x-gray {
  display: none;
}

@media (min-width: 870px) {
  /* line 55, sass/_popup.scss */
  .popup-profile .popup__actions {
    top: 1.94444em;
    right: 1.94444em;
  }
}
@media (min-width: 1025px) {
  /* line 63, sass/_popup.scss */
  .popup-profile {
    max-width: 67.77778em;
  }
  /* line 66, sass/_popup.scss */
  .popup-profile .popup__actions {
    top: 28px;
    right: 28px;
    color: #4d4d4d;
  }
  /* line 73, sass/_popup.scss */
  .popup-profile .popup__actions i.ico-x {
    display: none;
  }
  /* line 77, sass/_popup.scss */
  .popup-profile .popup__actions i.ico-x-gray {
    display: inline-block;
  }
}
/* line 84, sass/_popup.scss */
.profile__image img.js-focal-point-image {
  min-width: 100%;
  min-height: 100%;
  width: 100% !important;
  left: 0 !important;
}

/* ------------------------------------------------------------ *\
	Magnific Popup Restyle
\* ------------------------------------------------------------ */
/* line 5, sass/_magnific-popup.scss */
.mfp-container {
  padding: 0;
}

/* ------------------------------------------------------------ *\
	Profile
\* ------------------------------------------------------------ */
/* line 6, sass/_profile.scss */
.profile h4 {
  color: #4ab562;
}
/* line 10, sass/_profile.scss */
.profile .profile__socials {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
/* line 16, sass/_profile.scss */
.profile .profile__socials ul {
  display: flex;
  padding: 0;
  margin: 0;
}
/* line 22, sass/_profile.scss */
.profile .profile__socials li {
  width: 33.33%;
  padding: 0;
  margin: 0;
}
/* line 27, sass/_profile.scss */
.profile .profile__socials li:before {
  display: none;
}
/* line 32, sass/_profile.scss */
.profile .profile__socials a {
  display: block;
  background: transparent;
  height: 4.16667em;
  color: #fff;
  text-align: center;
  line-height: 4.11111em;
}
/* line 41, sass/_profile.scss */
.profile .profile__socials .profile__socials-content {
  display: none;
}
/* line 45, sass/_profile.scss */
.profile .profile__socials .profile__socials-success a {
  background: #4ab562;
}
/* line 49, sass/_profile.scss */
.profile .profile__socials .profile__socials-warning a {
  background: #e1ad37;
}
/* line 53, sass/_profile.scss */
.profile .profile__socials .profile__socials-default a {
  background: #3fa6cd;
}
/* line 58, sass/_profile.scss */
.profile .profile__image {
  position: relative;
}
/* line 62, sass/_profile.scss */
.profile .profile__image img {
  width: 100%;
}
/* line 66, sass/_profile.scss */
.profile .profile__content {
  padding: 1.94444em 1.11111em;
}
/* line 70, sass/_profile.scss */
.profile .profile__subtitle {
  color: #bebebe;
}

@media (min-width: 870px) {
  /* line 77, sass/_profile.scss */
  .profile .profile__content {
    padding: 2.5em;
  }
}
@media (min-width: 1025px) {
  /* line 85, sass/_profile.scss */
  .profile .profile__body {
    display: flex;
    padding: 0 8.88889em 0 1.38889em;
  }
  /* line 90, sass/_profile.scss */
  .profile .profile__aside {
    width: 23.33333em;
    flex-shrink: 0;
    margin-top: -1.38889em;
  }
  /* line 96, sass/_profile.scss */
  .profile .profile__content {
    padding: 4.44444em 0em 2.77778em 4.16667em;
  }
  /* line 101, sass/_profile.scss */
  .profile .profile__socials li {
    position: static;
  }
  /* line 104, sass/_profile.scss */
  .profile .profile__socials li:hover .profile__socials-content {
    opacity: 1;
    visibility: visible;
  }
  /* line 110, sass/_profile.scss */
  .profile .profile__socials .profile__socials-content {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  /* line 122, sass/_profile.scss */
  .profile .profile__socials .profile__socials-warning .profile__socials-content a {
    background: #c89a31;
  }
  /* line 127, sass/_profile.scss */
  .profile .profile__socials .profile__socials-default a:hover {
    background: #0993af;
  }
  /* line 132, sass/_profile.scss */
  .profile .profile__socials .profile__socials-success .profile__socials-content {
    width: 50%;
  }
  /* line 136, sass/_profile.scss */
  .profile .profile__socials .profile__socials-success .profile__socials-content a {
    background: #42a157;
  }
}
