/**
 * selectize.css (v0.11.2)
 * Copyright (c) 2013 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-dropdown-header-close:hover {
  color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff; }

.selectize-control {
  position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block; }

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px; }

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px; }

.selectize-input.full {
  background-color: #ffffff; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0; }

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0; }

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca; }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff; }

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.selectize-input > input::-ms-clear {
  display: none; }

.selectize-input > input:focus {
  outline: none !important; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px; }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px; }

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default; }

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68; }

.selectize-dropdown .active.create {
  color: #495c68; }

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent; }

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  list-style-type: none;
  padding: 10px 0;
  text-align: center;
  font-size: 0;
  line-height: 0; }
  .slick-dots li {
    display: inline-block;
    padding: 0 5px; }
    .slick-dots li button {
      border: none;
      background-color: #22c5b1;
      display: inline-block;
      text-indent: -9999px;
      padding: 0;
      width: 10px;
      height: 10px;
      border-radius: 5px; }
    .slick-dots li.slick-active button {
      background-color: #000; }

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

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

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

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

td,
th {
  padding: 0; }

.container {
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 480px) {
    .container {
      width: 480px; } }
  @media (min-width: 768px) {
    .container {
      width: 768px; } }
  @media (min-width: 992px) {
    .container {
      width: 992px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1200px; } }

@media (min-width: 480px) {
  .col-xs-12 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 100%; }
    .col-xs-12:after {
      content: " ";
      display: block;
      clear: both; }
  .col-xs-pull-12 {
    right: 100%; }
  .col-xs-push-12 {
    left: 100%; }
  .col-xs-offset-12 {
    margin-left: 100%; }
  .col-xs-11 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 91.66667%; }
    .col-xs-11:after {
      content: " ";
      display: block;
      clear: both; }
  .col-xs-pull-12 {
    right: 91.66667%; }
  .col-xs-push-12 {
    left: 91.66667%; }
  .col-xs-offset-12 {
    margin-left: 91.66667%; }
  .col-xs-10 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 83.33333%; }
    .col-xs-10:after {
      content: " ";
      display: block;
      clear: both; }
  .col-xs-pull-12 {
    right: 83.33333%; }
  .col-xs-push-12 {
    left: 83.33333%; }
  .col-xs-offset-12 {
    margin-left: 83.33333%; }
  .col-xs-9 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 75%; }
    .col-xs-9:after {
      content: " ";
      display: block;
      clear: both; }
  .col-xs-pull-12 {
    right: 75%; }
  .col-xs-push-12 {
    left: 75%; }
  .col-xs-offset-12 {
    margin-left: 75%; }
  .col-xs-8 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 66.66667%; }
    .col-xs-8:after {
      content: " ";
      display: block;
      clear: both; }
  .col-xs-pull-12 {
    right: 66.66667%; }
  .col-xs-push-12 {
    left: 66.66667%; }
  .col-xs-offset-12 {
    margin-left: 66.66667%; }
  .col-xs-7 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 58.33333%; }
    .col-xs-7:after {
      content: " ";
      display: block;
      clear: both; }
  .col-xs-pull-12 {
    right: 58.33333%; }
  .col-xs-push-12 {
    left: 58.33333%; }
  .col-xs-offset-12 {
    margin-left: 58.33333%; }
  .col-xs-6 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 50%; }
    .col-xs-6:after {
      content: " ";
      display: block;
      clear: both; }
  .col-xs-pull-12 {
    right: 50%; }
  .col-xs-push-12 {
    left: 50%; }
  .col-xs-offset-12 {
    margin-left: 50%; }
  .col-xs-5 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 41.66667%; }
    .col-xs-5:after {
      content: " ";
      display: block;
      clear: both; }
  .col-xs-pull-12 {
    right: 41.66667%; }
  .col-xs-push-12 {
    left: 41.66667%; }
  .col-xs-offset-12 {
    margin-left: 41.66667%; }
  .col-xs-4 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 33.33333%; }
    .col-xs-4:after {
      content: " ";
      display: block;
      clear: both; }
  .col-xs-pull-12 {
    right: 33.33333%; }
  .col-xs-push-12 {
    left: 33.33333%; }
  .col-xs-offset-12 {
    margin-left: 33.33333%; }
  .col-xs-3 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 25%; }
    .col-xs-3:after {
      content: " ";
      display: block;
      clear: both; }
  .col-xs-pull-12 {
    right: 25%; }
  .col-xs-push-12 {
    left: 25%; }
  .col-xs-offset-12 {
    margin-left: 25%; }
  .col-xs-2 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 16.66667%; }
    .col-xs-2:after {
      content: " ";
      display: block;
      clear: both; }
  .col-xs-pull-12 {
    right: 16.66667%; }
  .col-xs-push-12 {
    left: 16.66667%; }
  .col-xs-offset-12 {
    margin-left: 16.66667%; }
  .col-xs-1 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 8.33333%; }
    .col-xs-1:after {
      content: " ";
      display: block;
      clear: both; }
  .col-xs-pull-12 {
    right: 8.33333%; }
  .col-xs-push-12 {
    left: 8.33333%; }
  .col-xs-offset-12 {
    margin-left: 8.33333%; } }

@media (min-width: 768px) {
  .col-sm-12 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 100%; }
    .col-sm-12:after {
      content: " ";
      display: block;
      clear: both; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-11 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 91.66667%; }
    .col-sm-11:after {
      content: " ";
      display: block;
      clear: both; }
  .col-sm-pull-12 {
    right: 91.66667%; }
  .col-sm-push-12 {
    left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 91.66667%; }
  .col-sm-10 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 83.33333%; }
    .col-sm-10:after {
      content: " ";
      display: block;
      clear: both; }
  .col-sm-pull-12 {
    right: 83.33333%; }
  .col-sm-push-12 {
    left: 83.33333%; }
  .col-sm-offset-12 {
    margin-left: 83.33333%; }
  .col-sm-9 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 75%; }
    .col-sm-9:after {
      content: " ";
      display: block;
      clear: both; }
  .col-sm-pull-12 {
    right: 75%; }
  .col-sm-push-12 {
    left: 75%; }
  .col-sm-offset-12 {
    margin-left: 75%; }
  .col-sm-8 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 66.66667%; }
    .col-sm-8:after {
      content: " ";
      display: block;
      clear: both; }
  .col-sm-pull-12 {
    right: 66.66667%; }
  .col-sm-push-12 {
    left: 66.66667%; }
  .col-sm-offset-12 {
    margin-left: 66.66667%; }
  .col-sm-7 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 58.33333%; }
    .col-sm-7:after {
      content: " ";
      display: block;
      clear: both; }
  .col-sm-pull-12 {
    right: 58.33333%; }
  .col-sm-push-12 {
    left: 58.33333%; }
  .col-sm-offset-12 {
    margin-left: 58.33333%; }
  .col-sm-6 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 50%; }
    .col-sm-6:after {
      content: " ";
      display: block;
      clear: both; }
  .col-sm-pull-12 {
    right: 50%; }
  .col-sm-push-12 {
    left: 50%; }
  .col-sm-offset-12 {
    margin-left: 50%; }
  .col-sm-5 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 41.66667%; }
    .col-sm-5:after {
      content: " ";
      display: block;
      clear: both; }
  .col-sm-pull-12 {
    right: 41.66667%; }
  .col-sm-push-12 {
    left: 41.66667%; }
  .col-sm-offset-12 {
    margin-left: 41.66667%; }
  .col-sm-4 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 33.33333%; }
    .col-sm-4:after {
      content: " ";
      display: block;
      clear: both; }
  .col-sm-pull-12 {
    right: 33.33333%; }
  .col-sm-push-12 {
    left: 33.33333%; }
  .col-sm-offset-12 {
    margin-left: 33.33333%; }
  .col-sm-3 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 25%; }
    .col-sm-3:after {
      content: " ";
      display: block;
      clear: both; }
  .col-sm-pull-12 {
    right: 25%; }
  .col-sm-push-12 {
    left: 25%; }
  .col-sm-offset-12 {
    margin-left: 25%; }
  .col-sm-2 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 16.66667%; }
    .col-sm-2:after {
      content: " ";
      display: block;
      clear: both; }
  .col-sm-pull-12 {
    right: 16.66667%; }
  .col-sm-push-12 {
    left: 16.66667%; }
  .col-sm-offset-12 {
    margin-left: 16.66667%; }
  .col-sm-1 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 8.33333%; }
    .col-sm-1:after {
      content: " ";
      display: block;
      clear: both; }
  .col-sm-pull-12 {
    right: 8.33333%; }
  .col-sm-push-12 {
    left: 8.33333%; }
  .col-sm-offset-12 {
    margin-left: 8.33333%; } }

@media (min-width: 992px) {
  .col-md-12 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 100%; }
    .col-md-12:after {
      content: " ";
      display: block;
      clear: both; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-11 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 91.66667%; }
    .col-md-11:after {
      content: " ";
      display: block;
      clear: both; }
  .col-md-pull-12 {
    right: 91.66667%; }
  .col-md-push-12 {
    left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 91.66667%; }
  .col-md-10 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 83.33333%; }
    .col-md-10:after {
      content: " ";
      display: block;
      clear: both; }
  .col-md-pull-12 {
    right: 83.33333%; }
  .col-md-push-12 {
    left: 83.33333%; }
  .col-md-offset-12 {
    margin-left: 83.33333%; }
  .col-md-9 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 75%; }
    .col-md-9:after {
      content: " ";
      display: block;
      clear: both; }
  .col-md-pull-12 {
    right: 75%; }
  .col-md-push-12 {
    left: 75%; }
  .col-md-offset-12 {
    margin-left: 75%; }
  .col-md-8 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 66.66667%; }
    .col-md-8:after {
      content: " ";
      display: block;
      clear: both; }
  .col-md-pull-12 {
    right: 66.66667%; }
  .col-md-push-12 {
    left: 66.66667%; }
  .col-md-offset-12 {
    margin-left: 66.66667%; }
  .col-md-7 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 58.33333%; }
    .col-md-7:after {
      content: " ";
      display: block;
      clear: both; }
  .col-md-pull-12 {
    right: 58.33333%; }
  .col-md-push-12 {
    left: 58.33333%; }
  .col-md-offset-12 {
    margin-left: 58.33333%; }
  .col-md-6 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 50%; }
    .col-md-6:after {
      content: " ";
      display: block;
      clear: both; }
  .col-md-pull-12 {
    right: 50%; }
  .col-md-push-12 {
    left: 50%; }
  .col-md-offset-12 {
    margin-left: 50%; }
  .col-md-5 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 41.66667%; }
    .col-md-5:after {
      content: " ";
      display: block;
      clear: both; }
  .col-md-pull-12 {
    right: 41.66667%; }
  .col-md-push-12 {
    left: 41.66667%; }
  .col-md-offset-12 {
    margin-left: 41.66667%; }
  .col-md-4 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 33.33333%; }
    .col-md-4:after {
      content: " ";
      display: block;
      clear: both; }
  .col-md-pull-12 {
    right: 33.33333%; }
  .col-md-push-12 {
    left: 33.33333%; }
  .col-md-offset-12 {
    margin-left: 33.33333%; }
  .col-md-3 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 25%; }
    .col-md-3:after {
      content: " ";
      display: block;
      clear: both; }
  .col-md-pull-12 {
    right: 25%; }
  .col-md-push-12 {
    left: 25%; }
  .col-md-offset-12 {
    margin-left: 25%; }
  .col-md-2 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 16.66667%; }
    .col-md-2:after {
      content: " ";
      display: block;
      clear: both; }
  .col-md-pull-12 {
    right: 16.66667%; }
  .col-md-push-12 {
    left: 16.66667%; }
  .col-md-offset-12 {
    margin-left: 16.66667%; }
  .col-md-1 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 8.33333%; }
    .col-md-1:after {
      content: " ";
      display: block;
      clear: both; }
  .col-md-pull-12 {
    right: 8.33333%; }
  .col-md-push-12 {
    left: 8.33333%; }
  .col-md-offset-12 {
    margin-left: 8.33333%; } }

@media (min-width: 1200px) {
  .col-lg-12 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 100%; }
    .col-lg-12:after {
      content: " ";
      display: block;
      clear: both; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-11 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 91.66667%; }
    .col-lg-11:after {
      content: " ";
      display: block;
      clear: both; }
  .col-lg-pull-12 {
    right: 91.66667%; }
  .col-lg-push-12 {
    left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 91.66667%; }
  .col-lg-10 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 83.33333%; }
    .col-lg-10:after {
      content: " ";
      display: block;
      clear: both; }
  .col-lg-pull-12 {
    right: 83.33333%; }
  .col-lg-push-12 {
    left: 83.33333%; }
  .col-lg-offset-12 {
    margin-left: 83.33333%; }
  .col-lg-9 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 75%; }
    .col-lg-9:after {
      content: " ";
      display: block;
      clear: both; }
  .col-lg-pull-12 {
    right: 75%; }
  .col-lg-push-12 {
    left: 75%; }
  .col-lg-offset-12 {
    margin-left: 75%; }
  .col-lg-8 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 66.66667%; }
    .col-lg-8:after {
      content: " ";
      display: block;
      clear: both; }
  .col-lg-pull-12 {
    right: 66.66667%; }
  .col-lg-push-12 {
    left: 66.66667%; }
  .col-lg-offset-12 {
    margin-left: 66.66667%; }
  .col-lg-7 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 58.33333%; }
    .col-lg-7:after {
      content: " ";
      display: block;
      clear: both; }
  .col-lg-pull-12 {
    right: 58.33333%; }
  .col-lg-push-12 {
    left: 58.33333%; }
  .col-lg-offset-12 {
    margin-left: 58.33333%; }
  .col-lg-6 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 50%; }
    .col-lg-6:after {
      content: " ";
      display: block;
      clear: both; }
  .col-lg-pull-12 {
    right: 50%; }
  .col-lg-push-12 {
    left: 50%; }
  .col-lg-offset-12 {
    margin-left: 50%; }
  .col-lg-5 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 41.66667%; }
    .col-lg-5:after {
      content: " ";
      display: block;
      clear: both; }
  .col-lg-pull-12 {
    right: 41.66667%; }
  .col-lg-push-12 {
    left: 41.66667%; }
  .col-lg-offset-12 {
    margin-left: 41.66667%; }
  .col-lg-4 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 33.33333%; }
    .col-lg-4:after {
      content: " ";
      display: block;
      clear: both; }
  .col-lg-pull-12 {
    right: 33.33333%; }
  .col-lg-push-12 {
    left: 33.33333%; }
  .col-lg-offset-12 {
    margin-left: 33.33333%; }
  .col-lg-3 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 25%; }
    .col-lg-3:after {
      content: " ";
      display: block;
      clear: both; }
  .col-lg-pull-12 {
    right: 25%; }
  .col-lg-push-12 {
    left: 25%; }
  .col-lg-offset-12 {
    margin-left: 25%; }
  .col-lg-2 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 16.66667%; }
    .col-lg-2:after {
      content: " ";
      display: block;
      clear: both; }
  .col-lg-pull-12 {
    right: 16.66667%; }
  .col-lg-push-12 {
    left: 16.66667%; }
  .col-lg-offset-12 {
    margin-left: 16.66667%; }
  .col-lg-1 {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 8.33333%; }
    .col-lg-1:after {
      content: " ";
      display: block;
      clear: both; }
  .col-lg-pull-12 {
    right: 8.33333%; }
  .col-lg-push-12 {
    left: 8.33333%; }
  .col-lg-offset-12 {
    margin-left: 8.33333%; } }

@media (min-width: 480px) {
  .visible-xs-inline {
    display: inline; }
  .visible-xs-inline-block {
    display: inline-block; }
  .visible-xs-block {
    display: block; }
  .hidden-xs {
    display: none; } }

@media (min-width: 768px) {
  .visible-sm-inline {
    display: inline; }
  .visible-sm-inline-block {
    display: inline-block; }
  .visible-sm-block {
    display: block; }
  .hidden-sm {
    display: none; } }

@media (min-width: 992px) {
  .visible-md-inline {
    display: inline; }
  .visible-md-inline-block {
    display: inline-block; }
  .visible-md-block {
    display: block; }
  .hidden-md {
    display: none; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline; }
  .visible-lg-inline-block {
    display: inline-block; }
  .visible-lg-block {
    display: block; }
  .hidden-lg {
    display: none; } }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

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

.uppercase {
  text-transform: uppercase; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.full-width {
  width: 100%; }

.container:after, .footer .region-footer:after, .footer .colophon:after, .not-front .page .content-area:after, .not-front .page .sidebar-left:after,
.not-front .page .sidebar-right:after, .page-compare .page .content-header:after, div.tabs:after, .block-views-courses-block_popular .block-inner:after,
.block-views-education_agents-block_top5 .block-inner:after, .block-views-courses-block_popular .view-content .views-row:after,
.block-views-education_agents-block_top5 .view-content .views-row:after, #block-mailchimp_signup-stay_updated .block-inner:after, .block-views-reviews-reviews:after, .block-views-reviews-reviews .view-header:after, .block-spiible_custom-comments_block .field-type-fivestar:after, .block-views-courses-block_similar:after, .block-views-courses-block_similar .view-courses > .view-content .views-row:after, .block-views-courses-block_institution:after, .block-views-courses-block_institution .view-courses > .view-content .views-row:after, .block-views-education_agents-block_enroll:after, .block-views-search_pages-block_agents:after, .block-views-education_agents-block_enroll .view-education-agents > .view-content .views-row:after, .block-views-search_pages-block_agents .view-education-agents > .view-content .views-row:after, .gmap-popup:after, .splash .mailchimp .mailchimp-form:after, .block-views-slider-block .bx-controls:after, .block-views-testimonials-block .view-content:after, .block-views-reviews-block_random_review .block-inner:after, .block-views-news-front .block-inner:after, .view-search-pages > .view-content > .views-row:after, .page-compare .main-content .view-header:after, .page-compare .main-content .view-filters:after, .page-compare .main-content .view-content:after, .node-type-course .node:after, .node-type-institution .node:after, .node-type-agent .node:after, .node-type-agency .node:after, .news-archive .region-content .views-row .bottom:after, .block-views-news-popular .views-row:after, .page-node-add-enquire .block-views-courses-enrollment .view-courses > .view-content .views-row:after, .page-node-add-enquire .group-enrollment-details:after, .page-node-add-enquire .view-id-education_agents > .view-content .views-row:after, .node-type-enquire .node:after, .page-user .group-profile-details:after, .page-user .field-group-div.collapsible:after, .page-user-edit .group-profile-details:after, .page-user-edit .group-profile-professional:after, .page-user-edit .group-profile-social-accounts:after, .page-messages .messages-actions:after,
.clearfix:after,
#block-views-reviews-block_random_review .bx-viewport .right_side:after {
  content: " ";
  display: block;
  clear: both; }

body {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.node-type-course .node .group-course-information > .field, .node-type-course .node .group-course-more .field-group-format-wrapper > .field, .node-type-institution .node .group-institution-information > .field, .node-type-institution .node .group-institution-more .field-group-format-wrapper > .field, .node-type-agent .node .group-education-information > .field, .node-type-agent .group-education-more .field-group-format-wrapper > .field, .node-type-agency .node .group-migration-information > .field, .node-type-agency .node .group-migration-more .field-group-format-wrapper > .field, .page-user .group-profile-details > .field, .page-user .group-profile-professional .field-group-format-wrapper > .field, .page-user .group-profile-social-accounts .field-group-format-wrapper > .field {
  float: left;
  margin-bottom: 4rem;
  padding-right: 2rem;
  width: 50%; }
  .node-type-course .node .group-course-information > .field > .field-label, .node-type-course .node .group-course-more .field-group-format-wrapper > .field > .field-label, .node-type-institution .node .group-institution-information > .field > .field-label, .node-type-institution .node .group-institution-more .field-group-format-wrapper > .field > .field-label, .node-type-agent .node .group-education-information > .field > .field-label, .node-type-agent .group-education-more .field-group-format-wrapper > .field > .field-label, .node-type-agency .node .group-migration-information > .field > .field-label, .node-type-agency .node .group-migration-more .field-group-format-wrapper > .field > .field-label, .page-user .group-profile-details > .field > .field-label, .page-user .group-profile-professional .field-group-format-wrapper > .field > .field-label, .page-user .group-profile-social-accounts .field-group-format-wrapper > .field > .field-label {
    color: #000000;
    font-family: "Merriweather", serif;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 1rem; }
  .node-type-course .node .group-course-information > .field .field, .node-type-course .node .group-course-more .field-group-format-wrapper > .field .field, .node-type-institution .node .group-institution-information > .field .field, .node-type-institution .node .group-institution-more .field-group-format-wrapper > .field .field, .node-type-agent .node .group-education-information > .field .field, .node-type-agent .group-education-more .field-group-format-wrapper > .field .field, .node-type-agency .node .group-migration-information > .field .field, .node-type-agency .node .group-migration-more .field-group-format-wrapper > .field .field, .page-user .group-profile-details > .field .field, .page-user .group-profile-professional .field-group-format-wrapper > .field .field, .page-user .group-profile-social-accounts .field-group-format-wrapper > .field .field {
    float: none;
    margin: 0;
    width: auto; }

.node-type-course .node .field-group-div.collapsible h2, .node-type-institution .node .field-group-div.collapsible h2, .node-type-agent .field-group-div.collapsible h2, .node-type-agency .node .field-group-div.collapsible h2, .page-user .field-group-div.collapsible h2 {
  background: url("../images/icons/icon-more.svg") no-repeat left center;
  background-size: 19px 19px;
  padding-left: 35px; }

.page-compare .main-content .view-filters .views-widget-filter-dynamic-field .item-list h3, .page-compare .main-content .view-filters .views-widget-filter-dynamic-field .item-list fieldset .fieldset-legend, fieldset .page-compare .main-content .view-filters .views-widget-filter-dynamic-field .item-list .fieldset-legend, .page-compare .main-content .view-filters .views-widget-filter-dynamic-field .item-list .page-messages .privatemsg-message-participants, .page-messages .page-compare .main-content .view-filters .views-widget-filter-dynamic-field .item-list .privatemsg-message-participants {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #5e5e5e;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  height: 6rem;
  line-height: 6rem;
  padding: 0 60px 0 30px;
  position: relative;
  -webkit-transition: 0.4s;
          transition: 0.4s; }
  .page-compare .main-content .view-filters .views-widget-filter-dynamic-field .item-list h3:after, .page-compare .main-content .view-filters .views-widget-filter-dynamic-field .item-list fieldset .fieldset-legend:after, fieldset .page-compare .main-content .view-filters .views-widget-filter-dynamic-field .item-list .fieldset-legend:after, .page-compare .main-content .view-filters .views-widget-filter-dynamic-field .item-list .page-messages .privatemsg-message-participants:after, .page-messages .page-compare .main-content .view-filters .views-widget-filter-dynamic-field .item-list .privatemsg-message-participants:after {
    background: url("../images/icons/icon-asc.svg") no-repeat;
    background-size: 14px 7px;
    border: none;
    content: '';
    height: 7px;
    margin: 0 !important;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 14px; }

.page-compare .main-content .view-filters .views-widget-filter-dynamic-field .item-list ul, .block-spiible_custom-user_account .item-list ul {
  -webkit-animation: fadeUp 0.4s ease-in-out;
          animation: fadeUp 0.4s ease-in-out;
  background: #ffffff;
  border: 1px solid #5e5e5e;
  border-radius: 30px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 70px;
  width: 100%;
  z-index: 10; }
  .page-compare .main-content .view-filters .views-widget-filter-dynamic-field .item-list ul li, .block-spiible_custom-user_account .item-list ul li {
    list-style: none;
    margin: 0;
    padding: 15px 30px;
    -webkit-transition: 0.4s;
            transition: 0.4s; }
    .page-compare .main-content .view-filters .views-widget-filter-dynamic-field .item-list ul li:hover, .block-spiible_custom-user_account .item-list ul li:hover {
      background: #f7f7f7; }

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes pulse {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes pulse {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
            transform: translateY(6px); } }

@keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
            transform: translateY(6px); } }

@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0; }
  50% {
    opacity: .5; }
  100% {
    opacity: 1; } }

@keyframes mouse-scroll {
  0% {
    opacity: 0; }
  50% {
    opacity: .5; }
  100% {
    opacity: 1; } }

.hide-element {
  display: none !important; }

#views-form-dashboard-institutions .fieldset-wrapper .form-type-select, #views-form-dashboard-agents .fieldset-wrapper .form-type-select, #views-form-dashboard-campuses .fieldset-wrapper .form-type-select, #views-form-dashboard-courses .fieldset-wrapper .form-type-select {
  float: none; }

#views-form-dashboard-institutions .fieldset-wrapper input[type="submit"], #views-form-dashboard-agents .fieldset-wrapper input[type="submit"], #views-form-dashboard-campuses .fieldset-wrapper input[type="submit"], #views-form-dashboard-courses .fieldset-wrapper input[type="submit"] {
  display: none; }

.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 45px; }

.views-spiible-sort {
  margin-bottom: 2rem; }
  .views-spiible-sort > label {
    vertical-align: top;
    line-height: 60px;
    margin-right: 2rem; }
    @media (max-width: 1200px) {
      .views-spiible-sort > label {
        display: block;
        width: 100%;
        margin-right: 0;
        line-height: 30px; } }
  @media (max-width: 1200px) {
    .views-spiible-sort .selectize-control.single {
      margin-right: 2px; } }
  @media (max-width: 767px) {
    .views-spiible-sort .spiible-views-courses-sort-processed {
      width: 100%;
      margin-bottom: 2rem; }
      .views-spiible-sort .spiible-views-courses-sort-processed:last-of-type {
        margin-bottom: 0; } }

.bx-viewport .views-row {
  background-color: #f7f7f7; }

.view-display-id-block_agents .view-empty {
  float: none;
  clear: both; }

.page-user-edit input[type=file] {
  margin-bottom: 3rem; }

.field-item a {
  word-break: break-word; }

@media (max-width: 767px) {
  .form-managed-file input[type="file"] {
    width: 100%;
    margin: 0 !important; }
  .form-managed-file input[type="submit"] {
    margin: 2rem 0 !important;
    width: 100%; }
  .form-actions input[type="submit"] {
    width: 100%; }
  .date-no-float {
    width: 100%; }
  #edit-cancel {
    width: 100%;
    margin-top: 2rem;
    display: block;
    text-align: center; }
  .page-user-edit .form-item {
    margin-top: 0; }
  .page-user-edit .fieldset-wrapper {
    margin-top: 3rem; }
  #sidebar-left section {
    overflow: hidden; } }

@media (min-width: 768px) and (max-width: 991px) {
  body.page-node-add-enquire .select-button a.button {
    word-break: normal;
    padding: 0 20px; } }

#addressfield-wrapper {
  clear: both; }

.view-search-pages .views-spiible-sort {
  display: none; }

.apply_with_us {
  border: 1px solid #22c5b1;
  border-radius: 30px;
  color: #22c5b1;
  cursor: pointer;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  height: 60px;
  line-height: 58px;
  padding: 0 30px;
  -webkit-transition: 0.4s;
          transition: 0.4s;
  overflow: hidden;
  white-space: nowrap;
  float: right;
  margin: 1.5rem 0 0 0; }
  .apply_with_us:hover {
    background: #22c5b1;
    color: #ffffff; }
  @media (max-width: 767px) {
    .apply_with_us {
      margin: 1rem 0; } }

.field-name-field-video a {
  position: relative;
  display: block; }

.field-name-field-video a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/icons/play-icon.png) center center no-repeat;
  background-color: rgba(0, 0, 0, 0.7); }

.information_text {
  background: url("../images/icons/info.svg") left center no-repeat;
  background-size: 18px 18px;
  padding-left: 24px;
  margin-bottom: 20px; }

#block-bean-video-spiible iframe {
  display: block;
  margin: 0 auto; }
  @media (max-width: 991px) {
    #block-bean-video-spiible iframe {
      width: 100%;
      max-height: 400px; } }

.views-field-field-campus-ref {
  margin-bottom: 3rem; }
  .views-field-field-campus-ref span.locality, .views-field-field-campus-ref span.state {
    color: #000000;
    font-family: 'Merriweather', serif;
    font-size: 2rem; }
  .views-field-field-campus-ref span.country {
    display: none; }

.facetapi-facet-field-campus-reffield-campus-addressadministrative-area li, .facetapi-facet-field-campus-reffield-campus-addressadministrative-area a,
.facetapi-facet-field-postal-addressadministrative-area li,
.facetapi-facet-field-postal-addressadministrative-area a {
  text-transform: uppercase; }

#block-views-search_pages-block_agents .views-label-field-office-locations-1 {
  display: block;
  margin-bottom: 0.5rem; }

#block-views-search_pages-block_agents article.node-office {
  margin: 0;
  padding: 0;
  border: 0;
  margin-bottom: 2rem; }
  #block-views-search_pages-block_agents article.node-office .field-name-field-postal-address {
    margin: 0 0 0.25em 2.5em;
    display: list-item;
    color: #000000;
    font-family: 'Merriweather', serif;
    font-size: 2rem; }
  #block-views-search_pages-block_agents article.node-office .street-block,
  #block-views-search_pages-block_agents article.node-office .addressfield-container-inline,
  #block-views-search_pages-block_agents article.node-office .country {
    padding: 0 7px 0 0;
    display: inline; }
    #block-views-search_pages-block_agents article.node-office .street-block > *,
    #block-views-search_pages-block_agents article.node-office .addressfield-container-inline > *,
    #block-views-search_pages-block_agents article.node-office .country > * {
      display: inline; }
    #block-views-search_pages-block_agents article.node-office .street-block:after,
    #block-views-search_pages-block_agents article.node-office .addressfield-container-inline:after,
    #block-views-search_pages-block_agents article.node-office .country:after {
      display: none; }

.node-agent-form #edit-field-insititutions-ref-und .form-item {
  width: 33%;
  display: inline-block; }

.views-field-field-head-office-location-field-office-location-country-name span {
  display: block; }

.views-field-field-head-office-location-field-office-location-country-name span.views-label {
  margin-bottom: 0.5rem; }

.views-field-field-head-office-location-field-office-location-country-name span.field-content {
  color: #000000;
  font-family: 'Merriweather', serif;
  font-size: 2rem;
  margin-bottom: 2rem; }

.field-name-field-head-office-location article.node-office {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important; }

.field-name-field-head-office-location .street-block,
.field-name-field-head-office-location .addressfield-container-inline,
.field-name-field-head-office-location .country {
  padding: 0 5px 0 0;
  display: inline; }
  .field-name-field-head-office-location .street-block > *,
  .field-name-field-head-office-location .addressfield-container-inline > *,
  .field-name-field-head-office-location .country > * {
    display: inline; }
  .field-name-field-head-office-location .street-block:after,
  .field-name-field-head-office-location .addressfield-container-inline:after,
  .field-name-field-head-office-location .country:after {
    display: none; }

.bx-wrapper h4 {
  margin-left: 6rem;
  margin-bottom: 0; }

.node-type-course .group-course-information .field-name-field-compare-anonymous {
  position: absolute;
  top: 0;
  right: 0;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important; }
  .node-type-course .group-course-information .field-name-field-compare-anonymous a.flag-action {
    border: 1px solid #22c5b1;
    border-radius: 30px;
    color: #22c5b1;
    cursor: pointer;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 1.6rem;
    height: 60px;
    line-height: 58px;
    padding: 0 30px;
    -webkit-transition: 0.4s;
            transition: 0.4s;
    overflow: hidden;
    white-space: nowrap; }
    .node-type-course .group-course-information .field-name-field-compare-anonymous a.flag-action:hover {
      background: #22c5b1;
      color: #ffffff; }

.page-migration-agencies .addressfield-container-inline.locality-block,
.page-education-agents .addressfield-container-inline.locality-block {
  display: none; }

#block-bean-video-loop-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden; }

#block-bean-video-loop-block.hide-video {
  display: none !important; }
  #block-bean-video-loop-block.hide-video .overlay {
    display: none !important; }

video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  z-index: 0; }

.overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 197, 177, 0.8)), to(rgba(68, 195, 211, 0.8)));
  background: -webkit-linear-gradient(rgba(34, 197, 177, 0.8), rgba(68, 195, 211, 0.8));
  background: linear-gradient(rgba(34, 197, 177, 0.8), rgba(68, 195, 211, 0.8));
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  min-height: 50%;
  min-width: 50%;
  z-index: 0; }

#content-top {
  position: relative; }

@media screen and (max-width: 680px) {
  #bgVideo {
    display: none; } }

body.front #block-bean-slogan,
body.front #block-bean-scroller,
body.front #block-quicktabs-search_blocks {
  position: relative;
  z-index: 1; }

.disclaimer {
  clear: both;
  background: url("../images/icons/info.svg") left 4px no-repeat;
  background-size: 18px 18px;
  padding-left: 24px; }

#block-views-coordinates-block {
  bottom: 0;
  left: 0;
  height: 440px;
  position: absolute;
  top: 90px;
  width: 100%;
  z-index: 0; }

#system-modules .description {
  width: 300px;
  opacity: 1; }

.messages span, .messages ul {
  padding-right: 0 !important; }

.field-type-fivestar.field-widget-stars.error path:last-of-type {
  fill: #db5959; }

.field-type-fivestar.field-widget-stars.error .star.hover path {
  fill: #22c5b1; }

.show_hide_filter {
  display: none;
  position: relative;
  margin-bottom: 4rem; }

.show_hide_filter:after {
  content: '+';
  position: absolute;
  right: 30px;
  top: 0;
  font-size: 3.6rem;
  height: 60px;
  line-height: 58px;
  color: #22c5b1;
  display: block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.show_hide_filter:hover:after {
  color: #fff; }

body.page-courses.show_filter .show_hide_filter:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -moz-transform: rotate(135deg); }

@media (max-width: 767px) {
  .block-facetapi {
    -webkit-transition: all 1s ease-in;
    transition: all 1s ease-in; }
  body.page-courses .show_hide_filter {
    display: block;
    border: 1px solid #22c5b1;
    border-radius: 30px;
    color: #22c5b1;
    cursor: pointer;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 1.6rem;
    height: 60px;
    line-height: 58px;
    padding: 0 30px;
    -webkit-transition: 0.4s;
            transition: 0.4s;
    overflow: hidden;
    white-space: nowrap;
    width: 100%; }
    body.page-courses .show_hide_filter:hover {
      background: #22c5b1;
      color: #ffffff; }
  body.page-courses .block-facetapi {
    display: none; }
  body.page-courses.show_filter .block-facetapi {
    display: block; } }

.expanding-formatter-trigger a.button {
  border-radius: 0;
  border: none;
  padding: 0;
  height: auto;
  line-height: initial;
  overflow: initial; }
  .expanding-formatter-trigger a.button:hover {
    color: #1a9a8a;
    background-color: transparent; }

.expanding-formatter[data-inline="1"] .expanding-formatter-trigger {
  margin-bottom: 0; }

.page-job-opportunities .view-job-opportunity {
  margin-top: 6rem; }
  .page-job-opportunities .view-job-opportunity .views-row {
    margin-bottom: 6rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #e6e6e6; }
    .page-job-opportunities .view-job-opportunity .views-row h2 {
      margin-bottom: 0;
      color: #22c5b1; }
    .page-job-opportunities .view-job-opportunity .views-row .job-opportunities_start-date, .page-job-opportunities .view-job-opportunity .views-row .job-opportunities_end-date {
      display: inline-block; }
      .page-job-opportunities .view-job-opportunity .views-row .job-opportunities_start-date div, .page-job-opportunities .view-job-opportunity .views-row .job-opportunities_start-date span, .page-job-opportunities .view-job-opportunity .views-row .job-opportunities_end-date div, .page-job-opportunities .view-job-opportunity .views-row .job-opportunities_end-date span {
        display: inline-block; }
    .page-job-opportunities .view-job-opportunity .views-row .job-opportunities_start-date:after {
      content: "|"; }
    .page-job-opportunities .view-job-opportunity .views-row .views-field-body {
      margin: 3rem 0; }
      .page-job-opportunities .view-job-opportunity .views-row .views-field-body p {
        text-align: justify; }
    .page-job-opportunities .view-job-opportunity .views-row .webform-client-form {
      margin-top: 3rem; }
    .page-job-opportunities .view-job-opportunity .views-row .apply_job {
      border: 1px solid #22c5b1;
      border-radius: 30px;
      color: #22c5b1;
      cursor: pointer;
      display: inline-block;
      font-family: "Lato", sans-serif;
      font-size: 1.6rem;
      height: 60px;
      line-height: 58px;
      padding: 0 30px;
      -webkit-transition: 0.4s;
              transition: 0.4s;
      overflow: hidden;
      white-space: nowrap;
      background: #22c5b1;
      color: #ffffff; }
      .page-job-opportunities .view-job-opportunity .views-row .apply_job:hover {
        background: #22c5b1;
        color: #ffffff; }
      .page-job-opportunities .view-job-opportunity .views-row .apply_job:hover {
        background: #1a9a8a;
        border-color: #1a9a8a; }
    .page-job-opportunities .view-job-opportunity .views-row .form-actions {
      margin-bottom: 0;
      clear: both; }
    .page-job-opportunities .view-job-opportunity .views-row #edit-submitted-cover-letter-ajax-wrapper input[type="submit"],
    .page-job-opportunities .view-job-opportunity .views-row #edit-submitted-resume-ajax-wrapper input[type="submit"] {
      display: none; }
    .page-job-opportunities .view-job-opportunity .views-row #edit-submitted-cover-letter-ajax-wrapper input[type="file"],
    .page-job-opportunities .view-job-opportunity .views-row #edit-submitted-resume-ajax-wrapper input[type="file"] {
      width: 100%; }
    @media (min-width: 768px) {
      .page-job-opportunities .view-job-opportunity .views-row .webform-component--name,
      .page-job-opportunities .view-job-opportunity .views-row .webform-component--email,
      .page-job-opportunities .view-job-opportunity .views-row .webform-component--phone-number,
      .page-job-opportunities .view-job-opportunity .views-row .webform-component--your-nationality,
      .page-job-opportunities .view-job-opportunity .views-row #edit-submitted-cover-letter-ajax-wrapper,
      .page-job-opportunities .view-job-opportunity .views-row #edit-submitted-resume-ajax-wrapper {
        width: -webkit-calc(50% - 2rem);
        width: calc(50% - 2rem);
        margin-top: 0;
        float: left; }
      .page-job-opportunities .view-job-opportunity .views-row .webform-component--your-nationality,
      .page-job-opportunities .view-job-opportunity .views-row .webform-component--email,
      .page-job-opportunities .view-job-opportunity .views-row #edit-submitted-cover-letter-ajax-wrapper {
        margin-left: 3.6rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .page-job-opportunities .view-job-opportunity .views-row .form-managed-file .form-file {
        width: 100%;
        margin-bottom: 1rem;
        max-width: 100%; } }
    @media (max-width: 767px) {
      .page-job-opportunities .view-job-opportunity .views-row .apply_job {
        width: 100%;
        text-align: center; } }

.header {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: 0.4s;
          transition: 0.4s;
  z-index: 999; }
  .header .inner {
    height: 90px;
    -webkit-transition: 0.4s;
            transition: 0.4s; }
  .header .logo {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 16.66667%;
    margin: 23px 0;
    -webkit-transition: 0.4s;
            transition: 0.4s; }
    .header .logo:after {
      content: " ";
      display: block;
      clear: both; }
    .header .logo a {
      display: block;
      height: 44px;
      width: 80px; }
    .header .logo path {
      -webkit-transition: 0.4s;
              transition: 0.4s; }
    @media (min-width: 767px) and (max-width: 991px) {
      .header .logo {
        float: left;
        min-height: 1px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        position: relative;
        width: 50%; }
        .header .logo:after {
          content: " ";
          display: block;
          clear: both; } }
    @media (max-width: 480px) {
      .header .logo {
        float: left;
        min-height: 1px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        position: relative;
        width: 33.33333%; }
        .header .logo:after {
          content: " ";
          display: block;
          clear: both; } }
  .header .navigation {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 83.33333%;
    padding-bottom: 2rem;
    padding-top: 2rem; }
    .header .navigation:after {
      content: " ";
      display: block;
      clear: both; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .header .navigation {
        padding-left: 0; } }
    @media (min-width: 767px) and (max-width: 991px) {
      .header .navigation {
        float: left;
        min-height: 1px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        position: relative;
        width: 50%; }
        .header .navigation:after {
          content: " ";
          display: block;
          clear: both; } }
    @media (max-width: 480px) {
      .header .navigation {
        float: left;
        min-height: 1px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        position: relative;
        width: 66.66667%; }
        .header .navigation:after {
          content: " ";
          display: block;
          clear: both; } }
  .header .block-menu-block {
    float: right; }
    .header .block-menu-block .menu {
      font-size: 0; }
      .header .block-menu-block .menu li {
        display: inline-block;
        font-size: 1.6rem; }
        .header .block-menu-block .menu li a {
          border: 1px solid transparent;
          border-radius: 50px;
          color: #5e5e5e;
          display: block;
          height: 50px;
          line-height: 4.6rem;
          padding: 0 25px; }
          .header .block-menu-block .menu li a:hover, .header .block-menu-block .menu li a.active, .header .block-menu-block .menu li a.active-trail {
            border-color: #22c5b1;
            color: #22c5b1; }
          @media (max-width: 1200px) {
            .header .block-menu-block .menu li a {
              padding: 0 18px; } }
          .header .block-menu-block .menu li a .count {
            color: #111111;
            font-size: 1.2rem;
            font-weight: 700;
            position: relative;
            top: -0.5rem;
            -webkit-transition: 0.4s;
                    transition: 0.4s; }
    @media (max-width: 991px) {
      .header .block-menu-block ul.menu {
        -webkit-animation: fadeUp 0.4s ease-in-out;
                animation: fadeUp 0.4s ease-in-out;
        background: #ffffff;
        border: 1px solid #5e5e5e;
        border-radius: 30px;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
                box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        display: none;
        margin: 0;
        overflow: hidden;
        position: absolute;
        top: 74px;
        width: 200px;
        z-index: 10;
        min-width: 150px;
        right: 15px; }
        .header .block-menu-block ul.menu.active {
          display: block; }
        .header .block-menu-block ul.menu li {
          list-style: none;
          margin: 0;
          padding: 15px 30px;
          -webkit-transition: 0.4s;
                  transition: 0.4s;
          display: block;
          text-align: left; }
          .header .block-menu-block ul.menu li:hover {
            background: #f7f7f7; }
          .header .block-menu-block ul.menu li a {
            border: none;
            border-radius: 0;
            color: #b3b3b3 !important;
            height: inherit;
            line-height: inherit;
            padding: 0; }
            .header .block-menu-block ul.menu li a span {
              color: #111111 !important; } }
  .header .block-block-1 {
    float: right;
    margin-left: 2rem; }
  .header .hamburger-menu {
    border-radius: 50px;
    width: 70px;
    padding: 13px 18px;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: none; }
    @media (max-width: 991px) {
      .header .hamburger-menu {
        display: block; } }
    .header .hamburger-menu:hover {
      border-color: #44c3d3; }
    .header .hamburger-menu .hamburger-menu_separator {
      border-bottom: 3px solid #44c3d3;
      margin-bottom: 8px;
      display: block;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      line-height: 0; }
      .header .hamburger-menu .hamburger-menu_separator:last-of-type {
        margin-bottom: 0; }
  .header.on-top {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .header.on-top .inner {
      margin-top: 40px; }
    .header.on-top .logo {
      margin: 12px 0; }
      .header.on-top .logo a {
        height: 66px;
        width: 120px; }
      .header.on-top .logo path {
        fill: #ffffff; }
      @media (max-width: 480px) {
        .header.on-top .logo a {
          width: 100% !important;
          height: auto !important; } }
    .header.on-top .block-menu-block .menu li a {
      color: #ffffff; }
      .header.on-top .block-menu-block .menu li a:hover, .header.on-top .block-menu-block .menu li a.active, .header.on-top .block-menu-block .menu li a.active-trail {
        border-color: #ffffff; }
      .header.on-top .block-menu-block .menu li a .count {
        color: #ffffff; }
    .header.on-top .block-spiible_custom-user_account .signup-login {
      color: #ffffff; }
      .header.on-top .block-spiible_custom-user_account .signup-login:hover {
        border-color: #ffffff;
        color: #ffffff; }
    .header.on-top .block-spiible_custom-user_account .block-title {
      color: #ffffff; }
    .header.on-top .hamburger-menu:hover {
      border-color: #f7f7f7; }
    .header.on-top .hamburger-menu .hamburger-menu_separator {
      border-color: #f7f7f7; }

.admin-menu .header {
  top: 29px; }

@media (max-width: 767px) {
  #block-spiible_custom-user_account .signup-login {
    display: none; }
  #block-menu_block-1 .signup-wrapper .signup-login {
    display: block; } }

#block-menu_block-1 ul.menu.active {
  display: block; }

.footer {
  background: #333333;
  padding-top: 80px; }
  @media screen and (max-width: 767px) {
    .footer {
      padding-top: 20px; } }
  .footer .logo {
    margin: 0 0 30px 1.5rem;
    width: 120px; }
    @media screen and (max-width: 767px) {
      .footer .logo {
        margin: 0 auto 20px auto; } }
    .footer .logo path:last-child {
      fill: white; }
  .footer .region-footer {
    padding-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .footer .region-footer {
        padding-bottom: 20px; } }
    .footer .region-footer .block {
      float: left;
      min-height: 1px;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      position: relative;
      width: 20%; }
      .footer .region-footer .block:after {
        content: " ";
        display: block;
        clear: both; }
      @media (max-width: 767px) {
        .footer .region-footer .block {
          float: left;
          min-height: 1px;
          padding-left: 1.5rem;
          padding-right: 1.5rem;
          position: relative;
          width: 100%;
          text-align: center; }
          .footer .region-footer .block:after {
            content: " ";
            display: block;
            clear: both; }
          .footer .region-footer .block .block-inner {
            border-bottom: 1px solid rgba(179, 179, 179, 0.8);
            margin-bottom: 20px;
            padding-bottom: 20px; }
          .footer .region-footer .block:last-of-type .block-inner {
            margin-bottom: 0;
            padding-bottom: 0;
            border: none; } }
      .footer .region-footer .block .field-item {
        line-height: 3.6rem; }
        .footer .region-footer .block .field-item a {
          color: #696969; }
          .footer .region-footer .block .field-item a:hover {
            color: #22c5b1; }
    .footer .region-footer #block-bean-footer-info-block p {
      color: #696969;
      line-height: 3.6rem; }
      .footer .region-footer #block-bean-footer-info-block p a {
        color: #22c5b1; }
  .footer .colophon {
    background: #222222;
    clear: both; }
    .footer .colophon p {
      float: left;
      min-height: 1px;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      position: relative;
      width: 50%;
      color: #696969;
      margin: 2rem 0; }
      .footer .colophon p:after {
        content: " ";
        display: block;
        clear: both; }
      @media screen and (max-width: 767px) {
        .footer .colophon p {
          float: left;
          min-height: 1px;
          padding-left: 1.5rem;
          padding-right: 1.5rem;
          position: relative;
          width: 100%;
          text-align: center; }
          .footer .colophon p:after {
            content: " ";
            display: block;
            clear: both; }
          .footer .colophon p:first-of-type {
            margin-bottom: 0; } }
      .footer .colophon p a {
        color: #696969; }
        .footer .colophon p a:hover {
          color: #22c5b1; }

.not-front .page .content-area {
  margin-right: auto;
  margin-left: auto;
  padding: 8rem 0; }
  @media (min-width: 480px) {
    .not-front .page .content-area {
      width: 480px; } }
  @media (min-width: 768px) {
    .not-front .page .content-area {
      width: 768px; } }
  @media (min-width: 992px) {
    .not-front .page .content-area {
      width: 992px; } }
  @media (min-width: 1200px) {
    .not-front .page .content-area {
      width: 1200px; } }
  @media (max-width: 767px) {
    .not-front .page .content-area {
      padding: 4rem 0; } }

.not-front .page .content-header {
  float: left;
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  width: 100%; }
  .not-front .page .content-header:after {
    content: " ";
    display: block;
    clear: both; }

.not-front .page .main-content {
  float: left;
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  width: 100%; }
  .not-front .page .main-content:after {
    content: " ";
    display: block;
    clear: both; }

.not-front .page .sidebar-left,
.not-front .page .sidebar-right {
  float: left;
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  width: 25%; }
  .not-front .page .sidebar-left:after,
  .not-front .page .sidebar-right:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 767px) {
    .not-front .page .sidebar-left,
    .not-front .page .sidebar-right {
      float: left;
      min-height: 1px;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      position: relative;
      width: 100%; }
      .not-front .page .sidebar-left:after,
      .not-front .page .sidebar-right:after {
        content: " ";
        display: block;
        clear: both; } }

@media (min-width: 767px) and (max-width: 991px) {
  .not-front .page.both-sidebars .sidebar-right {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 100%; }
    .not-front .page.both-sidebars .sidebar-right:after {
      content: " ";
      display: block;
      clear: both; }
  .not-front .page.both-sidebars .sidebar-left {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 41.66667%; }
    .not-front .page.both-sidebars .sidebar-left:after {
      content: " ";
      display: block;
      clear: both; } }

.not-front .page.one-sidebar .main-content {
  float: left;
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  width: 75%; }
  .not-front .page.one-sidebar .main-content:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 767px) {
    .not-front .page.one-sidebar .main-content {
      float: left;
      min-height: 1px;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      position: relative;
      width: 100%; }
      .not-front .page.one-sidebar .main-content:after {
        content: " ";
        display: block;
        clear: both; } }

.not-front .page.both-sidebars .main-content {
  float: left;
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  width: 50%; }
  .not-front .page.both-sidebars .main-content:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 767px) and (max-width: 991px) {
    .not-front .page.both-sidebars .main-content {
      float: left;
      min-height: 1px;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      position: relative;
      width: 58.33333%; }
      .not-front .page.both-sidebars .main-content:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (max-width: 767px) {
    .not-front .page.both-sidebars .main-content {
      float: left;
      min-height: 1px;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      position: relative;
      width: 100%; }
      .not-front .page.both-sidebars .main-content:after {
        content: " ";
        display: block;
        clear: both; } }

.page-comment-edit .content-header h1 {
  display: none; }

.page-compare .page .content-area {
  width: 100%; }

.page-compare .page .content-header {
  margin-right: auto;
  margin-left: auto;
  float: none; }
  @media (min-width: 480px) {
    .page-compare .page .content-header {
      width: 480px; } }
  @media (min-width: 768px) {
    .page-compare .page .content-header {
      width: 768px; } }
  @media (min-width: 992px) {
    .page-compare .page .content-header {
      width: 992px; } }
  @media (min-width: 1200px) {
    .page-compare .page .content-header {
      width: 1200px; } }

.page-compare .page .main-content {
  padding: 0; }

.scrollToTop {
  width: 42px;
  height: 42px;
  position: fixed;
  bottom: 50px;
  right: 30px;
  display: none;
  background: #22c5b1 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAAA8CAYAAACZ1L+0AAAB/0lEQVR42u2cMS9DYRSGvystDP6JRST+g0iDQSCkCYPyJwyGriWEpIsEFqGxCWIhiFEMFokuupklEvXepE2Epl/r9vac5rxv8tylw7l5ns7XddLK5XISpMAWuAT3FS7ABhgBCcfFIn8SFIFvLyDluJaJ7wI50OyyIHBcZPnb4L/LMUKL5DOCoHxGEJTPCILyGUFQPiMIymcEQfmMICifEQTlM4KgfEYQlM8IlP8nAuUzQrzyGYHyG45A+YzQGvmMQPmRI1A+IzQnnxEoP7YIlM8IteUzgi35XxoiWJafBksaIpiU7yrTEsGkfG0RTMnXGsGEfAMR9Mo3EEGvfAMR9Mo3EEGv/AgRMhoiGJCvP4IB+foj2JCvP4J++eYihD9okW8gQvb3C81qkW8owlj1RfpASYN8gQjLQGqvIOnwmNMg32iECYfHobR8wxHy4fFHSfnGI9yFh4vW5QtGeA6PPlG+WISH8OAR5YtF2A2PLVJ+zQgrIO7NhIf6wTvltz1CCfRWD2Uov+0R5n8eCcA+5bctQh4Etb5IeEz5sUc4AIl6n4U8oXxPhIjyfUe6QYHyPREiy/dH2AON7gNMG/rWxQL4BI1uBySaPRKANHgD9XYFBgx+7WUI3HrcFMFU1EM9YBxsgnNwDQpgFQw6A/P8SYfBGjgFN+AMrINRkHSefQORj0P1JpuzJAAAAABJRU5ErkJggg==") center center no-repeat;
  background-size: 26px 16px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 1px #666;
          box-shadow: 0 1px 1px #666; }
  @media screen and (max-width: 1000px) {
    .scrollToTop {
      display: none !important; } }

::-moz-selection {
  background: #3dddca;
  color: #ffffff; }

::selection {
  background: #3dddca;
  color: #ffffff; }

::-moz-selection {
  background: #3dddca;
  color: #ffffff; }

html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%; }

body {
  background: #ffffff;
  color: #5e5e5e;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  font-weight: 400; }

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

a {
  color: #22c5b1;
  -webkit-transition: 0.4s;
          transition: 0.4s;
  text-decoration: none; }
  a:hover {
    color: #1a9a8a; }
  a.button {
    border: 1px solid #22c5b1;
    border-radius: 30px;
    color: #22c5b1;
    cursor: pointer;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 1.6rem;
    height: 60px;
    line-height: 58px;
    padding: 0 30px;
    -webkit-transition: 0.4s;
            transition: 0.4s;
    overflow: hidden;
    white-space: nowrap; }
    a.button:hover {
      background: #22c5b1;
      color: #ffffff; }
  a.button-fill {
    border: 1px solid #22c5b1;
    border-radius: 30px;
    color: #22c5b1;
    cursor: pointer;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 1.6rem;
    height: 60px;
    line-height: 58px;
    padding: 0 30px;
    -webkit-transition: 0.4s;
            transition: 0.4s;
    overflow: hidden;
    white-space: nowrap;
    background: #22c5b1;
    color: #ffffff; }
    a.button-fill:hover {
      background: #22c5b1;
      color: #ffffff; }
    a.button-fill:hover {
      background: #1a9a8a;
      border-color: #1a9a8a; }

h1, h2, h3, fieldset .fieldset-legend, .page-messages .privatemsg-message-participants, h4, h5, h6 {
  color: #000000;
  font-family: "Merriweather", serif;
  font-weight: 400;
  margin: 0 0 2rem 0; }
  h1 a, h2 a, h3 a, fieldset .fieldset-legend a, .page-messages .privatemsg-message-participants a, h4 a, h5 a, h6 a {
    color: inherit; }
    h1 a:hover, h2 a:hover, h3 a:hover, fieldset .fieldset-legend a:hover, .page-messages .privatemsg-message-participants a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      color: #22c5b1; }

h1 {
  font-size: 3rem;
  margin-bottom: 1rem; }

h2 {
  font-size: 2rem; }

h3, fieldset .fieldset-legend, .page-messages .privatemsg-message-participants {
  font-size: 1.8rem; }
  h3.sub-title, fieldset .sub-title.fieldset-legend, .page-messages .sub-title.privatemsg-message-participants {
    color: #5e5e5e;
    font-family: "Lato", sans-serif;
    font-size: 1.6rem; }

h4 {
  font-size: 1.6rem; }

p {
  line-height: 2.6rem;
  margin: 0 0 1rem 0; }
  p:last-child {
    margin-bottom: 0; }

ul {
  margin: 0 0 1rem 0;
  padding: 0; }
  ul li {
    list-style: disc inside; }
  ul:last-child {
    margin-bottom: 0; }

ol {
  margin: 0 0 1rem 0;
  padding: 0; }
  ol li {
    list-style: decimal inside; }
  ol:last-child {
    margin-bottom: 0; }

.field-type-text-with-summary li {
  line-height: 2.6rem;
  margin-bottom: 1rem; }

img {
  display: block;
  height: auto;
  margin: 0;
  max-width: 100%;
  -webkit-transition: 0.4s;
          transition: 0.4s; }

table {
  border: 0;
  margin: 1rem 0;
  width: 100% !important; }
  table caption {
    background-color: #22c5b1;
    color: #fff;
    font-size: 20px;
    padding: 2rem;
    text-align: left; }
  table td,
  table th {
    background: #ffffff;
    border: 0;
    padding: 2rem;
    vertical-align: top;
    -webkit-transition: 0.4s;
            transition: 0.4s; }
    table td.active,
    table th.active {
      background-color: white; }
  table thead th {
    border: none;
    border-bottom: 2px solid #22c5b1;
    color: #000000;
    font-family: "Merriweather", serif;
    font-weight: 400; }
    table thead th a svg {
      margin-left: 5px;
      width: 10px; }
  table tbody {
    border-color: #e6e6e6; }
    table tbody td {
      border-bottom: 1px solid #e6e6e6; }
  table tr:hover td {
    background: #f7f7f7; }
  table tr.selected td {
    background-color: white; }
  @media screen and (max-width: 768px) {
    table {
      overflow-x: auto;
      display: block; } }

.form-item {
  margin: 3rem 0;
  position: relative; }
  .form-item .description {
    color: #5e5e5e;
    font-size: 1.4rem;
    margin: 0;
    padding: 4px 0; }
  .form-item span.error {
    -webkit-animation: fadeUp 0.4s ease-in-out;
            animation: fadeUp 0.4s ease-in-out;
    background: #db5959;
    border-radius: 20px;
    color: #ffffff;
    font-size: 1.4rem;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: -0.6rem;
    width: auto;
    white-space: nowrap; }
  .form-item.form-item-prefix input[type=text],
  .form-item.form-item-prefix input[type=email],
  .form-item.form-item-prefix input[type=password], .form-item.form-item-suffix input[type=text],
  .form-item.form-item-suffix input[type=email],
  .form-item.form-item-suffix input[type=password] {
    width: 50%; }
  .form-item .field-prefix {
    padding-right: 1rem; }
  .form-item .field-suffix {
    padding-left: 1rem; }
  .form-item #autocomplete {
    -webkit-animation: fadeUp 0.4s ease-in-out;
            animation: fadeUp 0.4s ease-in-out;
    background: none;
    border: none; }
    .form-item #autocomplete ul {
      background: #ffffff;
      border: 1px solid #5e5e5e;
      border-radius: 30px;
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
              box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      margin: 1rem 0 0 0;
      overflow: hidden; }
      .form-item #autocomplete ul li {
        color: #5e5e5e;
        list-style: none;
        margin: 0;
        padding: 15px 30px;
        -webkit-transition: 0.4s;
                transition: 0.4s; }
        .form-item #autocomplete ul li:hover {
          background: #f7f7f7; }

tr.odd .form-item,
tr.even .form-item {
  margin: 3rem 0; }

td.views-field .form-item {
  margin: 0; }

.text-format-wrapper .form-item {
  margin-bottom: 3rem; }

fieldset {
  border: none;
  border-bottom: 1px solid #5e5e5e;
  margin: 3rem 0;
  padding: 0;
  width: 100%; }
  fieldset legend {
    width: 100%; }
  fieldset .fieldset-legend {
    border-bottom: 1px solid #e6e6e6;
    color: #22c5b1;
    display: block;
    margin: 0;
    padding-bottom: 1rem; }
  fieldset .fieldset-wrapper {
    padding: 1rem 0; }

html.js fieldset.collapsible .fieldset-legend {
  background: none;
  padding: 1rem 0 1rem 2rem;
  position: relative; }
  html.js fieldset.collapsible .fieldset-legend:before {
    background: url("../images/icons/icon-asc.svg") no-repeat;
    background-size: 14px 7px;
    border: none;
    content: '';
    height: 7px;
    left: 0;
    margin: 0 !important;
    position: absolute;
    top: 50%;
    -webkit-transition: 0.2s;
            transition: 0.2s;
    -webkit-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
    width: 14px; }

html.js fieldset.collapsed .fieldset-legend:before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg); }

label {
  color: #000000;
  font-family: "Merriweather", serif;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 2rem; }
  label .form-required {
    color: #db5959; }

.filter-wrapper .form-item label {
  display: block; }

input[type=text],
input[type=email],
input[type=password] {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 30px;
  color: #5e5e5e;
  font-size: 1.6rem;
  font-weight: 300;
  height: 60px;
  line-height: 6rem;
  outline: none;
  padding: 10px 30px;
  -webkit-transition: 0.4s;
          transition: 0.4s;
  width: 100%; }
  input[type=text]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder {
    color: #5e5e5e;
    opacity: 1; }
  input[type=text]:-moz-placeholder,
  input[type=email]:-moz-placeholder,
  input[type=password]:-moz-placeholder {
    color: #5e5e5e;
    opacity: 1; }
  input[type=text]::-moz-placeholder,
  input[type=email]::-moz-placeholder,
  input[type=password]::-moz-placeholder {
    color: #5e5e5e;
    opacity: 1; }
  input[type=text]:-ms-input-placeholder,
  input[type=email]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder {
    color: #5e5e5e;
    opacity: 1; }
  input[type=text]:focus,
  input[type=email]:focus,
  input[type=password]:focus {
    border: 1px solid #5e5e5e;
    color: #5e5e5e; }
  input[type=text].error,
  input[type=email].error,
  input[type=password].error {
    border: 1px solid #db5959 !important; }

textarea {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 30px;
  color: #5e5e5e;
  font-size: 1.3rem;
  font-weight: 300;
  height: 60px;
  line-height: 3rem;
  max-width: 100%;
  min-height: 100px;
  outline: none;
  padding: 20px 30px;
  resize: none;
  -webkit-transition: 0.4s;
          transition: 0.4s;
  width: 100%; }
  textarea::-webkit-input-placeholder {
    color: #5e5e5e;
    opacity: 1; }
  textarea:-moz-placeholder {
    color: #5e5e5e;
    opacity: 1; }
  textarea::-moz-placeholder {
    color: #5e5e5e;
    opacity: 1; }
  textarea:-ms-input-placeholder {
    color: #5e5e5e;
    opacity: 1; }
  textarea:focus {
    border: 1px solid #5e5e5e;
    color: #5e5e5e; }
  textarea.error {
    border: 1px solid #db5959 !important; }
  textarea + .grippie {
    display: none !important; }

.view-content textarea {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 30px;
  color: #5e5e5e;
  font-size: 1.3rem;
  font-weight: 300;
  height: 60px;
  line-height: 1.6;
  max-width: 100%;
  min-height: 100px;
  outline: none;
  padding: 10px 15px;
  resize: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  min-width: 180px; }

.form-type-radio {
  cursor: pointer; }
  .form-type-radio .iradio {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    display: inline-block;
    height: 20px;
    margin: -1px 5px 0 0;
    position: relative;
    vertical-align: middle;
    width: 20px; }
    .form-type-radio .iradio:before {
      background: #111111;
      border-radius: 8px;
      content: '';
      height: 0;
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transition: 0.1s;
              transition: 0.1s;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 0;
      z-index: 0; }
    .form-type-radio .iradio.checked:before {
      height: 8px;
      width: 8px; }
  .form-type-radio label {
    color: #5e5e5e;
    cursor: pointer;
    font-family: "Lato", sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    -webkit-transition: 0.4s;
            transition: 0.4s; }
    .form-type-radio label:hover {
      color: #5e5e5e; }

.form-type-checkbox {
  cursor: pointer; }

.icheckbox {
  background: url("../images/icons/icon-check-black.svg") no-repeat center #ffffff;
  background-size: 0 0;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: -1px 8px 0 0;
  /*position: relative;*/
  -webkit-transition: 0.1s;
          transition: 0.1s;
  vertical-align: middle;
  width: 20px;
  z-index: 1; }
  .icheckbox.checked {
    background-size: 13px 10px; }
  .icheckbox + label {
    color: #5e5e5e;
    cursor: pointer;
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    margin: 0;
    padding-left: 28px;
    -webkit-transition: 0.4s;
            transition: 0.4s; }
    .icheckbox + label:hover {
      color: #5e5e5e; }

.selectize-control.single, .selectize-control.multi {
  display: inline-block;
  min-width: 200px; }
  .selectize-control.single .selectize-input, .selectize-control.multi .selectize-input {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 30px;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 60px;
    padding: 0 60px 0 30px;
    position: relative;
    -webkit-transition: 0.4s;
            transition: 0.4s; }
    .selectize-control.single .selectize-input .item, .selectize-control.multi .selectize-input .item {
      color: #5e5e5e;
      font-size: 1.6rem;
      font-weight: 300;
      height: 58px;
      line-height: 6rem;
      -webkit-transition: 0.4s;
              transition: 0.4s; }
    .selectize-control.single .selectize-input input, .selectize-control.multi .selectize-input input {
      -webkit-transition: none;
              transition: none; }
    .selectize-control.single .selectize-input:after, .selectize-control.multi .selectize-input:after {
      background: url("../images/icons/icon-asc.svg") no-repeat;
      background-size: 14px 7px;
      border: none;
      height: 7px;
      margin: 0 !important;
      right: 30px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 14px; }
    .selectize-control.single .selectize-input.focus, .selectize-control.multi .selectize-input.focus {
      border: 1px solid #5e5e5e; }
      .selectize-control.single .selectize-input.focus .item, .selectize-control.multi .selectize-input.focus .item {
        color: #5e5e5e; }
    .selectize-control.single .selectize-input.dropdown-active:before, .selectize-control.multi .selectize-input.dropdown-active:before {
      display: none; }
  .selectize-control.single .selectize-dropdown, .selectize-control.multi .selectize-dropdown {
    -webkit-animation: fadeUp 0.4s ease-in-out;
            animation: fadeUp 0.4s ease-in-out;
    border: 1px solid #5e5e5e;
    border-radius: 30px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin: 0;
    overflow: hidden;
    top: 70px !important; }
    .selectize-control.single .selectize-dropdown [data-selectable], .selectize-control.multi .selectize-dropdown [data-selectable] {
      color: #5e5e5e;
      display: block;
      font-size: 1.6rem;
      font-weight: 300;
      padding: 15px 30px;
      -webkit-transition: 0.4s;
              transition: 0.4s; }
      .selectize-control.single .selectize-dropdown [data-selectable] .highlight, .selectize-control.multi .selectize-dropdown [data-selectable] .highlight {
        background: #22c5b1;
        color: #ffffff; }
      .selectize-control.single .selectize-dropdown [data-selectable].active, .selectize-control.multi .selectize-dropdown [data-selectable].active {
        background: #f7f7f7; }
      .selectize-control.single .selectize-dropdown [data-selectable].selected, .selectize-control.multi .selectize-dropdown [data-selectable].selected {
        background: #f7f7f7;
        color: #22c5b1; }
  @media (max-width: 767px) {
    .selectize-control.single, .selectize-control.multi {
      width: 100%; } }

.selectize-control.multi .selectize-input.has-items {
  padding-right: 40px;
  padding-left: 15px; }

.selectize-control.multi .selectize-input .item {
  line-height: 41px;
  height: 47px;
  vertical-align: top;
  border-radius: 23px; }

.selectize-control.multi .selectize-input:after {
  position: absolute;
  right: 13px;
  top: 50%; }

input[type=file] {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 30px;
  color: #5e5e5e;
  font-size: 1.6rem;
  font-weight: 300;
  margin-right: 2rem !important;
  outline: none;
  padding: 2rem 30px;
  -webkit-transition: 0.4s;
          transition: 0.4s; }
  input[type=file]::-webkit-input-placeholder {
    color: #5e5e5e;
    opacity: 1; }
  input[type=file]:-moz-placeholder {
    color: #5e5e5e;
    opacity: 1; }
  input[type=file]::-moz-placeholder {
    color: #5e5e5e;
    opacity: 1; }
  input[type=file]:-ms-input-placeholder {
    color: #5e5e5e;
    opacity: 1; }
  input[type=file]:focus {
    border: 1px solid #5e5e5e;
    color: #5e5e5e; }
  input[type=file].error {
    border: 1px solid #db5959 !important; }

input[type=submit] {
  background: #ffffff;
  border: 1px solid #22c5b1;
  border-radius: 30px;
  color: #22c5b1;
  font-size: 1.6rem;
  height: 60px;
  line-height: 58px;
  margin-right: 2rem;
  outline: none;
  padding: 0 50px;
  -webkit-transition: 0.4s;
          transition: 0.4s; }
  @media (max-width: 767px) {
    input[type=submit] {
      margin-right: 0; } }
  input[type=submit]:hover {
    background: #22c5b1;
    color: #ffffff; }

.field-type-addressfield .addressfield-container-inline > .form-item {
  margin: 0 0 3rem 0;
  padding-right: 3rem; }

.field-type-datetime .form-type-date-select {
  display: block;
  margin: 0; }
  .field-type-datetime .form-type-date-select .date-padding {
    float: none;
    padding: 0; }
    .field-type-datetime .form-type-date-select .date-padding .form-item {
      margin: 3rem 0;
      padding-right: 3rem; }
      @media (max-width: 767px) {
        .field-type-datetime .form-type-date-select .date-padding .form-item {
          width: 100%;
          padding: 0;
          margin-top: 0; }
          .field-type-datetime .form-type-date-select .date-padding .form-item:last-of-type {
            margin-bottom: 3rem; } }

.field-type-file .tabledrag-handle,
.field-type-file .file-icon,
.field-type-file .tabledrag-toggle-weight-wrapper {
  display: none; }

.field-type-file td {
  vertical-align: middle; }

#privatemsg-new input[type="submit"] {
  margin-right: 2rem; }

@media (max-width: 767px) {
  #privatemsg-list-form input[type="submit"][id*="edit-delete"] {
    margin: 0;
    width: 100%; }
  #privatemsg-list-form .form-item {
    width: 100%; } }

#privatemsg-list-form .form-type-checkbox {
  margin: 0; }

#privatemsg-list-form th.select-all span {
  display: none; }

#privatemsg-list-form .th-content {
  display: none; }

@media (max-width: 767px) {
  #privatemsg-list-form .privatemsg-list {
    display: block; }
    #privatemsg-list-form .privatemsg-list tr {
      display: block;
      padding: 0; }
      #privatemsg-list-form .privatemsg-list tr td:nth-of-type(1) {
        display: none; }
    #privatemsg-list-form .privatemsg-list thead th:not(.select-all) {
      display: none; }
    #privatemsg-list-form .privatemsg-list thead .select-all {
      border-bottom: none; }
      #privatemsg-list-form .privatemsg-list thead .select-all span {
        display: inline-block; }
    #privatemsg-list-form .privatemsg-list tbody td {
      display: block;
      padding-left: 50%; }
    #privatemsg-list-form .privatemsg-list span.th-content {
      position: absolute;
      left: 2rem;
      margin-left: 2rem;
      display: block; }
      #privatemsg-list-form .privatemsg-list span.th-content a {
        pointer-events: none;
        color: #5e5e5e; }
        #privatemsg-list-form .privatemsg-list span.th-content a svg {
          display: none; }
    #privatemsg-list-form .privatemsg-list .form-type-checkbox {
      margin: 0;
      display: inline; } }

