/*
Theme Name: ELL
Description: Dedicated Wordpress theme for Company Name
*/
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* line 9, ../../../../source/wp-content/themes/ELL/css/vendor/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 20, ../../../../source/wp-content/themes/ELL/css/vendor/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
/* line 33, ../../../../source/wp-content/themes/ELL/css/vendor/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 52, ../../../../source/wp-content/themes/ELL/css/vendor/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 63, ../../../../source/wp-content/themes/ELL/css/vendor/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 72, ../../../../source/wp-content/themes/ELL/css/vendor/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
/* line 81, ../../../../source/wp-content/themes/ELL/css/vendor/_normalize.scss */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 94, ../../../../source/wp-content/themes/ELL/css/vendor/_normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 104, ../../../../source/wp-content/themes/ELL/css/vendor/_normalize.scss */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 117, ../../../../source/wp-content/themes/ELL/css/vendor/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 127, ../../../../source/wp-content/themes/ELL/css/vendor/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 136, ../../../../source/wp-content/themes/ELL/css/vendor/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 145, ../../../../source/wp-content/themes/ELL/css/vendor/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 154, ../../../../source/wp-content/themes/ELL/css/vendor/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 163, ../../../../source/wp-content/themes/ELL/css/vendor/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 172, ../../../../source/wp-content/themes/ELL/css/vendor/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 181, ../../../../source/wp-content/themes/ELL/css/vendor/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 189, ../../../../source/wp-content/themes/ELL/css/vendor/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 193, ../../../../source/wp-content/themes/ELL/css/vendor/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 204, ../../../../source/wp-content/themes/ELL/css/vendor/_normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 212, ../../../../source/wp-content/themes/ELL/css/vendor/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 224, ../../../../source/wp-content/themes/ELL/css/vendor/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
/* line 236, ../../../../source/wp-content/themes/ELL/css/vendor/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 245, ../../../../source/wp-content/themes/ELL/css/vendor/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 259, ../../../../source/wp-content/themes/ELL/css/vendor/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
/* line 272, ../../../../source/wp-content/themes/ELL/css/vendor/_normalize.scss */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 281, ../../../../source/wp-content/themes/ELL/css/vendor/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 291, ../../../../source/wp-content/themes/ELL/css/vendor/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 302, ../../../../source/wp-content/themes/ELL/css/vendor/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 313, ../../../../source/wp-content/themes/ELL/css/vendor/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 325, ../../../../source/wp-content/themes/ELL/css/vendor/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 336, ../../../../source/wp-content/themes/ELL/css/vendor/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 349, ../../../../source/wp-content/themes/ELL/css/vendor/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 362, ../../../../source/wp-content/themes/ELL/css/vendor/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 371, ../../../../source/wp-content/themes/ELL/css/vendor/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 381, ../../../../source/wp-content/themes/ELL/css/vendor/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 391, ../../../../source/wp-content/themes/ELL/css/vendor/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
/* line 400, ../../../../source/wp-content/themes/ELL/css/vendor/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
/* line 409, ../../../../source/wp-content/themes/ELL/css/vendor/_normalize.scss */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 419, ../../../../source/wp-content/themes/ELL/css/vendor/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=fd611a1b2c28fb192e1ea898c98b8fc4)
 * Config saved to config.json and https://gist.github.com/fd611a1b2c28fb192e1ea898c98b8fc4
 */
  /*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
body {
  margin: 0;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
[hidden], template {
  display: none;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
a {
  background-color: transparent;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
a:active, a:hover {
  outline: 0;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
b, strong {
  font-weight: bold;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
dfn {
  font-style: italic;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
small {
  font-size: 80%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
sup {
  top: -0.5em;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
sub {
  bottom: -0.25em;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
img {
  border: 0;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
figure {
  margin: 1em 40px;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
pre {
  overflow: auto;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
button {
  overflow: visible;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
button, select {
  text-transform: none;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
button[disabled], html input[disabled] {
  cursor: default;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
input {
  line-height: normal;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
textarea {
  overflow: auto;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
optgroup {
  font-weight: bold;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
td, th {
  padding: 0;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #283e42;
  background-color: #fff;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
a {
  color: #283e42;
  text-decoration: none;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
a:hover, a:focus {
  color: #283e42;
  text-decoration: underline;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
figure {
  margin: 0;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
img {
  vertical-align: middle;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.img-circle {
  border-radius: 50%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
[role="button"] {
  cursor: pointer;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .container {
    width: 960px;
  }
}
/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.row {
  margin-left: -10px;
  margin-right: -10px;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-12 {
  width: 100%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-9 {
  width: 75%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-6 {
  width: 50%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-3 {
  width: 25%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-11 {
    width: 91.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-10 {
    width: 83.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-8 {
    width: 66.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-7 {
    width: 58.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-5 {
    width: 41.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-4 {
    width: 33.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-2 {
    width: 16.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-1 {
    width: 8.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.pull-right {
  float: right !important;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.pull-left {
  float: left !important;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.hide {
  display: none !important;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.show {
  display: block !important;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.invisible {
  visibility: hidden;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.hidden {
  display: none !important;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .visible-md {
    display: block !important;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .visible-print {
    display: block !important;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}
/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .visible-print-block {
    display: block !important;
  }
}
/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .visible-print-inline {
    display: inline !important;
  }
}
/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  /* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_bootstrap.min.scss */
  .hidden-print {
    display: none !important;
  }
}
/* Slider */
/* line 2, ../../../../source/wp-content/themes/ELL/css/vendor/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, ../../../../source/wp-content/themes/ELL/css/vendor/_slick.scss */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 25, ../../../../source/wp-content/themes/ELL/css/vendor/_slick.scss */
.slick-list:focus {
  outline: none;
}

/* line 29, ../../../../source/wp-content/themes/ELL/css/vendor/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 34, ../../../../source/wp-content/themes/ELL/css/vendor/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 43, ../../../../source/wp-content/themes/ELL/css/vendor/_slick.scss */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

/* line 50, ../../../../source/wp-content/themes/ELL/css/vendor/_slick.scss */
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

/* line 56, ../../../../source/wp-content/themes/ELL/css/vendor/_slick.scss */
.slick-track:after {
  clear: both;
}

/* line 60, ../../../../source/wp-content/themes/ELL/css/vendor/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, ../../../../source/wp-content/themes/ELL/css/vendor/_slick.scss */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

/* line 71, ../../../../source/wp-content/themes/ELL/css/vendor/_slick.scss */
[dir='rtl'] .slick-slide {
  float: right;
}

/* line 75, ../../../../source/wp-content/themes/ELL/css/vendor/_slick.scss */
.slick-slide img {
  display: block;
}

/* line 79, ../../../../source/wp-content/themes/ELL/css/vendor/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 83, ../../../../source/wp-content/themes/ELL/css/vendor/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 87, ../../../../source/wp-content/themes/ELL/css/vendor/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 91, ../../../../source/wp-content/themes/ELL/css/vendor/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 95, ../../../../source/wp-content/themes/ELL/css/vendor/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 0;
}

/* line 101, ../../../../source/wp-content/themes/ELL/css/vendor/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 1, ../../../../source/wp-content/themes/ELL/css/vendor/_fancySelect.scss */
div.fancy-select {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  color: #46565D;
}

/* line 9, ../../../../source/wp-content/themes/ELL/css/vendor/_fancySelect.scss */
div.fancy-select.disabled {
  opacity: 0.5;
}

/* line 13, ../../../../source/wp-content/themes/ELL/css/vendor/_fancySelect.scss */
div.fancy-select select:focus + div.trigger {
  box-shadow: 0 0 0 2px #4B5468;
}

/* line 17, ../../../../source/wp-content/themes/ELL/css/vendor/_fancySelect.scss */
div.fancy-select select:focus + div.trigger.open {
  box-shadow: none;
}

/* line 21, ../../../../source/wp-content/themes/ELL/css/vendor/_fancySelect.scss */
div.fancy-select div.trigger {
  border-radius: 4px;
  cursor: pointer;
  padding: 10px 24px 9px 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  background: #99A5BE;
  border: 1px solid #99A5BE;
  border-top-color: #A5B2CB;
  color: #4B5468;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  width: 200px;
  transition: all 240ms ease-out;
  -webkit-transition: all 240ms ease-out;
  -moz-transition: all 240ms ease-out;
  -ms-transition: all 240ms ease-out;
  -o-transition: all 240ms ease-out;
}

/* line 43, ../../../../source/wp-content/themes/ELL/css/vendor/_fancySelect.scss */
div.fancy-select div.trigger:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #4B5468;
  top: 20px;
  right: 9px;
}

/* line 55, ../../../../source/wp-content/themes/ELL/css/vendor/_fancySelect.scss */
div.fancy-select div.trigger.open {
  background: #4A5368;
  border: 1px solid #475062;
  color: #7A8498;
  box-shadow: none;
}

/* line 62, ../../../../source/wp-content/themes/ELL/css/vendor/_fancySelect.scss */
div.fancy-select div.trigger.open:after {
  border-top-color: #7A8498;
}