.field-name-field-languages-spoken .form-item.form-type-checkbox {
  display: inline-block;
  width: 24%; }
  @media (max-width: 768px) {
    .field-name-field-languages-spoken .form-item.form-type-checkbox {
      width: 32%; } }
  @media (max-width: 480px) {
    .field-name-field-languages-spoken .form-item.form-type-checkbox {
      width: 48%; } }

.webform-client-form-46 .form-item.webform-component {
  display: inline-block;
  padding-right: 1%;
  width: 48%; }
  .webform-client-form-46 .form-item.webform-component.webform-component-textarea {
    width: 96%;
    display: block; }
    @media (max-width: 480px) {
      .webform-client-form-46 .form-item.webform-component.webform-component-textarea {
        width: auto;
        padding-right: 0; } }
  @media (max-width: 480px) {
    .webform-client-form-46 .form-item.webform-component {
      width: auto;
      display: block;
      padding-right: 0; } }

.page-dashboard .block-views-dashboard-agents {
  margin-bottom: 3rem; }

@media (max-width: 480px) {
  .page-dashboard .form-item-agents, .page-dashboard .form-item-operation, .page-dashboard .form-item-operation + input.form-submit {
    width: 100%;
    margin-right: 0;
    margin-left: 0; } }

@media (max-width: 480px) {
  .page-dashboard .form-item-operation + input.form-submit {
    margin-top: 3rem; } }

.page-dashboard .form-item-agents, .page-dashboard #edit-represent-all-institutions {
  float: left; }

.page-dashboard #edit-represent-all-institutions {
  margin: 3rem 0 3rem 2rem; }
  @media (max-width: 768px) {
    .page-dashboard #edit-represent-all-institutions {
      width: -webkit-calc(100% - 200px - 2rem);
      width: calc(100% - 200px - 2rem);
      padding: 0;
      text-align: center; } }
  @media (max-width: 480px) {
    .page-dashboard #edit-represent-all-institutions {
      margin: 0 0 3rem 0;
      width: 100%; } }

@media (max-width: 992px) {
  .field-name-field-terms-and-conditions {
    padding-bottom: 40px; }
    .field-name-field-terms-and-conditions span.error {
      right: 0;
      left: 0;
      top: 42px; } }

.breadcrumbs {
  color: #888888; }
  .breadcrumbs a {
    color: #888888; }
    .breadcrumbs a:hover {
      color: #22c5b1; }
  .breadcrumbs .title {
    color: #000000; }

div.tabs ul.tabs {
  font-size: 0;
  margin: 2rem 0; }
  div.tabs ul.tabs li {
    display: inline-block;
    font-size: 1.6rem;
    margin: 0 0.5rem 0 0; }
    @media (max-width: 767px) {
      div.tabs ul.tabs li {
        margin-bottom: 1rem; } }
    div.tabs ul.tabs li a {
      border: 1px solid #22c5b1;
      border-radius: 30px;
      color: #22c5b1;
      display: block;
      padding: 5px 20px; }
      div.tabs ul.tabs li a:hover {
        background: #22c5b1;
        color: #ffffff; }
    div.tabs ul.tabs li.active a {
      background: #22c5b1;
      color: #ffffff; }

.item-list .pager {
  margin: 2rem 0; }
  .item-list .pager li {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0 0.5rem;
    padding: 0;
    vertical-align: middle; }
    @media (max-width: 991px) {
      .item-list .pager li {
        margin-bottom: 1rem; } }
  .item-list .pager a {
    border: 1px solid #22c5b1;
    border-radius: 30px;
    color: #22c5b1;
    cursor: pointer;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 1.6rem;
    height: 60px;
    line-height: 58px;
    padding: 0 30px;
    -webkit-transition: 0.4s;
            transition: 0.4s;
    overflow: hidden;
    white-space: nowrap;
    font-size: 1.4rem;
    height: 4rem;
    line-height: 3.8rem;
    padding: 0 1.5rem; }
    .item-list .pager a:hover {
      background: #22c5b1;
      color: #ffffff; }
  .item-list .pager .pager-first,
  .item-list .pager .pager-last {
    display: none; }

html.js input.form-autocomplete {
  background-image: url("../images/loaders/loader-throbber.gif");
  background-position: 120% center;
  background-repeat: no-repeat;
  background-size: 26px 26px; }

html.js input.throbbing {
  background-position: right 20px center; }

.ajax-progress {
  display: block; }
  .ajax-progress .throbber {
    -webkit-animation: fadeDown 0.4s ease-in-out;
            animation: fadeDown 0.4s ease-in-out;
    background: url("../images/loaders/loader-throbber.gif") no-repeat center #ffffff;
    background-size: 26px 26px;
    border-radius: 60px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    float: none;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    position: fixed;
    top: 50%;
    width: 60px;
    z-index: 999; }

.messages {
  border: none;
  border-radius: 30px;
  color: #ffffff;
  font-family: "Merriweather", serif;
  margin: 2rem 0;
  padding: 2rem;
  position: relative; }
  .messages .message-close {
    cursor: pointer;
    float: right;
    height: 20px;
    line-height: 2.2rem;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 50%;
    -webkit-transition: 0.4s;
            transition: 0.4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px; }
  .messages span,
  .messages ul {
    padding-right: 4rem; }
  .messages.status {
    background: #22c5b1;
    border: 1px solid #1a9a8a; }
    .messages.status .message-close {
      color: #136e63; }
      .messages.status .message-close:hover {
        color: #0b433c; }
    .messages.status a {
      color: #136e63; }
      .messages.status a:hover {
        color: #0b433c; }
  .messages.error, .messages.warning {
    background: #db5959;
    border: 1px solid #d22f2f; }
    .messages.error .message-close, .messages.warning .message-close {
      color: #a92525; }
      .messages.error .message-close:hover, .messages.warning .message-close:hover {
        color: #7f1c1c; }
    .messages.error a, .messages.warning a {
      color: #a92525; }
      .messages.error a:hover, .messages.warning a:hover {
        color: #7f1c1c; }
  .messages .krumo-root {
    color: #000000; }

.review-rate-stars {
  font-size: 0; }
  .review-rate-stars .star {
    display: inline-block;
    height: 21px;
    margin: 0 2px;
    width: 22px; }
    .review-rate-stars .star path {
      -webkit-transition: 0.4s;
              transition: 0.4s; }
    .review-rate-stars .star.full path:first-child {
      fill: #22c5b1; }

.flag-wrapper {
  display: block;
  position: relative; }
  .flag-wrapper .flag-message {
    background: #22c5b1;
    border: none;
    border-radius: 20px;
    color: #ffffff;
    left: 50%;
    padding: 10px 20px;
    top: 110%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto;
    white-space: nowrap; }
    .flag-wrapper .flag-message.flag-failure-message {
      background: #db5959 !important; }

.scroller-vertical {
  position: relative; }
  .scroller-vertical .scroller-inner {
    position: relative;
    tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
            text-size-adjust: none;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 100%;
    z-index: 1; }

.scroller-horizontal {
  overflow: hidden;
  position: relative; }
  .scroller-horizontal .scroller-inner {
    position: relative;
    tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
            text-size-adjust: none;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 5000px;
    z-index: 1; }

.iScrollVerticalScrollbar {
  bottom: 1px;
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 2; }
  .iScrollVerticalScrollbar .iScrollIndicator {
    background: #22c5b1;
    border-radius: 5px;
    cursor: pointer;
    width: 10px; }

.iScrollHorizontalScrollbar {
  bottom: 1px;
  left: 1px;
  position: absolute;
  right: 1px;
  z-index: 2; }
  .iScrollHorizontalScrollbar .iScrollIndicator {
    background: #22c5b1;
    border-radius: 5px;
    cursor: pointer;
    height: 10px; }

.block-views-courses-block_popular,
.block-views-education_agents-block_top5 {
  padding: 80px 0; }
  .block-views-courses-block_popular .block-inner,
  .block-views-education_agents-block_top5 .block-inner {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding: 0 1.5rem 0 340px; }
    @media (min-width: 480px) {
      .block-views-courses-block_popular .block-inner,
      .block-views-education_agents-block_top5 .block-inner {
        width: 480px; } }
    @media (min-width: 768px) {
      .block-views-courses-block_popular .block-inner,
      .block-views-education_agents-block_top5 .block-inner {
        width: 768px; } }
    @media (min-width: 992px) {
      .block-views-courses-block_popular .block-inner,
      .block-views-education_agents-block_top5 .block-inner {
        width: 992px; } }
    @media (min-width: 1200px) {
      .block-views-courses-block_popular .block-inner,
      .block-views-education_agents-block_top5 .block-inner {
        width: 1200px; } }
    @media (max-width: 991px) {
      .block-views-courses-block_popular .block-inner,
      .block-views-education_agents-block_top5 .block-inner {
        padding: 0 1.5rem;
        width: 100%; } }
  .block-views-courses-block_popular .block-title,
  .block-views-education_agents-block_top5 .block-title {
    font-size: 3rem;
    float: left;
    margin-top: 2rem; }
    @media (max-width: 767px) {
      .block-views-courses-block_popular .block-title,
      .block-views-education_agents-block_top5 .block-title {
        float: none; } }
  .block-views-courses-block_popular .view-filters,
  .block-views-education_agents-block_top5 .view-filters {
    float: right;
    margin-bottom: 2rem; }
    @media (min-width: 768px) and (max-width: 991px) {
      .block-views-courses-block_popular .view-filters,
      .block-views-education_agents-block_top5 .view-filters {
        position: absolute;
        top: 0;
        right: 1.5rem; } }
    @media (max-width: 767px) {
      .block-views-courses-block_popular .view-filters,
      .block-views-education_agents-block_top5 .view-filters {
        width: 100%; }
        .block-views-courses-block_popular .view-filters .selectize-control.single,
        .block-views-education_agents-block_top5 .view-filters .selectize-control.single {
          width: 100%; } }
    .block-views-courses-block_popular .view-filters .views-exposed-widgets,
    .block-views-education_agents-block_top5 .view-filters .views-exposed-widgets {
      margin: 0; }
    .block-views-courses-block_popular .view-filters .views-exposed-widget,
    .block-views-education_agents-block_top5 .view-filters .views-exposed-widget {
      float: none;
      padding: 0; }
  .block-views-courses-block_popular .view-content,
  .block-views-education_agents-block_top5 .view-content {
    border: 1px solid #e6e6e6;
    border-bottom: none;
    clear: both; }
    .block-views-courses-block_popular .view-content .views-row,
    .block-views-education_agents-block_top5 .view-content .views-row {
      border-bottom: 1px solid #e6e6e6;
      display: table;
      padding: 25px 50px;
      vertical-align: middle;
      width: 100%; }
      @media (max-width: 767px) {
        .block-views-courses-block_popular .view-content .views-row,
        .block-views-education_agents-block_top5 .view-content .views-row {
          display: block;
          padding: 25px; } }
      .block-views-courses-block_popular .view-content .views-row.views-row-even,
      .block-views-education_agents-block_top5 .view-content .views-row.views-row-even {
        background: #f7f7f7; }
  .block-views-courses-block_popular .view-header,
  .block-views-education_agents-block_top5 .view-header {
    left: 1.5rem;
    position: absolute;
    top: 0;
    z-index: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .block-views-courses-block_popular .view-header,
      .block-views-education_agents-block_top5 .view-header {
        padding-top: 8rem;
        margin-bottom: 4rem;
        position: relative;
        left: auto;
        top: auto; }
        .block-views-courses-block_popular .view-header img,
        .block-views-education_agents-block_top5 .view-header img {
          margin: 0 auto; } }
    @media (max-width: 767px) {
      .block-views-courses-block_popular .view-header,
      .block-views-education_agents-block_top5 .view-header {
        position: relative;
        margin-bottom: 2rem;
        left: auto;
        top: auto; } }
    .block-views-courses-block_popular .view-header .view-content,
    .block-views-education_agents-block_top5 .view-header .view-content {
      border: none;
      clear: none; }
    .block-views-courses-block_popular .view-header .views-row,
    .block-views-education_agents-block_top5 .view-header .views-row {
      border: none;
      display: block;
      padding: 0; }

.block-views-courses-block_popular .view-content .info {
  display: table-cell;
  padding-right: 20px;
  vertical-align: middle;
  width: 40%; }
  @media (max-width: 767px) {
    .block-views-courses-block_popular .view-content .info {
      display: block;
      width: 100%;
      margin-bottom: 25px; } }

.block-views-courses-block_popular .view-content .main-title {
  margin: 0; }

.block-views-courses-block_popular .view-content .sub-title {
  margin: 0; }

.block-views-courses-block_popular .view-content .logo {
  display: table-cell;
  padding-right: 20px;
  text-align: right;
  vertical-align: middle;
  width: 30%; }
  @media (max-width: 767px) {
    .block-views-courses-block_popular .view-content .logo {
      display: block;
      width: 100%;
      margin-bottom: 25px; } }
  .block-views-courses-block_popular .view-content .logo img {
    max-height: 60px;
    width: auto; }

.block-views-courses-block_popular .view-content .review-rate-stars {
  float: right;
  text-align: right; }

.block-views-courses-block_popular .view-content .view-reviews {
  display: table-cell;
  vertical-align: middle;
  width: 30%; }
  @media (max-width: 767px) {
    .block-views-courses-block_popular .view-content .view-reviews {
      display: block;
      width: 100%; } }
  .block-views-courses-block_popular .view-content .view-reviews .view-content,
  .block-views-courses-block_popular .view-content .view-reviews .views-row {
    border: none;
    padding: 0; }

.block-views-education_agents-block_top5 .view-content .logo {
  display: table-cell;
  padding-right: 20px;
  text-align: right;
  vertical-align: middle;
  width: 40%; }
  .block-views-education_agents-block_top5 .view-content .logo img {
    margin: 0;
    max-height: 60px;
    width: auto; }

.block-views-education_agents-block_top5 .view-content .info {
  display: table-cell;
  vertical-align: middle;
  width: 60%; }

.block-views-education_agents-block_top5 .view-content .main-title {
  margin: 0; }

.block-views-education_agents-block_top5 .view-content .view-reviews .view-content,
.block-views-education_agents-block_top5 .view-content .view-reviews .views-row {
  border: none;
  padding: 0; }

.ad-block {
  padding-top: 25px; }
  .ad-block a {
    display: block;
    text-align: center; }
    .ad-block a img {
      max-width: 100%;
      width: auto;
      height: auto;
      display: inline-block; }

#block-mailchimp_signup-stay_updated {
  background: #22c5b1;
  padding: 8rem 0;
  text-align: center; }
  #block-mailchimp_signup-stay_updated .block-inner {
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 480px) {
      #block-mailchimp_signup-stay_updated .block-inner {
        width: 480px; } }
    @media (min-width: 768px) {
      #block-mailchimp_signup-stay_updated .block-inner {
        width: 768px; } }
    @media (min-width: 992px) {
      #block-mailchimp_signup-stay_updated .block-inner {
        width: 992px; } }
    @media (min-width: 1200px) {
      #block-mailchimp_signup-stay_updated .block-inner {
        width: 1200px; } }
  #block-mailchimp_signup-stay_updated .block-title {
    color: #ffffff;
    font-size: 3rem;
    margin: 0; }
  #block-mailchimp_signup-stay_updated .mailchimp-description,
  #block-mailchimp_signup-stay_updated .mailchimp-confirmation {
    color: #bff4ed;
    margin-top: 1rem; }
  #block-mailchimp_signup-stay_updated .mailchimp-signup-subscribe-form {
    margin: 0 auto;
    max-width: 70rem;
    width: 100%; }
    @media (max-width: 991px) {
      #block-mailchimp_signup-stay_updated .mailchimp-signup-subscribe-form {
        width: -webkit-calc(100% - 3rem);
        width: calc(100% - 3rem); } }
    #block-mailchimp_signup-stay_updated .mailchimp-signup-subscribe-form input[type=text] {
      border: none;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      float: left;
      max-width: 55rem;
      width: 78.5714%; }
    #block-mailchimp_signup-stay_updated .mailchimp-signup-subscribe-form input[type=submit] {
      background: url("../images/icons/icon-mail.svg") no-repeat center #ffffff;
      background-size: 44px 30px;
      border: none;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      float: left;
      margin: 0;
      padding: 0 40px;
      text-indent: -9999px;
      max-width: 15rem;
      width: 21.4285%; }
      @media (max-width: 991px) {
        #block-mailchimp_signup-stay_updated .mailchimp-signup-subscribe-form input[type=submit] {
          padding: 0; } }

.block-facetapi {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 4rem;
  padding-bottom: 4rem; }
  .block-facetapi .block-title {
    font-size: 3rem;
    margin-bottom: 4rem;
    padding-right: 35px;
    position: relative; }
    .block-facetapi .block-title .reset {
      background: url("../images/icons/icon-refresh.svg") no-repeat;
      background-size: 26px 26px;
      cursor: pointer;
      display: block;
      height: 26px;
      position: absolute;
      right: 0;
      top: 5px;
      -webkit-transition: 1s;
              transition: 1s;
      width: 26px; }
      .block-facetapi .block-title .reset:hover {
        -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
                transform: rotate(360deg); }
  .block-facetapi .content {
    font-size: 1.8rem; }
  .block-facetapi .item-list ul li {
    list-style: none;
    margin: 0 0 2rem 0; }
    .block-facetapi .item-list ul li:last-child {
      margin: 0; }
  .block-facetapi .icheckbox {
    margin: 2px 2rem 0 0; }
  .block-facetapi .facetapi-checkbox {
    color: #5e5e5e;
    display: block;
    margin: 0;
    padding: 0 6rem 0 4rem;
    position: relative; }
    .block-facetapi .facetapi-checkbox .count {
      color: #000000;
      display: inline-block;
      margin-left: 1rem;
      position: absolute;
      right: 0;
      top: 0; }

.search-api-ranges-widget .text-range {
  display: none; }

.search-api-ranges-widget .range-slider-box {
  padding: 1rem 0; }
  @media (max-width: 767px) {
    .search-api-ranges-widget .range-slider-box {
      margin: 0 2rem; } }

.search-api-ranges-widget .ui-slider {
  background: #e6e6e6;
  border: none;
  border-radius: 0;
  height: 1px; }
  .search-api-ranges-widget .ui-slider .ui-slider-range {
    background: #44c3d3;
    height: 3px;
    top: -1px; }
  .search-api-ranges-widget .ui-slider .ui-slider-handle {
    background: url("../images/icons/icon-lines.svg") no-repeat center #ffffff;
    background-size: 8px 7px;
    border: 1px solid #e6e6e6;
    border-radius: 100%;
    cursor: pointer;
    height: 30px;
    outline: none;
    top: 50%;
    -webkit-transition: 0.4s border;
            transition: 0.4s border;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px; }
    .search-api-ranges-widget .ui-slider .ui-slider-handle:hover {
      border-color: #cdcdcd; }

.search-api-ranges-widget .range-box {
  float: left;
  width: 50%; }
  .search-api-ranges-widget .range-box .form-item {
    margin: 0; }
  .search-api-ranges-widget .range-box label {
    display: none; }
  .search-api-ranges-widget .range-box input[type=text] {
    color: #5e5e5e;
    border: none;
    font-size: 1.8rem;
    padding: 0; }
  .search-api-ranges-widget .range-box.range-box-right input[type=text] {
    text-align: right; }

.search-api-ranges-widget input[type=submit] {
  border-color: #44c3d3;
  width: 100%; }
  .search-api-ranges-widget input[type=submit]:hover {
    background: #44c3d3; }

.block-spiible_custom-share_buttons {
  float: right;
  position: relative;
  z-index: 1; }
  .block-spiible_custom-share_buttons .item-list ul {
    font-size: 0; }
  .block-spiible_custom-share_buttons .item-list li {
    display: inline-block;
    margin: 0 6px; }
    .block-spiible_custom-share_buttons .item-list li a {
      border: 1px solid #e6e6e6;
      border-radius: 48px;
      display: table-cell;
      height: 48px;
      text-align: center;
      vertical-align: middle;
      width: 48px; }
      .block-spiible_custom-share_buttons .item-list li a path {
        -webkit-transition: 0.4s;
                transition: 0.4s; }
      .block-spiible_custom-share_buttons .item-list li a:hover {
        border-color: #44c3d3; }
        .block-spiible_custom-share_buttons .item-list li a:hover path {
          fill: #44c3d3; }
    .block-spiible_custom-share_buttons .item-list li.first {
      margin-left: 0; }
  .block-spiible_custom-share_buttons.news-sharer {
    float: none; }
    .block-spiible_custom-share_buttons.news-sharer li {
      margin: 0 3px; }
      .block-spiible_custom-share_buttons.news-sharer li a {
        border-radius: 30px;
        height: 30px;
        width: 30px; }
        .block-spiible_custom-share_buttons.news-sharer li a.sharer-facebook svg {
          width: 6px; }
        .block-spiible_custom-share_buttons.news-sharer li a.sharer-twitter svg {
          width: 11px; }
        .block-spiible_custom-share_buttons.news-sharer li a.sharer-linkedin svg {
          width: 11px; }
        .block-spiible_custom-share_buttons.news-sharer li a.sharer-google svg {
          width: 11px; }
        .block-spiible_custom-share_buttons.news-sharer li a.sharer-email svg {
          width: 11px; }
  @media (max-width: 767px) {
    .block-spiible_custom-share_buttons {
      float: none;
      margin-bottom: 4rem; }
      .block-spiible_custom-share_buttons ul {
        text-align: center; } }

.hybridauth-widget-wrapper {
  float: right; }
  .hybridauth-widget-wrapper h3, .hybridauth-widget-wrapper fieldset .fieldset-legend, fieldset .hybridauth-widget-wrapper .fieldset-legend, .hybridauth-widget-wrapper .page-messages .privatemsg-message-participants, .page-messages .hybridauth-widget-wrapper .privatemsg-message-participants {
    color: #5e5e5e;
    float: left;
    font-family: "Lato", sans-serif;
    font-size: 1.6rem;
    line-height: 4.5rem;
    margin: 0 2.5rem 0 0; }
  .hybridauth-widget-wrapper ul.hybridauth-widget {
    float: left;
    font-size: 0; }
    .hybridauth-widget-wrapper ul.hybridauth-widget li {
      margin: 0 6px; }
      .hybridauth-widget-wrapper ul.hybridauth-widget li a {
        border: 1px solid #e6e6e6;
        border-radius: 48px;
        display: table-cell;
        height: 48px;
        text-align: center;
        vertical-align: middle;
        width: 48px; }
        .hybridauth-widget-wrapper ul.hybridauth-widget li a path {
          -webkit-transition: 0.4s;
                  transition: 0.4s; }
        .hybridauth-widget-wrapper ul.hybridauth-widget li a:hover {
          border-color: #44c3d3; }
          .hybridauth-widget-wrapper ul.hybridauth-widget li a:hover path {
            fill: #44c3d3; }

.block-views-reviews-reviews {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 8rem; }
  @media (min-width: 480px) {
    .block-views-reviews-reviews {
      width: 480px; } }
  @media (min-width: 768px) {
    .block-views-reviews-reviews {
      width: 768px; } }
  @media (min-width: 992px) {
    .block-views-reviews-reviews {
      width: 992px; } }
  @media (min-width: 1200px) {
    .block-views-reviews-reviews {
      width: 1200px; } }
  .block-views-reviews-reviews > .block-inner > .block-title {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 50%;
    font-size: 3rem; }
    .block-views-reviews-reviews > .block-inner > .block-title:after {
      content: " ";
      display: block;
      clear: both; }
    @media (min-width: 767px) and (max-width: 991px) {
      .block-views-reviews-reviews > .block-inner > .block-title {
        float: left;
        min-height: 1px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        position: relative;
        width: 100%;
        width: auto; }
        .block-views-reviews-reviews > .block-inner > .block-title:after {
          content: " ";
          display: block;
          clear: both; } }
    @media (max-width: 767px) {
      .block-views-reviews-reviews > .block-inner > .block-title {
        float: left;
        min-height: 1px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        position: relative;
        width: 100%;
        float: none; }
        .block-views-reviews-reviews > .block-inner > .block-title:after {
          content: " ";
          display: block;
          clear: both; } }
  .block-views-reviews-reviews .comment-toggle {
    border: 1px solid #22c5b1;
    border-radius: 30px;
    color: #22c5b1;
    cursor: pointer;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 1.6rem;
    height: 60px;
    line-height: 58px;
    padding: 0 30px;
    -webkit-transition: 0.4s;
            transition: 0.4s;
    overflow: hidden;
    white-space: nowrap;
    float: right;
    margin: 0 1.5rem; }
    .block-views-reviews-reviews .comment-toggle:hover {
      background: #22c5b1;
      color: #ffffff; }
    @media (max-width: 767px) {
      .block-views-reviews-reviews .comment-toggle {
        width: -webkit-calc(100% - 3rem);
        width: calc(100% - 3rem);
        float: none;
        margin: 0 1.5rem 1.5rem;
        text-align: center; } }
  .block-views-reviews-reviews .view-filters {
    float: right;
    margin-bottom: 5rem; }
    .block-views-reviews-reviews .view-filters .views-exposed-widgets {
      margin: 0; }
      .block-views-reviews-reviews .view-filters .views-exposed-widgets .views-exposed-widget {
        float: none;
        padding: 0; }
    .block-views-reviews-reviews .view-filters label {
      display: none; }
    @media (max-width: 767px) {
      .block-views-reviews-reviews .view-filters {
        float: none;
        padding: 0 1.5rem; } }
  .block-views-reviews-reviews .view-header {
    clear: both;
    float: left;
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 100%;
    padding: 0 !important; }
    .block-views-reviews-reviews .view-header:after {
      content: " ";
      display: block;
      clear: both; }
    @media (max-width: 767px) {
      .block-views-reviews-reviews .view-header {
        float: left;
        min-height: 1px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        position: relative;
        width: 100%; }
        .block-views-reviews-reviews .view-header:after {
          content: " ";
          display: block;
          clear: both; } }
  .block-views-reviews-reviews .view-empty {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 66.66667%; }
    .block-views-reviews-reviews .view-empty:after {
      content: " ";
      display: block;
      clear: both; }
    @media (max-width: 767px) {
      .block-views-reviews-reviews .view-empty {
        float: left;
        min-height: 1px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        position: relative;
        width: 100%; }
        .block-views-reviews-reviews .view-empty:after {
          content: " ";
          display: block;
          clear: both; } }
  .block-views-reviews-reviews .view-content {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .block-views-reviews-reviews .view-content:after {
      content: " ";
      display: block;
      clear: both; }
    .block-views-reviews-reviews .view-content .views-row {
      border-bottom: 1px solid #e6e6e6;
      float: left;
      margin-bottom: 4rem;
      padding-bottom: 4rem;
      width: -webkit-calc(50% - 3rem);
      width: calc(50% - 3rem); }
      .block-views-reviews-reviews .view-content .views-row:nth-child(odd) {
        margin-right: 3rem; }
      .block-views-reviews-reviews .view-content .views-row:nth-child(even) {
        margin-left: 3rem; }
      @media (max-width: 991px) {
        .block-views-reviews-reviews .view-content .views-row {
          width: 100%; }
          .block-views-reviews-reviews .view-content .views-row:nth-child(odd) {
            margin-right: 0; }
          .block-views-reviews-reviews .view-content .views-row:nth-child(even) {
            margin-left: 0; } }
    .block-views-reviews-reviews .view-content .image {
      float: left; }
      .block-views-reviews-reviews .view-content .image img {
        border-radius: 100%;
        margin-right: 2.5rem;
        max-width: 60px;
        min-height: 60px; }
    .block-views-reviews-reviews .view-content .name {
      color: #22c5b1;
      font-family: "Lato", sans-serif;
      font-size: 1.8rem;
      margin: 0.8rem 0 0 0; }
    .block-views-reviews-reviews .view-content .posted {
      color: #5e5e5e;
      font-size: 1.4rem; }
      .block-views-reviews-reviews .view-content .posted em {
        font-style: normal; }
    .block-views-reviews-reviews .view-content .body {
      clear: both;
      margin-bottom: 3rem;
      padding-top: 4rem; }
    .block-views-reviews-reviews .view-content .thumb-rate {
      float: right; }
      .block-views-reviews-reviews .view-content .thumb-rate .percent {
        display: none; }
      .block-views-reviews-reviews .view-content .thumb-rate li {
        width: auto; }
        .block-views-reviews-reviews .view-content .thumb-rate li a {
          background: none;
          border: 1px solid #e6e6e6;
          height: 40px;
          line-height: 44px;
          padding: 0 2rem;
          text-align: center;
          text-indent: 0;
          width: auto; }
          .block-views-reviews-reviews .view-content .thumb-rate li a path {
            -webkit-transition: 0.4s;
                    transition: 0.4s; }
          .block-views-reviews-reviews .view-content .thumb-rate li a:hover path {
            fill: #6dd0dd; }
          .block-views-reviews-reviews .view-content .thumb-rate li a.rate-voted {
            background: #44c3d3;
            border-color: #44c3d3; }
            .block-views-reviews-reviews .view-content .thumb-rate li a.rate-voted path {
              fill: #ffffff; }
            .block-views-reviews-reviews .view-content .thumb-rate li a.rate-voted:hover {
              background: #6dd0dd;
              border-color: #6dd0dd; }
        .block-views-reviews-reviews .view-content .thumb-rate li.thumb-down a {
          border-left: none;
          border-radius: 0 20px 20px 0; }
    .block-views-reviews-reviews .view-content .report-spam {
      float: right; }
      .block-views-reviews-reviews .view-content .report-spam a {
        border: 1px solid #e6e6e6;
        border-right: none;
        border-radius: 20px 0 0 20px;
        display: block;
        height: 40px;
        line-height: 44px;
        padding: 0 2rem 0 2.5rem;
        text-align: center; }
        .block-views-reviews-reviews .view-content .report-spam a path {
          -webkit-transition: 0.4s;
                  transition: 0.4s; }
        .block-views-reviews-reviews .view-content .report-spam a:hover path {
          fill: #6dd0dd; }
        .block-views-reviews-reviews .view-content .report-spam a.unflag-action {
          background: #44c3d3;
          border-color: #44c3d3; }
          .block-views-reviews-reviews .view-content .report-spam a.unflag-action path {
            fill: #ffffff; }
          .block-views-reviews-reviews .view-content .report-spam a.unflag-action:hover {
            background: #6dd0dd;
            border-color: #6dd0dd; }
      .block-views-reviews-reviews .view-content .report-spam .flag-message {
        background: #44c3d3; }
    .block-views-reviews-reviews .view-content .review-rate-stars {
      padding-top: 0.8rem; }
  .block-views-reviews-reviews .view-footer {
    clear: both;
    text-align: center; }
    .block-views-reviews-reviews .view-footer a {
      border: 1px solid #22c5b1;
      border-radius: 30px;
      color: #22c5b1;
      cursor: pointer;
      display: inline-block;
      font-family: "Lato", sans-serif;
      font-size: 1.6rem;
      height: 60px;
      line-height: 58px;
      padding: 0 30px;
      -webkit-transition: 0.4s;
              transition: 0.4s;
      overflow: hidden;
      white-space: nowrap; }
      .block-views-reviews-reviews .view-footer a:hover {
        background: #22c5b1;
        color: #ffffff; }

.block-spiible_custom-review_information {
  float: left;
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  width: 100%;
  clear: both; }
  .block-spiible_custom-review_information:after {
    content: " ";
    display: block;
    clear: both; }
  .block-spiible_custom-review_information .review-numbers {
    float: left;
    margin-bottom: 7rem;
    padding-right: 3rem;
    width: 25%;
    padding-top: 2rem; }
    .block-spiible_custom-review_information .review-numbers .review-average {
      color: #000000;
      font-size: 11rem;
      font-weight: 300;
      line-height: 8rem;
      margin-bottom: 5rem; }
    .block-spiible_custom-review_information .review-numbers .review-rate-stars {
      margin-bottom: 3rem; }
    .block-spiible_custom-review_information .review-numbers .review-total {
      background: url("../images/icons/icon-user.svg") no-repeat left center;
      background-size: 20px 18px;
      padding-left: 40px; }
  .block-spiible_custom-review_information .review-counts {
    float: left;
    margin-bottom: 7rem;
    padding-right: 3rem;
    width: 25%;
    padding-top: 2rem; }
    .block-spiible_custom-review_information .review-counts .review-score {
      color: #000000;
      display: inline-block;
      font-weight: 700;
      width: 10%; }
    .block-spiible_custom-review_information .review-counts .review-score-total {
      color: #ffffff;
      display: inline-block;
      width: 90%; }
      .block-spiible_custom-review_information .review-counts .review-score-total span {
        background: #44c3d3;
        display: block;
        height: 40px;
        padding-left: 10px;
        -webkit-transition: 0.4s;
                transition: 0.4s; }
    .block-spiible_custom-review_information .review-counts .review-field {
      line-height: 4rem;
      margin-bottom: 1px; }
      .block-spiible_custom-review_information .review-counts .review-field:nth-child(odd) .review-score-total span {
        background: #6dd0dd; }
      .block-spiible_custom-review_information .review-counts .review-field:hover .review-score-total span {
        background: #2ba9b9; }
  @media (max-width: 767px) {
    .block-spiible_custom-review_information .review-numbers,
    .block-spiible_custom-review_information .review-counts {
      float: left;
      min-height: 1px;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      position: relative;
      width: 50%;
      padding-top: 0 !important; }
      .block-spiible_custom-review_information .review-numbers:after,
      .block-spiible_custom-review_information .review-counts:after {
        content: " ";
        display: block;
        clear: both; }
    .block-spiible_custom-review_information .review-numbers {
      padding: 0 1.5rem 0 0; }
    .block-spiible_custom-review_information .review-counts {
      padding: 0 0 0 1.5rem; } }
  .block-spiible_custom-review_information .review-fields {
    width: 50%;
    padding-left: 3rem;
    float: left;
    border-left: 1px solid #e6e6e6;
    padding-top: 2rem;
    padding-bottom: 1rem; }
    .block-spiible_custom-review_information .review-fields .review-field {
      margin-bottom: 2rem; }
    .block-spiible_custom-review_information .review-fields .review-rate-stars {
      float: right;
      padding-left: 20px; }
    @media (max-width: 767px) {
      .block-spiible_custom-review_information .review-fields {
        width: 100%;
        padding: 0;
        border-left: none; } }

.block-spiible_custom-comments_block {
  float: left;
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  width: 50%;
  float: right;
  display: none;
  overflow: hidden; }
  .block-spiible_custom-comments_block:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 767px) {
    .block-spiible_custom-comments_block {
      float: left;
      min-height: 1px;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      position: relative;
      width: 100%; }
      .block-spiible_custom-comments_block:after {
        content: " ";
        display: block;
        clear: both; } }
  .block-spiible_custom-comments_block .block-inner {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 6rem;
    padding-bottom: 4rem; }
  .block-spiible_custom-comments_block #comments {
    margin: 0; }
  .block-spiible_custom-comments_block .form-item {
    margin-top: 0; }
  .block-spiible_custom-comments_block textarea {
    min-height: 180px; }
  .block-spiible_custom-comments_block .field-type-fivestar {
    margin-bottom: 2rem; }
    .block-spiible_custom-comments_block .field-type-fivestar label {
      color: #5e5e5e;
      float: left;
      font-family: "Lato", sans-serif;
      font-size: 1.6rem;
      margin: 0;
      padding-right: 20px;
      width: 50%; }
      @media (max-width: 767px) {
        .block-spiible_custom-comments_block .field-type-fivestar label {
          width: 50%; } }
  .block-spiible_custom-comments_block input[type=submit] {
    margin-top: 2rem; }

.block-views-reviews-reviews.active .comment-toggle {
  background: #22c5b1;
  color: #ffffff; }

.block-views-reviews-reviews.active .view-header {
  width: 100%; }

.block-views-reviews-reviews.active .block-spiible_custom-review_information {
  float: left;
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  width: 50%;
  clear: none; }
  .block-views-reviews-reviews.active .block-spiible_custom-review_information:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 767px) {
    .block-views-reviews-reviews.active .block-spiible_custom-review_information {
      float: left;
      min-height: 1px;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      position: relative;
      width: 100%; }
      .block-views-reviews-reviews.active .block-spiible_custom-review_information:after {
        content: " ";
        display: block;
        clear: both; } }
  .block-views-reviews-reviews.active .block-spiible_custom-review_information .review-numbers,
  .block-views-reviews-reviews.active .block-spiible_custom-review_information .review-counts {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 50%; }
    .block-views-reviews-reviews.active .block-spiible_custom-review_information .review-numbers:after,
    .block-views-reviews-reviews.active .block-spiible_custom-review_information .review-counts:after {
      content: " ";
      display: block;
      clear: both; }
  .block-views-reviews-reviews.active .block-spiible_custom-review_information .review-fields {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 100%;
    border-left: none; }
    .block-views-reviews-reviews.active .block-spiible_custom-review_information .review-fields:after {
      content: " ";
      display: block;
      clear: both; }
  .block-views-reviews-reviews.active .block-spiible_custom-review_information .review-numbers,
  .block-views-reviews-reviews.active .block-spiible_custom-review_information .review-counts,
  .block-views-reviews-reviews.active .block-spiible_custom-review_information .review-fields {
    padding-left: 0; }

@media (max-width: 767px) {
  .block-views-reviews-reviews.active .block-spiible_custom-comments_block {
    margin-top: 4rem; } }

.block-views-courses-block_similar {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 8rem; }
  @media (min-width: 480px) {
    .block-views-courses-block_similar {
      width: 480px; } }
  @media (min-width: 768px) {
    .block-views-courses-block_similar {
      width: 768px; } }
  @media (min-width: 992px) {
    .block-views-courses-block_similar {
      width: 992px; } }
  @media (min-width: 1200px) {
    .block-views-courses-block_similar {
      width: 1200px; } }
  .block-views-courses-block_similar > .block-inner {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 100%;
    padding-right: 340px; }
    .block-views-courses-block_similar > .block-inner:after {
      content: " ";
      display: block;
      clear: both; }
    .block-views-courses-block_similar > .block-inner > .block-title {
      font-size: 3rem; }
  .block-views-courses-block_similar .view-courses > .view-content {
    border: 1px solid #e6e6e6; }
    .block-views-courses-block_similar .view-courses > .view-content .scroller-vertical {
      height: 450px;
      overflow: hidden; }
    .block-views-courses-block_similar .view-courses > .view-content .views-row {
      background: #ffffff;
      border-bottom: 1px solid #e6e6e6;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      .block-views-courses-block_similar .view-courses > .view-content .views-row .left,
      .block-views-courses-block_similar .view-courses > .view-content .views-row .right {
        float: left;
        padding: 3rem;
        width: 50%; }
      .block-views-courses-block_similar .view-courses > .view-content .views-row .right {
        border-left: 1px solid #e6e6e6; }
      .block-views-courses-block_similar .view-courses > .view-content .views-row:nth-child(even) {
        background: #f7f7f7; }
      .block-views-courses-block_similar .view-courses > .view-content .views-row:last-child {
        border-bottom: none; }
      .block-views-courses-block_similar .view-courses > .view-content .views-row.promoted {
        border: 3px solid #22c5b1;
        border-top-width: 0; }
        .block-views-courses-block_similar .view-courses > .view-content .views-row.promoted:first-child {
          border-top-width: 3px; }
    .block-views-courses-block_similar .view-courses > .view-content .logo {
      margin-bottom: 2rem; }
      .block-views-courses-block_similar .view-courses > .view-content .logo img {
        margin: 0;
        max-height: 50px;
        width: auto; }
    .block-views-courses-block_similar .view-courses > .view-content .view-reviews {
      margin-bottom: 2rem; }
      .block-views-courses-block_similar .view-courses > .view-content .view-reviews .views-row {
        background: none;
        border: none;
        display: block; }
    .block-views-courses-block_similar .view-courses > .view-content .main-title {
      margin: 0; }
    .block-views-courses-block_similar .view-courses > .view-content .sub-title {
      margin: 0; }
    .block-views-courses-block_similar .view-courses > .view-content .label {
      margin-bottom: 0.5rem; }
    .block-views-courses-block_similar .view-courses > .view-content .data {
      color: #000000;
      font-family: "Merriweather", serif;
      font-size: 2rem;
      margin-bottom: 2rem; }
    .block-views-courses-block_similar .view-courses > .view-content .link {
      display: inline;
      padding-right: 1.5rem; }
      .block-views-courses-block_similar .view-courses > .view-content .link .flag-wrapper {
        display: inline; }
  .block-views-courses-block_similar .view-header {
    right: 1.5rem;
    position: absolute;
    top: 0;
    z-index: 0; }
    .block-views-courses-block_similar .view-header .view-content {
      border: none;
      clear: none; }
    .block-views-courses-block_similar .view-header .views-row {
      border: none;
      display: block;
      padding: 0; }

.block-views-courses-block_institution {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 8rem; }
  @media (min-width: 480px) {
    .block-views-courses-block_institution {
      width: 480px; } }
  @media (min-width: 768px) {
    .block-views-courses-block_institution {
      width: 768px; } }
  @media (min-width: 992px) {
    .block-views-courses-block_institution {
      width: 992px; } }
  @media (min-width: 1200px) {
    .block-views-courses-block_institution {
      width: 1200px; } }
  .block-views-courses-block_institution > .block-inner {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 100%;
    padding-right: 340px; }
    .block-views-courses-block_institution > .block-inner:after {
      content: " ";
      display: block;
      clear: both; }
    .block-views-courses-block_institution > .block-inner > .block-title {
      font-size: 3rem;
      float: left; }
    @media (max-width: 991px) {
      .block-views-courses-block_institution > .block-inner {
        max-width: 100%;
        padding-right: 1.5rem; } }
  .block-views-courses-block_institution .view-courses > .view-content {
    border: 1px solid #e6e6e6;
    clear: both; }
    .block-views-courses-block_institution .view-courses > .view-content .scroller-vertical {
      background: url("../images/loaders/loader-throbber.gif") no-repeat center bottom 4.5rem;
      background-size: 26px 26px;
      height: 450px;
      overflow: hidden; }
    .block-views-courses-block_institution .view-courses > .view-content .scroller-inner {
      padding-bottom: 12rem; }
      .block-views-courses-block_institution .view-courses > .view-content .scroller-inner.no-load {
        padding-bottom: 0; }
    .block-views-courses-block_institution .view-courses > .view-content .views-row {
      -webkit-animation: fadeDown 0.4s ease-in-out;
              animation: fadeDown 0.4s ease-in-out;
      background: #ffffff;
      border-bottom: 1px solid #e6e6e6;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-top: 3px solid transparent;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      .block-views-courses-block_institution .view-courses > .view-content .views-row.promoted {
        border: 3px solid #22c5b1;
        border-top-width: 0; }
        .block-views-courses-block_institution .view-courses > .view-content .views-row.promoted:first-child {
          border-top-width: 3px; }
      .block-views-courses-block_institution .view-courses > .view-content .views-row .left,
      .block-views-courses-block_institution .view-courses > .view-content .views-row .right {
        float: left;
        padding: 3rem;
        width: 50%; }
        @media (max-width: 767px) {
          .block-views-courses-block_institution .view-courses > .view-content .views-row .left,
          .block-views-courses-block_institution .view-courses > .view-content .views-row .right {
            float: left;
            min-height: 1px;
            padding-left: 1.5rem;
            padding-right: 1.5rem;
            position: relative;
            width: 66.66667%; }
            .block-views-courses-block_institution .view-courses > .view-content .views-row .left:after,
            .block-views-courses-block_institution .view-courses > .view-content .views-row .right:after {
              content: " ";
              display: block;
              clear: both; }
            .block-views-courses-block_institution .view-courses > .view-content .views-row .left a,
            .block-views-courses-block_institution .view-courses > .view-content .views-row .right a {
              word-break: break-word; } }
      .block-views-courses-block_institution .view-courses > .view-content .views-row .right {
        border-left: 1px solid #e6e6e6; }
      .block-views-courses-block_institution .view-courses > .view-content .views-row:nth-child(even) {
        background: #f7f7f7; }
      .block-views-courses-block_institution .view-courses > .view-content .views-row:last-child {
        border-bottom: none; }
    .block-views-courses-block_institution .view-courses > .view-content .logo {
      margin-bottom: 2rem; }
      .block-views-courses-block_institution .view-courses > .view-content .logo img {
        margin: 0;
        max-height: 50px;
        width: auto; }
    .block-views-courses-block_institution .view-courses > .view-content .view-reviews {
      margin-bottom: 2rem; }
      .block-views-courses-block_institution .view-courses > .view-content .view-reviews .views-row {
        background: none;
        border: none;
        display: block; }
    .block-views-courses-block_institution .view-courses > .view-content .main-title {
      margin: 0; }
    .block-views-courses-block_institution .view-courses > .view-content .sub-title {
      margin: 0; }
    .block-views-courses-block_institution .view-courses > .view-content .label {
      margin-bottom: 0.5rem; }
    .block-views-courses-block_institution .view-courses > .view-content .data {
      color: #000000;
      font-family: "Merriweather", serif;
      font-size: 2rem;
      margin-bottom: 2rem; }
    .block-views-courses-block_institution .view-courses > .view-content .link {
      display: inline;
      padding-right: 1.5rem; }
      .block-views-courses-block_institution .view-courses > .view-content .link .flag-wrapper {
        display: inline; }
  .block-views-courses-block_institution .view-filters {
    float: right;
    margin-bottom: 5rem; }
    @media (min-width: 767px) and (max-width: 991px) {
      .block-views-courses-block_institution .view-filters {
        position: absolute;
        top: 0;
        right: 1.5rem; } }
    .block-views-courses-block_institution .view-filters .views-exposed-widgets {
      margin: 0; }
      .block-views-courses-block_institution .view-filters .views-exposed-widgets .views-exposed-widget {
        margin-left: 2rem;
        padding: 0; }
        @media (max-width: 767px) {
          .block-views-courses-block_institution .view-filters .views-exposed-widgets .views-exposed-widget {
            width: 100%;
            margin-left: 0; }
            .block-views-courses-block_institution .view-filters .views-exposed-widgets .views-exposed-widget:first-of-type {
              margin-bottom: 2rem; } }
    .block-views-courses-block_institution .view-filters input[type=text] {
      background: url("../images/icons/icon-search-green.svg") no-repeat right 30px center;
      background-size: 20px 20px;
      padding: 10px 60px 10px 30px; }
    .block-views-courses-block_institution .view-filters label,
    .block-views-courses-block_institution .view-filters .views-widget-sort-order,
    .block-views-courses-block_institution .view-filters .views-submit-button {
      display: none; }
  .block-views-courses-block_institution .view-header {
    right: 1.5rem;
    position: absolute;
    top: 0;
    z-index: 0; }
    @media (min-width: 767px) and (max-width: 991px) {
      .block-views-courses-block_institution .view-header {
        position: relative;
        top: 0;
        right: 0;
        padding-top: 8rem;
        margin-bottom: 4rem; } }
    @media (max-width: 767px) {
      .block-views-courses-block_institution .view-header {
        width: 100%;
        margin: 0 auto 2rem auto;
        float: none;
        clear: both;
        position: relative;
        right: 0; } }
    .block-views-courses-block_institution .view-header .view-content {
      border: none;
      clear: none; }
    .block-views-courses-block_institution .view-header .views-row {
      border: none;
      display: block;
      padding: 0; }

.block-views-education_agents-block_enroll, .block-views-search_pages-block_agents {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 8rem; }
  @media (min-width: 480px) {
    .block-views-education_agents-block_enroll, .block-views-search_pages-block_agents {
      width: 480px; } }
  @media (min-width: 768px) {
    .block-views-education_agents-block_enroll, .block-views-search_pages-block_agents {
      width: 768px; } }
  @media (min-width: 992px) {
    .block-views-education_agents-block_enroll, .block-views-search_pages-block_agents {
      width: 992px; } }
  @media (min-width: 1200px) {
    .block-views-education_agents-block_enroll, .block-views-search_pages-block_agents {
      width: 1200px; } }
  .block-views-education_agents-block_enroll > .block-inner, .block-views-search_pages-block_agents > .block-inner {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 100%; }
    .block-views-education_agents-block_enroll > .block-inner:after, .block-views-search_pages-block_agents > .block-inner:after {
      content: " ";
      display: block;
      clear: both; }
    .block-views-education_agents-block_enroll > .block-inner > .block-title, .block-views-search_pages-block_agents > .block-inner > .block-title {
      font-size: 3rem;
      float: left; }
    @media (max-width: 767px) {
      .block-views-education_agents-block_enroll > .block-inner, .block-views-search_pages-block_agents > .block-inner {
        padding-right: 1.5rem; } }
  .block-views-education_agents-block_enroll .view-education-agents > .view-content, .block-views-search_pages-block_agents .view-education-agents > .view-content {
    border: 1px solid #e6e6e6;
    clear: both; }
    .block-views-education_agents-block_enroll .view-education-agents > .view-content .scroller-vertical, .block-views-search_pages-block_agents .view-education-agents > .view-content .scroller-vertical {
      background: url("../images/loaders/loader-throbber.gif") no-repeat center bottom 4.5rem;
      background-size: 26px 26px;
      height: 800px;
      overflow: hidden; }
    .block-views-education_agents-block_enroll .view-education-agents > .view-content .scroller-inner, .block-views-search_pages-block_agents .view-education-agents > .view-content .scroller-inner {
      padding-bottom: 12rem; }
      .block-views-education_agents-block_enroll .view-education-agents > .view-content .scroller-inner.no-load, .block-views-search_pages-block_agents .view-education-agents > .view-content .scroller-inner.no-load {
        padding-bottom: 0; }
    .block-views-education_agents-block_enroll .view-education-agents > .view-content .views-row, .block-views-search_pages-block_agents .view-education-agents > .view-content .views-row {
      background: #ffffff;
      border-bottom: 1px solid #e6e6e6;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      .block-views-education_agents-block_enroll .view-education-agents > .view-content .views-row .left,
      .block-views-education_agents-block_enroll .view-education-agents > .view-content .views-row .right, .block-views-search_pages-block_agents .view-education-agents > .view-content .views-row .left,
      .block-views-search_pages-block_agents .view-education-agents > .view-content .views-row .right {
        float: left;
        padding: 3rem;
        width: 50%; }
      .block-views-education_agents-block_enroll .view-education-agents > .view-content .views-row .right, .block-views-search_pages-block_agents .view-education-agents > .view-content .views-row .right {
        border-left: 1px solid #e6e6e6; }
      .block-views-education_agents-block_enroll .view-education-agents > .view-content .views-row:nth-child(even), .block-views-search_pages-block_agents .view-education-agents > .view-content .views-row:nth-child(even) {
        background: #f7f7f7; }
      .block-views-education_agents-block_enroll .view-education-agents > .view-content .views-row:last-child, .block-views-search_pages-block_agents .view-education-agents > .view-content .views-row:last-child {
        border-bottom: none; }
      .block-views-education_agents-block_enroll .view-education-agents > .view-content .views-row.promoted, .block-views-search_pages-block_agents .view-education-agents > .view-content .views-row.promoted {
        border: 3px solid #22c5b1;
        border-top-width: 0; }
        .block-views-education_agents-block_enroll .view-education-agents > .view-content .views-row.promoted:first-child, .block-views-search_pages-block_agents .view-education-agents > .view-content .views-row.promoted:first-child {
          border-top-width: 3px; }
    .block-views-education_agents-block_enroll .view-education-agents > .view-content .logo, .block-views-search_pages-block_agents .view-education-agents > .view-content .logo {
      margin-bottom: 2rem; }
      .block-views-education_agents-block_enroll .view-education-agents > .view-content .logo img, .block-views-search_pages-block_agents .view-education-agents > .view-content .logo img {
        margin: 0;
        max-height: 50px;
        width: auto; }
    .block-views-education_agents-block_enroll .view-education-agents > .view-content .view-reviews, .block-views-search_pages-block_agents .view-education-agents > .view-content .view-reviews {
      margin-bottom: 2rem; }
      .block-views-education_agents-block_enroll .view-education-agents > .view-content .view-reviews .views-row, .block-views-search_pages-block_agents .view-education-agents > .view-content .view-reviews .views-row {
        background: none;
        border: none;
        display: block; }
    .block-views-education_agents-block_enroll .view-education-agents > .view-content .main-title, .block-views-search_pages-block_agents .view-education-agents > .view-content .main-title {
      margin: 0; }
    .block-views-education_agents-block_enroll .view-education-agents > .view-content .label, .block-views-search_pages-block_agents .view-education-agents > .view-content .label {
      margin-bottom: 0.5rem; }
    .block-views-education_agents-block_enroll .view-education-agents > .view-content .data, .block-views-search_pages-block_agents .view-education-agents > .view-content .data {
      color: #000000;
      font-family: "Merriweather", serif;
      font-size: 2rem;
      margin-bottom: 2rem; }
      .block-views-education_agents-block_enroll .view-education-agents > .view-content .data li, .block-views-search_pages-block_agents .view-education-agents > .view-content .data li {
        list-style: none;
        margin: 0 0 1rem 0; }
    .block-views-education_agents-block_enroll .view-education-agents > .view-content .link, .block-views-search_pages-block_agents .view-education-agents > .view-content .link {
      display: inline;
      padding-right: 1.5rem; }
      .block-views-education_agents-block_enroll .view-education-agents > .view-content .link .map-locator, .block-views-search_pages-block_agents .view-education-agents > .view-content .link .map-locator {
        cursor: pointer; }
      .block-views-education_agents-block_enroll .view-education-agents > .view-content .link .flag-wrapper, .block-views-search_pages-block_agents .view-education-agents > .view-content .link .flag-wrapper {
        display: inline; }
  .block-views-education_agents-block_enroll .view-filters, .block-views-search_pages-block_agents .view-filters {
    margin-bottom: 5rem; }
    @media (max-width: 767px) {
      .block-views-education_agents-block_enroll .view-filters, .block-views-search_pages-block_agents .view-filters {
        float: none; } }
    @media (min-width: 767px) and (max-width: 991px) {
      .block-views-education_agents-block_enroll .view-filters, .block-views-search_pages-block_agents .view-filters {
        float: none; } }
    .block-views-education_agents-block_enroll .view-filters .views-exposed-widgets, .block-views-search_pages-block_agents .view-filters .views-exposed-widgets {
      margin: 0; }
      @media (max-width: 767px) {
        .block-views-education_agents-block_enroll .view-filters .views-exposed-widgets, .block-views-search_pages-block_agents .view-filters .views-exposed-widgets {
          width: 100%; } }
      .block-views-education_agents-block_enroll .view-filters .views-exposed-widgets .views-exposed-widget, .block-views-search_pages-block_agents .view-filters .views-exposed-widgets .views-exposed-widget {
        padding: 0; }
        @media (max-width: 767px) {
          .block-views-education_agents-block_enroll .view-filters .views-exposed-widgets .views-exposed-widget, .block-views-search_pages-block_agents .view-filters .views-exposed-widgets .views-exposed-widget {
            margin-left: 0;
            width: 100%; } }
        @media (min-width: 767px) and (max-width: 991px) {
          .block-views-education_agents-block_enroll .view-filters .views-exposed-widgets .views-exposed-widget, .block-views-search_pages-block_agents .view-filters .views-exposed-widgets .views-exposed-widget {
            margin-left: 0;
            min-width: 404px; } }
    .block-views-education_agents-block_enroll .view-filters input[type=text], .block-views-search_pages-block_agents .view-filters input[type=text] {
      background: url("../images/icons/icon-search-green.svg") no-repeat right 30px center;
      background-size: 20px 20px;
      padding: 10px 60px 10px 30px; }
    .block-views-education_agents-block_enroll .view-filters label,
    .block-views-education_agents-block_enroll .view-filters .views-widget-sort-order,
    .block-views-education_agents-block_enroll .view-filters .views-submit-button, .block-views-search_pages-block_agents .view-filters label,
    .block-views-search_pages-block_agents .view-filters .views-widget-sort-order,
    .block-views-search_pages-block_agents .view-filters .views-submit-button {
      display: none; }
  .block-views-education_agents-block_enroll .view-header, .block-views-search_pages-block_agents .view-header {
    height: auto;
    margin-bottom: 5rem; }
  .block-views-education_agents-block_enroll .view-footer, .block-views-search_pages-block_agents .view-footer {
    right: 1.5rem;
    position: absolute;
    top: 57px;
    z-index: 0; }
    .block-views-education_agents-block_enroll .view-footer .view-content, .block-views-search_pages-block_agents .view-footer .view-content {
      border: none;
      clear: none; }
    .block-views-education_agents-block_enroll .view-footer .views-row, .block-views-search_pages-block_agents .view-footer .views-row {
      border: none;
      display: block;
      padding: 0; }

.gmap-popup {
  color: #5e5e5e;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0.5rem; }
  .gmap-popup .title,
  .gmap-popup .main-title {
    margin-bottom: 1rem; }
  .gmap-popup .logo {
    margin-bottom: 2rem; }
    .gmap-popup .logo img {
      margin: 0;
      max-height: 50px;
      width: auto; }
  .gmap-popup .view-reviews {
    margin-bottom: 2rem; }
  .gmap-popup .main-title {
    margin: 0; }
  .gmap-popup .sub-title {
    margin: 0; }

.views-field-field-da-file-editable {
  max-width: 355px; }

.field-type-file fieldset .form-item {
  white-space: initial; }

/* State: File ISN'T uploaded */
.field-type-file .form-item > .form-managed-file {
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 54px;
  height: 54px;
  background: url(../../../images/icons/file_upload_button.png) center center no-repeat;
  float: right;
  border: 1px solid #22c5b1;
  border-radius: 54px; }

.field-type-file .form-item > .form-managed-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 200px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  margin-right: 0 !important;
  padding: 0; }

.field-type-file .form-item > .form-managed-file input[type=submit] {
  display: none;
  text-indent: -9999px;
  white-space: nowrap; }

.field-type-file .form-item > label {
  float: left;
  font-size: 15px;
  color: #22c5b1;
  margin-top: 20px;
  cursor: pointer; }

.field-type-file .form-item > .description {
  clear: both;
  font-size: 12px; }

/* State: File uploaded */
.field-type-file fieldset.form-wrapper,
.field-type-file fieldset.form-wrapper .fieldset-wrapper {
  margin: 0;
  border: 0 none; }

.field-type-file fieldset.form-wrapper table {
  margin: 0 0 20px 0; }

.field-type-file fieldset.form-wrapper thead {
  display: none; }

.field-type-file fieldset.form-wrapper td {
  padding: 20px 0; }

.field-type-file fieldset.form-wrapper table .form-managed-file {
  max-width: 230px;
  overflow-wrap: break-word; }

.field-type-file fieldset.form-wrapper .file-info-wrapper {
  float: left;
  padding: 20px 0px; }

.field-type-file fieldset.form-wrapper input[type=submit] {
  display: block;
  width: 54px;
  height: 54px;
  background: url(../../../images/icons/file_remove_button.png) center center no-repeat;
  white-space: nowrap;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  float: right;
  border: 1px solid #22c5b1;
  border-radius: 54px; }

.students-dashboard .block-views-course_applications-block {
  margin-bottom: 40px; }

.students-dashboard .main-content .block-views {
  margin-bottom: 50px; }

.students-dashboard .main-content th {
  color: #808080; }

.students-dashboard .main-content .block-views h2 {
  margin-bottom: 0; }

.students-dashboard .main-content .block-views table {
  margin-top: 0; }

.block-lang_dropdown-language .ddArrow {
  display: none; }

.block-lang_dropdown-language .ddTitleText:after {
  background: url("../images/icons/icon-asc.svg") no-repeat;
  background-size: 14px 7px;
  border: none;
  content: '';
  height: 7px;
  margin: 0 !important;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px; }

.header.on-top .block-lang_dropdown-language .ddTitleText:after {
  background: url("../images/icons/icon-asc-white.svg") no-repeat; }

.splash {
  background: url("../images/splash/splash-page-empty.jpg") no-repeat center;
  background-size: cover;
  display: table;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 100%; }
  .splash .container {
    color: #ffffff;
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
  .splash .logo {
    margin: auto;
    width: 20rem; }
    .splash .logo path {
      fill: #ffffff; }
  .splash .title {
    color: #ffffff;
    font-size: 3.6rem;
    margin-top: 5rem;
    position: relative; }
    .splash .title:before {
      background: #ffffff;
      content: '';
      height: 1px;
      left: 50%;
      position: absolute;
      top: -3rem;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 15rem; }
  .splash .content p {
    line-height: 2.4rem; }
  .splash .mailchimp {
    margin-top: 4rem; }
    .splash .mailchimp h2 {
      color: #ffffff; }
    .splash .mailchimp .mailchimp-form {
      margin: auto;
      width: 60rem; }
      .splash .mailchimp .mailchimp-form label {
        color: #ffffff;
        font-size: 1.8rem;
        margin-bottom: 1rem; }
      .splash .mailchimp .mailchimp-form .form-text {
        border: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        float: left;
        width: 50rem; }
      .splash .mailchimp .mailchimp-form .form-submit {
        background: url("../images/icons/icon-mail.svg") no-repeat center #ffffff;
        background-size: 44px 30px;
        border: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        float: left;
        margin: 0;
        padding: 0 40px;
        text-indent: -9999px;
        width: 10rem; }

.content-top {
  display: table;
  height: 460px;
  vertical-align: middle;
  width: 100%;
  padding-top: 175px;
  background-size: cover !important;
  background-repeat: no-repeat !important; }
  @media (max-width: 992px) {
    .content-top {
      padding-top: 0; } }

.header_background_1 .content-top {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 197, 177, 0.8)), to(rgba(68, 195, 211, 0.8))), url("../images/layout/new-hero_1.jpg");
  background: -webkit-linear-gradient(rgba(34, 197, 177, 0.8), rgba(68, 195, 211, 0.8)), url("../images/layout/new-hero_1.jpg");
  background: linear-gradient(rgba(34, 197, 177, 0.8), rgba(68, 195, 211, 0.8)), url("../images/layout/new-hero_1.jpg");
  background-position: center 70%; }

.header_background_2 .content-top {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 197, 177, 0.8)), to(rgba(68, 195, 211, 0.8))), url("../images/layout/new-hero_2.jpg");
  background: -webkit-linear-gradient(rgba(34, 197, 177, 0.8), rgba(68, 195, 211, 0.8)), url("../images/layout/new-hero_2.jpg");
  background: linear-gradient(rgba(34, 197, 177, 0.8), rgba(68, 195, 211, 0.8)), url("../images/layout/new-hero_2.jpg");
  background-position: center 28%; }

.header_background_3 .content-top {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 197, 177, 0.8)), to(rgba(68, 195, 211, 0.8))), url("../images/layout/new-hero_3.jpg");
  background: -webkit-linear-gradient(rgba(34, 197, 177, 0.8), rgba(68, 195, 211, 0.8)), url("../images/layout/new-hero_3.jpg");
  background: linear-gradient(rgba(34, 197, 177, 0.8), rgba(68, 195, 211, 0.8)), url("../images/layout/new-hero_3.jpg");
  background-position: center 40%; }

.header_background_4 .content-top {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 197, 177, 0.8)), to(rgba(68, 195, 211, 0.8))), url("../images/layout/new-hero_4.jpg");
  background: -webkit-linear-gradient(rgba(34, 197, 177, 0.8), rgba(68, 195, 211, 0.8)), url("../images/layout/new-hero_4.jpg");
  background: linear-gradient(rgba(34, 197, 177, 0.8), rgba(68, 195, 211, 0.8)), url("../images/layout/new-hero_4.jpg");
  background-position: center 40%; }

.region-content-top {
  display: table-cell;
  vertical-align: middle; }
  .region-content-top .block-bean-slogan {
    margin-bottom: 6rem;
    text-align: center; }
    .region-content-top .block-bean-slogan h1,
    .region-content-top .block-bean-slogan h2 {
      color: #ffffff; }
      @media (max-width: 991px) {
        .region-content-top .block-bean-slogan h1,
        .region-content-top .block-bean-slogan h2 {
          padding-left: 1.5rem;
          padding-right: 1.5rem; } }
  .region-content-top .quicktabs-tabs {
    font-size: 0;
    text-align: center; }
    .region-content-top .quicktabs-tabs li {
      display: inline-block;
      font-size: 2rem;
      font-weight: 300;
      margin: 0 15px;
      padding: 0;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        .region-content-top .quicktabs-tabs li {
          margin-bottom: 25px; } }
      .region-content-top .quicktabs-tabs li a {
        border-bottom: 2px solid transparent;
        color: #ffffff;
        padding-bottom: 4px; }
      .region-content-top .quicktabs-tabs li.active a {
        border-color: #ffffff;
        font-weight: 400; }
  .region-content-top .views-exposed-form {
    margin: 35px auto 0 auto;
    max-width: 60rem;
    width: 100%; }
    @media (max-width: 991px) {
      .region-content-top .views-exposed-form {
        margin-top: 0px; } }
    @media (max-width: 991px) {
      .region-content-top .views-exposed-form {
        width: -webkit-calc(100% - 3rem);
        width: calc(100% - 3rem); } }
    .region-content-top .views-exposed-form .views-exposed-widgets,
    .region-content-top .views-exposed-form .views-exposed-widget {
      margin: 0;
      padding: 0; }
    .region-content-top .views-exposed-form #edit-search-page_courses-wrapper,
    .region-content-top .views-exposed-form #edit-search-page_institutions-wrapper {
      width: 82%; }
      @media (max-width: 991px) {
        .region-content-top .views-exposed-form #edit-search-page_courses-wrapper,
        .region-content-top .views-exposed-form #edit-search-page_institutions-wrapper {
          width: 80%; } }
    .region-content-top .views-exposed-form #edit-search-wrapper {
      max-width: 50rem;
      width: 83.3333%; }
    .region-content-top .views-exposed-form .views-submit-button {
      max-width: 10rem;
      width: 16.6666%; }
    .region-content-top .views-exposed-form input[type=text] {
      border: none;
      border-right: 1px solid #e6e6e6;
      border-radius: 30px 0 0 30px; }
    .region-content-top .views-exposed-form input[type=submit] {
      background: url("../images/icons/icon-search-green.svg") no-repeat center #ffffff;
      background-size: 30px 30px;
      border: none;
      border-radius: 0 30px 30px 0;
      margin: 0;
      overflow: hidden;
      text-indent: -9999px;
      padding: 0 0 0 100% !important; }
      @media (max-width: 991px) {
        .region-content-top .views-exposed-form input[type=submit] {
          padding: 0 0 0 100%; } }
  .region-content-top .block-bean-scroller .scroller {
    margin: 6rem auto 0 auto;
    width: 20px; }
  .region-content-top .block-bean-scroller .mouse {
    height: 30px;
    width: 20px;
    border-radius: 10px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    border: 2px solid white; }
    .region-content-top .block-bean-scroller .mouse .wheel {
      -webkit-animation: mouse-wheel 1.2s ease infinite;
              animation: mouse-wheel 1.2s ease infinite;
      height: 5px;
      width: 2px;
      display: block;
      margin: 5px auto;
      background: white;
      position: relative; }
  .region-content-top .block-bean-scroller .arrows span {
    display: block;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    margin: 0 0 3px 8px; }
  .region-content-top .block-bean-scroller .arrows .first, .region-content-top .block-bean-scroller .arrows .second, .region-content-top .block-bean-scroller .arrows .third {
    -webkit-animation: mouse-scroll 1s infinite;
            animation: mouse-scroll 1s infinite; }
  .region-content-top .block-bean-scroller .arrows .first {
    -webkit-animation-delay: .1s;
            animation-delay: .1s;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    margin-top: 4px; }
  .region-content-top .block-bean-scroller .arrows .second {
    -webkit-animation-delay: .2s;
            animation-delay: .2s;
    -webkit-animation-direction: alternate;
            animation-direction: alternate; }
  .region-content-top .block-bean-scroller .arrows .third {
    -webkit-animation-delay: .3s;
            animation-delay: .3s;
    -webkit-animation-direction: alternate;
            animation-direction: alternate; }
  @media (max-width: 991px) {
    .region-content-top .block-bean-scroller {
      display: none; } }

.front .region-content-top {
  height: 100vh; }
  @media (max-width: 991px) {
    .front .region-content-top {
      padding-top: 180px;
      padding-bottom: 180px;
      height: auto; } }

.block-views-slider-block {
  position: relative; }
  .block-views-slider-block .bx-viewport {
    z-index: 0; }
  .block-views-slider-block .row-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 550px; }
    @media (max-width: 991px) {
      .block-views-slider-block .row-inner {
        height: auto; } }
  .block-views-slider-block .image {
    float: left;
    position: relative;
    width: 50%;
    height: 100%; }
    @media (max-width: 991px) {
      .block-views-slider-block .image {
        width: 0; } }
    .block-views-slider-block .image .background-image {
      background-position: center;
      background-size: cover;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
  .block-views-slider-block .text {
    float: left;
    padding: 70px 0 150px 0;
    width: 50%; }
    @media (max-width: 991px) {
      .block-views-slider-block .text {
        width: 100%;
        padding: 70px 0 20px 0; } }
    .block-views-slider-block .text .container-text {
      max-width: 60rem;
      width: 100%; }
      @media (max-width: 991px) {
        .block-views-slider-block .text .container-text {
          width: 100%; } }
    .block-views-slider-block .text .inner {
      float: left;
      min-height: 1px;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      position: relative;
      width: 91.66667%;
      margin-left: 8.33333%; }
      .block-views-slider-block .text .inner:after {
        content: " ";
        display: block;
        clear: both; }
      @media (max-width: 991px) {
        .block-views-slider-block .text .inner {
          float: left;
          min-height: 1px;
          padding-left: 1.5rem;
          padding-right: 1.5rem;
          position: relative;
          width: 100%;
          margin-left: 0%; }
          .block-views-slider-block .text .inner:after {
            content: " ";
            display: block;
            clear: both; } }
    .block-views-slider-block .text .title {
      font-size: 3.6rem;
      line-height: 4.8rem; }
    .block-views-slider-block .text .category {
      color: #22c5b1;
      margin-bottom: 1rem; }
    .block-views-slider-block .text .summary {
      margin-bottom: 2rem; }
    .block-views-slider-block .text .more a {
      border: 1px solid #22c5b1;
      border-radius: 30px;
      color: #22c5b1;
      cursor: pointer;
      display: inline-block;
      font-family: "Lato", sans-serif;
      font-size: 1.6rem;
      height: 60px;
      line-height: 58px;
      padding: 0 30px;
      -webkit-transition: 0.4s;
              transition: 0.4s;
      overflow: hidden;
      white-space: nowrap; }
      .block-views-slider-block .text .more a:hover {
        background: #22c5b1;
        color: #ffffff; }
  .block-views-slider-block .bx-controls {
    margin-right: auto;
    margin-left: auto;
    position: relative; }
    @media (min-width: 480px) {
      .block-views-slider-block .bx-controls {
        width: 480px; } }
    @media (min-width: 768px) {
      .block-views-slider-block .bx-controls {
        width: 768px; } }
    @media (min-width: 992px) {
      .block-views-slider-block .bx-controls {
        width: 992px; } }
    @media (min-width: 1200px) {
      .block-views-slider-block .bx-controls {
        width: 1200px; } }
    @media (max-width: 991px) {
      .block-views-slider-block .bx-controls {
        width: 100%; } }
  .block-views-slider-block .bx-pager {
    bottom: 70px;
    position: absolute;
    right: 0;
    text-align: right;
    z-index: 1; }
    @media (max-width: 991px) {
      .block-views-slider-block .bx-pager {
        float: left;
        min-height: 1px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        position: relative;
        width: 100%;
        margin-left: 0%;
        bottom: 0;
        margin-bottom: 70px; }
        .block-views-slider-block .bx-pager:after {
          content: " ";
          display: block;
          clear: both; } }
  .block-views-slider-block .bx-pager-item {
    display: inline-block;
    text-align: left; }
  .block-views-slider-block .bx-pager-link {
    background: #e6e6e6;
    border-radius: 12px;
    display: block;
    height: 12px;
    margin-left: 10px;
    overflow: hidden;
    text-indent: -9999px;
    width: 12px; }
    .block-views-slider-block .bx-pager-link:hover {
      background: #68e5d6; }
    .block-views-slider-block .bx-pager-link.active {
      background: #22c5b1; }

.block-views-testimonials-block {
  padding: 80px 0; }
  .block-views-testimonials-block .view-content {
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 480px) {
      .block-views-testimonials-block .view-content {
        width: 480px; } }
    @media (min-width: 768px) {
      .block-views-testimonials-block .view-content {
        width: 768px; } }
    @media (min-width: 992px) {
      .block-views-testimonials-block .view-content {
        width: 992px; } }
    @media (min-width: 1200px) {
      .block-views-testimonials-block .view-content {
        width: 1200px; } }
  .block-views-testimonials-block .views-row {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 22.5%;
    margin-left: 8.33333%;
    text-align: center; }
    .block-views-testimonials-block .views-row:after {
      content: " ";
      display: block;
      clear: both; }
    @media (max-width: 991px) {
      .block-views-testimonials-block .views-row {
        float: left;
        min-height: 1px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        position: relative;
        width: 100%;
        margin-left: 0%; }
        .block-views-testimonials-block .views-row:after {
          content: " ";
          display: block;
          clear: both; }
        .block-views-testimonials-block .views-row:not(:last-of-type) {
          margin-bottom: 80px; } }
    .block-views-testimonials-block .views-row .image {
      border-radius: 180px;
      margin: auto;
      overflow: hidden;
      width: 180px; }
    .block-views-testimonials-block .views-row .title {
      font-size: 2rem;
      margin: 3rem 0; }

.block-views-reviews-block_random_review {
  padding: 80px 0; }
  .block-views-reviews-block_random_review .block-inner {
    margin-right: auto;
    margin-left: auto;
    text-align: center; }
    @media (min-width: 480px) {
      .block-views-reviews-block_random_review .block-inner {
        width: 480px; } }
    @media (min-width: 768px) {
      .block-views-reviews-block_random_review .block-inner {
        width: 768px; } }
    @media (min-width: 992px) {
      .block-views-reviews-block_random_review .block-inner {
        width: 992px; } }
    @media (min-width: 1200px) {
      .block-views-reviews-block_random_review .block-inner {
        width: 1200px; } }
  .block-views-reviews-block_random_review .review-rate-stars {
    margin-bottom: 2rem; }

.block-views-news-front {
  padding: 80px 0; }
  .block-views-news-front .block-inner {
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 480px) {
      .block-views-news-front .block-inner {
        width: 480px; } }
    @media (min-width: 768px) {
      .block-views-news-front .block-inner {
        width: 768px; } }
    @media (min-width: 992px) {
      .block-views-news-front .block-inner {
        width: 992px; } }
    @media (min-width: 1200px) {
      .block-views-news-front .block-inner {
        width: 1200px; } }
  .block-views-news-front .view-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .block-views-news-front .views-row {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 33.33333%;
    margin-bottom: 20px; }
    .block-views-news-front .views-row:after {
      content: " ";
      display: block;
      clear: both; }
    @media (min-width: 767px) and (max-width: 991px) {
      .block-views-news-front .views-row {
        float: left;
        min-height: 1px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        position: relative;
        width: 50%; }
        .block-views-news-front .views-row:after {
          content: " ";
          display: block;
          clear: both; } }
    @media (max-width: 767px) {
      .block-views-news-front .views-row {
        float: left;
        min-height: 1px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        position: relative;
        width: 100%; }
        .block-views-news-front .views-row:after {
          content: " ";
          display: block;
          clear: both; } }
    .block-views-news-front .views-row .row-inner {
      background: #ffffff; }
  .block-views-news-front .image {
    position: relative; }
    .block-views-news-front .image img {
      width: 100%; }
    .block-views-news-front .image .category {
      background: #22c5b1;
      bottom: 0;
      color: #ffffff;
      font-size: 2.2rem;
      left: 0;
      padding: 1.6rem;
      position: absolute;
      right: 0;
      text-align: center; }
  .block-views-news-front .text {
    padding: 4rem; }
    @media (max-width: 991px) {
      .block-views-news-front .text {
        padding: 2rem; } }
  .block-views-news-front .title {
    font-size: 1.8rem;
    line-height: 3rem; }
  .block-views-news-front .more-link {
    text-align: center; }
    .block-views-news-front .more-link a {
      border: 1px solid #22c5b1;
      border-radius: 30px;
      color: #22c5b1;
      cursor: pointer;
      display: inline-block;
      font-family: "Lato", sans-serif;
      font-size: 1.6rem;
      height: 60px;
      line-height: 58px;
      padding: 0 30px;
      -webkit-transition: 0.4s;
              transition: 0.4s;
      overflow: hidden;
      white-space: nowrap; }
      .block-views-news-front .more-link a:hover {
        background: #22c5b1;
        color: #ffffff; }

.front .region-content > .block {
  background: #ffffff; }
  .front .region-content > .block:nth-child(odd) {
    background: #f7f7f7; }

.front .block-views-reviews-block_random_review {
  position: relative; }
  .front .block-views-reviews-block_random_review .bx-viewport .views-row {
    height: 220px;
    background-color: transparent; }
    .front .block-views-reviews-block_random_review .bx-viewport .views-row .views-field {
      float: left; }
    .front .block-views-reviews-block_random_review .bx-viewport .views-row .views-field-field-logo .field-content,
    .front .block-views-reviews-block_random_review .bx-viewport .views-row .views-field-field-logo-1 .field-content {
      height: 220px;
      display: table-cell;
      vertical-align: middle; }
    .front .block-views-reviews-block_random_review .bx-viewport .views-row .right_side {
      padding: 1.5rem 0 0 1rem;
      float: right;
      width: 100%; }
      .front .block-views-reviews-block_random_review .bx-viewport .views-row .right_side div,
      .front .block-views-reviews-block_random_review .bx-viewport .views-row .right_side span {
        width: 100%;
        text-align: center;
        float: left;
        clear: left; }
      .front .block-views-reviews-block_random_review .bx-viewport .views-row .right_side .author {
        color: #22c5b1;
        text-transform: capitalize; }
      .front .block-views-reviews-block_random_review .bx-viewport .views-row .right_side .views-field-created {
        float: left;
        clear: left;
        padding: 20px 0; }
    .front .block-views-reviews-block_random_review .bx-viewport .views-row .views-field + .right_side {
      width: -webkit-calc(100% - 240px);
      width: calc(100% - 240px); }
  .front .block-views-reviews-block_random_review .bx-controls .bx-pager .bx-pager-item {
    display: inline-block;
    text-align: left; }
    .front .block-views-reviews-block_random_review .bx-controls .bx-pager .bx-pager-item a {
      background: #e6e6e6;
      border-radius: 12px;
      display: block;
      height: 12px;
      margin-left: 10px;
      overflow: hidden;
      text-indent: -9999px;
      width: 12px; }
      .front .block-views-reviews-block_random_review .bx-controls .bx-pager .bx-pager-item a.active {
        background: #22c5b1; }

#block-views-reviews-block_random_review {
  padding: 40px 0; }
  #block-views-reviews-block_random_review .bx-viewport .views-row {
    height: auto; }
    #block-views-reviews-block_random_review .bx-viewport .views-row .views-field {
      float: none; }
    #block-views-reviews-block_random_review .bx-viewport .views-row [class*="views-field-field-logo"] + .views-field a {
      color: #696969; }
    #block-views-reviews-block_random_review .bx-viewport .views-row .views-field-created {
      display: block; }
    #block-views-reviews-block_random_review .bx-viewport .views-row [class*="views-field-field-logo"], #block-views-reviews-block_random_review .bx-viewport .views-row .views-field-created {
      margin-bottom: 2rem; }
    #block-views-reviews-block_random_review .bx-viewport .views-row h2 {
      margin-top: 2rem; }
  #block-views-reviews-block_random_review .bx-viewport div[class*="views-field-field-logo"] {
    height: auto !important;
    text-align: center;
    float: none; }
    #block-views-reviews-block_random_review .bx-viewport div[class*="views-field-field-logo"] .field-content {
      height: auto;
      display: inline-block; }
      #block-views-reviews-block_random_review .bx-viewport div[class*="views-field-field-logo"] .field-content img {
        margin: 0 auto; }
  #block-views-reviews-block_random_review .bx-viewport .right_side {
    float: none;
    width: 100%;
    padding-left: 0; }

.page-courses .content-top,
.page-institutions .content-top,
.page-education-agents .content-top,
.page-migration-agencies .content-top {
  display: block;
  height: 530px;
  position: relative; }
  .page-courses .content-top .block-quicktabs,
  .page-institutions .content-top .block-quicktabs,
  .page-education-agents .content-top .block-quicktabs,
  .page-migration-agencies .content-top .block-quicktabs {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 197, 177, 0.8)), to(rgba(68, 195, 211, 0.8)));
    background: -webkit-linear-gradient(rgba(34, 197, 177, 0.8), rgba(68, 195, 211, 0.8));
    background: linear-gradient(rgba(34, 197, 177, 0.8), rgba(68, 195, 211, 0.8));
    bottom: 0;
    display: table;
    left: 0;
    height: 440px;
    padding: 0;
    position: absolute;
    top: 90px;
    width: 100%;
    z-index: 1; }
    .page-courses .content-top .block-quicktabs > .block-inner,
    .page-institutions .content-top .block-quicktabs > .block-inner,
    .page-education-agents .content-top .block-quicktabs > .block-inner,
    .page-migration-agencies .content-top .block-quicktabs > .block-inner {
      display: table-cell;
      vertical-align: middle; }
  .page-courses .content-top .block-spiible_maps-search_results_map,
  .page-institutions .content-top .block-spiible_maps-search_results_map,
  .page-education-agents .content-top .block-spiible_maps-search_results_map,
  .page-migration-agencies .content-top .block-spiible_maps-search_results_map {
    bottom: 0;
    left: 0;
    height: 440px;
    position: absolute;
    top: 90px;
    width: 100%;
    z-index: 0; }

.page-courses h1.title,
.page-institutions h1.title,
.page-education-agents h1.title,
.page-migration-agencies h1.title {
  display: none; }

.block-spiible_maps-search_map_toggle {
  /*@include grider-container;

	position: relative;*/
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  right: 0; }
  .block-spiible_maps-search_map_toggle .block-inner {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 100%; }
    .block-spiible_maps-search_map_toggle .block-inner:after {
      content: " ";
      display: block;
      clear: both; }
  .block-spiible_maps-search_map_toggle .content {
    position: relative; }
  .block-spiible_maps-search_map_toggle .circle {
    background: #ffffff;
    border-radius: 100%;
    cursor: pointer;
    display: inline-block;
    height: 5rem;
    position: absolute;
    right: 0;
    top: 130px;
    text-align: center;
    width: 5rem; }
    .block-spiible_maps-search_map_toggle .circle .line {
      background: #44c3d3;
      display: block;
      left: 50%;
      height: 2px;
      position: absolute;
      top: 50%;
      -webkit-transition: 0.4s;
              transition: 0.4s;
      width: 18px; }
      .block-spiible_maps-search_map_toggle .circle .line.line-up {
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
                transform: translateX(-50%) translateY(-50%) rotate(45deg); }
      .block-spiible_maps-search_map_toggle .circle .line.line-down {
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
                transform: translateX(-50%) translateY(-50%) rotate(-45deg); }
    .block-spiible_maps-search_map_toggle .circle:hover .line-up {
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(225deg);
          -ms-transform: translateX(-50%) translateY(-50%) rotate(225deg);
              transform: translateX(-50%) translateY(-50%) rotate(225deg); }
    .block-spiible_maps-search_map_toggle .circle:hover .line-down {
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(315deg);
          -ms-transform: translateX(-50%) translateY(-50%) rotate(315deg);
              transform: translateX(-50%) translateY(-50%) rotate(315deg); }
  .block-spiible_maps-search_map_toggle .hide {
    display: none; }
  .block-spiible_maps-search_map_toggle input[type=text] {
    background-image: url("../images/icons/icon-search-green.svg");
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 5rem;
    line-height: 5rem;
    position: absolute;
    right: 0;
    top: 130px;
    width: 20rem; }

.view-search-pages {
  -webkit-transition: 0.4s;
          transition: 0.4s; }
  .view-search-pages .result-count {
    float: right;
    padding-top: 1rem; }
  .view-search-pages .result-title {
    font-size: 3rem;
    margin-bottom: 4rem; }
  .view-search-pages > .view-content > .views-row {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem; }
    @media (max-width: 767px) {
      .view-search-pages > .view-content > .views-row {
        display: block; } }
    .view-search-pages > .view-content > .views-row .left,
    .view-search-pages > .view-content > .views-row .right {
      float: left;
      padding: 3rem; }
      @media (max-width: 767px) {
        .view-search-pages > .view-content > .views-row .left,
        .view-search-pages > .view-content > .views-row .right {
          padding: 1rem;
          float: none;
          width: 100% !important;
          border: none; }
          .view-search-pages > .view-content > .views-row .left li,
          .view-search-pages > .view-content > .views-row .right li {
            margin-left: 0; } }
    .view-search-pages > .view-content > .views-row .left {
      width: 60%; }
      @media (max-width: 767px) {
        .view-search-pages > .view-content > .views-row .left {
          border-bottom: 1px solid #e6e6e6; } }
    .view-search-pages > .view-content > .views-row .right {
      border-left: 1px solid #e6e6e6;
      width: 40%; }
      @media (max-width: 767px) {
        .view-search-pages > .view-content > .views-row .right {
          border-left: none; } }
    .view-search-pages > .view-content > .views-row.views-row-even {
      background: #f7f7f7; }
    .view-search-pages > .view-content > .views-row.promoted {
      border: 3px solid #44c3d3; }
      .view-search-pages > .view-content > .views-row.promoted .right {
        border-left: 3px solid #44c3d3; }
  .view-search-pages .logo {
    margin-bottom: 2rem; }
    .view-search-pages .logo img {
      margin: 0;
      max-height: 50px;
      width: auto; }
  .view-search-pages .view-reviews {
    margin-bottom: 2rem; }
  .view-search-pages .main-title {
    margin: 0; }
  .view-search-pages .sub-title {
    margin: 0; }
  .view-search-pages .label {
    margin-bottom: 0.5rem; }
  .view-search-pages .data {
    color: #000000;
    font-family: "Merriweather", serif;
    font-size: 2rem;
    margin-bottom: 2rem; }
  .view-search-pages .link {
    display: inline;
    padding-right: 1.5rem; }
    .view-search-pages .link .flag-wrapper {
      display: inline-block; }
  .view-search-pages .view-footer {
    clear: both;
    text-align: center; }
    .view-search-pages .view-footer a {
      border: 1px solid #22c5b1;
      border-radius: 30px;
      color: #22c5b1;
      cursor: pointer;
      display: inline-block;
      font-family: "Lato", sans-serif;
      font-size: 1.6rem;
      height: 60px;
      line-height: 58px;
      padding: 0 30px;
      -webkit-transition: 0.4s;
              transition: 0.4s;
      overflow: hidden;
      white-space: nowrap; }
      .view-search-pages .view-footer a:hover {
        background: #22c5b1;
        color: #ffffff; }
  .view-search-pages.loading {
    opacity: 0.2; }

.views-exposed-form #autocomplete {
  z-index: 9999; }

.page-compare .main-content {
  margin-top: 3rem; }
  .page-compare .main-content .view-header {
    margin-right: auto;
    margin-left: auto;
    padding: 0 1.5rem; }
    @media (min-width: 480px) {
      .page-compare .main-content .view-header {
        width: 480px; } }
    @media (min-width: 768px) {
      .page-compare .main-content .view-header {
        width: 768px; } }
    @media (min-width: 992px) {
      .page-compare .main-content .view-header {
        width: 992px; } }
    @media (min-width: 1200px) {
      .page-compare .main-content .view-header {
        width: 1200px; } }
    .page-compare .main-content .view-header .block-spiible_custom-share_buttons {
      float: right;
      margin-bottom: 3rem; }
  .page-compare .main-content .view-filters {
    margin-right: auto;
    margin-left: auto;
    padding: 0 1.5rem; }
    @media (min-width: 480px) {
      .page-compare .main-content .view-filters {
        width: 480px; } }
    @media (min-width: 768px) {
      .page-compare .main-content .view-filters {
        width: 768px; } }
    @media (min-width: 992px) {
      .page-compare .main-content .view-filters {
        width: 992px; } }
    @media (min-width: 1200px) {
      .page-compare .main-content .view-filters {
        width: 1200px; } }
    .page-compare .main-content .view-filters .views-exposed-widgets {
      float: right;
      margin-bottom: 4rem; }
      @media (max-width: 767px) {
        .page-compare .main-content .view-filters .views-exposed-widgets {
          float: none; } }
    .page-compare .main-content .view-filters .views-exposed-widget {
      padding: 0 0 0 2rem; }
      .page-compare .main-content .view-filters .views-exposed-widget .form-submit {
        margin: 0; }
      @media (max-width: 767px) {
        .page-compare .main-content .view-filters .views-exposed-widget {
          padding-left: 0; } }
    .page-compare .main-content .view-filters .views-widget-filter-dynamic-field .hidden,
    .page-compare .main-content .view-filters .views-widget-filter-dynamic-field .form-type-select {
      display: none; }
    .page-compare .main-content .view-filters .views-widget-filter-dynamic-field .item-list {
      position: relative; }
      .page-compare .main-content .view-filters .views-widget-filter-dynamic-field .item-list h3, .page-compare .main-content .view-filters .views-widget-filter-dynamic-field .item-list fieldset .fieldset-legend, fieldset .page-compare .main-content .view-filters .views-widget-filter-dynamic-field .item-list .fieldset-legend, .page-compare .main-content .view-filters .views-widget-filter-dynamic-field .item-list .page-messages .privatemsg-message-participants, .page-messages .page-compare .main-content .view-filters .views-widget-filter-dynamic-field .item-list .privatemsg-message-participants {
        width: 24rem; }
        @media (max-width: 767px) {
          .page-compare .main-content .view-filters .views-widget-filter-dynamic-field .item-list h3, .page-compare .main-content .view-filters .views-widget-filter-dynamic-field .item-list fieldset .fieldset-legend, fieldset .page-compare .main-content .view-filters .views-widget-filter-dynamic-field .item-list .fieldset-legend, .page-compare .main-content .view-filters .views-widget-filter-dynamic-field .item-list .page-messages .privatemsg-message-participants, .page-messages .page-compare .main-content .view-filters .views-widget-filter-dynamic-field .item-list .privatemsg-message-participants {
            width: 100%; } }
      .page-compare .main-content .view-filters .views-widget-filter-dynamic-field .item-list.active h3, .page-compare .main-content .view-filters .views-widget-filter-dynamic-field .item-list.active fieldset .fieldset-legend, fieldset .page-compare .main-content .view-filters .views-widget-filter-dynamic-field .item-list.active .fieldset-legend, .page-compare .main-content .view-filters .views-widget-filter-dynamic-field .item-list.active .page-messages .privatemsg-message-participants, .page-messages .page-compare .main-content .view-filters .views-widget-filter-dynamic-field .item-list.active .privatemsg-message-participants {
        border: 1px solid #5e5e5e; }
      .page-compare .main-content .view-filters .views-widget-filter-dynamic-field .item-list.active ul {
        display: block; }
    @media (max-width: 767px) {
      .page-compare .main-content .view-filters .views-widget-filter-dynamic-field {
        width: 100%; } }
  .page-compare .main-content .scroller-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .page-compare .main-content .view-content {
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .page-compare .main-content .view-content .views-row {
      background: #ffffff;
      border-right: 1px solid #e6e6e6;
      float: left;
      padding: 3rem 3rem 9rem 3rem;
      text-align: center;
      width: 25%;
      position: relative; }
      .page-compare .main-content .view-content .views-row.views-row-even {
        background: #f7f7f7; }
      .page-compare .main-content .view-content .views-row .button {
        position: absolute;
        bottom: -webkit-calc(9rem - 63.3333px);
        bottom: calc(9rem - 63.3333px);
        left: 0;
        right: 0; }
    .page-compare .main-content .view-content .compare {
      float: right;
      margin-bottom: 3rem; }
      .page-compare .main-content .view-content .compare a {
        background: url("../images/icons/icon-close.svg") no-repeat center;
        background-size: 18px 18px;
        display: block;
        height: 18px;
        text-indent: -9999px;
        width: 18px; }
    .page-compare .main-content .view-content .logo {
      clear: both;
      margin-bottom: 4rem; }
      .page-compare .main-content .view-content .logo img {
        margin: auto;
        max-height: 50px;
        width: auto; }
    .page-compare .main-content .view-content .main-title {
      clear: both;
      margin: 0; }
    .page-compare .main-content .view-content .sub-title {
      margin-bottom: 4rem; }
    .page-compare .main-content .view-content .data {
      color: #000000;
      font-family: "Merriweather", serif;
      font-size: 2rem;
      margin-bottom: 3rem; }
      .page-compare .main-content .view-content .data .country {
        display: none; }
    .page-compare .main-content .view-content .button a {
      border: 1px solid #22c5b1;
      border-radius: 30px;
      color: #22c5b1;
      cursor: pointer;
      display: inline-block;
      font-family: "Lato", sans-serif;
      font-size: 1.6rem;
      height: 60px;
      line-height: 58px;
      padding: 0 30px;
      -webkit-transition: 0.4s;
              transition: 0.4s;
      overflow: hidden;
      white-space: nowrap; }
      .page-compare .main-content .view-content .button a:hover {
        background: #22c5b1;
        color: #ffffff; }
    @media (min-width: 767px) and (max-width: 991px) {
      .page-compare .main-content .view-content {
        display: block; }
        .page-compare .main-content .view-content .views-row {
          width: 50%;
          border-bottom: 1px solid #e6e6e6; }
          .page-compare .main-content .view-content .views-row:nth-last-of-type(-n+2) {
            border: none; } }
    @media (max-width: 767px) {
      .page-compare .main-content .view-content {
        display: block; }
        .page-compare .main-content .view-content .views-row {
          width: 100% !important;
          border-bottom: 1px solid #e6e6e6; }
          .page-compare .main-content .view-content .views-row:last-of-type {
            border-bottom: none; } }

.block-views-compare-block .block-title {
  font-size: 3rem;
  margin-bottom: 4rem; }

.block-views-compare-block .view-compare > .view-content {
  border: 1px solid #e6e6e6;
  border-bottom: none; }
  .block-views-compare-block .view-compare > .view-content > .views-row {
    background: #ffffff;
    border-bottom: 1px solid #e6e6e6;
    padding: 3rem;
    position: relative; }
    .block-views-compare-block .view-compare > .view-content > .views-row.views-row-even {
      background: #f7f7f7; }
    .block-views-compare-block .view-compare > .view-content > .views-row.views-row-last {
      border-bottom: none; }

.block-views-compare-block .compare {
  position: absolute;
  right: 3rem;
  top: 3rem; }
  .block-views-compare-block .compare a {
    background: url("../images/icons/icon-close.svg") no-repeat center;
    background-size: 18px 18px;
    display: block;
    height: 18px;
    text-indent: -9999px;
    width: 18px; }

.block-views-compare-block .logo {
  margin-bottom: 2rem; }
  .block-views-compare-block .logo img {
    margin: 0;
    max-height: 50px;
    max-width: 80%;
    width: auto; }

.block-views-compare-block .view-reviews {
  margin-bottom: 2rem; }

.block-views-compare-block .main-title {
  margin: 0; }

.block-views-compare-block .label {
  margin-bottom: 0.5rem; }

.block-views-compare-block .data {
  color: #000000;
  font-family: "Merriweather", serif;
  font-size: 2rem; }

.block-views-compare-block .view-footer {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 3rem; }
  .block-views-compare-block .view-footer a {
    background: #ffffff;
    border: 1px solid #22c5b1;
    border-radius: 30px;
    color: #22c5b1;
    display: block;
    height: 60px;
    line-height: 58px;
    padding: 0 50px;
    text-align: center; }
    .block-views-compare-block .view-footer a:hover {
      background: #22c5b1;
      color: #ffffff; }

@media (max-width: 767px) {
  body.page-compare .views-submit-button {
    width: 100%; }
    body.page-compare .views-submit-button input {
      width: 100%; } }

.node-type-course .node {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  margin: 5rem 0;
  padding: 5rem 0; }
  .node-type-course .node .group-course-information {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 58.33333%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0; }
    .node-type-course .node .group-course-information:after {
      content: " ";
      display: block;
      clear: both; }
    .node-type-course .node .group-course-information .field-name-field-institution-logo {
      float: none;
      margin-bottom: 2rem;
      width: 100%; }
      .node-type-course .node .group-course-information .field-name-field-institution-logo img {
        margin: 0 0 2rem 0;
        max-width: 120px; }
        @media (max-width: 767px) {
          .node-type-course .node .group-course-information .field-name-field-institution-logo img {
            max-width: 100%; } }
    .node-type-course .node .group-course-information .field-name-field-views-average,
    .node-type-course .node .group-course-information .field-name-field-message-link,
    .node-type-course .node .group-course-information .field-name-body,
    .node-type-course .node .group-course-information .field-name-field-enrollment-requirement,
    .node-type-course .node .group-course-information .field-name-field-course-enrollment {
      clear: both;
      float: none;
      width: 100%; }
      @media (max-width: 767px) {
        .node-type-course .node .group-course-information .field-name-field-views-average,
        .node-type-course .node .group-course-information .field-name-field-message-link,
        .node-type-course .node .group-course-information .field-name-body,
        .node-type-course .node .group-course-information .field-name-field-enrollment-requirement,
        .node-type-course .node .group-course-information .field-name-field-course-enrollment {
          margin-left: 0 !important;
          margin-right: 0 !important;
          padding-right: 0; }
          .node-type-course .node .group-course-information .field-name-field-views-average a,
          .node-type-course .node .group-course-information .field-name-field-message-link a,
          .node-type-course .node .group-course-information .field-name-body a,
          .node-type-course .node .group-course-information .field-name-field-enrollment-requirement a,
          .node-type-course .node .group-course-information .field-name-field-course-enrollment a {
            width: 100%;
            text-align: center; } }
    @media (max-width: 767px) {
      .node-type-course .node .group-course-information {
        float: left;
        min-height: 1px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        position: relative;
        width: 100%;
        padding: 0 !important; }
        .node-type-course .node .group-course-information:after {
          content: " ";
          display: block;
          clear: both; } }
  .node-type-course .node .group-course-more {
    width: 100%; }
    .node-type-course .node .group-course-more .field-group-format-wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .node-type-course .node .group-course-more .field-group-format-wrapper > .field-name-field-additional-information {
      float: none;
      width: 100%; }
      .node-type-course .node .group-course-more .field-group-format-wrapper > .field-name-field-additional-information > .field-items > .field-item {
        margin-bottom: 4rem; }
      .node-type-course .node .group-course-more .field-group-format-wrapper > .field-name-field-additional-information .field-name-field-additional-label {
        color: #000000;
        font-family: "Merriweather", serif;
        font-size: 2rem;
        font-weight: 400;
        margin-bottom: 1rem; }
  .node-type-course .node .group-course-sidebar {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 41.66667%;
    padding-right: 0; }
    .node-type-course .node .group-course-sidebar:after {
      content: " ";
      display: block;
      clear: both; }
    .node-type-course .node .group-course-sidebar > .field {
      margin-bottom: 4rem; }
      .node-type-course .node .group-course-sidebar > .field > .field-label {
        color: #000000;
        font-family: "Merriweather", serif;
        font-size: 2rem;
        font-weight: 400;
        margin-bottom: 2rem; }
    .node-type-course .node .group-course-sidebar .field-name-field-course-location {
      margin-bottom: 2rem; }
    @media (max-width: 767px) {
      .node-type-course .node .group-course-sidebar {
        float: left;
        min-height: 1px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        position: relative;
        width: 100%;
        padding: 0; }
        .node-type-course .node .group-course-sidebar:after {
          content: " ";
          display: block;
          clear: both; } }
  .node-type-course .node .flag-outer {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
    .node-type-course .node .flag-outer a {
      border: 1px solid #22c5b1;
      border-radius: 30px;
      color: #22c5b1;
      cursor: pointer;
      display: inline-block;
      font-family: "Lato", sans-serif;
      font-size: 1.6rem;
      height: 60px;
      line-height: 58px;
      padding: 0 30px;
      -webkit-transition: 0.4s;
              transition: 0.4s;
      overflow: hidden;
      white-space: nowrap; }
      .node-type-course .node .flag-outer a:hover {
        background: #22c5b1;
        color: #ffffff; }
    @media (max-width: 767px) {
      .node-type-course .node .flag-outer {
        position: relative;
        margin-bottom: 3rem; } }

.node-type-course .node .group-course-information > .field.field-name-field-intake {
  float: none;
  width: 100%;
  clear: both; }

.views-widget-filter-field_office_locations_field_postal_address_country {
  clear: left; }

#edit-field-enrollment-intake, #edit-field-enrollment-year {
  float: left;
  width: 50%; }
  @media (max-width: 767px) {
    #edit-field-enrollment-intake, #edit-field-enrollment-year {
      width: auto;
      float: none; } }

#edit-field-enrollment-intake > div, #edit-field-enrollment-year > div {
  margin: 0 0 3rem 0;
  padding: 0 0 3rem 0;
  border-bottom: 1px solid #808080; }

#edit-field-enrollment-year fieldset {
  margin: 0;
  padding: 0;
  border: none; }

#edit-field-enrollment-year legend {
  display: none; }

#edit-field-enrollment-year .fieldset-wrapper, #edit-field-enrollment-year .form-item {
  padding: 0;
  margin: 0; }

.group-course-information .field-name-field-course-enrollment, .group-course-information .field-name-field-message-link, .group-course-information .flag-outer-compare-course, .group-course-information .field-name-field-compare-anonymous {
  position: relative !important;
  right: auto !important;
  top: auto !important;
  float: left !important;
  width: 33% !important; }
  @media (max-width: 1199px) {
    .group-course-information .field-name-field-course-enrollment, .group-course-information .field-name-field-message-link, .group-course-information .flag-outer-compare-course, .group-course-information .field-name-field-compare-anonymous {
      width: auto !important;
      float: none !important; } }

.group-course-information .field-name-field-course-cost, .group-course-information .field-name-field-price-per-week {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  margin: 0 !important;
  padding: 0 3rem 0 0 !important;
  width: 59% !important; }
  @media (max-width: 991px) {
    .group-course-information .field-name-field-course-cost, .group-course-information .field-name-field-price-per-week {
      width: 100% !important;
      padding: 0 !important;
      text-align: left; } }

.group-course-information .field-name-field-course-cost > div, .group-course-information .field-name-field-price-per-week > div {
  display: inline-block; }

.group-course-information .field-name-field-course-cost > div.field-label, .group-course-information .field-name-field-price-per-week > div.field-label {
  font-size: 1.7rem !important; }

.group-course-information .field-name-field-price-per-week {
  top: 28px; }

@media (max-width: 991px) {
  .node-type-course .node .group-course-information .field-name-field-institution-logo {
    margin-top: 58px !important; } }

.total_price_display .price_per_week_wrapper, .weekly_price_display .total_cost_wrapper, .weekly_price_display #block-facetapi-JWCaX1BhzFvsYkVUNwZSDfZrMFUOFKPh, .total_price_display #block-facetapi-oBt9gkrYDkPw0iYXrvTsLSyojQWyCPs6 {
  display: none; }

.price_selector_wrapper {
  padding-bottom: 10px;
  text-align: center; }
  .price_selector_wrapper span {
    cursor: pointer; }
  .price_selector_wrapper .active {
    color: #22c5b1; }

.comments_wrapper legend {
  position: absolute;
  background-color: #ffffff;
  padding: 0 1rem;
  font-size: 2rem;
  margin: 0 2rem;
  color: #000000;
  font-family: "Merriweather", serif;
  font-weight: 400;
  width: auto; }

fieldset.comments_wrapper {
  border-bottom: none; }

.comment-wrapper {
  border: 1px solid #f1f1f1;
  padding: 3rem; }
  .comment-wrapper .ckeditor_links, .comment-wrapper .filter-wrapper.form-wrapper {
    display: none !important; }
  .comment-wrapper .comment {
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0; }
    .comment-wrapper .comment:last-child {
      border-bottom: none; }
    .comment-wrapper .comment .links.inline {
      clear: both; }
      .comment-wrapper .comment .links.inline li {
        display: inline-block;
        padding-right: 5px; }
        .comment-wrapper .comment .links.inline li a {
          font-size: 11px;
          color: #000;
          text-decoration: underline; }
    .comment-wrapper .comment .user-picture {
      width: 25px;
      height: 25px;
      float: left;
      margin-right: 10px; }
      .comment-wrapper .comment .user-picture img {
        width: 100%;
        height: auto; }

.view-courses.view-display-id-campus_address .bx-wrapper {
  position: relative; }

.view-courses.view-display-id-campus_address .bx-viewport {
  line-height: 2.8rem;
  padding: 0 6rem;
  position: relative;
  z-index: 0; }
  @media (max-width: 767px) {
    .view-courses.view-display-id-campus_address .bx-viewport {
      padding: 0; } }

.view-courses.view-display-id-campus_address .view-content {
  counter-reset: item;
  list-style-type: decimal; }
  .view-courses.view-display-id-campus_address .view-content .views-row {
    list-style: none;
    position: relative; }
    .view-courses.view-display-id-campus_address .view-content .views-row .address {
      padding-left: 6rem; }
    .view-courses.view-display-id-campus_address .view-content .views-row:before {
      background: #22c5b1;
      border-radius: 50%;
      color: #ffffff;
      content: counter(item, decimal);
      counter-increment: item;
      font-size: 1.2rem;
      height: 35px;
      left: 0;
      line-height: 3.5rem;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      text-align: center;
      width: 35px; }

.view-courses.view-display-id-campus_address .bx-controls-direction a {
  background-size: 20px 34px;
  display: block;
  height: 34px;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  z-index: 1; }
  .view-courses.view-display-id-campus_address .bx-controls-direction a.bx-prev {
    background: url("../images/icons/icon-prev.svg") no-repeat;
    left: 0; }
  .view-courses.view-display-id-campus_address .bx-controls-direction a.bx-next {
    background: url("../images/icons/icon-next.svg") no-repeat;
    right: 0; }
  .view-courses.view-display-id-campus_address .bx-controls-direction a:hover {
    opacity: 0.8; }
  .view-courses.view-display-id-campus_address .bx-controls-direction a.disabled {
    cursor: default;
    opacity: 0; }

.node-type-institution .node {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  margin: 5rem 0;
  padding: 5rem 0; }
  .node-type-institution .node .group-institution-information {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 58.33333%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0; }
    .node-type-institution .node .group-institution-information:after {
      content: " ";
      display: block;
      clear: both; }
    .node-type-institution .node .group-institution-information .field-name-field-logo {
      float: none;
      margin-bottom: 2rem;
      width: 100%; }
      .node-type-institution .node .group-institution-information .field-name-field-logo img {
        margin: 0;
        max-width: 120px; }
        @media (max-width: 767px) {
          .node-type-institution .node .group-institution-information .field-name-field-logo img {
            max-width: 100%; } }
    .node-type-institution .node .group-institution-information .field-name-field-views-average,
    .node-type-institution .node .group-institution-information .field-name-field-message-link,
    .node-type-institution .node .group-institution-information .field-name-body {
      clear: both;
      float: none;
      width: 100%; }
    @media (max-width: 767px) {
      .node-type-institution .node .group-institution-information .field-name-field-message-link {
        width: 100%;
        padding: 0 !important; }
        .node-type-institution .node .group-institution-information .field-name-field-message-link a {
          width: 100%;
          text-align: center; } }
    @media (max-width: 767px) {
      .node-type-institution .node .group-institution-information {
        float: left;
        min-height: 1px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        position: relative;
        width: 100%;
        padding: 0 !important; }
        .node-type-institution .node .group-institution-information:after {
          content: " ";
          display: block;
          clear: both; } }
  .node-type-institution .node .group-institution-more {
    width: 100%; }
    .node-type-institution .node .group-institution-more .field-group-format-wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .node-type-institution .node .group-institution-more .field-group-format-wrapper > .field-name-field-additional-information {
      float: none;
      width: 100%; }
      .node-type-institution .node .group-institution-more .field-group-format-wrapper > .field-name-field-additional-information > .field-items > .field-item {
        margin-bottom: 4rem; }
      .node-type-institution .node .group-institution-more .field-group-format-wrapper > .field-name-field-additional-information .field-name-field-additional-label {
        color: #000000;
        font-family: "Merriweather", serif;
        font-size: 2rem;
        font-weight: 400;
        margin-bottom: 1rem; }
  .node-type-institution .node .group-institution-sidebar {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 41.66667%;
    padding-right: 0; }
    .node-type-institution .node .group-institution-sidebar:after {
      content: " ";
      display: block;
      clear: both; }
    .node-type-institution .node .group-institution-sidebar > .field {
      margin-bottom: 4rem; }
      .node-type-institution .node .group-institution-sidebar > .field > .field-label {
        color: #000000;
        font-family: "Merriweather", serif;
        font-size: 2rem;
        font-weight: 400;
        margin-bottom: 2rem; }
    @media (max-width: 767px) {
      .node-type-institution .node .group-institution-sidebar {
        float: left;
        min-height: 1px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        position: relative;
        width: 100%;
        padding: 0; }
        .node-type-institution .node .group-institution-sidebar:after {
          content: " ";
          display: block;
          clear: both; } }
  .node-type-institution .node .field-name-field-social-links .social-link {
    display: inline; }
    .node-type-institution .node .field-name-field-social-links .social-link:after {
      content: ',';
      margin-right: 4px; }
    .node-type-institution .node .field-name-field-social-links .social-link:last-of-type:after {
      display: none; }
  .node-type-institution .node .field-name-field-institution-campus-slider .bx-wrapper {
    position: relative; }
  .node-type-institution .node .field-name-field-institution-campus-slider .bx-viewport {
    line-height: 2.8rem;
    padding: 0 6rem;
    position: relative;
    z-index: 0; }
    @media (max-width: 767px) {
      .node-type-institution .node .field-name-field-institution-campus-slider .bx-viewport {
        padding: 0; } }
  .node-type-institution .node .field-name-field-institution-campus-slider .view-content {
    counter-reset: item;
    list-style-type: decimal; }
    .node-type-institution .node .field-name-field-institution-campus-slider .view-content .views-row {
      list-style: none;
      position: relative; }
      .node-type-institution .node .field-name-field-institution-campus-slider .view-content .views-row .address {
        padding-left: 6rem; }
      .node-type-institution .node .field-name-field-institution-campus-slider .view-content .views-row:before {
        background: #22c5b1;
        border-radius: 50%;
        color: #ffffff;
        content: counter(item, decimal);
        counter-increment: item;
        font-size: 1.2rem;
        height: 35px;
        left: 0;
        line-height: 3.5rem;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        text-align: center;
        width: 35px; }
  .node-type-institution .node .field-name-field-institution-campus-slider .bx-controls-direction a {
    background-size: 20px 34px;
    display: block;
    height: 34px;
    opacity: 0.2;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    z-index: 1; }
    .node-type-institution .node .field-name-field-institution-campus-slider .bx-controls-direction a.bx-prev {
      background: url("../images/icons/icon-prev.svg") no-repeat;
      left: 0; }
    .node-type-institution .node .field-name-field-institution-campus-slider .bx-controls-direction a.bx-next {
      background: url("../images/icons/icon-next.svg") no-repeat;
      right: 0; }
    .node-type-institution .node .field-name-field-institution-campus-slider .bx-controls-direction a:hover {
      opacity: 0.8; }
    .node-type-institution .node .field-name-field-institution-campus-slider .bx-controls-direction a.disabled {
      cursor: default;
      opacity: 0; }

.node-type-agent .node {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  margin: 5rem 0;
  padding: 5rem 0; }
  .node-type-agent .node .group-education-information {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 58.33333%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0; }
    .node-type-agent .node .group-education-information:after {
      content: " ";
      display: block;
      clear: both; }
    .node-type-agent .node .group-education-information .field-name-field-logo {
      float: none;
      width: 100%; }
      .node-type-agent .node .group-education-information .field-name-field-logo img {
        margin: 0;
        max-width: 120px; }
    .node-type-agent .node .group-education-information .field-name-body,
    .node-type-agent .node .group-education-information .field-name-field-message-link {
      clear: both;
      float: none;
      width: 100%; }
      @media (max-width: 767px) {
        .node-type-agent .node .group-education-information .field-name-body,
        .node-type-agent .node .group-education-information .field-name-field-message-link {
          padding: 0; }
          .node-type-agent .node .group-education-information .field-name-body a,
          .node-type-agent .node .group-education-information .field-name-field-message-link a {
            width: 100%;
            text-align: center; } }
    @media (max-width: 767px) {
      .node-type-agent .node .group-education-information {
        float: left;
        min-height: 1px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        position: relative;
        width: 100%;
        padding: 0;
        margin-top: 4rem; }
        .node-type-agent .node .group-education-information:after {
          content: " ";
          display: block;
          clear: both; } }
  @media (max-width: 767px) {
    .node-type-agent .node {
      float: left;
      min-height: 1px;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      position: relative;
      width: 100%;
      padding: 0; }
      .node-type-agent .node:after {
        content: " ";
        display: block;
        clear: both; } }

.node-type-agent .group-education-more {
  width: 100%; }
  .node-type-agent .group-education-more .field-group-format-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .node-type-agent .group-education-more .field-group-format-wrapper > .field-name-field-additional-information {
    float: none;
    width: 100%; }
    .node-type-agent .group-education-more .field-group-format-wrapper > .field-name-field-additional-information > .field-items > .field-item {
      margin-bottom: 4rem; }
    .node-type-agent .group-education-more .field-group-format-wrapper > .field-name-field-additional-information .field-name-field-additional-label {
      color: #000000;
      font-family: "Merriweather", serif;
      font-size: 2rem;
      font-weight: 400;
      margin-bottom: 1rem; }

.node-type-agent .group-education-sidebar {
  float: left;
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  width: 41.66667%;
  padding-right: 0; }
  .node-type-agent .group-education-sidebar:after {
    content: " ";
    display: block;
    clear: both; }
  .node-type-agent .group-education-sidebar > .field {
    margin-bottom: 4rem; }
    .node-type-agent .group-education-sidebar > .field > .field-label {
      color: #000000;
      font-family: "Merriweather", serif;
      font-size: 2rem;
      font-weight: 400;
      margin-bottom: 2rem; }
    .node-type-agent .group-education-sidebar > .field .bx-wrapper {
      position: relative; }
    .node-type-agent .group-education-sidebar > .field .bx-viewport {
      line-height: 2.8rem;
      padding: 0 6rem;
      position: relative;
      z-index: 0; }
      @media (max-width: 767px) {
        .node-type-agent .group-education-sidebar > .field .bx-viewport {
          padding: 0; } }
    .node-type-agent .group-education-sidebar > .field .view-content {
      counter-reset: item;
      list-style-type: decimal; }
      .node-type-agent .group-education-sidebar > .field .view-content .views-row {
        list-style: none;
        position: relative; }
        .node-type-agent .group-education-sidebar > .field .view-content .views-row .views-field-field-postal-address {
          padding-left: 6rem; }
        .node-type-agent .group-education-sidebar > .field .view-content .views-row:before {
          background: #22c5b1;
          border-radius: 50%;
          color: #ffffff;
          content: counter(item, decimal);
          counter-increment: item;
          font-size: 1.2rem;
          height: 35px;
          left: 0;
          line-height: 3.5rem;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          text-align: center;
          width: 35px; }
    .node-type-agent .group-education-sidebar > .field .bx-controls-direction a {
      background-size: 20px 34px;
      display: block;
      height: 34px;
      opacity: 0.2;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 20px;
      z-index: 1; }
      .node-type-agent .group-education-sidebar > .field .bx-controls-direction a.bx-prev {
        background: url("../images/icons/icon-prev.svg") no-repeat;
        left: 0; }
      .node-type-agent .group-education-sidebar > .field .bx-controls-direction a.bx-next {
        background: url("../images/icons/icon-next.svg") no-repeat;
        right: 0; }
      .node-type-agent .group-education-sidebar > .field .bx-controls-direction a:hover {
        opacity: 0.8; }
      .node-type-agent .group-education-sidebar > .field .bx-controls-direction a.disabled {
        cursor: default;
        opacity: 0; }
  @media (max-width: 767px) {
    .node-type-agent .group-education-sidebar {
      float: left;
      min-height: 1px;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      position: relative;
      width: 100%;
      padding: 0; }
      .node-type-agent .group-education-sidebar:after {
        content: " ";
        display: block;
        clear: both; } }

.node-type-agent .field-name-field-languages-spoken .field-item {
  display: inline; }
  .node-type-agent .field-name-field-languages-spoken .field-item:after {
    content: ',';
    margin-right: 4px; }
  .node-type-agent .field-name-field-languages-spoken .field-item:last-child:after {
    display: none; }

.node-type-agent .field-name-field-social-links .social-link {
  display: inline; }
  .node-type-agent .field-name-field-social-links .social-link:after {
    content: ',';
    margin-right: 4px; }
  .node-type-agent .field-name-field-social-links .social-link:last-of-type:after {
    display: none; }

.node-type-agency .node {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  margin: 5rem 0;
  padding: 5rem 0; }
  .node-type-agency .node .group-migration-information {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 58.33333%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0; }
    .node-type-agency .node .group-migration-information:after {
      content: " ";
      display: block;
      clear: both; }
    .node-type-agency .node .group-migration-information .field-name-body,
    .node-type-agency .node .group-migration-information .field-name-field-message-link {
      clear: both;
      float: none;
      width: 100%; }
      @media (max-width: 767px) {
        .node-type-agency .node .group-migration-information .field-name-body,
        .node-type-agency .node .group-migration-information .field-name-field-message-link {
          padding: 0; }
          .node-type-agency .node .group-migration-information .field-name-body a,
          .node-type-agency .node .group-migration-information .field-name-field-message-link a {
            width: 100%;
            text-align: center; } }
    @media (max-width: 767px) {
      .node-type-agency .node .group-migration-information {
        float: left;
        min-height: 1px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        position: relative;
        width: 100%;
        padding: 0; }
        .node-type-agency .node .group-migration-information:after {
          content: " ";
          display: block;
          clear: both; } }
  .node-type-agency .node .group-migration-more {
    width: 100%; }
    .node-type-agency .node .group-migration-more .field-group-format-wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .node-type-agency .node .group-migration-more .field-group-format-wrapper > .field-name-field-additional-information {
      float: none;
      width: 100%;
      clear: both; }
      .node-type-agency .node .group-migration-more .field-group-format-wrapper > .field-name-field-additional-information > .field-items > .field-item {
        margin-bottom: 4rem; }
      .node-type-agency .node .group-migration-more .field-group-format-wrapper > .field-name-field-additional-information .field-name-field-additional-label {
        color: #000000;
        font-family: "Merriweather", serif;
        font-size: 2rem;
        font-weight: 400;
        margin-bottom: 1rem; }
  .node-type-agency .node .group-education-sidebar {
    float: left;
    min-height: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    width: 41.66667%;
    padding-right: 0; }
    .node-type-agency .node .group-education-sidebar:after {
      content: " ";
      display: block;
      clear: both; }
    .node-type-agency .node .group-education-sidebar > .field {
      margin-bottom: 4rem; }
      .node-type-agency .node .group-education-sidebar > .field > .field-label {
        color: #000000;
        font-family: "Merriweather", serif;
        font-size: 2rem;
        font-weight: 400;
        margin-bottom: 2rem; }
  .node-type-agency .node .field-name-field-languages-spoken .field-item {
    display: inline-block; }
    .node-type-agency .node .field-name-field-languages-spoken .field-item:after {
      content: ',';
      margin-right: 4px; }
    .node-type-agency .node .field-name-field-languages-spoken .field-item:last-child:after {
      display: none; }
  .node-type-agency .node .field-name-field-social-links .social-link {
    display: inline; }
    .node-type-agency .node .field-name-field-social-links .social-link:after {
      content: ',';
      margin-right: 4px; }
    .node-type-agency .node .field-name-field-social-links .social-link:last-of-type:after {
      display: none; }

.group-migration-sidebar {
  float: left;
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  width: 41.66667%;
  padding-right: 0; }
  .group-migration-sidebar:after {
    content: " ";
    display: block;
    clear: both; }
  .group-migration-sidebar > .field {
    margin-bottom: 4rem; }
    .group-migration-sidebar > .field > .field-label {
      color: #000000;
      font-family: "Merriweather", serif;
      font-size: 2rem;
      font-weight: 400;
      margin-bottom: 2rem; }
    .group-migration-sidebar > .field .view-display-id-education_agent_location_address .bx-wrapper {
      position: relative; }
    .group-migration-sidebar > .field .view-display-id-education_agent_location_address .bx-viewport {
      line-height: 2.8rem;
      padding: 0 6rem;
      position: relative;
      z-index: 0; }
      @media (max-width: 767px) {
        .group-migration-sidebar > .field .view-display-id-education_agent_location_address .bx-viewport {
          padding: 0; } }
    .group-migration-sidebar > .field .view-display-id-education_agent_location_address .view-content {
      counter-reset: item;
      list-style-type: decimal; }
      .group-migration-sidebar > .field .view-display-id-education_agent_location_address .view-content .views-row {
        list-style: none;
        position: relative; }
        .group-migration-sidebar > .field .view-display-id-education_agent_location_address .view-content .views-row .views-field-field-postal-address {
          padding-left: 6rem; }
        .group-migration-sidebar > .field .view-display-id-education_agent_location_address .view-content .views-row:before {
          background: #22c5b1;
          border-radius: 50%;
          color: #ffffff;
          content: counter(item, decimal);
          counter-increment: item;
          font-size: 1.2rem;
          height: 35px;
          left: 0;
          line-height: 3.5rem;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          text-align: center;
          width: 35px; }
    .group-migration-sidebar > .field .view-display-id-education_agent_location_address .bx-controls-direction a {
      background-size: 20px 34px;
      display: block;
      height: 34px;
      opacity: 0.2;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 20px;
      z-index: 1; }
      .group-migration-sidebar > .field .view-display-id-education_agent_location_address .bx-controls-direction a.bx-prev {
        background: url("../images/icons/icon-prev.svg") no-repeat;
        left: 0; }
      .group-migration-sidebar > .field .view-display-id-education_agent_location_address .bx-controls-direction a.bx-next {
        background: url("../images/icons/icon-next.svg") no-repeat;
        right: 0; }
      .group-migration-sidebar > .field .view-display-id-education_agent_location_address .bx-controls-direction a:hover {
        opacity: 0.8; }
      .group-migration-sidebar > .field .view-display-id-education_agent_location_address .bx-controls-direction a.disabled {
        cursor: default;
        opacity: 0; }
  @media (max-width: 767px) {
    .group-migration-sidebar {
      float: left;
      min-height: 1px;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      position: relative;
      width: 100%;
      padding: 0; }
      .group-migration-sidebar:after {
        content: " ";
        display: block;
        clear: both; } }

.group-migration-information .field-name-field-phone .field-item {
  word-break: break-all; }

@media (max-width: 767px) {
  .group-migration-information .field-name-field-phone,
  .group-migration-information .field-name-field-email,
  .group-migration-information .field-name-field-languages-spoken,
  .group-migration-information .field-name-field-social-links {
    width: 100% !important;
    padding: 0 !important; } }

.group-migration-information .field-group-format-wrapper .field-name-field-migration-agents {
  width: 100% !important;
  padding-right: 0 !important; }
  .group-migration-information .field-group-format-wrapper .field-name-field-migration-agents > .field-items > .field-item {
    width: 50%;
    margin-bottom: 2rem;
    float: left;
    padding-right: 2rem; }
    @media (max-width: 991px) {
      .group-migration-information .field-group-format-wrapper .field-name-field-migration-agents > .field-items > .field-item {
        width: 100%;
        padding-right: 0; } }
    .group-migration-information .field-group-format-wrapper .field-name-field-migration-agents > .field-items > .field-item .field-label, .group-migration-information .field-group-format-wrapper .field-name-field-migration-agents > .field-items > .field-item .field-items {
      display: inline-block; }
    .group-migration-information .field-group-format-wrapper .field-name-field-migration-agents > .field-items > .field-item .field {
      margin-bottom: 1rem; }

.node-type-news .title {
  font-size: 3.6rem;
  margin: 4rem 0; }

.node-type-news .node .field-name-field-gallery {
  margin-bottom: 5rem; }
  .node-type-news .node .field-name-field-gallery .field-item {
    display: none; }
    .node-type-news .node .field-name-field-gallery .field-item:first-child {
      display: block; }

.node-type-news #disqus_thread {
  margin-top: 5rem; }

.node-type-news .sidebar-right .block,
.news-archive .sidebar-right .block {
  margin-bottom: 4rem; }
  .node-type-news .sidebar-right .block:last-child,
  .news-archive .sidebar-right .block:last-child {
    margin: 0; }
  .node-type-news .sidebar-right .block .block-title,
  .news-archive .sidebar-right .block .block-title {
    font-size: 3rem;
    margin-bottom: 3rem; }

.news-archive .title {
  margin-bottom: 4rem; }

.news-archive .region-content .news-left {
  float: left;
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  width: 33.33333%;
  padding-left: 0; }
  .news-archive .region-content .news-left:after {
    content: " ";
    display: block;
    clear: both; }
  .news-archive .region-content .news-left .body {
    display: none; }

.news-archive .region-content .news-right {
  float: left;
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  width: 66.66667%;
  padding-right: 0; }
  .news-archive .region-content .news-right:after {
    content: " ";
    display: block;
    clear: both; }

.news-archive .region-content .views-row {
  margin-bottom: 3rem; }
  .news-archive .region-content .views-row.promoted {
    border: 3px solid #44c3d3; }
    .news-archive .region-content .views-row.promoted .bottom {
      border: none; }
  .news-archive .region-content .views-row .image {
    margin-bottom: -1px; }
  .news-archive .region-content .views-row .bottom {
    border: 1px solid #e6e6e6;
    border-top: none;
    padding: 3rem; }
  .news-archive .region-content .views-row .category {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    text-transform: uppercase; }
    .news-archive .region-content .views-row .category a {
      color: #5e5e5e; }
      .news-archive .region-content .views-row .category a:hover {
        color: #22c5b1; }
  .news-archive .region-content .views-row .title {
    margin-bottom: 2rem; }
  .news-archive .region-content .views-row .body {
    margin-bottom: 2rem; }
  .news-archive .region-content .views-row .news-sharer {
    float: none; }

.news-archive .region-content .view-ads-blocks {
  margin-bottom: 3rem; }

.block-views-news-category_posted {
  font-size: 1.8rem;
  text-transform: uppercase; }
  .block-views-news-category_posted .category a {
    color: #5e5e5e; }
    .block-views-news-category_posted .category a:hover {
      color: #22c5b1; }
  .block-views-news-category_posted .posted {
    color: #111111; }

.block-spiible_custom-news_search .form-type-textfield {
  float: left;
  margin-top: 0;
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px); }
  .block-spiible_custom-news_search .form-type-textfield label {
    display: none; }
  .block-spiible_custom-news_search .form-type-textfield input[type=text] {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-right: none; }
    .block-spiible_custom-news_search .form-type-textfield input[type=text]:focus {
      border-color: #e6e6e6; }
  .block-spiible_custom-news_search .form-type-textfield span.error {
    top: 7rem; }

.block-spiible_custom-news_search input[type=submit] {
  background: url("../images/icons/icon-search-green.svg") no-repeat center;
  background-size: 20px 20px;
  border-color: #e6e6e6;
  border-left: none;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  font-size: 1px;
  margin: 0 0 3rem 0;
  padding: 0 30px;
  text-indent: -9999px; }

.block-views-news-popular .views-row {
  margin-bottom: 3rem; }
  .block-views-news-popular .views-row .image {
    float: left;
    margin-right: 2rem;
    width: 85px; }
  .block-views-news-popular .views-row .title {
    font-size: 2rem;
    margin: 0 0 1rem 0; }
  .block-views-news-popular .views-row .posted {
    color: #5e5e5e;
    font-size: 1.4rem;
    text-transform: lowercase; }

.block-views-news_categories-categories .item-list ul li {
  float: left;
  list-style: none;
  margin: 0 1.5rem 1.5rem 0; }
  .block-views-news_categories-categories .item-list ul li a {
    border: 1px solid #e6e6e6;
    border-radius: 45px;
    color: #5e5e5e;
    display: block;
    line-height: 4.2rem;
    height: 45px;
    padding: 0 20px; }
    .block-views-news_categories-categories .item-list ul li a:hover {
      border-color: #44c3d3;
      color: #44c3d3; }

.page-node-add-enquire .block-views-courses-enrollment {
  margin: 3rem 0; }
  .page-node-add-enquire .block-views-courses-enrollment .view-courses > .view-content {
    border: 1px solid #e6e6e6; }
    .page-node-add-enquire .block-views-courses-enrollment .view-courses > .view-content .views-row {
      background: #ffffff;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 767px) {
        .page-node-add-enquire .block-views-courses-enrollment .view-courses > .view-content .views-row {
          display: block; } }
      .page-node-add-enquire .block-views-courses-enrollment .view-courses > .view-content .views-row .left,
      .page-node-add-enquire .block-views-courses-enrollment .view-courses > .view-content .views-row .right {
        float: left;
        padding: 3rem;
        width: 50%; }
        @media (max-width: 767px) {
          .page-node-add-enquire .block-views-courses-enrollment .view-courses > .view-content .views-row .left,
          .page-node-add-enquire .block-views-courses-enrollment .view-courses > .view-content .views-row .right {
            padding: 1rem;
            width: 100%;
            border: none; } }
      .page-node-add-enquire .block-views-courses-enrollment .view-courses > .view-content .views-row .right {
        border-left: 1px solid #e6e6e6; }
        .page-node-add-enquire .block-views-courses-enrollment .view-courses > .view-content .views-row .right a.button {
          margin-top: 2rem; }
    .page-node-add-enquire .block-views-courses-enrollment .view-courses > .view-content .logo {
      margin-bottom: 2rem; }
      .page-node-add-enquire .block-views-courses-enrollment .view-courses > .view-content .logo img {
        margin: 0;
        max-height: 50px;
        width: auto; }
    .page-node-add-enquire .block-views-courses-enrollment .view-courses > .view-content .view-reviews {
      margin-bottom: 2rem; }
      .page-node-add-enquire .block-views-courses-enrollment .view-courses > .view-content .view-reviews .views-row {
        background: none;
        border: none;
        display: block; }
    .page-node-add-enquire .block-views-courses-enrollment .view-courses > .view-content .main-title {
      margin: 0; }
    .page-node-add-enquire .block-views-courses-enrollment .view-courses > .view-content .sub-title {
      margin: 0; }
    .page-node-add-enquire .block-views-courses-enrollment .view-courses > .view-content .label {
      margin-bottom: 0.5rem; }
    .page-node-add-enquire .block-views-courses-enrollment .view-courses > .view-content .data {
      color: #000000;
      font-family: "Merriweather", serif;
      font-size: 2rem;
      margin-bottom: 2rem; }
    .page-node-add-enquire .block-views-courses-enrollment .view-courses > .view-content .link {
      display: inline;
      padding-right: 1.5rem; }

.page-node-add-enquire .group-enrollment-details > div {
  float: left;
  padding-right: 3rem;
  width: 25%; }
  .page-node-add-enquire .group-enrollment-details > div:nth-child(5n) {
    padding-right: 0; }

@media (max-width: 767px) {
  .page-node-add-enquire .group-enrollment-details > div {
    float: left;
    padding-right: 3rem;
    width: 100%; }
    .page-node-add-enquire .group-enrollment-details > div:nth-child(2n) {
      padding-right: 0; }
  .page-node-add-enquire .group-enrollment-details > h3, .page-node-add-enquire fieldset .group-enrollment-details > .fieldset-legend, fieldset .page-node-add-enquire .group-enrollment-details > .fieldset-legend, .page-node-add-enquire .page-messages .group-enrollment-details > .privatemsg-message-participants, .page-messages .page-node-add-enquire .group-enrollment-details > .privatemsg-message-participants {
    margin-bottom: 3rem !important; }
  .page-node-add-enquire .group-enrollment-details > div {
    padding-right: 0; }
  .page-node-add-enquire .group-enrollment-details .form-item {
    width: 100%;
    margin-top: 0; } }

.page-node-add-enquire .field-label {
  color: #000000;
  font-family: "Merriweather", serif;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 2rem; }

.page-node-add-enquire #edit-field-enrollment-agent-view {
  margin: 3rem 0; }

.page-node-add-enquire .view-id-education_agents > .view-content {
  border: 1px solid #e6e6e6;
  clear: both; }
  .page-node-add-enquire .view-id-education_agents > .view-content .scroller-vertical {
    background: url("../images/loaders/loader-throbber.gif") no-repeat center bottom 4.5rem;
    background-size: 26px 26px;
    height: 800px;
    overflow: hidden; }
  .page-node-add-enquire .view-id-education_agents > .view-content .scroller-inner {
    padding-bottom: 12rem; }
    .page-node-add-enquire .view-id-education_agents > .view-content .scroller-inner.no-load {
      padding-bottom: 0; }
  .page-node-add-enquire .view-id-education_agents > .view-content .views-row {
    background: #ffffff;
    border-bottom: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .page-node-add-enquire .view-id-education_agents > .view-content .views-row {
        display: block; } }
    .page-node-add-enquire .view-id-education_agents > .view-content .views-row .left,
    .page-node-add-enquire .view-id-education_agents > .view-content .views-row .right {
      float: left;
      padding: 3rem;
      width: 40%; }
      @media (max-width: 767px) {
        .page-node-add-enquire .view-id-education_agents > .view-content .views-row .left,
        .page-node-add-enquire .view-id-education_agents > .view-content .views-row .right {
          width: 100%;
          padding: 1rem; } }
    .page-node-add-enquire .view-id-education_agents > .view-content .views-row .right {
      border-left: 1px solid #e6e6e6;
      border-right: 1px solid #e6e6e6; }
      @media (max-width: 767px) {
        .page-node-add-enquire .view-id-education_agents > .view-content .views-row .right {
          border: none; } }
    .page-node-add-enquire .view-id-education_agents > .view-content .views-row .select-button {
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      float: left;
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 3rem;
      text-align: center;
      width: 20%; }
      @media (max-width: 767px) {
        .page-node-add-enquire .view-id-education_agents > .view-content .views-row .select-button {
          width: 100%;
          padding: 1rem; } }
    .page-node-add-enquire .view-id-education_agents > .view-content .views-row:nth-child(even) {
      background: #f7f7f7; }
    .page-node-add-enquire .view-id-education_agents > .view-content .views-row:last-child {
      border-bottom: none; }
    .page-node-add-enquire .view-id-education_agents > .view-content .views-row.selected {
      border: 3px solid #22c5b1; }
  .page-node-add-enquire .view-id-education_agents > .view-content .logo {
    margin-bottom: 2rem; }
    .page-node-add-enquire .view-id-education_agents > .view-content .logo img {
      margin: 0;
      max-height: 50px;
      width: auto; }
  .page-node-add-enquire .view-id-education_agents > .view-content .view-reviews {
    margin-bottom: 2rem; }
    .page-node-add-enquire .view-id-education_agents > .view-content .view-reviews .views-row {
      background: none;
      border: none;
      display: block; }
  .page-node-add-enquire .view-id-education_agents > .view-content .main-title {
    margin: 0; }
  .page-node-add-enquire .view-id-education_agents > .view-content .label {
    margin-bottom: 0.5rem; }
  .page-node-add-enquire .view-id-education_agents > .view-content .data {
    color: #000000;
    font-family: "Merriweather", serif;
    font-size: 2rem;
    margin-bottom: 2rem; }
    .page-node-add-enquire .view-id-education_agents > .view-content .data li {
      list-style: none;
      margin: 0 0 1rem 0; }
  .page-node-add-enquire .view-id-education_agents > .view-content .link {
    display: inline;
    padding-right: 1.5rem; }
    .page-node-add-enquire .view-id-education_agents > .view-content .link .map-locator {
      cursor: pointer; }
    .page-node-add-enquire .view-id-education_agents > .view-content .link .flag-wrapper {
      display: inline; }

.page-node-add-enquire .view-id-education_agents .view-header {
  height: 400px;
  margin-bottom: 5rem; }

.node-type-enquire .node {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  margin: 5rem 0;
  padding: 5rem 0; }
  .node-type-enquire .node .field {
    float: left;
    margin-bottom: 4rem;
    width: 50%; }
    .node-type-enquire .node .field > .field-label {
      color: #000000;
      font-family: "Merriweather", serif;
      font-size: 2rem;
      font-weight: 400;
      margin-bottom: 1rem; }
    .node-type-enquire .node .field .field {
      float: none;
      margin: 0;
      width: auto; }

.agent_wrapper {
  border: 1px solid #e6e6e6;
  padding: 3rem; }
  @media (max-width: 767px) {
    .agent_wrapper {
      padding: 1rem; } }
  .agent_wrapper .agent_wrapper--img, .agent_wrapper .agent_wrapper--info {
    float: left; }
  .agent_wrapper .agent_wrapper--img img {
    max-height: 50px;
    margin-right: 3rem; }
  .agent_wrapper .agent_wrapper--info p {
    font-family: 'Merriweather', serif;
    font-size: 2rem;
    line-height: 3rem;
    color: #000000; }
  .agent_wrapper .agent_wrapper--info p, .agent_wrapper .agent_wrapper--info a {
    display: inline-block; }

.block-spiible_custom-user_account {
  float: right;
  margin-left: 2rem;
  position: relative; }
  .block-spiible_custom-user_account .signup-login {
    border: 1px solid transparent;
    border-radius: 50px;
    color: #5e5e5e;
    display: block;
    height: 50px;
    line-height: 4.6rem;
    padding: 0 25px; }
    .block-spiible_custom-user_account .signup-login:hover {
      border-color: #22c5b1;
      color: #22c5b1; }
  .block-spiible_custom-user_account .block-title {
    color: #5e5e5e;
    cursor: pointer;
    height: 5rem;
    line-height: 5.4rem;
    margin: 0;
    padding-right: 3rem;
    position: relative;
    -webkit-transition: 0.4s;
            transition: 0.4s; }
    .block-spiible_custom-user_account .block-title svg {
      border-radius: 100%; }
      .block-spiible_custom-user_account .block-title svg path {
        fill: #44c3d3;
        -webkit-transition: 0.4s;
                transition: 0.4s; }
    .block-spiible_custom-user_account .block-title .count {
      -webkit-animation: pulse 0.6s ease-in-out 1s forwards;
              animation: pulse 0.6s ease-in-out 1s forwards;
      background: #44c3d3;
      border-radius: 100%;
      color: #ffffff;
      display: inline-block;
      font-size: 1.2rem;
      font-weight: 700;
      line-height: 1.8rem;
      height: 18px;
      opacity: 0;
      position: relative;
      text-align: center;
      top: -1rem;
      -webkit-transition: 0.4s;
              transition: 0.4s;
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0);
      width: 18px; }
    .block-spiible_custom-user_account .block-title:after {
      background: url("../images/icons/icon-asc.svg") no-repeat;
      background-size: 14px 7px;
      border: none;
      content: '';
      height: 7px;
      margin: 0 !important;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 14px; }
  .block-spiible_custom-user_account .item-list ul {
    min-width: 150px;
    right: 0;
    text-align: left;
    top: 54px;
    width: auto; }
    .block-spiible_custom-user_account .item-list ul li {
      padding: 0; }
    .block-spiible_custom-user_account .item-list ul a {
      color: #5e5e5e;
      display: block;
      padding: 15px 25px; }
      .block-spiible_custom-user_account .item-list ul a .count {
        color: #111111;
        font-size: 1.2rem;
        font-weight: 700;
        position: relative;
        top: -0.5rem;
        -webkit-transition: 0.4s;
                transition: 0.4s; }
        .block-spiible_custom-user_account .item-list ul a .count.new {
          color: #44c3d3; }
  .block-spiible_custom-user_account.active .item-list ul {
    display: block; }

.page-user .user-picture {
  border-radius: 100%;
  float: left;
  overflow: hidden;
  width: 60px; }

.page-user .profile > h3, .page-user fieldset .profile > .fieldset-legend, fieldset .page-user .profile > .fieldset-legend, .page-user .page-messages .profile > .privatemsg-message-participants, .page-messages .page-user .profile > .privatemsg-message-participants {
  display: none; }

.page-user .privatemsg-send-link {
  border: 1px solid #22c5b1;
  border-radius: 30px;
  color: #22c5b1;
  cursor: pointer;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  height: 60px;
  line-height: 58px;
  padding: 0 30px;
  -webkit-transition: 0.4s;
          transition: 0.4s;
  overflow: hidden;
  white-space: nowrap;
  float: right;
  margin: 2rem 0; }
  .page-user .privatemsg-send-link:hover {
    background: #22c5b1;
    color: #ffffff; }

.page-user .entity-profile2 {
  clear: both; }

.page-user .field-name-field-profile-location {
  float: left;
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  width: 41.66667%;
  float: right;
  margin-bottom: 4rem;
  padding-right: 0; }
  .page-user .field-name-field-profile-location:after {
    content: " ";
    display: block;
    clear: both; }
  .page-user .field-name-field-profile-location > .field-label {
    color: #000000;
    font-family: "Merriweather", serif;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 2rem; }
  @media (min-width: 767px) and (max-width: 991px) {
    .page-user .field-name-field-profile-location {
      float: left;
      min-height: 1px;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      position: relative;
      width: 100%;
      padding: 0; }
      .page-user .field-name-field-profile-location:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (max-width: 767px) {
    .page-user .field-name-field-profile-location {
      float: left;
      min-height: 1px;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      position: relative;
      width: 100%; }
      .page-user .field-name-field-profile-location:after {
        content: " ";
        display: block;
        clear: both; } }

.page-user .group-profile-details {
  @inclue grider-column(7);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0; }
  .page-user .group-profile-details > h2 {
    width: 100%; }

.page-user .group-profile-professional {
  float: left;
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  width: 58.33333%;
  padding-left: 0; }
  .page-user .group-profile-professional:after {
    content: " ";
    display: block;
    clear: both; }
  .page-user .group-profile-professional .field-group-format-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  @media (min-width: 767px) and (max-width: 991px) {
    .page-user .group-profile-professional {
      float: left;
      min-height: 1px;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      position: relative;
      width: 100%;
      padding: 0; }
      .page-user .group-profile-professional:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (max-width: 767px) {
    .page-user .group-profile-professional {
      float: left;
      min-height: 1px;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      position: relative;
      width: 100%; }
      .page-user .group-profile-professional:after {
        content: " ";
        display: block;
        clear: both; } }

.page-user .group-profile-social-accounts {
  float: left;
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  width: 58.33333%;
  padding-left: 0; }
  .page-user .group-profile-social-accounts:after {
    content: " ";
    display: block;
    clear: both; }
  .page-user .group-profile-social-accounts .field-group-format-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  @media (min-width: 767px) and (max-width: 991px) {
    .page-user .group-profile-social-accounts {
      float: left;
      min-height: 1px;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      position: relative;
      width: 100%;
      padding: 0; }
      .page-user .group-profile-social-accounts:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (max-width: 767px) {
    .page-user .group-profile-social-accounts {
      float: left;
      min-height: 1px;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      position: relative;
      width: 100%; }
      .page-user .group-profile-social-accounts:after {
        content: " ";
        display: block;
        clear: both; } }

.page-user-edit #edit-revalidate a {
  border: 1px solid #22c5b1;
  border-radius: 30px;
  color: #22c5b1;
  cursor: pointer;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  height: 60px;
  line-height: 58px;
  padding: 0 30px;
  -webkit-transition: 0.4s;
          transition: 0.4s;
  overflow: hidden;
  white-space: nowrap;
  margin: 2rem 0;
  text-transform: capitalize; }
  .page-user-edit #edit-revalidate a:hover {
    background: #22c5b1;
    color: #ffffff; }

.page-user-edit #edit-field-account-first-name {
  float: left;
  padding-right: 1.5rem;
  width: 50%; }

.page-user-edit #edit-field-account-last-name {
  float: left;
  padding-left: 1.5rem;
  width: 50%; }

@media (max-width: 767px) {
  .page-user-edit #edit-field-account-first-name, .page-user-edit #edit-field-account-last-name {
    width: 100%;
    padding: 0; } }

.page-user-edit #edit-profile-student-field-location,
.page-user-edit #edit-profile-institution-field-location,
.page-user-edit #edit-profile-agent-field-location,
.page-user-edit #edit-profile-agency-field-location {
  display: none; }

.page-user-edit .group-profile-details {
  clear: both; }
  .page-user-edit .group-profile-details > h3, .page-user-edit fieldset .group-profile-details > .fieldset-legend, fieldset .page-user-edit .group-profile-details > .fieldset-legend, .page-user-edit .page-messages .group-profile-details > .privatemsg-message-participants, .page-messages .page-user-edit .group-profile-details > .privatemsg-message-participants {
    clear: both;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    color: #22c5b1 !important;
    display: block;
    margin-bottom: 0rem !important;
    padding-bottom: 1rem; }
    @media (max-width: 767px) {
      .page-user-edit .group-profile-details > h3, .page-user-edit fieldset .group-profile-details > .fieldset-legend, fieldset .page-user-edit .group-profile-details > .fieldset-legend, .page-user-edit .page-messages .group-profile-details > .privatemsg-message-participants, .page-messages .page-user-edit .group-profile-details > .privatemsg-message-participants {
        margin-bottom: 3rem !important; } }
  .page-user-edit .group-profile-details > div {
    float: left;
    padding-right: 3rem;
    width: 33.33333%; }
    .page-user-edit .group-profile-details > div:nth-child(4n) {
      padding-right: 0; }
  @media (max-width: 767px) {
    .page-user-edit .group-profile-details {
      padding: 0 !important; }
      .page-user-edit .group-profile-details > div {
        width: 100%;
        padding: 0; }
        .page-user-edit .group-profile-details > div .form-select {
          width: 100%; } }

.page-user-edit .group-profile-professional > div {
  float: left;
  padding-right: 3rem;
  width: 33.33333%; }
  .page-user-edit .group-profile-professional > div:nth-child(4n) {
    padding-right: 0; }

.page-user-edit .group-profile-social-accounts {
  width: 100%; }
  .page-user-edit .group-profile-social-accounts > div {
    float: left;
    padding-right: 3rem;
    width: 50%; }
    .page-user-edit .group-profile-social-accounts > div:nth-child(3n) {
      padding-right: 0; }
  .page-user-edit .group-profile-social-accounts h3, .page-user-edit .group-profile-social-accounts fieldset .fieldset-legend, fieldset .page-user-edit .group-profile-social-accounts .fieldset-legend, .page-user-edit .group-profile-social-accounts .page-messages .privatemsg-message-participants, .page-messages .page-user-edit .group-profile-social-accounts .privatemsg-message-participants {
    border-bottom: 1px solid #e6e6e6;
    color: #22c5b1 !important;
    display: block;
    margin-bottom: 0rem !important;
    padding-bottom: 1rem; }
    @media (max-width: 767px) {
      .page-user-edit .group-profile-social-accounts h3, .page-user-edit .group-profile-social-accounts fieldset .fieldset-legend, fieldset .page-user-edit .group-profile-social-accounts .fieldset-legend, .page-user-edit .group-profile-social-accounts .page-messages .privatemsg-message-participants, .page-messages .page-user-edit .group-profile-social-accounts .privatemsg-message-participants {
        margin-bottom: 3rem !important; } }

.page-user-edit #edit-profile-student-field-profile-visa {
  clear: both; }

.page-user-edit #edit-account {
  clear: both; }

.page-user-register .form-item-pass-pass2 {
  margin-bottom: 0; }
  .page-user-register .form-item-pass-pass2 input[type=password] {
    margin: 0; }

.header.on-top .block-spiible_custom-user_account .block-title svg path {
  fill: #ffffff; }

.header.on-top .block-spiible_custom-user_account .block-title .count {
  background: #ffffff;
  color: #44c3d3; }

.header.on-top .block-spiible_custom-user_account .block-title:after {
  background: url("../images/icons/icon-asc-white.svg") no-repeat; }

.page-user .group-profile-details {
  float: left;
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  width: 58.33333%;
  padding-left: 0; }
  .page-user .group-profile-details:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 768px) and (max-width: 991px) {
    .page-user .group-profile-details {
      float: left;
      min-height: 1px;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      position: relative;
      width: 100%;
      padding: 0; }
      .page-user .group-profile-details:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (max-width: 767px) {
    .page-user .group-profile-details {
      float: left;
      min-height: 1px;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      position: relative;
      width: 100%; }
      .page-user .group-profile-details:after {
        content: " ";
        display: block;
        clear: both; } }

#edit-account .form-item-current-pass input[type="password"], #edit-account input#edit-mail {
  margin-bottom: 3rem; }

.page-user.page-user-edit .group-profile-professional {
  width: 100%;
  float: none; }

@media (max-width: 767px) {
  .page-user .group-profile-social-accounts .field-group-format-wrapper > .field, .page-user .group-profile-details > .field {
    width: -webkit-calc(50% - 1rem);
    width: calc(50% - 1rem);
    padding: 0; }
    .page-user .group-profile-social-accounts .field-group-format-wrapper > .field:nth-of-type(2n-1), .page-user .group-profile-details > .field:nth-of-type(2n-1) {
      margin-right: 1rem; }
    .page-user .group-profile-social-accounts .field-group-format-wrapper > .field:nth-of-type(2n), .page-user .group-profile-details > .field:nth-of-type(2n) {
      margin-left: 1rem; }
  .page-user-edit .group-profile-social-accounts {
    padding: 0; }
    .page-user-edit .group-profile-social-accounts > div {
      width: 100%;
      padding: 0; }
  #edit-picture input[type="file"] {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 3rem; }
  #edit-picture .form-item-picture-delete {
    clear: both; }
  #edit-picture .user-picture {
    margin-bottom: 3rem; }
  .page-user-edit .group-profile-professional > div {
    float: none;
    width: 100%; } }

.page-messages .messages-actions input[type=submit],
.page-messages .messages-actions .form-type-select {
  float: left;
  margin: 3rem 2rem 3rem 0; }

.page-messages .privatemsg-list-count {
  text-align: left; }

.page-messages .privatemsg-message-participants {
  border-bottom: 1px solid #e6e6e6;
  color: #22c5b1;
  display: block;
  margin-bottom: 2rem;
  padding-bottom: 1rem; }

.page-messages .privatemsg-message {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 4rem;
  padding-bottom: 4rem; }
  .page-messages .privatemsg-message.privatemsg-message-odd {
    text-align: right; }
    .page-messages .privatemsg-message.privatemsg-message-odd .privatemsg-author-avatar {
      float: right; }
      .page-messages .privatemsg-message.privatemsg-message-odd .privatemsg-author-avatar img {
        margin: 0 0 0 2.5rem; }
  .page-messages .privatemsg-message.privatemsg-message-new {
    font-weight: 700; }

.page-messages .privatemsg-author-avatar {
  float: left; }
  .page-messages .privatemsg-author-avatar img {
    margin-right: 2.5rem; }

.page-messages .privatemsg-author-name {
  color: #22c5b1;
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  padding-top: 0.8rem; }

.page-messages .privatemsg-message-date {
  color: #5e5e5e;
  display: block;
  font-size: 1.4rem; }

.page-messages .privatemsg-message-body {
  clear: both;
  margin-bottom: 3rem;
  padding-top: 4rem; }

.page-messages .privatemsg-message-actions li {
  list-style: none; }

.page-messages .privatemsg-message-actions a {
  border: 1px solid #22c5b1;
  border-radius: 30px;
  color: #22c5b1;
  cursor: pointer;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  height: 60px;
  line-height: 58px;
  padding: 0 30px;
  -webkit-transition: 0.4s;
          transition: 0.4s;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 2rem; }
  .page-messages .privatemsg-message-actions a:hover {
    background: #22c5b1;
    color: #ffffff; }

.page-messages .user-picture img {
  border-radius: 100%;
  max-width: 60px;
  min-height: 60px; }

.page-dashboard fieldset.container-inline .fieldset-wrapper {
  padding: 2rem 0; }

.page-dashboard fieldset.container-inline .form-item {
  float: left;
  margin: 0 2rem 0 0; }

.page-dashboard .vbo-table-select-all-pages,
.page-dashboard .vbo-table-select-this-page {
  padding: 0 5rem !important; }

.page-dashboard .block-views-message_board-block,
.page-dashboard .block-views-course_applications-block, .page-dashboard .block-spiible_custom-message_board,
.page-dashboard .block-views-reviews-block_1 {
  float: left;
  width: -webkit-calc(50% - 2rem);
  width: calc(50% - 2rem);
  margin-top: 6rem;
  border: 1px solid #e6e6e6;
  padding: 3rem;
  position: relative; }
  .page-dashboard .block-views-message_board-block h2,
  .page-dashboard .block-views-course_applications-block h2, .page-dashboard .block-spiible_custom-message_board h2,
  .page-dashboard .block-views-reviews-block_1 h2 {
    position: absolute;
    top: -1.5rem;
    background-color: #ffffff;
    padding: 0 1rem; }
  .page-dashboard .block-views-message_board-block .views-row, .page-dashboard .block-views-message_board-block .message_row,
  .page-dashboard .block-views-course_applications-block .views-row,
  .page-dashboard .block-views-course_applications-block .message_row, .page-dashboard .block-spiible_custom-message_board .views-row, .page-dashboard .block-spiible_custom-message_board .message_row,
  .page-dashboard .block-views-reviews-block_1 .views-row,
  .page-dashboard .block-views-reviews-block_1 .message_row {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 1rem;
    margin-bottom: 2rem; }
    .page-dashboard .block-views-message_board-block .views-row.views-row-last, .page-dashboard .block-views-message_board-block .message_row.views-row-last,
    .page-dashboard .block-views-course_applications-block .views-row.views-row-last,
    .page-dashboard .block-views-course_applications-block .message_row.views-row-last, .page-dashboard .block-spiible_custom-message_board .views-row.views-row-last, .page-dashboard .block-spiible_custom-message_board .message_row.views-row-last,
    .page-dashboard .block-views-reviews-block_1 .views-row.views-row-last,
    .page-dashboard .block-views-reviews-block_1 .message_row.views-row-last {
      margin-bottom: 0; }
    .page-dashboard .block-views-message_board-block .views-row.new_message a, .page-dashboard .block-views-message_board-block .message_row.new_message a,
    .page-dashboard .block-views-course_applications-block .views-row.new_message a,
    .page-dashboard .block-views-course_applications-block .message_row.new_message a, .page-dashboard .block-spiible_custom-message_board .views-row.new_message a, .page-dashboard .block-spiible_custom-message_board .message_row.new_message a,
    .page-dashboard .block-views-reviews-block_1 .views-row.new_message a,
    .page-dashboard .block-views-reviews-block_1 .message_row.new_message a {
      font-weight: bold; }
      .page-dashboard .block-views-message_board-block .views-row.new_message a:after, .page-dashboard .block-views-message_board-block .message_row.new_message a:after,
      .page-dashboard .block-views-course_applications-block .views-row.new_message a:after,
      .page-dashboard .block-views-course_applications-block .message_row.new_message a:after, .page-dashboard .block-spiible_custom-message_board .views-row.new_message a:after, .page-dashboard .block-spiible_custom-message_board .message_row.new_message a:after,
      .page-dashboard .block-views-reviews-block_1 .views-row.new_message a:after,
      .page-dashboard .block-views-reviews-block_1 .message_row.new_message a:after {
        content: 'new';
        font-weight: lighter;
        color: #f00;
        padding-left: 5px;
        font-size: 14px; }
  .page-dashboard .block-views-message_board-block .view_all_container,
  .page-dashboard .block-views-course_applications-block .view_all_container, .page-dashboard .block-spiible_custom-message_board .view_all_container,
  .page-dashboard .block-views-reviews-block_1 .view_all_container {
    text-align: right; }
    .page-dashboard .block-views-message_board-block .view_all_container a,
    .page-dashboard .block-views-course_applications-block .view_all_container a, .page-dashboard .block-spiible_custom-message_board .view_all_container a,
    .page-dashboard .block-views-reviews-block_1 .view_all_container a {
      border: 1px solid #22c5b1;
      border-radius: 30px;
      color: #22c5b1;
      cursor: pointer;
      display: inline-block;
      font-family: "Lato", sans-serif;
      font-size: 1.6rem;
      height: 60px;
      line-height: 58px;
      padding: 0 30px;
      -webkit-transition: 0.4s;
              transition: 0.4s;
      overflow: hidden;
      white-space: nowrap; }
      .page-dashboard .block-views-message_board-block .view_all_container a:hover,
      .page-dashboard .block-views-course_applications-block .view_all_container a:hover, .page-dashboard .block-spiible_custom-message_board .view_all_container a:hover,
      .page-dashboard .block-views-reviews-block_1 .view_all_container a:hover {
        background: #22c5b1;
        color: #ffffff; }

.page-dashboard .block-views-reviews-block_1 {
  width: 100%; }

.page-dashboard .block-views-message_board-block {
  margin-right: 2rem; }

.page-dashboard .block-views-course_applications-block {
  margin-left: 2rem; }

.page-dashboard .vbo-select-all-markup {
  display: none !important; }

@media (max-width: 767px) {
  .page-dashboard .block-views-message_board-block, .page-dashboard .block-views-course_applications-block, .page-dashboard .block-spiible_custom-message_board {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0; } }

.page-dashboard .profile_block_wrapper {
  margin-top: 3rem; }
  .page-dashboard .profile_block_wrapper img {
    border-radius: 50%;
    float: left;
    max-height: 120px;
    margin-right: 2rem; }
  .page-dashboard .profile_block_wrapper .profile_block_info {
    height: 120px;
    display: table-cell;
    vertical-align: middle; }
    .page-dashboard .profile_block_wrapper .profile_block_info h2 {
      margin-bottom: 0rem; }

.page-dashboard .views-field-views-conditional {
  padding: 1rem 2rem;
  height: 39px; }

.page-dashboard .views-field-views-conditional .unreport_agent,
.page-dashboard .views-field-views-conditional .report_agent {
  color: #22c5b1;
  cursor: pointer;
  text-transform: lowercase;
  text-align: center;
  line-height: 39px; }

.page-dashboard .views-field-views-conditional.throbber .unreport_agent,
.page-dashboard .views-field-views-conditional.throbber .report_agent {
  text-indent: -9999px;
  color: #FFF;
  background: url("../images/loaders/loader-throbber.gif") no-repeat center;
  background-size: 26px 26px; }

.field-name-field-application-form .description {
  padding-left: 20px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAJ6klEQVR42uyda2gVRxTHJ2+jjdoiqTVWMVprGjFRfPVhLYkSo1pEwUhbrU0FrSC0Aui3ClgbYiJGkFIKpRVFrEaI8RmojdqordoWialaKwr4qjVqzMOYx/ZPmQsh6s2e2b13Z3bPgd+FhLuzcx5753FmZoXfJL2mIgakg9lgJdgIdoGjoBbcAPdBC+iQtMj/3ZDfqZbXlMoyZskyYwSLdg4fDApAGTgBHgIrQjTIe2wCC0CaYIm6w5NAvnT4JWB5zEUZEHkgSbBExOkJYA7YBh4AS1Pug62yyUgQLI4d/wooBreBZRi3QBEYIVjIjp8GDgHLB3SCAyBXsPTYe58H/gCWT/kNzBUsTzh/pjSOFRBOgzwRdIERXgOHgRVQDoBRQXR8b1AK2oAVcB6DYpAcFOdPB1c8MHQDuAZqwUlQBfZIquT/auV3Gjyo32WQ42fHJ4MtUTDkHVAJNoClYApIVahvqrx2qSxrH7gbhRFDGUjym/PHgLoITr7sBZ+CLBAT4ZFKNlgF9kVwUuocyPSL8z8AzS4bqAlsB3kgzkPd4kE+2BEBHRtBgcmOjwNlLhvlJ7AEpGiob19QCKpd1rkExJrm/OfAfpcM0AF2gbEG6T8e7AGdLtmgAvQ2RfmBLk3qtIHvQYbBv4KZsqlqd8EeZ0Cq7gq/7FKKtgqM9FEnOAMcccEuF0Carkqmg6sOFbwOFvh4KPw+uOnQRlfAMB2f/KsO2/mNICUAE2H9wGbQ6TAI0nRq8y85zJvnBnA6fAa447A5SPW8t++ww/cjGBjgZFgaOOYwq9jby3H+fgdTnmsBxreBz4jGgXUOmoQKT+zoYJKnFSwULN3tuchBdrTEi+ldS4GHYLpgCbcwpknRtgXRTOw0K2bpJgiWnuw7WTHr2Agyo5HSrVN0foZgIcwgKgXBuYimkhXz+Q/5yVf7JVBsDjZFcCUPvcPHbb7jPkGbwggrx+2K9AFXqBXh3r4rtl+sMET8C/RysxKlwCKyVrC4Zf/1CvYvcnPpdpvCDF+s5kbNBh+CQtnexmg+WXRcYbXxSDduflhhbn+g5j3s00+pdx2YqPU2eHruYJ/zTgg9q5er+WbT+h5GLJka1z9foT8wXX0FLD3Rs1FoLDZzFweFjqI+FP9V9UbzFBZzpGhsuBdAh81fsX4a69FfYbv8HEEVhV26BZo/ORMJuozTfWhIXU9I3p9PXcNnwFAqm6BPtgH6HCX66B1K4QeJq3dHGmCwXqDRhj4tINkAfUaDDsqIgNJTtghsNWhCZZMNfb4ySJ8fiDOzw+0UWkwsNMMgg/UBp8Lo8wtIMUifLGAR+NLGaVykHuZuYZjIpmAtuNYliP8Eq0GSgfpUEvx1E8SHK2wOMaLG+WDLeqLhOkwi+iw/XGHbKBs1BYsuQVBD8Nt3YU7gJJ2MsUSw6BIAywh+uwcSnzrPTNyfnyJYdJodfETPD6gv894uWHQLgt0E/5WK7kLZ3sVn3GkZAO8S/Ff3RK6ZeCZPnGDRLQASQSPBjwO7XlxAuHCvj7Zk9ZOYv0WNvnhnvmr7/5nhRnoJ7AQt3TZVfAP6Gq7baqW1G/jjBOHCLMONdCbcRkvDdZtA8OPPXVf+PCTs8Ikx2EDDbeg42PBm7Z7dvlzoonRC1FQa/oRkE/LmRgrxPQtDBT5mEy7YEIAAmCZMFXp/bobAx0rCBUs5ALTXcQXBn58IfGwkXDCFA0B7HXMJ/iwW+NhFuCCVA0BjoU/q7aQsLmwQEA4A/YVwgMcRgY9am1++xgFghhAOozwn8HHD5pdrOQA0F3pi77qQyR3LBic5AIzR86zdxSEiNCdugyoOADOE8M6CJkHYXLCHA8B3K4XbOQA4ALgJCHoTwJ3A4HYC63kYyMNAnggK+kRQNU8F+yoXEEOZCuZkECeDKko5HRzcdDAvCOEFIRWzeElYcJeE8aJQQgD4cHPIENlrtL0t/F8QwwGg9bLwB3YzgaobQ7I5AHxxFuJx6ulZIVZxAGir3xqlLeL4YwHlvDkOAG31qyL4cV7XC9MIFz4A8RwA+m0PJ75j6MXuBVyknDTFAaCdbnMJ/juveopmiB0cANrpVq78plFZQB6hgGbQlwNAG72eB60E/+U+65i4+4RCCjkAtNFrOcFv9SDhWQVtJRRUzQGggdDncb4NV9AsYBEYzwHguU5vEH02o6fDom8RCtvDAWDEe5BC3ADxPRVYRDwuPpMDwDN9xgKLwBd2Ch1BfDXZNg4AI04H7QTpdgs+QCi4HWRwAERdlyzig1pJXlZE4AgHQNQXftYQfTRVUEThpZHvcQBETY9C6ssjleeWCdwEfTkAovACTPo7hGep3uw08UabffCSpbc11+Frgj+oW/rU8wOSTpCnsfEG9LAbug0M0P1IeCI5gibqIwLJP2CQxkbcHKbun2tc7yGgnuiLCjduPAq0EW98FMRpbMw3QSFYKvkIZGlc3wRwkuiDVjDCrQoUA4vIOsHilv03eGp/+X69ywr9gUWCxantP1Zw/kWQ5HZFcigzT5I2kC9YnHT62hUevKk6bDsK0QQmCxaqrd8CzQr2LolkpZLAOYVK3QWZgsWuncdQe/yS30FipCuXCRpVgoB/CWw/+fcU7NsARkWrkguBpdgczBQs4dr8ZkXbzo92ZUsVK9rGo4Nn9vbbFW1a5EWFY0GFYoU7wXp+AeX/dowPjfMVKQexXlW+DzjjoPLHQFqAnT8kNMOnyCmQ7LUSqeCCAyXugPyAtvf1Dux2XpvEldxcesWBMp1gC+gfAMe/EErpOuBvMEg3xYY5CQLJbbDYp46PAYXgjgvOH6rvGXWyOXDIUTDaR87PAjUu2KWO8OR72ic47YKyHWAnyDLY8WNBeZgcCrXDN8AUxfuEHSLSqQSTDHL862C/i/qXg2TToj8WlADLRWrAMtBf0y3ay8EJl3UuArEmt38FNnIHVB6B3XIoleDxsSxzQTlodVnHBjDPL52gTEIWkUojOAxWgwkgLsLn8E0Ca0AV6UweelbvVb8Ng3qBMnKHiM49cEjeawXIBYMVRzS5sowyGWQPIlz3TlACEv08EZJDWF7mJs3gJrgEzoJqUCmplv+7JL/T7EH9LoKpQZkGTQZF4DGwAk4rWAd6BTEZMhLsC7Dz/2vXjlEQBqIgDL9Cz6CVgnoOQUWIiI2eIgcRIRiPILbpBK3TKAgpA3qDaJfYpJPgX2hlIYKRmLyB7wI7U+3uGi0pejiEPrwCFX9AVzQvQxg9n5dzysNQNG+H0MEWSQ5KT7BBWzQfD6GJGS5/WPwZUzRE85VvUwOsEGW49BBLGCiJJrXr1z5snDJQ+hFz9FAWzc8HUcUEC+xTvq27YgcbY1REk8lR1GHAhAUHLnwEiBDj9hAjRAAfLhxYMGGgJjnMHSU3yunD7qoKAAAAAElFTkSuQmCC") 0 5px no-repeat;
  background-size: 16px 16px; }

.page-node-submission .webform-submission-info .user-picture {
  display: none; }

.page-node-add .filter-wrapper,
.page-node-add .tabledrag-toggle-weight-wrapper,
.page-node-edit .filter-wrapper,
.page-node-edit .tabledrag-toggle-weight-wrapper {
  display: none; }

.page-node-add .field-group-div,
.page-node-edit .field-group-div {
  border-bottom: 1px solid #5e5e5e;
  margin: 3rem 0;
  position: relative; }
  .page-node-add .field-group-div h3, .page-node-add .field-group-div fieldset .fieldset-legend, fieldset .page-node-add .field-group-div .fieldset-legend, .page-node-add .field-group-div .page-messages .privatemsg-message-participants, .page-messages .page-node-add .field-group-div .privatemsg-message-participants,
  .page-node-edit .field-group-div h3,
  .page-node-edit .field-group-div fieldset .fieldset-legend, fieldset
  .page-node-edit .field-group-div .fieldset-legend,
  .page-node-edit .field-group-div .page-messages .privatemsg-message-participants, .page-messages
  .page-node-edit .field-group-div .privatemsg-message-participants {
    border-bottom: 1px solid #e6e6e6;
    color: #22c5b1;
    display: block;
    margin: 0;
    padding-bottom: 1rem; }

#block-lang_dropdown-language {
  float: right; }

#block-lang_dropdown-language .form-item {
  margin: 0.8em 0; }

#block-lang_dropdown-language #lang-dropdown-select-language_msdd {
  border: 0;
  width: 50px !important; }

#block-lang_dropdown-language .ddTitle {
  background: 0; }

#block-lang_dropdown-language .divider {
  display: none; }

#admin-menu .dropdown .admin-menu-action, #admin-menu .dropdown .admin-menu-search {
  height: 100%; }

.view-hot-offers .views-exposed-form {
  padding-bottom: 30px; }

.view-hot-offers .views-row {
  overflow: hidden;
  margin-bottom: 60px;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media (max-width: 991px) {
    .view-hot-offers .views-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.view-hot-offers .views-row > div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  color: #fff;
  background: #22c5b1;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.view-hot-offers .views-row .right-column {
  position: relative; }

.view-hot-offers .views-row .views-field-field-hot-offers-image {
  max-width: 600px;
  display: block;
  min-width: 600px; }
  @media (max-width: 991px) {
    .view-hot-offers .views-row .views-field-field-hot-offers-image {
      max-width: 100%;
      min-width: 100%; } }
  .view-hot-offers .views-row .views-field-field-hot-offers-image .field-content {
    height: 100%; }
    .view-hot-offers .views-row .views-field-field-hot-offers-image .field-content img {
      height: 100%;
      width: 100%;
      -o-object-fit: fill;
         object-fit: fill; }

.view-hot-offers .views-row .views-field-title {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 3rem;
  padding-bottom: 25px; }
  .view-hot-offers .views-row .views-field-title a {
    color: #fff;
    cursor: pointer; }

.view-hot-offers .views-row .fix-width-10, .view-hot-offers .views-row .hot-offer-content {
  margin-bottom: 70px; }

.view-hot-offers .views-row .views-field-view-node a {
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 50px;
  color: #5e5e5e;
  display: block;
  height: 50px;
  line-height: 4.6rem;
  padding: 0 25px;
  float: left;
  background: #fff;
  overflow: hidden;
  position: absolute;
  bottom: 20px; }
  .view-hot-offers .views-row .views-field-view-node a:hover {
    order-color: #22c5b1;
    color: #22c5b1; }

#admin-menu .admin-menu-search input {
  line-height: 1rem;
  height: auto; }

#colorbox #cboxContent {
  padding: 30px; }

#colorbox input[type="text"] {
  width: 80%; }

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

.toboggan-unified #login-links a{
  border: solid 1px #e6e6e6;
  border-radius: 30px;
  background: white;
  font-weight: 300;
}
.toboggan-unified #login-links a:hover{
  box-shadow: 0px 0px 3px #e6e6e6;
}
.toboggan-unified #login-links a.lt-active:hover{
  background: #ddd;
  border: solid 2px #e6e6e6;
}
.toboggan-unified #login-links a.lt-active{
  border: solid 2px #e6e6e6;
  border-radius: 30px;
  background: white;
}