/* line 66, ../../../../source/wp-content/themes/ELL/css/vendor/_fancySelect.scss */
div.fancy-select ul.options {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 40px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
  max-height: 200px;
  overflow: auto;
  background: #62C8BF;
  border-radius: 4px;
  border-top: 1px solid #7DD8D2;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}

/* line 90, ../../../../source/wp-content/themes/ELL/css/vendor/_fancySelect.scss */
div.fancy-select ul.options.open {
  visibility: visible;
  top: 50px;
  opacity: 1;
  /* have to use a non-visibility transition to prevent this iOS issue (bug?): */
  /*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
  transition: opacity 300ms ease-out, top 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, top 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out;
}

/* line 104, ../../../../source/wp-content/themes/ELL/css/vendor/_fancySelect.scss */
div.fancy-select ul.options.overflowing {
  top: auto;
  bottom: 40px;
  transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
}

/* line 115, ../../../../source/wp-content/themes/ELL/css/vendor/_fancySelect.scss */
div.fancy-select ul.options.overflowing.open {
  top: auto;
  bottom: 50px;
  transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -o-transition: opacity 300ms ease-out, bottom 300ms ease-out;
}

/* line 126, ../../../../source/wp-content/themes/ELL/css/vendor/_fancySelect.scss */
div.fancy-select ul.options li {
  padding: 8px 12px;
  color: #2B8686;
  cursor: pointer;
  white-space: nowrap;
  transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
}

/* line 139, ../../../../source/wp-content/themes/ELL/css/vendor/_fancySelect.scss */
div.fancy-select ul.options li.selected {
  background: rgba(43, 134, 134, 0.3);
  color: rgba(255, 255, 255, 0.75);
}

/* line 144, ../../../../source/wp-content/themes/ELL/css/vendor/_fancySelect.scss */
div.fancy-select ul.options li.hover {
  color: #fff;
}

/* line 1, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 7, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 23, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 26, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 33, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 39, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container .select2-search--inline {
  float: left;
}

/* line 41, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 47, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 50, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 61, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-results {
  display: block;
}

/* line 64, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 69, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 73, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 76, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 79, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 84, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 89, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 92, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 96, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 98, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 101, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 118, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/* line 128, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 132, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 135, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 139, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 141, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 147, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 159, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 162, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 166, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 169, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 172, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 176, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 181, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 187, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 189, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

/* line 193, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

/* line 199, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 208, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 214, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 217, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 220, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 224, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 228, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 232, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 236, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 239, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 243, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 247, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 250, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 257, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 261, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 264, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 267, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 270, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 272, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 274, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 277, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 280, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 283, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 286, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 290, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 294, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 299, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 309, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 311, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 314, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 319, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 321, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 337, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 349, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 352, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 361, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 363, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 366, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 370, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 380, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 390, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 396, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 398, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 402, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 404, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 413, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 419, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 422, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

/* line 425, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 429, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 433, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 436, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 441, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 446, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 450, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 454, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 458, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 461, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 464, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 468, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 471, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 474, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

/* line 478, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 483, ../../../../source/wp-content/themes/ELL/css/vendor/_select2.scss */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

@font-face {
  font-family: 'cabinmedium';
  src: url("../woff2/cabin-medium-webfont.woff2") format("woff2"), url("../woff/cabin-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cabinbold';
  src: url("../woff2/cabin-bold-webfont.woff2") format("woff2"), url("../woff/cabin-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansregular';
  src: url("../woff2/opensans-regular-webfont.woff2") format("woff2"), url("../woff/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanssemibold';
  src: url("../woff2/opensans-semibold-webfont.woff2") format("woff2"), url("../woff/opensans-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansbold';
  src: url("../woff2/opensans-bold-webfont.woff2") format("woff2"), url("../woff/opensans-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* line 3, ../../../../source/wp-content/themes/ELL/css/_mixins.scss */
.btn-more span:after, .btn-more:focus span:after, .btn-printer:before, .style-overlay:before, .page-header:before, .slide:before, .form-row .input-top-left:after, .form-row .input-last:before, label.wpcf7-list-item-label:before, .gfield.input-top-left:after, .gfield.input-last:before, .gfield.input-select .gfield_checkbox label:before, .tab.active:after, .tab:hover .tab-image:before, .post-feed-box:hover .post-feed-image:before, .post-feed-box.has-video .post-feed-image:after, .fd-title:after, .main-menu .menu li.menu-item-has-children > a:before, .main-menu .menu li.menu-item-has-children > a:after, .has-border:after {
  position: absolute;
  display: block;
  content: '';
}

/* Breakpoints */
/* Resets */
/* line 3, ../../../../source/wp-content/themes/ELL/css/_styleguide.scss */
.style-nm, .section-title, .post-intro h2, .content-image p, .page-title-wrapper h1, .page-title-wrapper h3, .page-title-wrapper h4, .page-title-wrapper h5, .section-intro p, .simple-content h2, .slide-inner h1, .section-content.project-newsletter .section-title, .section-content.project-newsletter .post-intro h2, .post-intro .section-content.project-newsletter h2, h2.text-item-title, .text-item-subtitle, .post-intro p, .single-project-item h2, .project-image, .project-details h3, .project-details h4, .project-description p {
  margin: 0;
  padding: 0;
}

/* Fonts */
/* Colors */
/* Typography */
/* line 27, ../../../../source/wp-content/themes/ELL/css/_styleguide.scss */
.style-uc, h5, .form-lt input[type="submit"], .form-row input[type="submit"], .form-row input[type="submit"]:focus, .page-title-wrapper h5, .slide-inner h2, .tabs-titles li a, .fd-title, .newsletter-trigger.btn-lb, .main-menu .menu li a, .single-project-item .btn-content, .single-project-item .btn-content-sm {
  text-transform: uppercase;
}

/* Headers and Paragraphs */
/* line 1, ../../../../source/wp-content/themes/ELL/css/elements/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* line 5, ../../../../source/wp-content/themes/ELL/css/elements/_typography.scss */
h1 {
  font-family: "cabinbold";
  font-size: 46px;
  line-height: 46px;
}

/* line 11, ../../../../source/wp-content/themes/ELL/css/elements/_typography.scss */
h2 {
  font-family: "cabinbold";
  font-size: 32px;
  line-height: 40px;
}

/* line 17, ../../../../source/wp-content/themes/ELL/css/elements/_typography.scss */
h3 {
  font-family: "cabinbold";
  font-size: 20px;
  line-height: 30px;
}

/* line 23, ../../../../source/wp-content/themes/ELL/css/elements/_typography.scss */
h4 {
  font-family: "cabinbold";
  font-size: 17.5px;
  line-height: 30px;
}

/* line 29, ../../../../source/wp-content/themes/ELL/css/elements/_typography.scss */
h5 {
  font-family: "open_sanssemibold";
  font-size: 21px;
  line-height: 23px;
}

/* line 36, ../../../../source/wp-content/themes/ELL/css/elements/_typography.scss */
p1, .pp-lg, .tab-content-intro, .content-image p, .section-intro, .post-intro {
  font-family: "open_sansregular";
  font-size: 21px;
  line-height: 31px;
}

/* line 42, ../../../../source/wp-content/themes/ELL/css/elements/_typography.scss */
p2, .pp-md, .tab-content-description, .simple-content, .post, .post-categories, .single-project-item, .templateerror {
  font-family: "open_sansregular";
  font-size: 16px;
  line-height: 23px;
}

/* line 48, ../../../../source/wp-content/themes/ELL/css/elements/_typography.scss */
.section-title, .post-intro h2 {
  font-family: "open_sansbold";
}

/* Links */
/* line 37, ../../../../source/wp-content/themes/ELL/css/_styleguide.scss */
.style-link, .newsletter-trigger.btn-lb, .footer-mail {
  color: #16a7b4;
}
/* line 39, ../../../../source/wp-content/themes/ELL/css/_styleguide.scss */
.style-link:hover, .newsletter-trigger.btn-lb:hover, .footer-mail:hover {
  color: #283e42;
}

/* Lists */
/* line 1, ../../../../source/wp-content/themes/ELL/css/elements/_lists.scss */
.style-hlist, .socials, .gfield.input-select ul, .tabs-titles, .main-menu .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 5, ../../../../source/wp-content/themes/ELL/css/elements/_lists.scss */
.style-hlist li, .socials li, .gfield.input-select ul li, .tabs-titles li, .main-menu .menu li {
  display: inline-block;
}

/* line 10, ../../../../source/wp-content/themes/ELL/css/elements/_lists.scss */
.style-vlist, .project-details ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 14, ../../../../source/wp-content/themes/ELL/css/elements/_lists.scss */
.style-vlist li, .project-details ul li {
  display: block;
}

/* line 20, ../../../../source/wp-content/themes/ELL/css/elements/_lists.scss */
.content-list li {
  margin-bottom: 10px;
}

/* Buttons */
/* line 1, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
.btn-wrap {
  text-align: center;
}

/* line 5, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
.btn, .btn:focus {
  display: inline-block;
  padding: 10px 23px 10px 23px;
  border: 2px solid #ffffff;
  background: #ffffff;
  font-size: 18px;
  text-align: center;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
/* line 13, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
.btn:hover, .btn:focus:hover {
  color: #ffffff;
  background: transparent;
}

/* line 19, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
.btn-rounded, .form-lt input[type="submit"], .form-row input[type="submit"], .form-row input[type="submit"]:focus {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 23, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
.btn-content, .btn-content-sm, .btn-content-sm:focus, .form-lt input[type="submit"], .form-row input[type="submit"], .form-row input[type="submit"]:focus, .btn-content:focus, .btn-content-sm:focus, .form-lt input[type="submit"]:focus, .form-row input[type="submit"]:focus {
  font-size: 20px;
  font-family: "open_sanssemibold";
  padding: 7px 12px 7px 12px;
  letter-spacing: 2px;
}

/* line 30, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
.btn-transparent, .btn-transparent:focus {
  background: transparent;
  color: #ffffff;
}
/* line 33, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
.btn-transparent:hover, .btn-transparent:focus:hover {
  background: #ffffff;
  color: #283e42;
}
@media (max-width: 992px) {
  /* line 38, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
  .btn-transparent:hover, .btn-transparent:focus:hover {
    background: transparent;
    color: #ffffff;
  }
}

/* line 45, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
.btn-green, .simple-content .btn-content, .simple-content .btn-content-sm, .simple-content .form-lt input[type="submit"], .form-lt .simple-content input[type="submit"], .simple-content .form-row input[type="submit"], .form-row .simple-content input[type="submit"], .btn-green:focus, .simple-content .btn-content:focus, .simple-content .btn-content-sm:focus, .simple-content .form-lt input[type="submit"]:focus, .form-lt .simple-content input[type="submit"]:focus, .simple-content .form-row input[type="submit"]:focus, .form-row .simple-content input[type="submit"]:focus {
  background: #69c39e;
  color: #ffffff;
  border-color: #69c39e;
}
/* line 49, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
.btn-green:hover, .simple-content .btn-content:hover, .simple-content .btn-content-sm:hover, .simple-content .form-lt input[type="submit"]:hover, .form-lt .simple-content input[type="submit"]:hover, .simple-content .form-row input[type="submit"]:hover, .form-row .simple-content input[type="submit"]:hover, .btn-green:focus:hover, .simple-content .btn-content:focus:hover, .simple-content .btn-content-sm:focus:hover, .simple-content .form-lt input[type="submit"]:focus:hover, .form-lt .simple-content input[type="submit"]:focus:hover, .simple-content .form-row input[type="submit"]:focus:hover, .form-row .simple-content input[type="submit"]:focus:hover {
  background: transparent;
  color: #69c39e;
}
@media (max-width: 992px) {
  /* line 54, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
  .btn-green:hover, .simple-content .btn-content:hover, .simple-content .btn-content-sm:hover, .simple-content .form-lt input[type="submit"]:hover, .form-lt .simple-content input[type="submit"]:hover, .simple-content .form-row input[type="submit"]:hover, .form-row .simple-content input[type="submit"]:hover, .btn-green:focus:hover, .simple-content .btn-content:focus:hover, .simple-content .btn-content-sm:focus:hover, .simple-content .form-lt input[type="submit"]:focus:hover, .form-lt .simple-content input[type="submit"]:focus:hover, .simple-content .form-row input[type="submit"]:focus:hover, .form-row .simple-content input[type="submit"]:focus:hover {
    background: #69c39e;
    color: #ffffff;
    border-color: #69c39e;
  }
}

/* line 62, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
.btn-green-alt, .btn-green-alt:focus {
  background: #ffffff;
  color: #69c39e;
  border-color: #ffffff;
}
/* line 66, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
.btn-green-alt:hover, .btn-green-alt:focus:hover {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
@media (max-width: 992px) {
  /* line 72, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
  .btn-green-alt:hover, .btn-green-alt:focus:hover {
    background: #ffffff;
    color: #69c39e;
    border-color: #ffffff;
  }
}

/* line 80, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
.btn-red, .btn-red:focus {
  background: #eb4f54;
  color: #ffffff;
  border-color: #eb4f54;
}
/* line 84, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
.btn-red:hover, .btn-red:focus:hover {
  background: transparent;
  color: #eb4f54;
}
@media (max-width: 992px) {
  /* line 89, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
  .btn-red:hover, .btn-red:focus:hover {
    background: #eb4f54;
    color: #ffffff;
    border-color: #eb4f54;
  }
}

/* line 97, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
.btn-red-alt, .btn-red-alt:focus {
  color: #eb4f54;
}
/* line 99, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
.btn-red-alt:hover, .btn-red-alt:focus:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  /* line 103, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
  .btn-red-alt:hover, .btn-red-alt:focus:hover {
    color: #ffffff;
  }
}

/* line 109, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
.btn-white, .form-lt input[type="submit"], .form-row input[type="submit"], .form-row input[type="submit"]:focus, .btn-white:focus, .form-lt input[type="submit"]:focus, .form-row input[type="submit"]:focus {
  background: #ffffff;
  color: #283e42;
}
/* line 112, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
.btn-white:hover, .form-lt input[type="submit"]:hover, .form-row input[type="submit"]:hover, .btn-white:focus:hover, .form-lt input[type="submit"]:focus:hover, .form-row input[type="submit"]:focus:hover {
  border-color: #ffffff;
  background: transparent;
  color: #ffffff;
}
@media (max-width: 992px) {
  /* line 118, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
  .btn-white:hover, .form-lt input[type="submit"]:hover, .form-row input[type="submit"]:hover, .btn-white:focus:hover, .form-lt input[type="submit"]:focus:hover, .form-row input[type="submit"]:focus:hover {
    background: #ffffff;
    color: #283e42;
  }
}

/* line 125, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
.btn-blue, .btn-blue:focus {
  background: #16a7b4;
  color: #ffffff;
  border-color: #16a7b4;
}
/* line 129, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
.btn-blue:hover, .btn-blue:focus:hover {
  border-color: #16a7b4;
  background: transparent;
  color: #16a7b4;
}

/* line 136, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
.btn-blue-alt, .btn-blue-alt:focus {
  background: #ffffff;
  color: #16a7b4;
}
/* line 139, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
.btn-blue-alt:hover, .btn-blue-alt:focus:hover {
  border-color: #ffffff;
  background: transparent;
  color: #ffffff;
}

/* line 146, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
.btn-blue-dk, .lb-container.lb-default .form-dk .form-row input[type="submit"], .lb-container.lb-default .form-dk .form-row input[type="submit"]:focus, .lb-newsletter input[type="submit"], .lb-newsletter input[type="submit"]:focus, .btn-blue-dk:focus, .lb-container.lb-default .form-dk .form-row input[type="submit"]:focus, .lb-newsletter input[type="submit"]:focus {
  background: #283e42;
  color: #ffffff;
  border-color: #283e42;
}
/* line 150, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
.btn-blue-dk:hover, .lb-container.lb-default .form-dk .form-row input[type="submit"]:hover, .lb-newsletter input[type="submit"]:hover, .btn-blue-dk:focus:hover, .lb-container.lb-default .form-dk .form-row input[type="submit"]:focus:hover, .lb-newsletter input[type="submit"]:focus:hover {
  border-color: #283e42;
  background: transparent;
  color: #283e42;
}

/* line 158, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
.btn-blue-dk-alt, .btn-blue-dk-alt:focus {
  background: #ffffff;
  color: #283e42;
}
/* line 161, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
.btn-blue-dk-alt:hover, .btn-blue-dk-alt:focus:hover {
  border-color: #ffffff;
  background: transparent;
  color: #ffffff;
}

/* line 168, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
.btn-more, .btn-more:focus {
  font-size: 19px;
  padding: 7px 47px 7px 15px;
  letter-spacing: 1px;
}
/* line 172, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
.btn-more span, .btn-more:focus span {
  position: relative;
}
/* line 18, ../../../../source/wp-content/themes/ELL/css/_mixins.scss */
.btn-more span:after, .btn-more:focus span:after {
  width: 16px;
  height: 16px;
  right: -34px;
  top: 50%;
  margin-top: -7px;
  background: url("../ico-arrow-btn.html");
}
/* line 182, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
.btn-more:hover span:after, .btn-more:focus:hover span:after {
  background-position: 0 -16px;
}

/* line 188, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
.btn-content-sm, .btn-content-sm:focus {
  font-size: 19px;
}

/* line 193, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
.btn-scroll {
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 36px;
  text-indent: -9999px;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  animation: btn_bounce 1.5s ease-in-out infinite;
}
/* line 206, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
.btn-scroll:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 28px;
  height: 28px;
  background: url("../arrow-scroll.html") 6px 10px no-repeat;
}

@keyframes btn_bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-23px);
  }
  100% {
    transform: translateY(0);
  }
}
/* line 224, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
.btn-printer {
  position: relative;
  display: inline-block;
  margin: 0 0 36px 23px;
  font-size: 17px;
  font-family: "open_sanssemibold";
  text-align: center;
}
/* line 18, ../../../../source/wp-content/themes/ELL/css/_mixins.scss */
.btn-printer:before {
  width: 20px;
  height: 20px;
  left: -29px;
  top: 5px;
  background: url("../ico-print.html");
  background-position: 0 0;
}
/* line 237, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
.btn-printer:hover {
  color: #687476;
}
/* line 239, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
.btn-printer:hover:before {
  background-position: 0 -20px;
}

/* line 245, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
.btn-text-wrap {
  margin: 30px 0 42px 0;
}

/* line 249, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
.btn-text {
  color: #16a7b4;
}
/* line 251, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
.btn-text i {
  position: relative;
}
/* line 253, ../../../../source/wp-content/themes/ELL/css/elements/_buttons.scss */
.btn-text i:before {
  position: absolute;
  display: block;
  font-size: 23px;
  right: -22px;
  top: -18px;
}

/* Borders */
/* Icons */
/* line 1, ../../../../source/wp-content/themes/ELL/css/elements/_icons.scss */
.style-icon-round, .style-icon-round-md, .socials-md a, .style-icon-round-lg, .socials-lg a, .socials a {
  display: block;
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
/* line 9, ../../../../source/wp-content/themes/ELL/css/elements/_icons.scss */
.style-icon-round:hover, .style-icon-round-md:hover, .socials-md a:hover, .style-icon-round-lg:hover, .socials-lg a:hover, .socials a:hover {
  background-color: transparent;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/elements/_icons.scss */
.style-icon-round-md, .socials-md a {
  width: 38px;
  height: 38px;
}

/* line 20, ../../../../source/wp-content/themes/ELL/css/elements/_icons.scss */
.style-icon-round-lg, .socials-lg a {
  width: 44px;
  height: 44px;
}

/* line 27, ../../../../source/wp-content/themes/ELL/css/elements/_icons.scss */
.icon-bdk a {
  background-color: #283e42;
  border: 2px solid #283e42;
}
/* line 30, ../../../../source/wp-content/themes/ELL/css/elements/_icons.scss */
.icon-bdk a:before {
  color: #ffffff;
}
/* line 34, ../../../../source/wp-content/themes/ELL/css/elements/_icons.scss */
.icon-bdk a:hover:before {
  color: #283e42;
}

/* line 42, ../../../../source/wp-content/themes/ELL/css/elements/_icons.scss */
.icon-blt a {
  background-color: #16a7b4;
  border: 2px solid #16a7b4;
}
/* line 45, ../../../../source/wp-content/themes/ELL/css/elements/_icons.scss */
.icon-blt a:before {
  color: #ffffff;
}
/* line 49, ../../../../source/wp-content/themes/ELL/css/elements/_icons.scss */
.icon-blt a:hover:before {
  color: #16a7b4;
}

/* line 57, ../../../../source/wp-content/themes/ELL/css/elements/_icons.scss */
.icon-red a {
  background-color: #eb4f54;
  border: 2px solid #eb4f54;
}
/* line 60, ../../../../source/wp-content/themes/ELL/css/elements/_icons.scss */
.icon-red a:before {
  color: #ffffff;
}
/* line 64, ../../../../source/wp-content/themes/ELL/css/elements/_icons.scss */
.icon-red a:hover:before {
  color: #eb4f54;
}

/* line 72, ../../../../source/wp-content/themes/ELL/css/elements/_icons.scss */
.icon-green a {
  background-color: #69c39e;
  border: 2px solid #69c39e;
}
/* line 75, ../../../../source/wp-content/themes/ELL/css/elements/_icons.scss */
.icon-green a:before {
  color: #ffffff;
}
/* line 79, ../../../../source/wp-content/themes/ELL/css/elements/_icons.scss */
.icon-green a:hover:before {
  color: #69c39e;
}

/* line 86, ../../../../source/wp-content/themes/ELL/css/elements/_icons.scss */
.socials {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
/* line 91, ../../../../source/wp-content/themes/ELL/css/elements/_icons.scss */
.socials a {
  position: relative;
}
/* line 94, ../../../../source/wp-content/themes/ELL/css/elements/_icons.scss */
.socials a:before {
  position: absolute;
  display: block;
  font-size: 14px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 103, ../../../../source/wp-content/themes/ELL/css/elements/_icons.scss */
.socials-sm {
  margin: 0 10px 0 0;
}
/* line 105, ../../../../source/wp-content/themes/ELL/css/elements/_icons.scss */
.socials-sm li {
  margin-right: 8px;
}

/* line 110, ../../../../source/wp-content/themes/ELL/css/elements/_icons.scss */
.socials-md {
  margin: 0 0 0 13px;
}
/* line 112, ../../../../source/wp-content/themes/ELL/css/elements/_icons.scss */
.socials-md li {
  margin-right: 14px;
}
/* line 117, ../../../../source/wp-content/themes/ELL/css/elements/_icons.scss */
.socials-md a:before {
  font-size: 22px;
}

/* line 123, ../../../../source/wp-content/themes/ELL/css/elements/_icons.scss */
.socials-lg {
  margin: 32px 0 0 2px;
}
/* line 125, ../../../../source/wp-content/themes/ELL/css/elements/_icons.scss */
.socials-lg li {
  margin-right: 16px;
}
/* line 130, ../../../../source/wp-content/themes/ELL/css/elements/_icons.scss */
.socials-lg a:before {
  font-size: 25px;
}

/* Elements */
/* line 18, ../../../../source/wp-content/themes/ELL/css/_mixins.scss */
.style-overlay:before, .page-header:before, .slide:before {
  width: 100%;
  height: 100%;
  background: rgba(52, 48, 48, 0.3);
}

/* Form */
/* line 1, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
.style-input, .style-input-dk, .form-dk input, .form-dk textarea, .style-input-lt, .form-lt input, .form-lt textarea {
  font-family: "open_sanssemibold";
  font-size: 17px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-appearance: none;
  appearance: none;
}
/* line 61, C:\Ruby193\lib\ruby\gems\1.9.1\gems\compass-core-1.0.1\stylesheets\compass\css3\_user-interface.scss */
.style-input:focus:-moz-placeholder, .style-input-dk:focus:-moz-placeholder, .form-dk input:focus:-moz-placeholder, .form-dk textarea:focus:-moz-placeholder, .style-input-lt:focus:-moz-placeholder, .form-lt input:focus:-moz-placeholder, .form-lt textarea:focus:-moz-placeholder {
  color: transparent;
}
/* line 64, C:\Ruby193\lib\ruby\gems\1.9.1\gems\compass-core-1.0.1\stylesheets\compass\css3\_user-interface.scss */
.style-input:focus::-moz-placeholder, .style-input-dk:focus::-moz-placeholder, .form-dk input:focus::-moz-placeholder, .form-dk textarea:focus::-moz-placeholder, .style-input-lt:focus::-moz-placeholder, .form-lt input:focus::-moz-placeholder, .form-lt textarea:focus::-moz-placeholder {
  color: transparent;
}
/* line 67, C:\Ruby193\lib\ruby\gems\1.9.1\gems\compass-core-1.0.1\stylesheets\compass\css3\_user-interface.scss */
.style-input:focus:-ms-input-placeholder, .style-input-dk:focus:-ms-input-placeholder, .form-dk input:focus:-ms-input-placeholder, .form-dk textarea:focus:-ms-input-placeholder, .style-input-lt:focus:-ms-input-placeholder, .form-lt input:focus:-ms-input-placeholder, .form-lt textarea:focus:-ms-input-placeholder {
  color: transparent;
}
/* line 56, C:\Ruby193\lib\ruby\gems\1.9.1\gems\compass-core-1.0.1\stylesheets\compass\css3\_user-interface.scss */
.style-input:focus::-webkit-input-placeholder, .style-input-dk:focus::-webkit-input-placeholder, .form-dk input:focus::-webkit-input-placeholder, .form-dk textarea:focus::-webkit-input-placeholder, .style-input-lt:focus::-webkit-input-placeholder, .form-lt input:focus::-webkit-input-placeholder, .form-lt textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
@media (max-width: 767px) {
  /* line 1, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
  .style-input, .style-input-dk, .form-dk input, .form-dk textarea, .style-input-lt, .form-lt input, .form-lt textarea {
    font-size: 15px;
  }
}
/* line 61, C:\Ruby193\lib\ruby\gems\1.9.1\gems\compass-core-1.0.1\stylesheets\compass\css3\_user-interface.scss */
.style-input:-moz-placeholder, .style-input-dk:-moz-placeholder, .form-dk input:-moz-placeholder, .form-dk textarea:-moz-placeholder, .style-input-lt:-moz-placeholder, .form-lt input:-moz-placeholder, .form-lt textarea:-moz-placeholder {
  font-size: 17px;
  opacity: 1;
}
@media (max-width: 767px) {
  /* line 61, C:\Ruby193\lib\ruby\gems\1.9.1\gems\compass-core-1.0.1\stylesheets\compass\css3\_user-interface.scss */
  .style-input:-moz-placeholder, .style-input-dk:-moz-placeholder, .form-dk input:-moz-placeholder, .form-dk textarea:-moz-placeholder, .style-input-lt:-moz-placeholder, .form-lt input:-moz-placeholder, .form-lt textarea:-moz-placeholder {
    font-size: 15px;
  }
}
/* line 64, C:\Ruby193\lib\ruby\gems\1.9.1\gems\compass-core-1.0.1\stylesheets\compass\css3\_user-interface.scss */
.style-input::-moz-placeholder, .style-input-dk::-moz-placeholder, .form-dk input::-moz-placeholder, .form-dk textarea::-moz-placeholder, .style-input-lt::-moz-placeholder, .form-lt input::-moz-placeholder, .form-lt textarea::-moz-placeholder {
  font-size: 17px;
  opacity: 1;
}
@media (max-width: 767px) {
  /* line 64, C:\Ruby193\lib\ruby\gems\1.9.1\gems\compass-core-1.0.1\stylesheets\compass\css3\_user-interface.scss */
  .style-input::-moz-placeholder, .style-input-dk::-moz-placeholder, .form-dk input::-moz-placeholder, .form-dk textarea::-moz-placeholder, .style-input-lt::-moz-placeholder, .form-lt input::-moz-placeholder, .form-lt textarea::-moz-placeholder {
    font-size: 15px;
  }
}
/* line 67, C:\Ruby193\lib\ruby\gems\1.9.1\gems\compass-core-1.0.1\stylesheets\compass\css3\_user-interface.scss */
.style-input:-ms-input-placeholder, .style-input-dk:-ms-input-placeholder, .form-dk input:-ms-input-placeholder, .form-dk textarea:-ms-input-placeholder, .style-input-lt:-ms-input-placeholder, .form-lt input:-ms-input-placeholder, .form-lt textarea:-ms-input-placeholder {
  font-size: 17px;
  opacity: 1;
}
@media (max-width: 767px) {
  /* line 67, C:\Ruby193\lib\ruby\gems\1.9.1\gems\compass-core-1.0.1\stylesheets\compass\css3\_user-interface.scss */
  .style-input:-ms-input-placeholder, .style-input-dk:-ms-input-placeholder, .form-dk input:-ms-input-placeholder, .form-dk textarea:-ms-input-placeholder, .style-input-lt:-ms-input-placeholder, .form-lt input:-ms-input-placeholder, .form-lt textarea:-ms-input-placeholder {
    font-size: 15px;
  }
}
/* line 56, C:\Ruby193\lib\ruby\gems\1.9.1\gems\compass-core-1.0.1\stylesheets\compass\css3\_user-interface.scss */
.style-input::-webkit-input-placeholder, .style-input-dk::-webkit-input-placeholder, .form-dk input::-webkit-input-placeholder, .form-dk textarea::-webkit-input-placeholder, .style-input-lt::-webkit-input-placeholder, .form-lt input::-webkit-input-placeholder, .form-lt textarea::-webkit-input-placeholder {
  font-size: 17px;
  opacity: 1;
}
@media (max-width: 767px) {
  /* line 56, C:\Ruby193\lib\ruby\gems\1.9.1\gems\compass-core-1.0.1\stylesheets\compass\css3\_user-interface.scss */
  .style-input::-webkit-input-placeholder, .style-input-dk::-webkit-input-placeholder, .form-dk input::-webkit-input-placeholder, .form-dk textarea::-webkit-input-placeholder, .style-input-lt::-webkit-input-placeholder, .form-lt input::-webkit-input-placeholder, .form-lt textarea::-webkit-input-placeholder {
    font-size: 15px;
  }
}
/* line 22, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
.style-input.wpcf7-not-valid, .wpcf7-not-valid.style-input-dk, .form-dk input.wpcf7-not-valid, .form-dk textarea.wpcf7-not-valid, .wpcf7-not-valid.style-input-lt, .form-lt input.wpcf7-not-valid, .form-lt textarea.wpcf7-not-valid {
  border: 2px solid #eb4f54;
}

/* line 27, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
.style-input-dk, .form-dk input, .form-dk textarea {
  padding: 19px 34px 18px 34px;
  border: 2px solid #33484c;
  background: #33484c;
  color: #ffffff;
}
/* line 33, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
.style-input-dk:focus, .form-dk input:focus, .form-dk textarea:focus {
  outline: 0;
  border: 2px solid #536568;
}
/* line 61, C:\Ruby193\lib\ruby\gems\1.9.1\gems\compass-core-1.0.1\stylesheets\compass\css3\_user-interface.scss */
.style-input-dk:-moz-placeholder, .form-dk input:-moz-placeholder, .form-dk textarea:-moz-placeholder {
  color: #ffffff;
}
/* line 64, C:\Ruby193\lib\ruby\gems\1.9.1\gems\compass-core-1.0.1\stylesheets\compass\css3\_user-interface.scss */
.style-input-dk::-moz-placeholder, .form-dk input::-moz-placeholder, .form-dk textarea::-moz-placeholder {
  color: #ffffff;
}
/* line 67, C:\Ruby193\lib\ruby\gems\1.9.1\gems\compass-core-1.0.1\stylesheets\compass\css3\_user-interface.scss */
.style-input-dk:-ms-input-placeholder, .form-dk input:-ms-input-placeholder, .form-dk textarea:-ms-input-placeholder {
  color: #ffffff;
}
/* line 56, C:\Ruby193\lib\ruby\gems\1.9.1\gems\compass-core-1.0.1\stylesheets\compass\css3\_user-interface.scss */
.style-input-dk::-webkit-input-placeholder, .form-dk input::-webkit-input-placeholder, .form-dk textarea::-webkit-input-placeholder {
  color: #ffffff;
}

/* line 42, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
.style-input-lt, .form-lt input, .form-lt textarea {
  padding: 19px 25px 18px 25px;
  border: 2px solid #283e42;
  background: #ffffff;
  color: #283e42;
}
/* line 48, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
.style-input-lt:focus, .form-lt input:focus, .form-lt textarea:focus {
  outline: 0;
  border: 2px solid #283e42;
}
/* line 61, C:\Ruby193\lib\ruby\gems\1.9.1\gems\compass-core-1.0.1\stylesheets\compass\css3\_user-interface.scss */
.style-input-lt:-moz-placeholder, .form-lt input:-moz-placeholder, .form-lt textarea:-moz-placeholder {
  color: #283e42;
}
/* line 64, C:\Ruby193\lib\ruby\gems\1.9.1\gems\compass-core-1.0.1\stylesheets\compass\css3\_user-interface.scss */
.style-input-lt::-moz-placeholder, .form-lt input::-moz-placeholder, .form-lt textarea::-moz-placeholder {
  color: #283e42;
}
/* line 67, C:\Ruby193\lib\ruby\gems\1.9.1\gems\compass-core-1.0.1\stylesheets\compass\css3\_user-interface.scss */
.style-input-lt:-ms-input-placeholder, .form-lt input:-ms-input-placeholder, .form-lt textarea:-ms-input-placeholder {
  color: #283e42;
}
/* line 56, C:\Ruby193\lib\ruby\gems\1.9.1\gems\compass-core-1.0.1\stylesheets\compass\css3\_user-interface.scss */
.style-input-lt::-webkit-input-placeholder, .form-lt input::-webkit-input-placeholder, .form-lt textarea::-webkit-input-placeholder {
  color: #283e42;
}

/* line 67, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
.form-lt input[type="submit"] {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 0 0 0 0;
  padding: 9px 13px 9px 17px;
  width: auto;
}

/* line 79, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
.form-row {
  font-size: 17px;
}
/* line 10, ../../../../source/wp-content/themes/ELL/css/_mixins.scss */
.form-row:after {
  content: '';
  display: table;
  clear: both;
}
/* line 82, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
.form-row .input-half {
  float: left;
  width: 50%;
}
/* line 86, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
.form-row input, .form-row textarea {
  width: 100%;
}
/* line 89, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
.form-row input[type="checkbox"] {
  width: auto;
}
/* line 91, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
.form-row .input-top-left {
  position: relative;
}
/* line 18, ../../../../source/wp-content/themes/ELL/css/_mixins.scss */
.form-row .input-top-left:after {
  width: 1px;
  height: 99%;
  background: #d5d6d7;
  z-index: 999;
  right: 0;
  top: 2px;
}
/* line 99, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
.form-row .input-top-left input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  border-right: 0;
  border-bottom: 0;
}
/* line 107, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
.form-row .input-top-right input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  border-left: 0;
  border-bottom: 0;
}
/* line 114, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
.form-row .input-last {
  position: relative;
}
/* line 18, ../../../../source/wp-content/themes/ELL/css/_mixins.scss */
.form-row .input-last:before {
  width: 99.5%;
  height: 1px;
  background: #d5d6d7;
  z-index: 999;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}
@media (max-width: 992px) {
  /* line 18, ../../../../source/wp-content/themes/ELL/css/_mixins.scss */
  .form-row .input-last:before {
    width: 99%;
  }
}
/* line 124, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
.form-row .input-last input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 0;
}
/* line 130, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
.form-row .input-select {
  margin: 21px 0 0 0;
}
/* line 132, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
.form-row .input-select p {
  margin: 0;
  font-family: "open_sansregular";
}
/* line 136, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
.form-row .input-select .select-text {
  margin: 0 0 17px 0;
  font-style: italic;
}
/* line 141, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
.form-row textarea {
  height: 191px;
  resize: none;
}
/* line 145, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
.form-row input[type="submit"], .form-row input[type="submit"]:focus {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 9px 13px 9px 17px;
  width: auto;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

/* line 157, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
div.wpcf7-validation-errors {
  display: none !important;
}

/* line 161, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
div.wpcf7-mail-sent-ok {
  margin: 50px 0 50px 0;
  padding: 0;
  border: 0;
  font-family: "open_sansregular";
  font-size: 16px;
  line-height: 30px;
}

/* line 170, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
span.wpcf7-not-valid-tip {
  padding: 10px 0 0 0;
  font-size: 15px;
  color: #eb4f54;
}

/* line 222, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
span.wpcf7-list-item {
  display: inline-block;
  margin-left: -5px;
  margin-right: 25px;
  margin-bottom: 8px;
}

/* line 229, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
label.wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 33px;
  margin-right: 0;
  letter-spacing: -0.4px;
}
@media (max-width: 767px) {
  /* line 229, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
  label.wpcf7-list-item-label {
    padding-left: 24px;
  }
}
/* line 18, ../../../../source/wp-content/themes/ELL/css/_mixins.scss */
label.wpcf7-list-item-label:before {
  width: 16px;
  height: 16px;
  position: absolute;
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  left: 0;
  bottom: 1px;
  background: #ffffff;
  border: 2px solid #283e42;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
@media (max-width: 767px) {
  /* line 18, ../../../../source/wp-content/themes/ELL/css/_mixins.scss */
  label.wpcf7-list-item-label:before {
    width: 16px;
    height: 16px;
  }
}

/* line 259, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
.gform_body {
  font-size: 17px;
}

/* line 263, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
.gform_fields, .gfield_radio {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 10, ../../../../source/wp-content/themes/ELL/css/_mixins.scss */
.gform_fields:after, .gfield_radio:after {
  content: '';
  display: table;
  clear: both;
}

/* line 270, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
.gform_heading, .gfield_label, .validation_error {
  display: none;
}

/* line 274, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
.gfield {
  position: relative;
}
/* line 276, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
.gfield.input-half {
  float: left;
  width: 50%;
}
/* line 280, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
.gfield.input-full {
  float: left;
  width: 100%;
}
/* line 18, ../../../../source/wp-content/themes/ELL/css/_mixins.scss */
.gfield.input-top-left:after {
  width: 1px;
  height: 99%;
  background: #d5d6d7;
  z-index: 999;
  right: 0;
  top: 2px;
}
/* line 291, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
.gfield.input-top-left input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  border-right: 0;
  border-bottom: 0;
}
/* line 298, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
.gfield.input-top-left.gfield_error input {
  border-top: 2px solid #eb4f54;
  border-left: 2px solid #eb4f54;
}
/* line 305, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
.gfield.input-top-right input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  border-left: 0;
  border-bottom: 0;
}
/* line 312, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
.gfield.input-top-right.gfield_error input {
  border-top: 2px solid #eb4f54;
  border-right: 2px solid #eb4f54;
  border-left: 0;
  border-bottom: 0;
}
/* line 18, ../../../../source/wp-content/themes/ELL/css/_mixins.scss */
.gfield.input-last:before {
  width: 99.5%;
  height: 1px;
  background: #d5d6d7;
  z-index: 999;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}
@media (max-width: 992px) {
  /* line 18, ../../../../source/wp-content/themes/ELL/css/_mixins.scss */
  .gfield.input-last:before {
    width: 99%;
  }
}
/* line 329, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
.gfield.input-last input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 0;
}
/* line 335, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
.gfield.input-last.gfield_error input {
  border-bottom: 2px solid #eb4f54;
  border-left: 2px solid #eb4f54;
  border-right: 2px solid #eb4f54;
  border-top: 0;
}
/* line 343, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
.gfield.input-select {
  margin: 21px 0 0 0;
}
/* line 345, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
.gfield.input-select .gfield_label {
  display: block;
  margin: 0 0 17px 0;
  font-style: italic;
  font-family: "open_sansregular";
}
/* line 353, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
.gfield.input-select ul li {
  margin-right: 25px;
  margin-bottom: 8px;
}
/* line 358, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
.gfield.input-select .gfield_checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 33px;
  margin-right: 0;
  letter-spacing: -0.4px;
  font-family: "open_sansregular";
}
@media (max-width: 767px) {
  /* line 358, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
  .gfield.input-select .gfield_checkbox label {
    padding-left: 24px;
  }
}
/* line 18, ../../../../source/wp-content/themes/ELL/css/_mixins.scss */
.gfield.input-select .gfield_checkbox label:before {
  width: 21px;
  height: 21px;
  position: absolute;
  content: "";
  display: inline-block;
  margin-right: 10px;
  left: 0;
  bottom: 1px;
  background: #ffffff;
  border: 2px solid #283e42;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
@media (max-width: 767px) {
  /* line 18, ../../../../source/wp-content/themes/ELL/css/_mixins.scss */
  .gfield.input-select .gfield_checkbox label:before {
    width: 16px;
    height: 16px;
    top: 5px;
  }
}
/* line 387, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
.gfield.input-select .gfield_checkbox input[type=checkbox] {
  display: none;
}
/* line 390, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
.gfield.input-select .gfield_checkbox input[type=checkbox]:checked + label:before {
  background: #283e42 url("../ico-checkbox.html") center center no-repeat;
}
/* line 394, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
.gfield input {
  width: 100%;
}

/* line 399, ../../../../source/wp-content/themes/ELL/css/elements/_forms.scss */
.validation_message {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 25px;
  padding: 10px 0 0 0;
  font-size: 15px;
  color: #eb4f54;
}

/* Global Settings */
/* line 3, ../../../../source/wp-content/themes/ELL/css/_global.scss */
html {
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

/* line 11, ../../../../source/wp-content/themes/ELL/css/_global.scss */
html,
button,
input,
select,
textarea {
  font-family: "cabinmedium";
  color: #283e42;
}

/* line 19, ../../../../source/wp-content/themes/ELL/css/_global.scss */
body {
  position: relative;
  min-width: 300px;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-family: "cabinmedium";
  color: #283e42;
}

/* line 31, ../../../../source/wp-content/themes/ELL/css/_global.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* line 37, ../../../../source/wp-content/themes/ELL/css/_global.scss */
a, a:hover, a:focus {
  text-decoration: none;
  outline: 0;
}
/* line 40, ../../../../source/wp-content/themes/ELL/css/_global.scss */
a img, a:hover img, a:focus img {
  border: 0;
}

/* line 45, ../../../../source/wp-content/themes/ELL/css/_global.scss */
#page {
  position: relative;
  min-height: 100%;
  background: #f5f5f5;
  overflow: hidden;
}

/* Helpers */
/* line 53, ../../../../source/wp-content/themes/ELL/css/_global.scss */
.visible {
  visibility: visible;
}

/* line 57, ../../../../source/wp-content/themes/ELL/css/_global.scss */
.hidden {
  visiblity: hidden;
}

/* line 61, ../../../../source/wp-content/themes/ELL/css/_global.scss */
.text-right {
  text-align: right;
}
@media (max-width: 992px) {
  /* line 61, ../../../../source/wp-content/themes/ELL/css/_global.scss */
  .text-right {
    text-align: center;
  }
}

/* line 68, ../../../../source/wp-content/themes/ELL/css/_global.scss */
.text-center {
  text-align: center;
}

/* line 72, ../../../../source/wp-content/themes/ELL/css/_global.scss */
.position-fixed {
  position: fixed;
}

/* line 76, ../../../../source/wp-content/themes/ELL/css/_global.scss */
.position-static {
  position: static;
}

/* line 80, ../../../../source/wp-content/themes/ELL/css/_global.scss */
.ellip {
  display: block;
  height: 100%;
}

/* line 85, ../../../../source/wp-content/themes/ELL/css/_global.scss */
.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

/* line 93, ../../../../source/wp-content/themes/ELL/css/_global.scss */
.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
}

/* line 1, ../../../../source/wp-content/themes/ELL/css/modules/_collapsibles.scss */
.section-tabs {
  background: #f5f5f5;
  padding-bottom: 33px;
}
/* line 4, ../../../../source/wp-content/themes/ELL/css/modules/_collapsibles.scss */
.section-tabs .text-item-subtitle {
  font-family: "open_sansregular";
}

/* line 9, ../../../../source/wp-content/themes/ELL/css/modules/_collapsibles.scss */
.tab {
  position: relative;
  display: inline-block;
  width: 300px;
  margin: -4px 16px 24px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 5px 5px 20px;
  -moz-box-shadow: rgba(0, 0, 0, 0.05) 5px 5px 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 5px 5px 20px;
}
@media (max-width: 767px) {
  /* line 9, ../../../../source/wp-content/themes/ELL/css/modules/_collapsibles.scss */
  .tab {
    display: block;
    margin: -4px auto 44px auto;
    width: 100%;
  }
}
/* line 20, ../../../../source/wp-content/themes/ELL/css/modules/_collapsibles.scss */
.tab:nth-child(3n) {
  margin: -4px 0 24px 0;
}
@media (max-width: 992px) {
  /* line 20, ../../../../source/wp-content/themes/ELL/css/modules/_collapsibles.scss */
  .tab:nth-child(3n) {
    margin: -4px 16px 24px 0;
  }
}
@media (max-width: 767px) {
  /* line 20, ../../../../source/wp-content/themes/ELL/css/modules/_collapsibles.scss */
  .tab:nth-child(3n) {
    margin: -4px auto 44px auto;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  /* line 29, ../../../../source/wp-content/themes/ELL/css/modules/_collapsibles.scss */
  .tab:nth-child(2n) {
    margin: -4px 0 24px 0;
  }
}
/* line 18, ../../../../source/wp-content/themes/ELL/css/_mixins.scss */
.tab.active:after {
  width: 30px;
  height: 30px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
  left: 50%;
  margin: 0 0 -15px -17px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.02) 10px 10px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.02) 10px 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.02) 10px 10px 10px;
}
/* line 44, ../../../../source/wp-content/themes/ELL/css/modules/_collapsibles.scss */
.tab .text-item-title {
  font-size: 16px;
  margin: 0 0 -11px 0;
}
/* line 49, ../../../../source/wp-content/themes/ELL/css/modules/_collapsibles.scss */
.tab:hover .tab-description {
  color: #687476;
}
/* line 18, ../../../../source/wp-content/themes/ELL/css/_mixins.scss */
.tab:hover .tab-image:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
}

/* line 62, ../../../../source/wp-content/themes/ELL/css/modules/_collapsibles.scss */
.tab-image {
  position: relative;
  height: 271px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 68, ../../../../source/wp-content/themes/ELL/css/modules/_collapsibles.scss */
.tab-description {
  padding: 18px 27px 16px 27px;
  background: #ffffff;
  color: #283e42;
}

/* line 74, ../../../../source/wp-content/themes/ELL/css/modules/_collapsibles.scss */
.tab-content {
  display: none;
  padding: 28px 0 48px 0;
  text-align: center;
  color: #000;
}
/* line 79, ../../../../source/wp-content/themes/ELL/css/modules/_collapsibles.scss */
.tab-content .text-item-title {
  display: inline-block;
  margin: 0 15px 0 0;
  font-size: 20px;
}
/* line 84, ../../../../source/wp-content/themes/ELL/css/modules/_collapsibles.scss */
.tab-content .text-item-subtitle {
  display: inline-block;
  font-size: 20px;
}

/* line 90, ../../../../source/wp-content/themes/ELL/css/modules/_collapsibles.scss */
.tab-content-intro {
  padding: 32px 75px 0 75px;
  font-family: "open_sanssemibold";
}
@media (max-width: 767px) {
  /* line 90, ../../../../source/wp-content/themes/ELL/css/modules/_collapsibles.scss */
  .tab-content-intro {
    padding: 32px 20px 0 20px;
  }
}
/* line 97, ../../../../source/wp-content/themes/ELL/css/modules/_collapsibles.scss */
.tab-content-intro p {
  margin: 0;
}

/* line 102, ../../../../source/wp-content/themes/ELL/css/modules/_collapsibles.scss */
.tab-content-description {
  width: 66%;
  margin: 0 auto;
  padding: 17px 0 0 0;
  font-family: "open_sanssemibold";
  text-align: left;
  letter-spacing: 0.05px;
}
@media (max-width: 767px) {
  /* line 102, ../../../../source/wp-content/themes/ELL/css/modules/_collapsibles.scss */
  .tab-content-description {
    width: 100%;
    padding: 17px 20px 0 20px;
  }
}

/* line 10, ../../../../source/wp-content/themes/ELL/css/_mixins.scss */
.content-row:after {
  content: '';
  display: table;
  clear: both;
}
/* line 3, ../../../../source/wp-content/themes/ELL/css/modules/_connect.scss */
.content-row-red {
  background: #eb4f54;
}

/* line 8, ../../../../source/wp-content/themes/ELL/css/modules/_connect.scss */
.content-box {
  padding: 55px 0 48px 0;
}
/* line 10, ../../../../source/wp-content/themes/ELL/css/_mixins.scss */
.content-box:after {
  content: '';
  display: table;
  clear: both;
}
/* line 11, ../../../../source/wp-content/themes/ELL/css/modules/_connect.scss */
.content-box .content-box-inner {
  width: 380px;
  margin: 0 0 0 89px;
}
@media (max-width: 992px) {
  /* line 11, ../../../../source/wp-content/themes/ELL/css/modules/_connect.scss */
  .content-box .content-box-inner {
    width: 100%;
    margin: 0;
    padding: 0 20px 0 20px;
  }
}
/* line 20, ../../../../source/wp-content/themes/ELL/css/modules/_connect.scss */
.content-box-half {
  float: left;
  width: 50%;
}
@media (max-width: 767px) {
  /* line 20, ../../../../source/wp-content/themes/ELL/css/modules/_connect.scss */
  .content-box-half {
    float: none;
    width: 100%;
  }
}
/* line 29, ../../../../source/wp-content/themes/ELL/css/modules/_connect.scss */
.content-box-left .content-box-inner {
  float: right;
  margin: 0 91px 0 0;
}
@media (max-width: 992px) {
  /* line 29, ../../../../source/wp-content/themes/ELL/css/modules/_connect.scss */
  .content-box-left .content-box-inner {
    margin: 0;
  }
}
/* line 37, ../../../../source/wp-content/themes/ELL/css/modules/_connect.scss */
.content-box-lt {
  color: #000;
}
/* line 40, ../../../../source/wp-content/themes/ELL/css/modules/_connect.scss */
.content-box-1 {
  background: #f5f5f5;
}
/* line 42, ../../../../source/wp-content/themes/ELL/css/modules/_connect.scss */
.content-box-1 .btn-content, .content-box-1 .btn-content-sm, .content-box-1 .form-lt input[type="submit"], .form-lt .content-box-1 input[type="submit"], .content-box-1 .form-row input[type="submit"], .form-row .content-box-1 input[type="submit"] {
  padding: 7px 18px 7px 26px;
  margin: 31px 0 0 2px;
  letter-spacing: 1.2px;
}
/* line 48, ../../../../source/wp-content/themes/ELL/css/modules/_connect.scss */
.content-box-2 {
  background: #fff;
}
/* line 51, ../../../../source/wp-content/themes/ELL/css/modules/_connect.scss */
.content-box-3 {
  padding: 51px 0 70px 0;
  background: #283e42;
  min-height: 634px;
}
/* line 56, ../../../../source/wp-content/themes/ELL/css/modules/_connect.scss */
.content-box-4 {
  padding: 0;
}
/* line 59, ../../../../source/wp-content/themes/ELL/css/modules/_connect.scss */
.content-box-5 {
  padding: 66px 0 57px 0;
  background: #16a7b4;
  text-align: center;
}
@media (max-width: 992px) {
  /* line 63, ../../../../source/wp-content/themes/ELL/css/modules/_connect.scss */
  .content-box-5 h2 {
    padding: 0 20px 0 20px;
  }
}
/* line 68, ../../../../source/wp-content/themes/ELL/css/modules/_connect.scss */
.content-box-5 .btn-content, .content-box-5 .btn-content-sm, .content-box-5 .form-lt input[type="submit"], .form-lt .content-box-5 input[type="submit"], .content-box-5 .form-row input[type="submit"], .form-row .content-box-5 input[type="submit"] {
  margin: 27px 0 0 0;
  padding: 7px 19px 7px 19px;
}
/* line 73, ../../../../source/wp-content/themes/ELL/css/modules/_connect.scss */
.content-box .section-title, .content-box .post-intro h2, .post-intro .content-box h2 {
  font-size: 24px;
}

/* line 78, ../../../../source/wp-content/themes/ELL/css/modules/_connect.scss */
.connect-form {
  position: relative;
  margin: 22px 0 0 0;
}
/* line 81, ../../../../source/wp-content/themes/ELL/css/modules/_connect.scss */
.connect-form .form-row {
  margin: 0 0 13px 0;
}
/* line 84, ../../../../source/wp-content/themes/ELL/css/modules/_connect.scss */
.connect-form input[type="submit"] {
  margin: 29px 0 0 0;
}
/* line 87, ../../../../source/wp-content/themes/ELL/css/modules/_connect.scss */
.connect-form div.wpcf7-mail-sent-ok {
  width: 80%;
}

/* line 92, ../../../../source/wp-content/themes/ELL/css/modules/_connect.scss */
.connect-map {
  height: 333px;
}

/* line 96, ../../../../source/wp-content/themes/ELL/css/modules/_connect.scss */
.connect-address {
  padding: 61px 0 29px 0;
  background: #eb4f54;
}
/* line 99, ../../../../source/wp-content/themes/ELL/css/modules/_connect.scss */
.connect-address p {
  margin: 0 0 27px 3px;
  font-family: "open_sanssemibold";
  font-size: 17px;
  line-height: 26px;
}
/* line 105, ../../../../source/wp-content/themes/ELL/css/modules/_connect.scss */
.connect-address a {
  color: #ffffff;
  text-decoration: none;
}
/* line 108, ../../../../source/wp-content/themes/ELL/css/modules/_connect.scss */
.connect-address a:hover {
  text-decoration: underline;
}

/* line 1, ../../../../source/wp-content/themes/ELL/css/modules/_content-image.scss */
.content-image {
  position: relative;
}
/* line 3, ../../../../source/wp-content/themes/ELL/css/modules/_content-image.scss */
.content-image p {
  font-family: "open_sanssemibold";
}
/* line 8, ../../../../source/wp-content/themes/ELL/css/modules/_content-image.scss */
.content-image .btn-content, .content-image .btn-content-sm, .content-image .form-lt input[type="submit"], .form-lt .content-image input[type="submit"], .content-image .form-row input[type="submit"], .form-row .content-image input[type="submit"] {
  margin: 47px 0 0 0;
}
@media (max-width: 767px) {
  /* line 8, ../../../../source/wp-content/themes/ELL/css/modules/_content-image.scss */
  .content-image .btn-content, .content-image .btn-content-sm, .content-image .form-lt input[type="submit"], .form-lt .content-image input[type="submit"], .content-image .form-row input[type="submit"], .form-row .content-image input[type="submit"] {
    margin: 47px 0 47px 0;
  }
}

/* line 16, ../../../../source/wp-content/themes/ELL/css/modules/_content-image.scss */
.content-image-inner {
  position: absolute;
  width: 100%;
}

/* line 1, ../../../../source/wp-content/themes/ELL/css/modules/_header.scss */
.page-header {
  position: relative;
  height: 253px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 6, ../../../../source/wp-content/themes/ELL/css/modules/_header.scss */
.page-header.has-subtitle {
  height: 396px;
}
/* line 8, ../../../../source/wp-content/themes/ELL/css/modules/_header.scss */
.page-header.has-subtitle h1 {
  margin: 12px 0 15px 0;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/modules/_header.scss */
.page-title-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 7px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 14, ../../../../source/wp-content/themes/ELL/css/modules/_header.scss */
  .page-title-wrapper {
    width: 100%;
    padding: 0 20px 0 20px;
  }
}
/* line 27, ../../../../source/wp-content/themes/ELL/css/modules/_header.scss */
.page-title-wrapper h3 {
  font-family: "cabinbold";
  font-size: 26px;
  line-height: 46px;
}
/* line 33, ../../../../source/wp-content/themes/ELL/css/modules/_header.scss */
.page-title-wrapper h4 {
  font-family: "open_sanssemibold";
  font-style: italic;
  font-size: 20px;
  line-height: 46px;
}
/* line 40, ../../../../source/wp-content/themes/ELL/css/modules/_header.scss */
.page-title-wrapper h5 {
  font-family: "cabinbold";
  font-size: 20px;
  line-height: 46px;
}

/* line 1, ../../../../source/wp-content/themes/ELL/css/modules/_intro.scss */
.section-intro {
  position: relative;
  font-family: "open_sanssemibold";
  text-align: center;
  color: #000;
}

/* line 2, ../../../../source/wp-content/themes/ELL/css/modules/_lightbox.scss */
.lb-btn-wrapper.padding-none {
  padding: 0;
}
/* line 5, ../../../../source/wp-content/themes/ELL/css/modules/_lightbox.scss */
.lb-btn-wrapper.padding-sm {
  padding: 25px 0 25px 0;
}
/* line 8, ../../../../source/wp-content/themes/ELL/css/modules/_lightbox.scss */
.lb-btn-wrapper.padding-md {
  padding: 45px 0 45px 0;
}
/* line 11, ../../../../source/wp-content/themes/ELL/css/modules/_lightbox.scss */
.lb-btn-wrapper.padding-lg {
  padding: 65px 0 65px 0;
}

/* line 16, ../../../../source/wp-content/themes/ELL/css/modules/_lightbox.scss */
.lb-wrapper {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99999;
}

/* line 27, ../../../../source/wp-content/themes/ELL/css/modules/_lightbox.scss */
.lb-container {
  position: absolute;
  width: 630px;
  padding: 10px 10px 40px 10px;
  top: 50vh;
  left: 50vw;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  /* line 27, ../../../../source/wp-content/themes/ELL/css/modules/_lightbox.scss */
  .lb-container {
    width: 90%;
  }
}
/* line 36, ../../../../source/wp-content/themes/ELL/css/modules/_lightbox.scss */
.lb-container.lb-default {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 38, ../../../../source/wp-content/themes/ELL/css/modules/_lightbox.scss */
.lb-container.lb-default .form-row {
  margin: 0 0 13px 0;
}
/* line 43, ../../../../source/wp-content/themes/ELL/css/modules/_lightbox.scss */
.lb-container.lb-default .form-dk .form-row input[type="submit"], .lb-container.lb-default .form-dk .form-row input[type="submit"]:focus {
  color: #ffffff;
}

/* line 52, ../../../../source/wp-content/themes/ELL/css/modules/_lightbox.scss */
.lb-newsletter {
  background: #f9f7f7 url("../bg-lb.html") 103% 107% no-repeat;
}
/* line 54, ../../../../source/wp-content/themes/ELL/css/modules/_lightbox.scss */
.lb-newsletter input[type="submit"], .lb-newsletter input[type="submit"]:focus {
  margin: 24px 0 0 0;
  padding: 15px 45px 19px 50px;
  font-size: 32px;
  font-family: "open_sansregular";
}
@media (max-width: 767px) {
  /* line 54, ../../../../source/wp-content/themes/ELL/css/modules/_lightbox.scss */
  .lb-newsletter input[type="submit"], .lb-newsletter input[type="submit"]:focus {
    padding: 10px 35px 10px 35px;
    font-size: 22px;
  }
}
/* line 65, ../../../../source/wp-content/themes/ELL/css/modules/_lightbox.scss */
.lb-newsletter .wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
/* line 71, ../../../../source/wp-content/themes/ELL/css/modules/_lightbox.scss */
.lb-newsletter span.wpcf7-not-valid-tip {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 25px;
}
/* line 77, ../../../../source/wp-content/themes/ELL/css/modules/_lightbox.scss */
.lb-newsletter div.wpcf7-mail-sent-ok {
  font-size: 34px;
  line-height: 38px;
  font-family: "open_sanssemibold";
  text-align: center;
  color: #000;
  margin: 55px 0 55px 0;
}
@media (max-width: 767px) {
  /* line 85, ../../../../source/wp-content/themes/ELL/css/modules/_lightbox.scss */
  .lb-newsletter .form-row {
    font-size: 14px;
  }
}

/* line 92, ../../../../source/wp-content/themes/ELL/css/modules/_lightbox.scss */
.lb-close {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  right: 0;
  top: 0;
  float: right;
  font-size: 0;
  background: url("../ico-close.html") no-repeat;
}

/* line 104, ../../../../source/wp-content/themes/ELL/css/modules/_lightbox.scss */
.lb-content {
  clear: both;
}

/* line 108, ../../../../source/wp-content/themes/ELL/css/modules/_lightbox.scss */
.lb-title {
  margin: 35px 0 0 0;
  font-size: 34px;
  line-height: 38px;
  font-family: "open_sanssemibold";
  text-align: center;
  color: #000;
}
@media (max-width: 767px) {
  /* line 108, ../../../../source/wp-content/themes/ELL/css/modules/_lightbox.scss */
  .lb-title {
    font-size: 22px;
    line-height: 26px;
  }
}

/* line 121, ../../../../source/wp-content/themes/ELL/css/modules/_lightbox.scss */
.lb-form {
  position: relative;
  width: 82%;
  margin: 42px auto 0 auto;
}
@media (max-width: 767px) {
  /* line 121, ../../../../source/wp-content/themes/ELL/css/modules/_lightbox.scss */
  .lb-form {
    margin: 22px auto 0 auto;
  }
}
@media (max-width: 767px) {
  /* line 128, ../../../../source/wp-content/themes/ELL/css/modules/_lightbox.scss */
  .lb-form input {
    padding: 10px 25px 10px 25px;
  }
}

/* line 1, ../../../../source/wp-content/themes/ELL/css/modules/_post-feed.scss */
.post-feed {
  padding-bottom: 73px;
  text-align: center;
  background-color: #eb4f54;
  color: #ffffff;
}
/* line 6, ../../../../source/wp-content/themes/ELL/css/modules/_post-feed.scss */
.post-feed .btn-content, .post-feed .btn-content-sm, .post-feed .form-lt input[type="submit"], .form-lt .post-feed input[type="submit"], .post-feed .form-row input[type="submit"], .form-row .post-feed input[type="submit"] {
  margin: 78px 0 0 0;
}

/* line 11, ../../../../source/wp-content/themes/ELL/css/modules/_post-feed.scss */
.post-feed-box {
  display: block;
  margin-top: 21px;
  height: 433px;
  background: #ffffff;
  color: #283e42;
  text-align: left;
}
/* line 18, ../../../../source/wp-content/themes/ELL/css/modules/_post-feed.scss */
.post-feed-box:hover {
  color: #687476;
}
/* line 18, ../../../../source/wp-content/themes/ELL/css/_mixins.scss */
.post-feed-box:hover .post-feed-image:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
  z-index: 999;
}
/* line 30, ../../../../source/wp-content/themes/ELL/css/modules/_post-feed.scss */
.post-feed-box.has-image .post-feed-image {
  position: relative;
  height: 271px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 35, ../../../../source/wp-content/themes/ELL/css/modules/_post-feed.scss */
.post-feed-box.has-image .post-feed-inner {
  height: 161px;
  padding: 25px 27px 25px 27px;
}
/* line 39, ../../../../source/wp-content/themes/ELL/css/modules/_post-feed.scss */
.post-feed-box.has-image .post-feed-categories {
  font-style: normal;
}
/* line 42, ../../../../source/wp-content/themes/ELL/css/modules/_post-feed.scss */
.post-feed-box.has-image .post-feed-excerpt {
  margin: 16px 0 0 0;
  font-size: 18px;
  line-height: 23px;
}
/* line 18, ../../../../source/wp-content/themes/ELL/css/_mixins.scss */
.post-feed-box.has-video .post-feed-image:after {
  width: 58px;
  height: 58px;
  background: url("../ico-video.html");
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 58, ../../../../source/wp-content/themes/ELL/css/modules/_post-feed.scss */
.post-feed-inner {
  padding: 33px;
}

/* line 63, ../../../../source/wp-content/themes/ELL/css/modules/_post-feed.scss */
.post-feed-categories {
  margin: 0;
  font-family: "open_sansregular";
  font-size: 15px;
  line-height: 19px;
}
/* line 68, ../../../../source/wp-content/themes/ELL/css/modules/_post-feed.scss */
.post-feed-categories em {
  display: block;
}

/* line 73, ../../../../source/wp-content/themes/ELL/css/modules/_post-feed.scss */
.post-feed-excerpt {
  margin: 12px 0 0 0;
  font-family: "open_sansbold";
  font-size: 33.33px;
  line-height: 42px;
  hyphens: none;
}
@media (max-width: 767px) {
  /* line 73, ../../../../source/wp-content/themes/ELL/css/modules/_post-feed.scss */
  .post-feed-excerpt {
    font-size: 26px;
    line-height: 36px;
  }
}

/* line 1, ../../../../source/wp-content/themes/ELL/css/modules/_simple-content.scss */
.simple-content {
  position: relative;
  font-family: "open_sanssemibold";
}
/* line 5, ../../../../source/wp-content/themes/ELL/css/modules/_simple-content.scss */
.simple-content h2 {
  text-align: center;
  font-family: "open_sansbold";
  color: #000;
  line-height: 34px;
}
/* line 12, ../../../../source/wp-content/themes/ELL/css/modules/_simple-content.scss */
.simple-content h5 {
  margin: -6px 0 -17px 0;
  color: #000;
}
/* line 16, ../../../../source/wp-content/themes/ELL/css/modules/_simple-content.scss */
.simple-content p {
  margin: 35px 0 42px 0;
}
/* line 19, ../../../../source/wp-content/themes/ELL/css/modules/_simple-content.scss */
.simple-content .btn-content, .simple-content .btn-content-sm, .simple-content .form-lt input[type="submit"], .form-lt .simple-content input[type="submit"], .simple-content .form-row input[type="submit"], .form-row .simple-content input[type="submit"] {
  padding: 9px 13px 10px 16px;
  margin: 6px 0 63px 0;
}
/* line 24, ../../../../source/wp-content/themes/ELL/css/modules/_simple-content.scss */
.simple-content img {
  mwidth: 100%;
}
/* line 27, ../../../../source/wp-content/themes/ELL/css/modules/_simple-content.scss */
.simple-content .subsection-title {
  text-align: center;
  margin: 17px 0 -7px 0;
}
/* line 30, ../../../../source/wp-content/themes/ELL/css/modules/_simple-content.scss */
.simple-content .subsection-title h5 {
  margin: 0;
}

/* line 1, ../../../../source/wp-content/themes/ELL/css/modules/_slider.scss */
.slider {
  position: relative;
  height: 801px;
}

/* line 6, ../../../../source/wp-content/themes/ELL/css/modules/_slider.scss */
.slide {
  position: relative;
  height: 801px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 12, ../../../../source/wp-content/themes/ELL/css/modules/_slider.scss */
.slide.has-button .btn-slider {
  visibility: visible;
}
/* line 15, ../../../../source/wp-content/themes/ELL/css/modules/_slider.scss */
.slide.has-button .slide-link {
  display: none;
}

/* line 21, ../../../../source/wp-content/themes/ELL/css/modules/_slider.scss */
.slide-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 300px 0 300px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 992px) {
  /* line 21, ../../../../source/wp-content/themes/ELL/css/modules/_slider.scss */
  .slide-inner {
    padding: 0 20px 0 20px;
  }
}
/* line 34, ../../../../source/wp-content/themes/ELL/css/modules/_slider.scss */
.slide-inner h2 {
  margin: -5px 0 10px 0;
  font-family: "cabinmedium";
  font-size: 18px;
  line-height: 34px;
}

/* line 44, ../../../../source/wp-content/themes/ELL/css/modules/_slider.scss */
.home .slide-inner {
  padding: 50px 300px 0 300px;
}
@media (max-width: 992px) {
  /* line 44, ../../../../source/wp-content/themes/ELL/css/modules/_slider.scss */
  .home .slide-inner {
    padding: 0 20px 0 20px;
  }
}

/* line 52, ../../../../source/wp-content/themes/ELL/css/modules/_slider.scss */
.btn-slider {
  visibility: hidden;
  position: relative;
  top: 44px;
}

/* line 58, ../../../../source/wp-content/themes/ELL/css/modules/_slider.scss */
.slide-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
}

/* line 1, ../../../../source/wp-content/themes/ELL/css/modules/_socials.scss */
.sharify-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 59px;
  padding: 0;
  z-index: 999;
}
@media (max-width: 767px) {
  /* line 1, ../../../../source/wp-content/themes/ELL/css/modules/_socials.scss */
  .sharify-container {
    display: none;
  }
}
/* line 11, ../../../../source/wp-content/themes/ELL/css/modules/_socials.scss */
.sharify-container.position-left {
  left: 0;
}
/* line 14, ../../../../source/wp-content/themes/ELL/css/modules/_socials.scss */
.sharify-container.position-right {
  right: 0;
}
/* line 17, ../../../../source/wp-content/themes/ELL/css/modules/_socials.scss */
.sharify-container.fixed {
  position: fixed;
  top: 50%;
  margin-top: -150px !important;
}
/* line 22, ../../../../source/wp-content/themes/ELL/css/modules/_socials.scss */
.sharify-container li {
  float: none;
  width: 59px;
  height: 60px;
  margin: 0 !important;
  padding: 0 !important;
}
/* line 28, ../../../../source/wp-content/themes/ELL/css/modules/_socials.scss */
.sharify-container li a {
  font-size: 0;
  background-repeat: no-repeat;
}
/* line 33, ../../../../source/wp-content/themes/ELL/css/modules/_socials.scss */
.sharify-container .sharify-btn-facebook {
  min-width: 59px;
  width: 59px;
  height: 60px;
}
/* line 37, ../../../../source/wp-content/themes/ELL/css/modules/_socials.scss */
.sharify-container .sharify-btn-facebook a {
  background-image: url("../ico-fb-share.html");
  background-position: 20px 16px;
}
/* line 42, ../../../../source/wp-content/themes/ELL/css/modules/_socials.scss */
.sharify-container .sharify-btn-twitter {
  min-width: 59px;
  width: 59px;
  height: 60px;
}
/* line 46, ../../../../source/wp-content/themes/ELL/css/modules/_socials.scss */
.sharify-container .sharify-btn-twitter a {
  background-image: url("../ico-twitter-share.html");
  background-position: 14px 20px;
}
/* line 51, ../../../../source/wp-content/themes/ELL/css/modules/_socials.scss */
.sharify-container .sharify-btn-linkedin {
  min-width: 59px;
  width: 59px;
  height: 60px;
}
/* line 55, ../../../../source/wp-content/themes/ELL/css/modules/_socials.scss */
.sharify-container .sharify-btn-linkedin a {
  background-image: url("../ico-linkedin-share.html");
  background-position: 13px 16px;
}
/* line 60, ../../../../source/wp-content/themes/ELL/css/modules/_socials.scss */
.sharify-container .sharify-btn-print {
  min-width: 59px;
  width: 59px;
  height: 60px;
}
/* line 64, ../../../../source/wp-content/themes/ELL/css/modules/_socials.scss */
.sharify-container .sharify-btn-print a {
  background-color: #728a8c;
  background-image: url("../ico-print-share.html");
  background-position: 15px 18px;
}
/* line 70, ../../../../source/wp-content/themes/ELL/css/modules/_socials.scss */
.sharify-container .sharify-btn-email {
  min-width: 59px;
  width: 59px;
  height: 60px;
}
/* line 74, ../../../../source/wp-content/themes/ELL/css/modules/_socials.scss */
.sharify-container .sharify-btn-email a {
  background-image: url("../ico-email-share.html");
  background-position: 13px 16px;
}

/* line 81, ../../../../source/wp-content/themes/ELL/css/modules/_socials.scss */
.sharify-icon, .sharify-title, .sharify-count {
  display: none;
}

/* line 1, ../../../../source/wp-content/themes/ELL/css/modules/_tabs.scss */
.tab-section {
  text-align: center;
}
@media (max-width: 767px) {
  /* line 1, ../../../../source/wp-content/themes/ELL/css/modules/_tabs.scss */
  .tab-section {
    position: relative;
  }
}

/* line 8, ../../../../source/wp-content/themes/ELL/css/modules/_tabs.scss */
.tabs-titles {
  margin: 0 0 0 32px;
}
@media (min-width: 768px) {
  /* line 8, ../../../../source/wp-content/themes/ELL/css/modules/_tabs.scss */
  .tabs-titles {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  /* line 8, ../../../../source/wp-content/themes/ELL/css/modules/_tabs.scss */
  .tabs-titles {
    position: absolute;
    display: none;
    margin: 0;
    background: #fff;
    width: 100%;
    padding: 10px 0 10px 0;
  }
}
/* line 22, ../../../../source/wp-content/themes/ELL/css/modules/_tabs.scss */
.tabs-titles li {
  margin-right: 39px;
}
@media (max-width: 767px) {
  /* line 22, ../../../../source/wp-content/themes/ELL/css/modules/_tabs.scss */
  .tabs-titles li {
    display: block;
    margin-right: 0;
    margin-bottom: 0;
  }
}
/* line 29, ../../../../source/wp-content/themes/ELL/css/modules/_tabs.scss */
.tabs-titles li a {
  padding-bottom: 4px;
  font-family: "open_sanssemibold";
  font-size: 19px;
  letter-spacing: 0.7px;
}
/* line 35, ../../../../source/wp-content/themes/ELL/css/modules/_tabs.scss */
.tabs-titles li a:hover {
  color: #687476;
}
@media (max-width: 767px) {
  /* line 35, ../../../../source/wp-content/themes/ELL/css/modules/_tabs.scss */
  .tabs-titles li a:hover {
    background: #283e42;
    color: #fff;
  }
}
@media (max-width: 767px) {
  /* line 29, ../../../../source/wp-content/themes/ELL/css/modules/_tabs.scss */
  .tabs-titles li a {
    display: block;
    padding-bottom: 0;
    padding: 10px 0 10px;
    width: 100%;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
}
/* line 51, ../../../../source/wp-content/themes/ELL/css/modules/_tabs.scss */
.tabs-titles li.active a {
  border-bottom: 5px solid #283e42;
}
@media (max-width: 767px) {
  /* line 51, ../../../../source/wp-content/themes/ELL/css/modules/_tabs.scss */
  .tabs-titles li.active a {
    border: 0;
  }
}

/* line 61, ../../../../source/wp-content/themes/ELL/css/modules/_tabs.scss */
.tab-inner {
  padding: 73px 0 95px 0;
}
/* line 63, ../../../../source/wp-content/themes/ELL/css/modules/_tabs.scss */
.tab-inner .section-title, .tab-inner .post-intro h2, .post-intro .tab-inner h2 {
  color: #000;
}
/* line 66, ../../../../source/wp-content/themes/ELL/css/modules/_tabs.scss */
.tab-inner .btn-more {
  margin: 80px 0 0 0;
}

/* line 72, ../../../../source/wp-content/themes/ELL/css/modules/_tabs.scss */
.tab-column .text-item {
  margin: -4px 0 13px 0;
}

/* line 77, ../../../../source/wp-content/themes/ELL/css/modules/_tabs.scss */
.fd-title {
  position: relative;
  display: block;
  margin-top: 20px;
  padding-bottom: 4px;
  font-family: "open_sanssemibold";
  font-size: 19px;
  letter-spacing: 0.7px;
  border-bottom: 4px solid #283e42;
  cursor: pointer;
}
/* line 18, ../../../../source/wp-content/themes/ELL/css/_mixins.scss */
.fd-title:after {
  width: 18px;
  height: 10px;
  top: 5px;
  right: 15px;
  background: url("../ico-arrow.html") no-repeat;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* line 96, ../../../../source/wp-content/themes/ELL/css/modules/_tabs.scss */
.fd-title.open:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* line 2, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
body.scrolled .main-header {
  top: -39px;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
/* line 6, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
body.scrolled .top-nav {
  opacity: 0;
}
/* line 9, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
body.scrolled .logo-header {
  width: 0;
  height: 0;
}
/* line 13, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
body.scrolled .logo {
  display: none;
}
/* line 15, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
body.scrolled .logo-scrolled {
  display: inline-block;
}
@media (max-width: 1080px) {
  /* line 15, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
  body.scrolled .logo-scrolled {
    position: relative;
    top: 48px;
  }
}
/* line 23, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
body.scrolled .main-content {
  padding: 62px 0 239px 0;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

/* line 29, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
.main-header {
  position: fixed;
  height: 101px;
  width: 100%;
  top: 0;
  background: #ffffff;
  z-index: 9999;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1200px) {
  /* line 29, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
  .main-header {
    height: 62px;
  }
}

/* line 42, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
.top-nav {
  text-align: right;
  margin: 24px 84px 0 0;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1080px) {
  /* line 42, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
  .top-nav {
    width: 50%;
    float: right;
  }
}
@media (max-width: 1200px) {
  /* line 42, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
  .top-nav {
    margin: 24px 20px 0 0;
  }
}

/* line 55, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
.newsletter-trigger.btn-lb {
  display: inline-block;
  margin: 4px 14px 0 0;
  font-size: 14px;
}
@media (max-width: 1200px) {
  /* line 61, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
  .newsletter-trigger.btn-lb.hidden-lg {
    display: block !important;
  }
}

/* line 68, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
.logo {
  display: inline-block;
  margin: -16px 0 0 95px;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
@media (max-width: 1200px) {
  /* line 68, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
  .logo {
    width: 232.6px;
    margin: 10px 0 0 15px;
  }
}
/* line 76, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
.logo-scrolled {
  display: none;
  width: 43px;
  margin: -1px 0 0 94px;
}

/* line 83, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
.main-menu {
  display: inline-block;
  float: right;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 1201px) {
  /* line 83, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
  .main-menu {
    display: inline-block !important;
  }
}
@media (max-width: 1200px) {
  /* line 83, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
  .main-menu {
    position: absolute;
    float: right;
    right: 0;
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -o-transform: translateX(200%);
    transform: translateX(200%);
    background: #ffffff;
    margin-top: 0;
    padding: 62px 0 20px 0;
    width: 240px;
    height: 100vh;
    border-left: 2px solid #283e42;
    text-align: left;
  }
}
@media (max-width: 1200px) {
  /* line 103, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
  .main-menu.open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 108, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
.main-menu .menu {
  margin: 13px 77px 0 0;
}
@media (max-width: 1250px) {
  /* line 108, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
  .main-menu .menu {
    margin: 13px 83px 0 0;
  }
}
@media (max-width: 1080px) {
  /* line 108, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
  .main-menu .menu {
    margin: 30px 83px 0 0;
  }
}
@media (max-width: 1200px) {
  /* line 108, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
  .main-menu .menu {
    margin: 0;
  }
}
/* line 120, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
.main-menu .menu .sub-menu {
  display: none;
  position: absolute;
  width: 100%;
  background: #f5f5f5;
  top: 101px;
  margin: 0;
  padding: 14px 0 12px 36px;
  left: 0;
  text-align: center;
  border-top: 1px solid #edeae9;
  border-bottom: 1px solid #edeae9;
  -moz-transition: height 0.1s linear;
  -o-transition: height 0.1s linear;
  -webkit-transition: height 0.1s linear;
  transition: height 0.1s linear;
}
@media (min-width: 992px) and (max-width: 1080px) {
  /* line 120, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
  .main-menu .menu .sub-menu {
    top: 101px;
  }
}
@media (max-width: 1080px) {
  /* line 120, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
  .main-menu .menu .sub-menu {
    padding: 14px 0 12px 0;
  }
}
@media (max-width: 1200px) {
  /* line 120, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
  .main-menu .menu .sub-menu {
    position: relative;
    top: 0;
    border-top: 0;
    text-align: left;
    padding: 21px 0 12px 0;
    z-index: 9999;
  }
}
/* line 147, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
.main-menu .menu .sub-menu:hover {
  display: block;
}
/* line 150, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
.main-menu .menu .sub-menu li {
  margin-right: 34px;
}
/* line 153, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
.main-menu .menu .sub-menu li.current-menu-item > a {
  border: 0;
}
@media (max-width: 1200px) {
  /* line 150, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
  .main-menu .menu .sub-menu li {
    margin-right: 0;
    margin-bottom: 16px;
  }
  /* line 160, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
  .main-menu .menu .sub-menu li:last-of-type {
    margin-bottom: 0;
  }
}
/* line 164, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
.main-menu .menu .sub-menu li a {
  color: #000;
  font-size: 17px;
  font-family: "cabinmedium";
  text-transform: none;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 1200px) {
  /* line 164, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
  .main-menu .menu .sub-menu li a {
    padding: 0 20px 0 23px;
    border-left: 0;
  }
}
/* line 174, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
.main-menu .menu .sub-menu li a:hover {
  border: 0;
  padding-bottom: 0;
}
/* line 178, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
.main-menu .menu .sub-menu li a.hover {
  color: #000;
}
/* line 181, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
.main-menu .menu .sub-menu li a.not-hover {
  color: #b0b0af;
}
/* line 188, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
.main-menu .menu li {
  margin-right: 25px;
}
/* line 191, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
.main-menu .menu li.current-menu-item > a, .main-menu .menu li.current-menu-ancestor > a, .main-menu .menu li.current-page-ancestor > a, .main-menu .menu li.current_page_parent > a, .main-menu .menu li.active > a {
  border-bottom: 7px solid #69c39e;
}
@media (max-width: 1200px) {
  /* line 191, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
  .main-menu .menu li.current-menu-item > a, .main-menu .menu li.current-menu-ancestor > a, .main-menu .menu li.current-page-ancestor > a, .main-menu .menu li.current_page_parent > a, .main-menu .menu li.active > a {
    border-bottom: 0;
  }
}
@media (max-width: 1200px) {
  /* line 199, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
  .main-menu .menu li.current-menu-item > a, .main-menu .menu li.current-menu-ancestor > a, .main-menu .menu li.current-page-ancestor > a, .main-menu .menu li.current_page_parent > a {
    border-left: 8px solid #69c39e;
  }
}
/* line 208, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
.main-menu .menu li.menu-item-has-children > a {
  position: relative;
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  /* line 208, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
  .main-menu .menu li.menu-item-has-children > a {
    border-left: 8px solid #ffffff;
    padding-bottom: 9px;
  }
}
/* line 18, ../../../../source/wp-content/themes/ELL/css/_mixins.scss */
.main-menu .menu li.menu-item-has-children > a:before {
  width: 14px;
  height: 3px;
  display: none;
  right: 19px;
  top: 17px;
  background: #16a7b4;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
@media (max-width: 1200px) {
  /* line 18, ../../../../source/wp-content/themes/ELL/css/_mixins.scss */
  .main-menu .menu li.menu-item-has-children > a:before {
    display: block;
  }
}
/* line 18, ../../../../source/wp-content/themes/ELL/css/_mixins.scss */
.main-menu .menu li.menu-item-has-children > a:after {
  width: 3px;
  height: 14px;
  display: none;
  right: 24px;
  top: 12px;
  background: #16a7b4;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
@media (max-width: 1200px) {
  /* line 18, ../../../../source/wp-content/themes/ELL/css/_mixins.scss */
  .main-menu .menu li.menu-item-has-children > a:after {
    display: block;
  }
}
@media (max-width: 1200px) {
  /* line 238, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
  .main-menu .menu li.menu-item-has-children.current-menu-item > a, .main-menu .menu li.menu-item-has-children.current-menu-ancestor > a, .main-menu .menu li.menu-item-has-children.current-page-ancestor > a, .main-menu .menu li.menu-item-has-children.current_page_parent > a {
    border-left: 8px solid #69c39e;
  }
}
@media (max-width: 1200px) {
  /* line 247, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
  .main-menu .menu li.menu-item-has-children.active > a {
    border-left: 8px solid #69c39e;
  }
  /* line 250, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
  .main-menu .menu li.menu-item-has-children.active > a:after {
    display: none;
  }
}
@media (max-width: 1200px) {
  /* line 188, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
  .main-menu .menu li {
    display: block;
    margin-right: 0;
    margin-bottom: -2px;
  }
}
/* line 263, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
.main-menu .menu li a {
  font-size: 16px;
  line-height: 19px;
  padding-bottom: 14px;
  color: #000;
}
/* line 269, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
.main-menu .menu li a:hover {
  border-bottom: 7px solid #69c39e;
}
@media (max-width: 1200px) {
  /* line 269, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
  .main-menu .menu li a:hover {
    border-bottom: 0;
  }
}
@media (max-width: 1250px) {
  /* line 263, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
  .main-menu .menu li a {
    font-size: 14px;
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1080px) {
  /* line 263, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
  .main-menu .menu li a {
    padding-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  /* line 263, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
  .main-menu .menu li a {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 10px 20px 10px 14px;
    border-left: 8px solid #ffffff;
  }
}
/* line 290, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
.main-menu .menu li a.has-close:hover {
  border-bottom: 0;
}
/* line 297, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
.main-menu .newsletter-trigger {
  margin: 31px 14px 0 23px;
}
/* line 300, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
.main-menu .socials-sm {
  margin: 40px 10px 0 23px;
}

/* line 305, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
.mobile-trigger {
  display: none;
  width: 21px;
  height: 21px;
  position: relative;
  top: 10px;
  float: right;
  margin: 14px 17px 0 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1200px) {
  /* line 305, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
  .mobile-trigger {
    display: inline-block;
  }
}

/* line 321, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
.has-close span {
  display: block;
  position: absolute;
  width: 21px;
  height: 3px;
  margin-bottom: 4px;
  left: 0;
  background: #16a7b4;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* line 333, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
.has-close span:nth-child(2), .has-close span:nth-child(3) {
  top: 9px;
}
/* line 336, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
.has-close span:nth-child(4) {
  top: 18px;
}
/* line 342, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
.has-close.open span:nth-child(1), .has-close.open span:nth-child(4), .has-close.menu-close span:nth-child(1), .has-close.menu-close span:nth-child(4) {
  width: 0%;
  top: 18px;
  left: 50%;
}
/* line 347, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
.has-close.open span:nth-child(2), .has-close.menu-close span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 350, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
.has-close.open span:nth-child(3), .has-close.menu-close span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 355, ../../../../source/wp-content/themes/ELL/css/layout/_header.scss */
.has-close.menu-close {
  top: 0;
  margin: -40px 16px 0 0;
}

/* line 1, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.main-content {
  padding: 101px 0 239px 0;
  color: #ffffff;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1080px) {
  /* line 1, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
  .main-content {
    padding: 121px 0 239px 0;
  }
}
@media (min-width: 994px) and (max-width: 1080px) {
  /* line 1, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
  .main-content {
    padding: 101px 0 239px 0;
  }
}
@media (max-width: 1200px) {
  /* line 1, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
  .main-content {
    padding: 62px 0 300px 0;
  }
}

/* line 16, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.templatedefault {
  background: #f5f5f5;
}

/* line 20, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.section-content {
  position: relative;
  padding-top: 73px;
}
@media (max-width: 992px) {
  /* line 20, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
  .section-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 27, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.section-content .section-title, .section-content .post-intro h2, .post-intro .section-content h2 {
  margin-bottom: 37px;
  text-align: center;
}
/* line 31, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.section-content.content-top {
  padding-top: 0;
}
/* line 33, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.section-content.content-top .content-inner {
  padding: 114px 0 70px 0;
}
@media (max-width: 992px) {
  /* line 33, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
  .section-content.content-top .content-inner {
    padding: 50px 0 50px 0;
  }
}
/* line 40, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.section-content.content-middle {
  padding-top: 0;
}
/* line 42, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.section-content.content-middle .content-inner {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* line 48, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.section-content.content-bottom {
  padding-top: 0;
}
/* line 50, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.section-content.content-bottom .content-inner {
  bottom: 114px;
}
/* line 55, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.section-content.spacing-sm .section-title, .section-content.spacing-sm .post-intro h2, .post-intro .section-content.spacing-sm h2 {
  margin-bottom: 37px;
}
/* line 60, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.section-content.spacing-md .section-title, .section-content.spacing-md .post-intro h2, .post-intro .section-content.spacing-md h2 {
  margin-bottom: 77px;
}
/* line 64, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.section-content.padding-sm {
  padding: 37px 0 37px 0;
}
/* line 67, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.section-content.padding-md {
  padding: 73px 0 73px 0;
}
/* line 70, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.section-content.padding-lg {
  padding: 114px 0 114px 0;
}
/* line 73, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.section-content.section-lt {
  color: #ffffff;
}
/* line 76, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.section-content.section-dk {
  color: #283e42;
}
/* line 78, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.section-content.section-dk .section-title, .section-content.section-dk .post-intro h2, .post-intro .section-content.section-dk h2 {
  color: #000;
}

/* line 85, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.section-columns.padding-sm {
  padding: 37px 0 37px 0;
}
/* line 88, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.section-columns.padding-md {
  padding: 73px 0 73px 0;
}
/* line 91, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.section-columns.padding-lg {
  padding: 114px 0 114px 0;
}
/* line 94, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.section-columns h2, .section-columns .section-title, .section-columns .post-intro h2, .post-intro .section-columns h2 {
  margin-bottom: 37px;
  text-align: center;
}
/* line 98, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.section-columns.section-lt {
  color: #ffffff;
}
/* line 101, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.section-columns.section-dk {
  color: #283e42;
}
/* line 103, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.section-columns.section-dk .section-title, .section-columns.section-dk .post-intro h2, .post-intro .section-columns.section-dk h2 {
  color: #000;
}

/* line 18, ../../../../source/wp-content/themes/ELL/css/_mixins.scss */
.has-border:after {
  width: 620px;
  height: 1px;
  background: #e2e2e3;
  left: 50%;
  bottom: 0;
  margin-left: -310px;
}
@media (max-width: 767px) {
  /* line 18, ../../../../source/wp-content/themes/ELL/css/_mixins.scss */
  .has-border:after {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}

@media (max-width: 992px) {
  /* line 123, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
  .section-content.content-image {
    height: auto !important;
    min-height: auto !important;
    text-align: center;
  }
}
/* line 129, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.section-content.content-image .section-title br, .section-content.content-image .post-intro h2 br, .post-intro .section-content.content-image h2 br {
  display: none;
}
@media (max-width: 767px) {
  /* line 129, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
  .section-content.content-image .section-title br, .section-content.content-image .post-intro h2 br, .post-intro .section-content.content-image h2 br {
    display: block;
  }
}

/* line 137, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.section-content.post-feed {
  padding-top: 109px;
}

/* line 141, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.section-content.section-blog {
  padding-top: 53px;
}

/* line 145, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.section-content.more {
  clear: both;
  padding-top: 87px;
  text-align: center;
}

/* line 151, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.section-content.section-intro {
  padding-top: 60px;
  padding-bottom: 52px;
}

/* line 156, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.section-content.simple-content {
  padding-top: 48px;
  padding-bottom: 73px;
}
/* line 159, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.section-content.simple-content.padding-none {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 163, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.section-content.simple-content.padding-sm {
  padding-top: 24px;
  padding-bottom: 24px;
}
/* line 167, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.section-content.simple-content.padding-md {
  padding-top: 48px;
  padding-bottom: 48px;
}
/* line 171, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.section-content.simple-content.padding-lg {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* line 177, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.section-content.project-newsletter {
  padding-top: 86px;
  padding-bottom: 85px;
}

/* line 185, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.section-content.content-tabs {
  padding-top: 37px;
}

/* line 189, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.tpl-default {
  color: #283e42;
}

/* line 193, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.text-item {
  color: #283e42;
  text-align: center;
  margin: 10px 0 23px 0;
}
@media (max-width: 767px) {
  /* line 193, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
  .text-item {
    margin: 10px 0 0 0;
  }
}
/* line 200, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.text-item:hover {
  color: #687476;
}

/* line 205, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
h2.text-item-title {
  font-family: "open_sansbold";
  font-size: 17px;
  margin: 0 0 -6px 0;
}

/* line 212, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.text-item-subtitle {
  font-family: "open_sanssemibold";
  font-size: 15px;
  font-style: italic;
}

/* line 219, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.image-item {
  position: relative;
  display: block;
  margin: 16px 0 5px 0;
  width: 297px;
  height: 213px;
  background: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
@media (max-width: 992px) {
  /* line 219, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
  .image-item {
    width: 100%;
  }
}
/* line 230, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.image-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 235, ../../../../source/wp-content/themes/ELL/css/layout/_content.scss */
.image-item:hover img {
  opacity: 0.5;
}

/* Posts List */
/* line 3, ../../../../source/wp-content/themes/ELL/css/layout/_blog.scss */
.templateblog {
  padding: 0 0 80px 0;
  background: #f5f5f5;
}

/* line 9, ../../../../source/wp-content/themes/ELL/css/layout/_blog.scss */
.widget_categories .widget-title, .widget_categories label {
  display: none;
}

/* line 14, ../../../../source/wp-content/themes/ELL/css/layout/_blog.scss */
.categories-filter {
  text-align: center;
}

/* line 18, ../../../../source/wp-content/themes/ELL/css/layout/_blog.scss */
div.fancy-select {
  width: 451px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 992px) {
  /* line 18, ../../../../source/wp-content/themes/ELL/css/layout/_blog.scss */
  div.fancy-select {
    width: 90%;
  }
}
/* line 25, ../../../../source/wp-content/themes/ELL/css/layout/_blog.scss */
div.fancy-select div.trigger {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  padding: 10px 24px 9px 0;
  background: transparent;
  border: 0;
  border-bottom: 4px solid #283e42;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 26px;
  color: #283e42;
  font-family: "open_sansregular";
  text-transform: none;
  font-weight: normal;
  text-align: left;
}
/* line 41, ../../../../source/wp-content/themes/ELL/css/layout/_blog.scss */
div.fancy-select div.trigger:after {
  width: 18px;
  height: 10px;
  border: 0;
  top: 29px;
  right: 3px;
  background: url("../ico-arrow.html") no-repeat;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* line 51, ../../../../source/wp-content/themes/ELL/css/layout/_blog.scss */
div.fancy-select div.trigger.open {
  border: 0;
  border-bottom: 4px solid #283e42;
  background: transparent;
  color: #283e42;
}
/* line 56, ../../../../source/wp-content/themes/ELL/css/layout/_blog.scss */
div.fancy-select div.trigger.open:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* line 61, ../../../../source/wp-content/themes/ELL/css/layout/_blog.scss */
div.fancy-select ul.options {
  margin: 6px 0 0 0;
  padding: 0;
  top: 56px;
  background: #fff;
  border-radius: 0;
  border-top: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.06) 0 3px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.06) 0 3px 5px;
  box-shadow: rgba(0, 0, 0, 0.06) 0 3px 5px;
  min-width: 100%;
  max-height: 500px;
  text-align: left;
  z-index: 9999;
}
/* line 73, ../../../../source/wp-content/themes/ELL/css/layout/_blog.scss */
div.fancy-select ul.options li {
  font-size: 21px;
  text-transform: none;
  color: #283e42;
  font-weight: normal;
  font-family: "open_sansregular";
}
/* line 79, ../../../../source/wp-content/themes/ELL/css/layout/_blog.scss */
div.fancy-select ul.options li:hover, div.fancy-select ul.options li.selected {
  color: #ffffff;
  background: #283e42;
}
/* line 82, ../../../../source/wp-content/themes/ELL/css/layout/_blog.scss */
div.fancy-select ul.options li:hover .option-line, div.fancy-select ul.options li.selected .option-line {
  background: #ffffff;
}

/* line 90, ../../../../source/wp-content/themes/ELL/css/layout/_blog.scss */
.option-line {
  display: inline-block;
  width: 21px;
  height: 2px;
  background: #283e42;
  vertical-align: middle;
  margin-right: 10px;
}

/* line 99, ../../../../source/wp-content/themes/ELL/css/layout/_blog.scss */
div.fancy-select select:focus + div.trigger {
  box-shadow: none;
}

/* line 103, ../../../../source/wp-content/themes/ELL/css/layout/_blog.scss */
.posts-list {
  margin: 36px 0 0 0;
}

/* Single Post */
/* line 110, ../../../../source/wp-content/themes/ELL/css/layout/_blog.scss */
.templatepost {
  background: #f5f5f5;
}

/* line 114, ../../../../source/wp-content/themes/ELL/css/layout/_blog.scss */
.post {
  position: relative;
  font-family: "open_sanssemibold";
}
/* line 118, ../../../../source/wp-content/themes/ELL/css/layout/_blog.scss */
.post .post-intro {
  margin: 36px auto 0 auto;
  padding: 0 200px 0 200px;
}
@media (max-width: 767px) {
  /* line 118, ../../../../source/wp-content/themes/ELL/css/layout/_blog.scss */
  .post .post-intro {
    padding: 0 10px 0 10px;
  }
}

/* line 127, ../../../../source/wp-content/themes/ELL/css/layout/_blog.scss */
.post-header {
  padding: 62px 0 0 0;
  text-align: center;
}
/* line 130, ../../../../source/wp-content/themes/ELL/css/layout/_blog.scss */
.post-header .section-title, .post-header .post-intro h2, .post-intro .post-header h2 {
  margin: 20px 0 0 0;
  padding: 0 20px 0 20px;
}

/* line 136, ../../../../source/wp-content/themes/ELL/css/layout/_blog.scss */
.post-categories {
  font-family: "open_sansbold";
}

/* line 141, ../../../../source/wp-content/themes/ELL/css/layout/_blog.scss */
.post-meta {
  margin: 26px 0 0 0;
  font-size: 15px;
  color: #dbdbdb;
}

/* line 147, ../../../../source/wp-content/themes/ELL/css/layout/_blog.scss */
.post-author {
  font-style: italic;
  color: #283e42;
  padding: 0 22px 0 0;
  font-family: "open_sanssemibold";
}
/* line 152, ../../../../source/wp-content/themes/ELL/css/layout/_blog.scss */
.post-author strong {
  font-weight: normal;
  font-style: normal;
  font-family: "open_sansbold";
}

/* line 159, ../../../../source/wp-content/themes/ELL/css/layout/_blog.scss */
.post-date {
  color: #283e42;
  padding: 0 0 0 22px;
}

/* line 164, ../../../../source/wp-content/themes/ELL/css/layout/_blog.scss */
.post-intro {
  position: relative;
  padding: 0 0 47px 0;
  text-align: center;
  font-family: "open_sanssemibold";
}
/* line 170, ../../../../source/wp-content/themes/ELL/css/layout/_blog.scss */
.post-intro h2 {
  color: #000;
  line-height: 40px;
  margin: 8px 0 0 0;
}
@media (max-width: 992px) {
  /* line 164, ../../../../source/wp-content/themes/ELL/css/layout/_blog.scss */
  .post-intro {
    width: 100%;
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 992px) {
  /* line 183, ../../../../source/wp-content/themes/ELL/css/layout/_blog.scss */
  .post-intro.has-border {
    padding: 0 20px 40px 20px;
  }
}

/* line 190, ../../../../source/wp-content/themes/ELL/css/layout/_blog.scss */
.post-content {
  padding: 41px 0 0 0;
}
/* line 192, ../../../../source/wp-content/themes/ELL/css/layout/_blog.scss */
.post-content p {
  margin: 0 0 23px 0;
}
/* line 195, ../../../../source/wp-content/themes/ELL/css/layout/_blog.scss */
.post-content img {
  margin: 29px 0 32px 0;
  width: 100%;
}

/* line 202, ../../../../source/wp-content/themes/ELL/css/layout/_blog.scss */
.post-thumbnail iframe {
  width: 100% !important;
  height: 271px !important;
}

/* line 208, ../../../../source/wp-content/themes/ELL/css/layout/_blog.scss */
.has-video {
  cursor: pointer;
}

/* line 212, ../../../../source/wp-content/themes/ELL/css/layout/_blog.scss */
.video-overlay {
  display: none;
  position: fixed;
  width: 500px;
  height: 320px;
  left: 50%;
  top: 50%;
  margin: -160px 0 0 -250px;
  z-index: 999;
  padding: 40px 20px 20px 20px;
  background: #fff;
}
@media (max-width: 767px) {
  /* line 212, ../../../../source/wp-content/themes/ELL/css/layout/_blog.scss */
  .video-overlay {
    width: 300px;
    margin: -160px 0 0 -150px;
  }
}
/* line 227, ../../../../source/wp-content/themes/ELL/css/layout/_blog.scss */
.video-overlay .post-thumbnail iframe {
  height: 260px !important;
}

/* line 232, ../../../../source/wp-content/themes/ELL/css/layout/_blog.scss */
.video-close {
  display: block;
  position: absolute;
  top: 5px;
  right: 11px;
  font-size: 20px;
}

/* line 1, ../../../../source/wp-content/themes/ELL/css/layout/_project.scss */
.templateproject {
  padding: 60px 0 0 0;
  background: #f5f5f5;
}
/* line 4, ../../../../source/wp-content/themes/ELL/css/layout/_project.scss */
.templateproject.has-socials {
  padding: 64px 0 0 0;
}
/* line 6, ../../../../source/wp-content/themes/ELL/css/layout/_project.scss */
.templateproject.has-socials .post-intro {
  padding: 45px 0 12px 0;
}
/* line 9, ../../../../source/wp-content/themes/ELL/css/layout/_project.scss */
.templateproject.has-socials .has-border:after {
  display: none;
}

/* line 15, ../../../../source/wp-content/themes/ELL/css/layout/_project.scss */
.single-project-item {
  margin: 42px 0 0 0;
  font-family: "open_sanssemibold";
}
/* line 19, ../../../../source/wp-content/themes/ELL/css/layout/_project.scss */
.single-project-item h2 {
  font-family: "open_sansbold";
  text-align: center;
}
/* line 24, ../../../../source/wp-content/themes/ELL/css/layout/_project.scss */
.single-project-item .btn-content, .single-project-item .btn-content-sm, .single-project-item .form-lt input[type="submit"], .form-lt .single-project-item input[type="submit"], .single-project-item .form-row input[type="submit"], .form-row .single-project-item input[type="submit"] {
  margin: 48px 0 0 0;
  padding: 10px 25px 9px 25px;
  font-size: 20px;
  letter-spacing: 1.7px;
}

/* line 33, ../../../../source/wp-content/themes/ELL/css/layout/_project.scss */
.project-image {
  margin: 36px 0 0 0;
}
/* line 36, ../../../../source/wp-content/themes/ELL/css/layout/_project.scss */
.project-image img {
  width: 100%;
}

/* line 41, ../../../../source/wp-content/themes/ELL/css/layout/_project.scss */
.project-details {
  margin: 43px 0 0 0;
}
/* line 43, ../../../../source/wp-content/themes/ELL/css/layout/_project.scss */
.project-details .content-row {
  margin: 0 0 30px 0;
}
/* line 46, ../../../../source/wp-content/themes/ELL/css/layout/_project.scss */
.project-details h3 {
  margin: 0 0 30px 0;
  font-size: 18px;
  font-family: "open_sanssemibold";
}
/* line 52, ../../../../source/wp-content/themes/ELL/css/layout/_project.scss */
.project-details h4 {
  margin: 0 0 0 0;
  font-size: 16px;
  line-height: 19px;
  font-family: "open_sansbold";
}
/* line 59, ../../../../source/wp-content/themes/ELL/css/layout/_project.scss */
.project-details ul {
  margin: 12px 0 0 0;
}

/* line 65, ../../../../source/wp-content/themes/ELL/css/layout/_project.scss */
.project-description {
  margin: 45px 0 0 0;
  padding: 41px 0 79px 0;
  border-top: 1px solid #e2e2e3;
  border-bottom: 1px solid #e2e2e3;
  text-align: center;
}
/* line 71, ../../../../source/wp-content/themes/ELL/css/layout/_project.scss */
.project-description p {
  text-align: left;
}

/* line 77, ../../../../source/wp-content/themes/ELL/css/layout/_project.scss */
.project-socials {
  text-align: center;
}

/* line 81, ../../../../source/wp-content/themes/ELL/css/layout/_project.scss */
.project-newsletter {
  background: #283e42;
  color: #ffffff;
  text-align: center;
}
/* line 85, ../../../../source/wp-content/themes/ELL/css/layout/_project.scss */
.project-newsletter .btn-content, .project-newsletter .btn-content-sm, .project-newsletter .form-lt input[type="submit"], .form-lt .project-newsletter input[type="submit"], .project-newsletter .form-row input[type="submit"], .form-row .project-newsletter input[type="submit"] {
  margin: 41px 0 0 0;
  padding: 7px 16px 7px 16px;
  letter-spacing: 1.5px;
}

/* line 1, ../../../../source/wp-content/themes/ELL/css/layout/_summit.scss */
.templatesummit {
  padding: 56px 0 0 0;
  background: #f5f5f5;
}

/* line 1, ../../../../source/wp-content/themes/ELL/css/layout/_footer.scss */
.main-footer {
  position: absolute;
  width: 100%;
  height: 239px;
  bottom: 0;
  padding-top: 38px;
  background: #ffffff;
  font-family: "open_sanssemibold";
}
@media (max-width: 992px) {
  /* line 1, ../../../../source/wp-content/themes/ELL/css/layout/_footer.scss */
  .main-footer {
    padding-top: 24px;
  }
}
@media (max-width: 767px) {
  /* line 1, ../../../../source/wp-content/themes/ELL/css/layout/_footer.scss */
  .main-footer {
    height: 300px;
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
  }
}
/* line 18, ../../../../source/wp-content/themes/ELL/css/layout/_footer.scss */
.main-footer h2 {
  margin: 0;
  font-size: 15px;
  font-family: "open_sansbold";
  letter-spacing: 0.2px;
}
/* line 24, ../../../../source/wp-content/themes/ELL/css/layout/_footer.scss */
.main-footer .newsletter-trigger {
  margin: 5px 0 0 0;
  font-size: 15px;
  text-transform: none;
}
/* line 29, ../../../../source/wp-content/themes/ELL/css/layout/_footer.scss */
.main-footer .socials {
  margin: 14px 0 0 2px;
}
@media (max-width: 767px) {
  /* line 29, ../../../../source/wp-content/themes/ELL/css/layout/_footer.scss */
  .main-footer .socials {
    margin: 10px 0 0 0;
  }
}

/* line 37, ../../../../source/wp-content/themes/ELL/css/layout/_footer.scss */
.footer-logo {
  margin: 8px 0 0 -3px;
}

/* line 41, ../../../../source/wp-content/themes/ELL/css/layout/_footer.scss */
.footer-text {
  margin: 22px 0 0 0;
  padding-right: 50px;
  line-height: 19px;
}
@media (max-width: 767px) {
  /* line 41, ../../../../source/wp-content/themes/ELL/css/layout/_footer.scss */
  .footer-text {
    margin: 11px 0 0 0;
    padding-right: 0;
  }
}

/* line 51, ../../../../source/wp-content/themes/ELL/css/layout/_footer.scss */
.footer-copyright {
  margin: 20px 0 0 -1px;
}
@media (max-width: 767px) {
  /* line 51, ../../../../source/wp-content/themes/ELL/css/layout/_footer.scss */
  .footer-copyright {
    margin: 10px 0 0 0;
  }
}

/* line 58, ../../../../source/wp-content/themes/ELL/css/layout/_footer.scss */
.footer-mail {
  display: block;
  margin: 14px 0 0 0;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  /* line 58, ../../../../source/wp-content/themes/ELL/css/layout/_footer.scss */
  .footer-mail {
    margin: 10px 0 0 0;
  }
}

/* line 68, ../../../../source/wp-content/themes/ELL/css/layout/_footer.scss */
.footer-phone {
  margin: 14px 0 0 0;
}
@media (max-width: 767px) {
  /* line 68, ../../../../source/wp-content/themes/ELL/css/layout/_footer.scss */
  .footer-phone {
    margin: 10px 0 0 0;
  }
}

/* line 1, ../../../../source/wp-content/themes/ELL/css/layout/_error.scss */
.templateerror {
  color: #283e42;
  padding: 60px 0 60px 0;
}
@media (max-width: 767px) {
  /* line 1, ../../../../source/wp-content/themes/ELL/css/layout/_error.scss */
  .templateerror {
    padding: 60px 0 60px 0;
  }
}
/* line 8, ../../../../source/wp-content/themes/ELL/css/layout/_error.scss */
.templateerror a {
  color: #16a7b4;
}
/* line 10, ../../../../source/wp-content/themes/ELL/css/layout/_error.scss */
.templateerror a:hover {
  text-decoration: underline;
}

/* line 17, ../../../../source/wp-content/themes/ELL/css/layout/_error.scss */
.error404 #page {
  background: #f5f5f5;
}

@media print {
  /* line 3, ../../../../source/wp-content/themes/ELL/css/_print.scss */
  nav,
  footer,
  .arrow-divider,
  .socials-nav,
  .post-tags,
  .btn-back,
  .btn-top,
  .btn-content,
  .btn-content-sm,
  .btn-content-sm:focus,
  .form-lt input[type="submit"],
  .form-row input[type="submit"],
  .form-row input[type="submit"]:focus,
  .btn-more-posts,
  .btn-more,
  .btn-cta,
  .content-section.home-slider,
  .content-section.main-slider,
  .contact-right,
  .content-form,
  .sorting-options,
  .see-all,
  .tabs-lg,
  .post-share,
  .sharify-container {
    display: none !important;
  }

  /* line 27, ../../../../source/wp-content/themes/ELL/css/_print.scss */
  a[href]:after {
    content: none !important;
  }

  /* line 31, ../../../../source/wp-content/themes/ELL/css/_print.scss */
  .masthead, .home .masthead {
    position: static !important;
  }

  /* line 35, ../../../../source/wp-content/themes/ELL/css/_print.scss */
  .main-header {
    position: static !important;
  }
  /* line 37, ../../../../source/wp-content/themes/ELL/css/_print.scss */
  .main-header a {
    font-size: 0;
  }

  /* line 42, ../../../../source/wp-content/themes/ELL/css/_print.scss */
  .page-header {
    height: 128px;
  }

  /* line 46, ../../../../source/wp-content/themes/ELL/css/_print.scss */
  .main-content {
    padding: 35px 0 35px 0;
  }

  /* line 50, ../../../../source/wp-content/themes/ELL/css/_print.scss */
  .content-section,
  .content-section.content-list-lg {
    padding-top: 35px;
  }

  /* line 56, ../../../../source/wp-content/themes/ELL/css/_print.scss */
  .content-section.posts-list {
    padding-top: 0;
  }
  /* line 58, ../../../../source/wp-content/themes/ELL/css/_print.scss */
  .content-section.posts-list .post {
    margin-top: -200px;
  }

  /* line 64, ../../../../source/wp-content/themes/ELL/css/_print.scss */
  .content-section.content-list-lg li {
    width: 100%;
    display: block;
  }
  /* line 67, ../../../../source/wp-content/themes/ELL/css/_print.scss */
  .content-section.content-list-lg li .icon {
    display: none;
  }

  /* line 74, ../../../../source/wp-content/themes/ELL/css/_print.scss */
  .content-section.content-list .icon {
    display: none !important;
  }

  /* line 79, ../../../../source/wp-content/themes/ELL/css/_print.scss */
  .grid-column {
    float: none;
    width: 100%;
  }

  /* line 85, ../../../../source/wp-content/themes/ELL/css/_print.scss */
  .grid-column-left .grid-item {
    float: none;
  }

  /* line 91, ../../../../source/wp-content/themes/ELL/css/_print.scss */
  .grid-item-hor-xs, .grid-item-hor-sm, .grid-item-hor-md, .grid-item-hor-lg, .grid-item-vrt {
    width: 100%;
  }

  /* line 96, ../../../../source/wp-content/themes/ELL/css/_print.scss */
  .content-section.members-list .post {
    margin-top: 50px;
  }

  /* line 100, ../../../../source/wp-content/themes/ELL/css/_print.scss */
  .page-intro {
    margin: 0;
  }

  /* line 104, ../../../../source/wp-content/themes/ELL/css/_print.scss */
  .content-section.simple-content {
    margin: 40px 0 -18px 0;
  }

  /* line 108, ../../../../source/wp-content/themes/ELL/css/_print.scss */
  .tab-image {
    display: none;
  }

  /* line 112, ../../../../source/wp-content/themes/ELL/css/_print.scss */
  .tab-content {
    display: block;
  }

  /* line 116, ../../../../source/wp-content/themes/ELL/css/_print.scss */
  .content-section.archive-list .post-content {
    display: block;
  }
}

.hide-mobile {
  display: block; }

.show-mobile {
  display: none; }

@media (max-width: 1199px) {
  .hide-mobile {
    display: none; }
  .show-mobile {
    display: block; } }

.block-updates {
  border-radius: 10px;
  margin-bottom: 120px;
  display: flex;
  padding: 0;
  height: auto; }
  .block-updates.crawlers-block {
    min-height: inherit; }
    @media (max-width: 1199px) {
      .block-updates.crawlers-block {
        min-height: 350px; } }
  .block-updates:nth-of-type(even) .block-title-callout {
    margin-left: 0; }
  @media (max-width: 1199px) {
    .block-updates:nth-of-type(even) .block-title-inner {
      margin-left: 0; } }
  @media (max-width: 1199px) {
    .block-updates {
      border: 1px solid #20a6b3; } }
  .block-updates .block-title {
    transition: all .3s ease-in-out;
    width: 50%; }
    @media (max-width: 1199px) {
      .block-updates .block-title {
        margin: 230px 0 0 3%;
        width: 100%; } }
  .block-updates h3 {
    position: relative;
    font-size: 32px;
    margin: 0; }
  .block-updates.section-collapse {
    display: block;
    overflow: hidden;
    border: 1px solid #20a6b3;
    margin-bottom: 50px;
    -webkit-box-shadow: 10px 10px 14px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 10px 10px 14px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 10px 10px 14px 0px rgba(0, 0, 0, 0.13);
    cursor: pointer; }
    @media (min-width: 1199px) {
      .block-updates.section-collapse:hover {
        background-color: #f5f5f5; }
        .block-updates.section-collapse:hover .activities-image {
          width: 45%; } }
    @media (min-width: 1199px) and (max-width: 1199px) {
      .block-updates.section-collapse:hover .activities-image {
        width: 100%; } }
    .block-updates.section-collapse:hover .open-close-button {
      transform: rotate(180deg) scale(0.4); }
      @media (max-width: 1199px) {
        .block-updates.section-collapse:hover .open-close-button {
          transform: rotate(0deg) scale(0.4); } }
    .block-updates.section-collapse:hover .block-title-inner {
      transform: translateX(23%); }
      @media (max-width: 1199px) {
        .block-updates.section-collapse:hover .block-title-inner {
          transform: none; } }
    .block-updates.section-collapse:hover:nth-of-type(even) .block-title-inner {
      transform: translateX(-23%); }
      @media (max-width: 1199px) {
        .block-updates.section-collapse:hover:nth-of-type(even) .block-title-inner {
          transform: none; } }
    .block-updates.section-collapse:nth-of-type(even) .activities-image {
      position: absolute; }
    .block-updates.section-collapse:nth-of-type(even) .block-title-content-inner {
      margin-left: 1em; }
      @media (max-width: 1199px) {
        .block-updates.section-collapse:nth-of-type(even) .block-title-content-inner {
          margin-left: 0; } }
    @media (max-width: 1199px) {
      .block-updates.section-collapse:nth-of-type(even):hover .block-title-inner {
        margin-left: 0; } }
    .block-updates.section-collapse .block-title {
      width: 40%; }
      @media (max-width: 1199px) {
        .block-updates.section-collapse .block-title {
          width: 100%; } }
    .block-updates.section-collapse:nth-of-type(even) .block-title {
      position: absolute;
      right: 0; }
      @media (max-width: 1199px) {
        .block-updates.section-collapse:nth-of-type(even) .block-title {
          position: relative; } }
    .block-updates.section-collapse .block-title-callout {
      opacity: 0;
      height: 0; }
    .block-updates.section-collapse .activity-list-item {
      opacity: 0; }
    .block-updates.section-collapse .activities-image.infant-image {
      background-position: 16% 38%; }
    .block-updates.section-collapse .activities-image.crawler-image {
      background-position: 70% 13%; }
    .block-updates.section-collapse .activities-image.toddler-image {
      background-position: 16% 38%; }
    .block-updates.section-collapse .activities-image.preschool-image {
      background-position: 50% 32%; }
  .block-updates.section-expand .block-title-inner {
    margin-left: 0; }
  .block-updates.section-expand:nth-of-type(even) .block-title {
    right: 0; }
  .block-updates.section-expand .activities-image.image-collapse {
    width: 40%;
    position: relative; }
    @media (max-width: 1199px) {
      .block-updates.section-expand .activities-image.image-collapse {
        position: absolute;
        width: 100%; } }
  .block-updates.section-expand .activities-image:not(.image-collapse) {
    width: 40%; }
  @media (min-width: 1199px) {
    .block-updates:nth-of-type(odd) {
      padding-left: 20px; } }
  @media (min-width: 1199px) {
    .block-updates:nth-of-type(odd) .full-bg::before {
      content: "";
      background: #f5f5f5;
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0%;
      left: 0%;
      border-radius: 10px;
      -webkit-box-shadow: 10px 10px 14px 0px rgba(0, 0, 0, 0.13);
      -moz-box-shadow: 10px 10px 14px 0px rgba(0, 0, 0, 0.13);
      box-shadow: 10px 10px 14px 0px rgba(0, 0, 0, 0.13);
      transition: all .5 ease-in-out;
      transition-delay: 1s; } }
  .block-updates:nth-of-type(odd) .activities-image.image-collapse {
    position: absolute;
    right: 0;
    left: auto; }
  .block-updates .activities-image {
    position: relative;
    z-index: 1;
    width: 60%;
    left: 0;
    height: 100%;
    transition: all .25s ease-in-out; }
    @media (max-width: 1199px) {
      .block-updates .activities-image {
        height: 180px;
        width: 100%;
        position: absolute;
        top: 0;
        z-index: 9999;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background-position: 25% 40% !important;
        opacity: 1; }
        .block-updates .activities-image.crawler-image {
          background-position: 64% 15% !important; } }
    .block-updates .activities-image.infant-image {
      background: url(../jpeg/infants.jpeg) 25% center no-repeat; }
    .block-updates .activities-image.crawler-image {
      background: url(../jpg/crawlers-and-walkers.jpg) 65% center no-repeat; }
    .block-updates .activities-image.toddler-image {
      background: url(../jpg/stocksy_txp70c31adbm6e100_medium_1092400.jpg) 36% center no-repeat; }
    .block-updates .activities-image.preschool-image {
      background: url(../jpg/107_mg_6653-1.jpg) center center no-repeat; }
  .block-updates .number-list {
    position: relative;
    left: 15px; }
    .block-updates .number-list:after {
      content: "";
      border: 1px solid #16a7b4;
      border-radius: 50%;
      position: absolute;
      top: -8px;
      left: -9px;
      height: 50px;
      width: 50px; }
    @media (max-width: 1199px) {
      .block-updates .number-list {
        margin-top: 0;
        float: left;
        margin-left: 10px;
        left: 0; } }
  .block-updates .block-title-content-inner {
    position: relative;
    z-index: 99;
    transition: all .3s ease-in-out;
    margin: auto;
    max-width: 230px;
    margin-left: 0; }
    @media (max-width: 1199px) {
      .block-updates .block-title-content-inner {
        margin: 0 0 40px 0;
        font-size: 26px;
        max-width: 100%; } }
    .block-updates .block-title-content-inner .age {
      font-size: 16px;
      color: #7b7b7b;
      text-transform: uppercase; }
      @media (max-width: 1199px) {
        .block-updates .block-title-content-inner .age {
          display: block; } }
    .block-updates .block-title-content-inner p {
      display: none; }
  .block-updates .block-title-inner {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 230px;
    margin: auto auto auto 0;
    transition: all .25s ease-in-out; }
    @media (max-width: 1199px) {
      .block-updates .block-title-inner {
        display: block;
        height: auto;
        width: 100%;
        margin-bottom: 50px; } }
  .block-updates .block-title-callout {
    text-transform: uppercase;
    color: #16a7b4;
    font-size: 14px;
    line-height: 44px;
    height: auto; }
    @media (max-width: 1199px) {
      .block-updates .block-title-callout {
        display: none; } }
  .block-updates .activity-title {
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.5; }
    @media (max-width: 1199px) {
      .block-updates .activity-title {
        margin-left: 50px; } }
  .block-updates .activity-content {
    font-size: 16px;
    line-height: 1.5; }

.open-close-button {
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 0.05em solid #16a7b4;
  font-size: 3em;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 230px;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0) scale(0.4); }
  @media (max-width: 1199px) {
    .open-close-button {
      right: 0;
      left: auto; } }

.open-close-button:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #16a7b4;
  width: 80%;
  height: 6%;
  left: 10%;
  top: 47%; }

.open-close-button:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #16a7b4;
  width: 6%;
  height: 80%;
  left: 47%;
  top: 10%; }

.open-close-button.open {
  background-color: #16a7b4;
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg) scale(0.4); }

.open-close-button.open:after {
  background-color: white; }

.open-close-button.open:before {
  background-color: white; }

.break-word {
  display: inline; }
  @media (max-width: 1199px) {
    .break-word {
      display: block; } }

      .postid-4091 .page-header,
      .postid-4626 .page-header,
      .postid-4091 .post-categories,
      .postid-4626 .post-categories,
      .postid-4626 .post-meta,
      .postid-4091 .post-meta {
        display: none; }

        .language-link {
          position: absolute;
          right: 40px;
          top: 50px;
          z-index: 9999;}
          .language-link a {
            text-decoration: underline;
            text-transform: uppercase;
            height: auto;
            padding: 13px 13px;
            border-radius: 10px; }
            .language-link a img {
              width: 20px; }
              .postid-4091 .language-link,
              .postid-4626 .language-link {
                top: -166px; }
                @media (max-width: 1199px) {
                  .postid-4091 .language-link,
                  .postid-4626 .language-link {
                    top: -360px;
                    right: 0; } }

              .postid-4091 .post-header,
              .postid-4626 .post-header {
                padding-top: 82px; }

                .page-id-4112 p {
                  font-size: 20px;
                  display: flex;
                  /* flex-direction: row; */
                  justify-content: center; }
                  .page-id-4112 p img, .page-id-4112 p iframe {
                    margin: auto; }
                    @media (max-width: 1199px) {
                      .page-id-4112 p img {
                        margin: 0 auto;
                        height: intrinsic; } }
