/*------------------------------------*\
    #COLOR LIST
\*------------------------------------*/
body {
  background-color: #FFFFFF; }

/*------------------------------------*\
    #VARIABLES
\*------------------------------------*/
/*------------------------------------*\
    #MIXINS
\*------------------------------------*/
/* Font size */
/* Border radius */
/* Clearfix */
/* Box Model */
/* Opacity */
/*------------------------------------*\
    #RESET
\*------------------------------------*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

/*------------------------------------*\
    #GRID
\*------------------------------------*/
.container {
  position: relative; }
  @media screen and (min-width: 1000px) {
    .container {
      margin: 0 auto;
      max-width: 960px;
      width: 960px; }
      .container.is-fluid {
        margin: 0 20px;
        max-width: none;
        width: auto; } }
  @media screen and (min-width: 1192px) {
    .container {
      max-width: 1152px;
      width: 1152px; } }
  @media screen and (min-width: 1384px) {
    .container {
      max-width: 1344px;
      width: 1344px; } }

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem; }
  .columns.is-mobile > .column.is-narrow {
    flex: none; }
  .columns.is-mobile > .column.is-full {
    flex: none;
    width: 100%; }
  .columns.is-mobile > .column.is-three-quarters {
    flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-two-thirds {
    flex: none;
    width: 66.6666%; }
  .columns.is-mobile > .column.is-half {
    flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-one-third {
    flex: none;
    width: 33.3333%; }
  .columns.is-mobile > .column.is-one-quarter {
    flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-offset-three-quarters {
    margin-left: 75%; }
  .columns.is-mobile > .column.is-offset-two-thirds {
    margin-left: 66.6666%; }
  .columns.is-mobile > .column.is-offset-half {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-offset-one-third {
    margin-left: 33.3333%; }
  .columns.is-mobile > .column.is-offset-one-quarter {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-1 {
    flex: none;
    width: 8.3333333333%; }
  .columns.is-mobile > .column.is-offset-1 {
    margin-left: 8.3333333333%; }
  .columns.is-mobile > .column.is-2 {
    flex: none;
    width: 16.6666666667%; }
  .columns.is-mobile > .column.is-offset-2 {
    margin-left: 16.6666666667%; }
  .columns.is-mobile > .column.is-3 {
    flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-offset-3 {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-4 {
    flex: none;
    width: 33.3333333333%; }
  .columns.is-mobile > .column.is-offset-4 {
    margin-left: 33.3333333333%; }
  .columns.is-mobile > .column.is-5 {
    flex: none;
    width: 41.6666666667%; }
  .columns.is-mobile > .column.is-offset-5 {
    margin-left: 41.6666666667%; }
  .columns.is-mobile > .column.is-6 {
    flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-offset-6 {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-7 {
    flex: none;
    width: 58.3333333333%; }
  .columns.is-mobile > .column.is-offset-7 {
    margin-left: 58.3333333333%; }
  .columns.is-mobile > .column.is-8 {
    flex: none;
    width: 66.6666666667%; }
  .columns.is-mobile > .column.is-offset-8 {
    margin-left: 66.6666666667%; }
  .columns.is-mobile > .column.is-9 {
    flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-offset-9 {
    margin-left: 75%; }
  .columns.is-mobile > .column.is-10 {
    flex: none;
    width: 83.3333333333%; }
  .columns.is-mobile > .column.is-offset-10 {
    margin-left: 83.3333333333%; }
  .columns.is-mobile > .column.is-11 {
    flex: none;
    width: 91.6666666667%; }
  .columns.is-mobile > .column.is-offset-11 {
    margin-left: 91.6666666667%; }
  .columns.is-mobile > .column.is-12 {
    flex: none;
    width: 100%; }
  .columns.is-mobile > .column.is-offset-12 {
    margin-left: 100%; }
  @media screen and (max-width: 768px) {
    .column.is-narrow-mobile {
      flex: none; }
    .column.is-full-mobile {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-mobile {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-mobile {
      flex: none;
      width: 66.6666%; }
    .column.is-half-mobile {
      flex: none;
      width: 50%; }
    .column.is-one-third-mobile {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-mobile {
      flex: none;
      width: 25%; }
    .column.is-offset-three-quarters-mobile {
      margin-left: 75%; }
    .column.is-offset-two-thirds-mobile {
      margin-left: 66.6666%; }
    .column.is-offset-half-mobile {
      margin-left: 50%; }
    .column.is-offset-one-third-mobile {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-mobile {
      margin-left: 25%; }
    .column.is-1-mobile {
      flex: none;
      width: 8.3333333333%; }
    .column.is-offset-1-mobile {
      margin-left: 8.3333333333%; }
    .column.is-2-mobile {
      flex: none;
      width: 16.6666666667%; }
    .column.is-offset-2-mobile {
      margin-left: 16.6666666667%; }
    .column.is-3-mobile {
      flex: none;
      width: 25%; }
    .column.is-offset-3-mobile {
      margin-left: 25%; }
    .column.is-4-mobile {
      flex: none;
      width: 33.3333333333%; }
    .column.is-offset-4-mobile {
      margin-left: 33.3333333333%; }
    .column.is-5-mobile {
      flex: none;
      width: 41.6666666667%; }
    .column.is-offset-5-mobile {
      margin-left: 41.6666666667%; }
    .column.is-6-mobile {
      flex: none;
      width: 50%; }
    .column.is-offset-6-mobile {
      margin-left: 50%; }
    .column.is-7-mobile {
      flex: none;
      width: 58.3333333333%; }
    .column.is-offset-7-mobile {
      margin-left: 58.3333333333%; }
    .column.is-8-mobile {
      flex: none;
      width: 66.6666666667%; }
    .column.is-offset-8-mobile {
      margin-left: 66.6666666667%; }
    .column.is-9-mobile {
      flex: none;
      width: 75%; }
    .column.is-offset-9-mobile {
      margin-left: 75%; }
    .column.is-10-mobile {
      flex: none;
      width: 83.3333333333%; }
    .column.is-offset-10-mobile {
      margin-left: 83.3333333333%; }
    .column.is-11-mobile {
      flex: none;
      width: 91.6666666667%; }
    .column.is-offset-11-mobile {
      margin-left: 91.6666666667%; }
    .column.is-12-mobile {
      flex: none;
      width: 100%; }
    .column.is-offset-12-mobile {
      margin-left: 100%; } }
  @media screen and (min-width: 769px), print {
    .column.is-narrow, .column.is-narrow-tablet {
      flex: none; }
    .column.is-full, .column.is-full-tablet {
      flex: none;
      width: 100%; }
    .column.is-three-quarters, .column.is-three-quarters-tablet {
      flex: none;
      width: 75%; }
    .column.is-two-thirds, .column.is-two-thirds-tablet {
      flex: none;
      width: 66.6666%; }
    .column.is-half, .column.is-half-tablet {
      flex: none;
      width: 50%; }
    .column.is-one-third, .column.is-one-third-tablet {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter, .column.is-one-quarter-tablet {
      flex: none;
      width: 25%; }
    .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
      margin-left: 75%; }
    .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
      margin-left: 66.6666%; }
    .column.is-offset-half, .column.is-offset-half-tablet {
      margin-left: 50%; }
    .column.is-offset-one-third, .column.is-offset-one-third-tablet {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
      margin-left: 25%; }
    .column.is-1, .column.is-1-tablet {
      flex: none;
      width: 8.3333333333%; }
    .column.is-offset-1, .column.is-offset-1-tablet {
      margin-left: 8.3333333333%; }
    .column.is-2, .column.is-2-tablet {
      flex: none;
      width: 16.6666666667%; }
    .column.is-offset-2, .column.is-offset-2-tablet {
      margin-left: 16.6666666667%; }
    .column.is-3, .column.is-3-tablet {
      flex: none;
      width: 25%; }
    .column.is-offset-3, .column.is-offset-3-tablet {
      margin-left: 25%; }
    .column.is-4, .column.is-4-tablet {
      flex: none;
      width: 33.3333333333%; }
    .column.is-offset-4, .column.is-offset-4-tablet {
      margin-left: 33.3333333333%; }
    .column.is-5, .column.is-5-tablet {
      flex: none;
      width: 41.6666666667%; }
    .column.is-offset-5, .column.is-offset-5-tablet {
      margin-left: 41.6666666667%; }
    .column.is-6, .column.is-6-tablet {
      flex: none;
      width: 50%; }
    .column.is-offset-6, .column.is-offset-6-tablet {
      margin-left: 50%; }
    .column.is-7, .column.is-7-tablet {
      flex: none;
      width: 58.3333333333%; }
    .column.is-offset-7, .column.is-offset-7-tablet {
      margin-left: 58.3333333333%; }
    .column.is-8, .column.is-8-tablet {
      flex: none;
      width: 66.6666666667%; }
    .column.is-offset-8, .column.is-offset-8-tablet {
      margin-left: 66.6666666667%; }
    .column.is-9, .column.is-9-tablet {
      flex: none;
      width: 75%; }
    .column.is-offset-9, .column.is-offset-9-tablet {
      margin-left: 75%; }
    .column.is-10, .column.is-10-tablet {
      flex: none;
      width: 83.3333333333%; }
    .column.is-offset-10, .column.is-offset-10-tablet {
      margin-left: 83.3333333333%; }
    .column.is-11, .column.is-11-tablet {
      flex: none;
      width: 91.6666666667%; }
    .column.is-offset-11, .column.is-offset-11-tablet {
      margin-left: 91.6666666667%; }
    .column.is-12, .column.is-12-tablet {
      flex: none;
      width: 100%; }
    .column.is-offset-12, .column.is-offset-12-tablet {
      margin-left: 100%; } }
  @media screen and (min-width: 1000px) {
    .column.is-narrow-desktop {
      flex: none; }
    .column.is-full-desktop {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-desktop {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-desktop {
      flex: none;
      width: 66.6666%; }
    .column.is-half-desktop {
      flex: none;
      width: 50%; }
    .column.is-one-third-desktop {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-desktop {
      flex: none;
      width: 25%; }
    .column.is-offset-three-quarters-desktop {
      margin-left: 75%; }
    .column.is-offset-two-thirds-desktop {
      margin-left: 66.6666%; }
    .column.is-offset-half-desktop {
      margin-left: 50%; }
    .column.is-offset-one-third-desktop {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-desktop {
      margin-left: 25%; }
    .column.is-1-desktop {
      flex: none;
      width: 8.3333333333%; }
    .column.is-offset-1-desktop {
      margin-left: 8.3333333333%; }
    .column.is-2-desktop {
      flex: none;
      width: 16.6666666667%; }
    .column.is-offset-2-desktop {
      margin-left: 16.6666666667%; }
    .column.is-3-desktop {
      flex: none;
      width: 25%; }
    .column.is-offset-3-desktop {
      margin-left: 25%; }
    .column.is-4-desktop {
      flex: none;
      width: 33.3333333333%; }
    .column.is-offset-4-desktop {
      margin-left: 33.3333333333%; }
    .column.is-5-desktop {
      flex: none;
      width: 41.6666666667%; }
    .column.is-offset-5-desktop {
      margin-left: 41.6666666667%; }
    .column.is-6-desktop {
      flex: none;
      width: 50%; }
    .column.is-offset-6-desktop {
      margin-left: 50%; }
    .column.is-7-desktop {
      flex: none;
      width: 58.3333333333%; }
    .column.is-offset-7-desktop {
      margin-left: 58.3333333333%; }
    .column.is-8-desktop {
      flex: none;
      width: 66.6666666667%; }
    .column.is-offset-8-desktop {
      margin-left: 66.6666666667%; }
    .column.is-9-desktop {
      flex: none;
      width: 75%; }
    .column.is-offset-9-desktop {
      margin-left: 75%; }
    .column.is-10-desktop {
      flex: none;
      width: 83.3333333333%; }
    .column.is-offset-10-desktop {
      margin-left: 83.3333333333%; }
    .column.is-11-desktop {
      flex: none;
      width: 91.6666666667%; }
    .column.is-offset-11-desktop {
      margin-left: 91.6666666667%; }
    .column.is-12-desktop {
      flex: none;
      width: 100%; }
    .column.is-offset-12-desktop {
      margin-left: 100%; } }
  @media screen and (min-width: 1192px) {
    .column.is-narrow-widescreen {
      flex: none; }
    .column.is-full-widescreen {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-widescreen {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-widescreen {
      flex: none;
      width: 66.6666%; }
    .column.is-half-widescreen {
      flex: none;
      width: 50%; }
    .column.is-one-third-widescreen {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-widescreen {
      flex: none;
      width: 25%; }
    .column.is-offset-three-quarters-widescreen {
      margin-left: 75%; }
    .column.is-offset-two-thirds-widescreen {
      margin-left: 66.6666%; }
    .column.is-offset-half-widescreen {
      margin-left: 50%; }
    .column.is-offset-one-third-widescreen {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-widescreen {
      margin-left: 25%; }
    .column.is-1-widescreen {
      flex: none;
      width: 8.3333333333%; }
    .column.is-offset-1-widescreen {
      margin-left: 8.3333333333%; }
    .column.is-2-widescreen {
      flex: none;
      width: 16.6666666667%; }
    .column.is-offset-2-widescreen {
      margin-left: 16.6666666667%; }
    .column.is-3-widescreen {
      flex: none;
      width: 25%; }
    .column.is-offset-3-widescreen {
      margin-left: 25%; }
    .column.is-4-widescreen {
      flex: none;
      width: 33.3333333333%; }
    .column.is-offset-4-widescreen {
      margin-left: 33.3333333333%; }
    .column.is-5-widescreen {
      flex: none;
      width: 41.6666666667%; }
    .column.is-offset-5-widescreen {
      margin-left: 41.6666666667%; }
    .column.is-6-widescreen {
      flex: none;
      width: 50%; }
    .column.is-offset-6-widescreen {
      margin-left: 50%; }
    .column.is-7-widescreen {
      flex: none;
      width: 58.3333333333%; }
    .column.is-offset-7-widescreen {
      margin-left: 58.3333333333%; }
    .column.is-8-widescreen {
      flex: none;
      width: 66.6666666667%; }
    .column.is-offset-8-widescreen {
      margin-left: 66.6666666667%; }
    .column.is-9-widescreen {
      flex: none;
      width: 75%; }
    .column.is-offset-9-widescreen {
      margin-left: 75%; }
    .column.is-10-widescreen {
      flex: none;
      width: 83.3333333333%; }
    .column.is-offset-10-widescreen {
      margin-left: 83.3333333333%; }
    .column.is-11-widescreen {
      flex: none;
      width: 91.6666666667%; }
    .column.is-offset-11-widescreen {
      margin-left: 91.6666666667%; }
    .column.is-12-widescreen {
      flex: none;
      width: 100%; }
    .column.is-offset-12-widescreen {
      margin-left: 100%; } }

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem; }
  .columns:last-child {
    margin-bottom: -0.75rem; }
  .columns:not(:last-child) {
    margin-bottom: 0.75rem; }
  .columns.is-centered {
    justify-content: center; }
  .columns.is-gapless {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0; }
    .columns.is-gapless:last-child {
      margin-bottom: 0; }
    .columns.is-gapless:not(:last-child) {
      margin-bottom: 1.5rem; }
    .columns.is-gapless > .column {
      margin: 0;
      padding: 0; }
  @media screen and (min-width: 769px), print {
    .columns.is-grid {
      flex-wrap: wrap; }
      .columns.is-grid > .column {
        max-width: 33.3333%;
        padding: 0.75rem;
        width: 33.3333%; }
        .columns.is-grid > .column + .column {
          margin-left: 0; } }
  .columns.is-mobile {
    display: flex; }
  .columns.is-multiline {
    flex-wrap: wrap; }
  .columns.is-vcentered {
    align-items: center; }
  @media screen and (min-width: 769px), print {
    .columns:not(.is-desktop) {
      display: flex; } }
  @media screen and (min-width: 1000px) {
    .columns.is-desktop {
      display: flex; } }

.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: min-content; }
  .tile.is-ancestor {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem; }
    .tile.is-ancestor:last-child {
      margin-bottom: -0.75rem; }
    .tile.is-ancestor:not(:last-child) {
      margin-bottom: 0.75rem; }
  .tile.is-child {
    margin: 0 !important; }
  .tile.is-parent {
    padding: 0.75rem; }
  .tile.is-vertical {
    flex-direction: column; }
    .tile.is-vertical > .tile.is-child:not(:last-child) {
      margin-bottom: 1.5rem !important; }
  @media screen and (min-width: 769px), print {
    .tile:not(.is-child) {
      display: flex; }
    .tile.is-1 {
      flex: none;
      width: 8.3333333333%; }
    .tile.is-2 {
      flex: none;
      width: 16.6666666667%; }
    .tile.is-3 {
      flex: none;
      width: 25%; }
    .tile.is-4 {
      flex: none;
      width: 33.3333333333%; }
    .tile.is-5 {
      flex: none;
      width: 41.6666666667%; }
    .tile.is-6 {
      flex: none;
      width: 50%; }
    .tile.is-7 {
      flex: none;
      width: 58.3333333333%; }
    .tile.is-8 {
      flex: none;
      width: 66.6666666667%; }
    .tile.is-9 {
      flex: none;
      width: 75%; }
    .tile.is-10 {
      flex: none;
      width: 83.3333333333%; }
    .tile.is-11 {
      flex: none;
      width: 91.6666666667%; }
    .tile.is-12 {
      flex: none;
      width: 100%; } }

/*------------------------------------*\
    #CODE BLOCKS
\*------------------------------------*/
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/*------------------------------------*\
    #FORMS
\*------------------------------------*/
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 55px;
  padding: 6px 20px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 2px solid;
  box-shadow: none;
  box-sizing: border-box;
  color: #84BDDE;
  font-size: 0.833rem;
  line-height: 1.9;
  font-weight: 200;
  margin-bottom: 2em; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 2px solid #256C96;
  outline: 0;
  color: #EB5D2F; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  color: #EB5D2F; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

/*------------------------------------*\
    #TABLES
\*------------------------------------*/
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
html {
  font-size: 100%; }

body {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 200;
  font-family: "Lato", sans-serif;
  color: rgba(0, 0, 0, 0.6); }

.text-huge {
  font-size: 4.444rem; }

.text-xl {
  font-size: 2.625rem; }

.text-lg {
  font-size: 2rem; }

.text-med {
  font-size: 1.375rem; }

.text-reg {
  font-size: 1rem; }

.text-sm {
  font-size: 0.833rem; }

.text-xs {
  font-size: 0.667rem; }

.text-body {
  font-family: "Lato", sans-serif; }

.text-headline {
  font-family: "Varela Round", sans-serif; }

.line-height-adj {
  line-height: 1; }

h1, h2 {
  font-family: "Varela Round", sans-serif;
  font-weight: normal;
  color: #232323; }

h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
  color: #232323; }

h1, .text-h1,
h2, .text-h2,
h3, .text-h3,
h4, .text-h4,
h5, .text-h5,
h6, .text-h6 {
  margin-top: 0;
  margin-bottom: 0; }

h1, .text-h1 {
  font-size: 2.625rem;
  line-height: 1.2;
  letter-spacing: 1; }

h2, .text-h2 {
  font-size: 2rem;
  line-height: 1.25; }

h3, .text-h3 {
  font-size: 1.375rem;
  line-height: 1.3; }

h4, .text-h4 {
  font-size: 1rem;
  line-height: 1.25;
  text-transform: uppercase; }

h5, .text-h5 {
  font-size: 0.833rem;
  line-height: 1.5; }

h6, .text-h6 {
  font-size: 0.667rem;
  line-height: 1.6;
  text-transform: uppercase; }

@media (max-width: 768px) {
  h1, .text-h1 {
    font-size: 2em; }

  header h1 {
    text-align: left !important; } }
.text-leading {
  font-size: 1.250em; }

p {
  margin-top: 0; }

a {
  color: #256C96;
  text-decoration: none;
  font-weight: 200; }

a:hover {
  color: #1b4f6d; }

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid; }
  hr.hr-med {
    width: 50%; }
  hr.hr-sm {
    width: 20%; }
  hr.hr-xs {
    width: 10%; }

blockquote {
  font-size: 2rem;
  font-family: georgia, serif;
  font-style: italic;
  line-height: 1.3;
  color: #232323;
  margin-bottom: 0px;
  border-left: 6px solid;
  border-left-color: #84BDDE;
  margin-left: 0;
  padding-left: 50px;
  margin: 50px 0 50px 0;
  quotes: "" ""; }
  blockquote .author {
    font-size: 0.667rem;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500; }

@media (min-width: 700px) {
  #mission h2 + p {
    max-width: 80%;
    margin: 0 auto; } }

/*------------------------------------*\
    #IMAGES
\*------------------------------------*/
.img-responsive {
  width: 100%;
  height: auto; }

.img-rounded {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  overflow: hidden; }

.img-circle {
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background-clip: padding-box;
  overflow: hidden; }

/*------------------------------------*\
    #LISTS
\*------------------------------------*/
ul {
  list-style: disc inside; }

ol {
  list-style: decimal inside; }

ul.list-style-none, ol.list-style-none {
  list-style: none; }

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

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }

li {
  margin-bottom: 1rem; }

.list-unstyled {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .list-unstyled li {
    margin: .2em 0; }

.list-inline {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .list-inline li {
    display: inline; }

.list-inline-block {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .list-inline-block li {
    display: inline-block; }

/*------------------------------------*\
    #NAVIGATION
\*------------------------------------*/
.nav-toggle {
  cursor: pointer;
  display: block;
  height: 4.45rem;
  position: relative;
  width: 4.45rem; }
  .nav-toggle span {
    background-color: #EB5D2F;
    display: block;
    height: 1px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    top: 50%;
    transition: none 86ms ease-out;
    transition-property: background, left, opacity, transform;
    width: 15px; }
    .nav-toggle span:nth-child(1) {
      margin-top: -6px; }
    .nav-toggle span:nth-child(2) {
      margin-top: -1px; }
    .nav-toggle span:nth-child(3) {
      margin-top: 4px; }
  .nav-toggle:hover {
    background-color: #fff; }
  .nav-toggle.is-active span {
    background-color: #256C96; }
    .nav-toggle.is-active span:nth-child(1) {
      margin-left: -5px;
      transform: rotate(45deg);
      transform-origin: left top; }
    .nav-toggle.is-active span:nth-child(2) {
      opacity: 0; }
    .nav-toggle.is-active span:nth-child(3) {
      margin-left: -5px;
      transform: rotate(-45deg);
      transform-origin: left bottom; }
  @media screen and (min-width: 769px), print {
    .nav-toggle {
      display: none; } }

.nav-item {
  align-items: center;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0.833rem;
  letter-spacing: 1px;
  justify-content: center;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  font-family: sans-serif;
  text-transform: uppercase;
  font-weight: bold; }
  .nav-item a {
    flex-grow: 1;
    flex-shrink: 0; }
  .nav-item img {
    max-height: 1.75rem; }
  .nav-item .tag:first-child:not(:last-child) {
    margin-right: 0.5rem; }
  .nav-item .tag:last-child:not(:first-child) {
    margin-left: 0.5rem; }
  @media screen and (max-width: 768px) {
    .nav-item {
      justify-content: flex-start; } }

.nav-item a,
a.nav-item {
  color: rgba(0, 0, 0, 0.5); }
  .nav-item a:hover,
  a.nav-item:hover {
    color: #256C96; }
  .nav-item a.is-active,
  a.nav-item.is-active {
    color: #256C96; }
  .nav-item a.is-tab,
  a.nav-item.is-tab {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    padding-bottom: calc(0.75rem - 1px);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: calc(0.75rem - 1px); }
    .nav-item a.is-tab:hover,
    a.nav-item.is-tab:hover {
      border-bottom-color: #256C96;
      border-top-color: transparent; }
    .nav-item a.is-tab.is-active,
    a.nav-item.is-tab.is-active {
      border-bottom: 3px solid #256C96;
      color: #256C96;
      padding-bottom: calc(0.75rem - 3px); }
  @media screen and (min-width: 1000px) {
    .nav-item a.is-brand,
    a.nav-item.is-brand {
      padding-left: 0; } }

.nav-left,
.nav-right {
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  max-width: 100%; }
  @media screen and (min-width: 1192px) {
    .nav-left,
    .nav-right {
      flex-basis: 0; } }

.nav-left {
  justify-content: flex-start;
  white-space: nowrap; }

.nav-right {
  justify-content: flex-end; }

.nav-center {
  align-items: stretch;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
  margin-left: auto;
  margin-right: auto; }

.nav-menu {
  background-color: #fff; }
  @media screen and (max-width: 768px) {
    .nav-menu.nav-right {
      box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1);
      left: 0;
      display: none;
      right: 0;
      top: 100%;
      position: absolute; }
      .nav-menu.nav-right .nav-item {
        border-top: 1px solid rgba(0, 0, 0, 0.5);
        padding: 0.75rem; }
      .nav-menu.nav-right.is-active {
        display: block; } }
  .nav-menu .button {
    margin-top: 12px;
    margin-right: 20px;
    height: 45px;
    line-height: 38px; }

.nav {
  align-items: stretch;
  display: flex;
  height: 4.45rem;
  position: relative;
  text-align: center;
  z-index: 10; }
  .nav > .container {
    align-items: stretch;
    display: flex;
    min-height: 4.45rem;
    width: 100%; }
  .nav.has-shadow {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); }

/*------------------------------------*\
    #STRUCTURE
\*------------------------------------*/
.section {
  padding: 3rem 1.5rem; }
  @media screen and (min-width: 1000px) {
    .section.is-medium {
      padding: 9rem 1.5rem; }
    .section.is-large {
      padding: 18rem 1.5rem; } }

/*------------------------------------*\
    #SECTION ALT STYLES
\*------------------------------------*/
.has-bg-img {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative; }
  .has-bg-img > * {
    position: relative;
    z-index: 3; }

@media (min-width: 769px) {
  body > section:first-of-type {
    position: relative;
    top: -9em; }
    body > section:first-of-type + section {
      margin-top: -10em; } }
/*------------------------------------*\
    #HOMEPAGE HERO
\*------------------------------------*/
header.home.hero {
  min-height: 600px;
  background-position: -98px 109px;
  border-bottom: 3px solid #256C96; }
  @media screen and (min-width: 769px), print {
    header.home.hero {
      background-size: 80%;
      background-position: bottom right; } }
  @media screen and (min-width: 1000px) {
    header.home.hero {
      background-size: 60%; } }

/*------------------------------------*\
    #HOMEPAGE FEATURED WALL
\*------------------------------------*/
section.featured {
  background-color: #f1f1f1;
  text-align: center; }
  section.featured img {
    max-width: 120px;
    width: 100%;
    height: auto; }

/*------------------------------------*\
    #HOMEPAGE PROP VALUES
\*------------------------------------*/
.prop-value {
  margin-bottom: 2rem; }

/*------------------------------------*\
    #TOUR STEPS
\*------------------------------------*/
.tour-steps-group {
  position: relative; }
  @media screen and (min-width: 769px), print {
    .tour-steps-group::before {
      position: absolute;
      width: 90%;
      height: 5px;
      content: '';
      background-image: url("../img/step-line.png");
      background-position: bottom;
      background-size: 6px 3px;
      background-repeat: repeat-x;
      left: 5%;
      top: 30%;
      z-index: 1; } }

.tour-steps-group .step {
  position: relative;
  z-index: 2; }
  .tour-steps-group .step img {
    width: 100%;
    height: auto; }

/*------------------------------------*\
    #INDUSTRY GROUP
\*------------------------------------*/
.industry-group img {
  height: 94px;
  width: auto; }

/*------------------------------------*\
    #DEVELOPERS GROUP
\*------------------------------------*/
.developers-group a {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.14);
  padding: 15px;
  border-radius: 4px;
  display: block;
  width: 100%;
  min-height: 200px;
  vertical-align: middle;
  margin-bottom: 10px; }
.developers-group img {
  height: 150px;
  width: auto;
  display: inline-block; }

/*------------------------------------*\
    #FOOTER
\*------------------------------------*/
footer .footer-logo {
  width: 110px;
  height: auto; }
footer h4 {
  font-weight: 600;
  color: #FFFFFF; }
footer ul > li {
  font-size: 0.833rem;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.8); }
  footer ul > li a {
    color: rgba(255, 255, 255, 0.8); }

/*------------------------------------*\
    #BOX
\*------------------------------------*/
.box {
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 3em 3.250em; }
  @media (min-width: 769px) {
    .box {
      padding: 5em 6.250em; } }
  .box.is-border {
    border-top: 10px solid #256C96; }
  .box.is-logos {
    padding: 0;
    width: 100%; }
  .box .item-logo, .box .item-logo.tile.is-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #E9F7FF; }
    .box .item-logo img, .box .item-logo.tile.is-child img {
      width: 100%;
      height: auto; }
    .box .item-logo:first-child, .box .item-logo.tile.is-child:first-child {
      border: 0; }
  .box.tile.is-vertical > .item-logo.tile.is-child:not(:last-child) {
    margin-bottom: 0 !important; }

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
/* Button default */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  -webkit-background-clip: padding-box;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  top: 0;
  box-sizing: border-box;
  margin: 20px 0;
  font-size: 0.833rem;
  font-weight: bold;
  height: 50px;
  padding: 0 30px;
  line-height: 46px;
  text-transform: uppercase;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.button-sm {
  height: 40px;
  padding: 0 20px;
  line-height: 36px;
  font-size: 0.667rem; }

.button-reg {
  height: 50px;
  padding: 0 30px;
  line-height: 50px;
  min-width: 150px; }

.button-lg {
  height: 60px;
  padding: 0 40px;
  line-height: 60px;
  min-width: 200px;
  font-size: 1rem; }

.button-full {
  display: block;
  width: 100%;
  min-height: 100px;
  font-size: 2rem;
  line-height: 3em; }

.button.button-standard-primary {
  color: #fff;
  background-color: #EB5D2F; }
  .button.button-standard-primary:hover {
    background-color: #d34314; }

.button.button-outline-primary {
  color: #EB5D2F;
  background-color: transparent;
  border: 2px solid #EB5D2F; }
  .button.button-outline-primary:hover {
    background-color: #EB5D2F;
    color: #fff;
    border-color: #d34314; }

.button.button-standard-secondary {
  color: #fff;
  background-color: #256C96; }
  .button.button-standard-secondary:hover {
    background-color: #1b4f6d; }

.button.button-outline-secondary {
  color: #256C96;
  background-color: transparent;
  border: 2px solid #256C96; }
  .button.button-outline-secondary:hover {
    background-color: #256C96;
    color: #fff;
    border-color: #1b4f6d; }

.button.button-standard-tertiary {
  color: #fff;
  background-color: #84BDDE; }
  .button.button-standard-tertiary:hover {
    background-color: #5ca7d3; }

.button.button-outline-tertiary {
  color: #84BDDE;
  background-color: transparent;
  border: 2px solid #84BDDE; }
  .button.button-outline-tertiary:hover {
    background-color: #84BDDE;
    color: #fff;
    border-color: #5ca7d3; }

.button.button-standard-quaternary {
  color: #fff;
  background-color: #A6D4EF; }
  .button.button-standard-quaternary:hover {
    background-color: #7bbfe7; }

.button.button-outline-quaternary {
  color: #A6D4EF;
  background-color: transparent;
  border: 2px solid #A6D4EF; }
  .button.button-outline-quaternary:hover {
    background-color: #A6D4EF;
    color: #fff;
    border-color: #7bbfe7; }

.button.button-standard-quinary {
  color: #fff;
  background-color: #E9F7FF; }
  .button.button-standard-quinary:hover {
    background-color: #b6e4ff; }

.button.button-outline-quinary {
  color: #E9F7FF;
  background-color: transparent;
  border: 2px solid #E9F7FF; }
  .button.button-outline-quinary:hover {
    background-color: #E9F7FF;
    color: #fff;
    border-color: #b6e4ff; }

.button.button-standard-dark-blue {
  color: #fff;
  background-color: #064164; }
  .button.button-standard-dark-blue:hover {
    background-color: #032234; }

.button.button-outline-dark-blue {
  color: #064164;
  background-color: transparent;
  border: 2px solid #064164; }
  .button.button-outline-dark-blue:hover {
    background-color: #064164;
    color: #fff;
    border-color: #032234; }

.button.button-standard-darker-blue {
  color: #fff;
  background-color: #042D46; }
  .button.button-standard-darker-blue:hover {
    background-color: #010e16; }

.button.button-outline-darker-blue {
  color: #042D46;
  background-color: transparent;
  border: 2px solid #042D46; }
  .button.button-outline-darker-blue:hover {
    background-color: #042D46;
    color: #fff;
    border-color: #010e16; }

.button.button-standard-ft-black {
  color: #fff;
  background-color: #232323; }
  .button.button-standard-ft-black:hover {
    background-color: #0a0a0a; }

.button.button-outline-ft-black {
  color: #232323;
  background-color: transparent;
  border: 2px solid #232323; }
  .button.button-outline-ft-black:hover {
    background-color: #232323;
    color: #fff;
    border-color: #0a0a0a; }

.button.button-standard-ft-white {
  color: #fff;
  background-color: #FFFFFF; }
  .button.button-standard-ft-white:hover {
    background-color: #e6e6e6; }

.button.button-outline-ft-white {
  color: #FFFFFF;
  background-color: transparent;
  border: 2px solid #FFFFFF; }
  .button.button-outline-ft-white:hover {
    background-color: #FFFFFF;
    color: #fff;
    border-color: #e6e6e6; }

.button.button-standard-alpha-ten-black {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1); }
  .button.button-standard-alpha-ten-black:hover {
    background-color: rgba(0, 0, 0, 0.1); }

.button.button-outline-alpha-ten-black {
  color: rgba(0, 0, 0, 0.1);
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1); }
  .button.button-outline-alpha-ten-black:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    border-color: rgba(0, 0, 0, 0.1); }

.button.button-standard-alpha-twenty-black {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2); }
  .button.button-standard-alpha-twenty-black:hover {
    background-color: rgba(0, 0, 0, 0.2); }

.button.button-outline-alpha-twenty-black {
  color: rgba(0, 0, 0, 0.2);
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.2); }
  .button.button-outline-alpha-twenty-black:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    border-color: rgba(0, 0, 0, 0.2); }

.button.button-standard-alpha-thirty-black {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3); }
  .button.button-standard-alpha-thirty-black:hover {
    background-color: rgba(0, 0, 0, 0.3); }

.button.button-outline-alpha-thirty-black {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.3); }
  .button.button-outline-alpha-thirty-black:hover {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    border-color: rgba(0, 0, 0, 0.3); }

.button.button-standard-alpha-fourty-black {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4); }
  .button.button-standard-alpha-fourty-black:hover {
    background-color: rgba(0, 0, 0, 0.4); }

.button.button-outline-alpha-fourty-black {
  color: rgba(0, 0, 0, 0.4);
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.4); }
  .button.button-outline-alpha-fourty-black:hover {
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    border-color: rgba(0, 0, 0, 0.4); }

.button.button-standard-alpha-fifty-black {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5); }
  .button.button-standard-alpha-fifty-black:hover {
    background-color: rgba(0, 0, 0, 0.5); }

.button.button-outline-alpha-fifty-black {
  color: rgba(0, 0, 0, 0.5);
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.5); }
  .button.button-outline-alpha-fifty-black:hover {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-color: rgba(0, 0, 0, 0.5); }

.button.button-standard-alpha-sixty-black {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6); }
  .button.button-standard-alpha-sixty-black:hover {
    background-color: rgba(0, 0, 0, 0.6); }

.button.button-outline-alpha-sixty-black {
  color: rgba(0, 0, 0, 0.6);
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.6); }
  .button.button-outline-alpha-sixty-black:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    border-color: rgba(0, 0, 0, 0.6); }

.button.button-standard-alpha-seventy-black {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7); }
  .button.button-standard-alpha-seventy-black:hover {
    background-color: rgba(0, 0, 0, 0.7); }

.button.button-outline-alpha-seventy-black {
  color: rgba(0, 0, 0, 0.7);
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.7); }
  .button.button-outline-alpha-seventy-black:hover {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    border-color: rgba(0, 0, 0, 0.7); }

.button.button-standard-alpha-eighty-black {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8); }
  .button.button-standard-alpha-eighty-black:hover {
    background-color: rgba(0, 0, 0, 0.8); }

.button.button-outline-alpha-eighty-black {
  color: rgba(0, 0, 0, 0.8);
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.8); }
  .button.button-outline-alpha-eighty-black:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-color: rgba(0, 0, 0, 0.8); }

.button.button-standard-alpha-ninety-black {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9); }
  .button.button-standard-alpha-ninety-black:hover {
    background-color: rgba(0, 0, 0, 0.9); }

.button.button-outline-alpha-ninety-black {
  color: rgba(0, 0, 0, 0.9);
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.9); }
  .button.button-outline-alpha-ninety-black:hover {
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    border-color: rgba(0, 0, 0, 0.9); }

.button.button-standard-alpha-ten-white {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }
  .button.button-standard-alpha-ten-white:hover {
    background-color: rgba(230, 230, 230, 0.1); }

.button.button-outline-alpha-ten-white {
  color: rgba(255, 255, 255, 0.1);
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.1); }
  .button.button-outline-alpha-ten-white:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-color: rgba(230, 230, 230, 0.1); }

.button.button-standard-alpha-twenty-white {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2); }
  .button.button-standard-alpha-twenty-white:hover {
    background-color: rgba(230, 230, 230, 0.2); }

.button.button-outline-alpha-twenty-white {
  color: rgba(255, 255, 255, 0.2);
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2); }
  .button.button-outline-alpha-twenty-white:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    border-color: rgba(230, 230, 230, 0.2); }

.button.button-standard-alpha-thirty-white {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3); }
  .button.button-standard-alpha-thirty-white:hover {
    background-color: rgba(230, 230, 230, 0.3); }

.button.button-outline-alpha-thirty-white {
  color: rgba(255, 255, 255, 0.3);
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.3); }
  .button.button-outline-alpha-thirty-white:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    border-color: rgba(230, 230, 230, 0.3); }

.button.button-standard-alpha-forty-white {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.4); }
  .button.button-standard-alpha-forty-white:hover {
    background-color: rgba(230, 230, 230, 0.4); }

.button.button-outline-alpha-forty-white {
  color: rgba(255, 255, 255, 0.4);
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.4); }
  .button.button-outline-alpha-forty-white:hover {
    background-color: rgba(255, 255, 255, 0.4);
    color: #fff;
    border-color: rgba(230, 230, 230, 0.4); }

.button.button-standard-alpha-fifty-white {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.5); }
  .button.button-standard-alpha-fifty-white:hover {
    background-color: rgba(230, 230, 230, 0.5); }

.button.button-outline-alpha-fifty-white {
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5); }
  .button.button-outline-alpha-fifty-white:hover {
    background-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    border-color: rgba(230, 230, 230, 0.5); }

.button.button-standard-alpha-sixty-white {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }
  .button.button-standard-alpha-sixty-white:hover {
    background-color: rgba(230, 230, 230, 0.6); }

.button.button-outline-alpha-sixty-white {
  color: rgba(255, 255, 255, 0.6);
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.6); }
  .button.button-outline-alpha-sixty-white:hover {
    background-color: rgba(255, 255, 255, 0.6);
    color: #fff;
    border-color: rgba(230, 230, 230, 0.6); }

.button.button-standard-alpha-seventy-white {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.7); }
  .button.button-standard-alpha-seventy-white:hover {
    background-color: rgba(230, 230, 230, 0.7); }

.button.button-outline-alpha-seventy-white {
  color: rgba(255, 255, 255, 0.7);
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.7); }
  .button.button-outline-alpha-seventy-white:hover {
    background-color: rgba(255, 255, 255, 0.7);
    color: #fff;
    border-color: rgba(230, 230, 230, 0.7); }

.button.button-standard-alpha-eighty-white {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.8); }
  .button.button-standard-alpha-eighty-white:hover {
    background-color: rgba(230, 230, 230, 0.8); }

.button.button-outline-alpha-eighty-white {
  color: rgba(255, 255, 255, 0.8);
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.8); }
  .button.button-outline-alpha-eighty-white:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: #fff;
    border-color: rgba(230, 230, 230, 0.8); }

.button.button-standard-alpha-ninety-white {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }
  .button.button-standard-alpha-ninety-white:hover {
    background-color: rgba(230, 230, 230, 0.9); }

.button.button-outline-alpha-ninety-white {
  color: rgba(255, 255, 255, 0.9);
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.9); }
  .button.button-outline-alpha-ninety-white:hover {
    background-color: rgba(255, 255, 255, 0.9);
    color: #fff;
    border-color: rgba(230, 230, 230, 0.9); }

.button.button-outline-white:hover {
  color: #EB5D2F !important; }

/*------------------------------------*\
    #MODAL
\*------------------------------------*/
.modal {
  background-color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.6); }

.modal.modal-team {
  max-width: 360px; }
  .modal.modal-team .modal-header {
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box;
    overflow: hidden; }
  .modal.modal-team .modal-body {
    padding: 30px; }
  .modal.modal-team .modal-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: flex; }
    .modal.modal-team .modal-footer a {
      flex: 1;
      padding: 1em;
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      font-weight: bold;
      color: #84BDDE; }
      .modal.modal-team .modal-footer a:first-child {
        border-left: 0; }
      .modal.modal-team .modal-footer a:hover {
        background-color: #256C96;
        color: #fff; }

#lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none; }

/*------------------------------------*\
    #BASIC HELPERS
\*------------------------------------*/
.full-width {
  width: 100% !important;
  box-sizing: border-box; }

.max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

.text-lowercase {
  text-transform: lowercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-underline {
  text-decoration: underline; }

.muted {
  color: #A1A1A1; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }
.clearfix:after {
  clear: both; }

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

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

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

.text-no-wrap {
  white-space: nowrap; }

/*------------------------------------*\
    #BORDER TRUMPS
\*------------------------------------*/
.has-border {
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  padding: 2em; }

.has-border.border-primary {
  border: 1px solid #EB5D2F !important; }

.has-border.border-secondary {
  border: 1px solid #256C96 !important; }

.has-border.border-tertiary {
  border: 1px solid #84BDDE !important; }

.has-border.border-quaternary {
  border: 1px solid #A6D4EF !important; }

.has-border.border-quinary {
  border: 1px solid #E9F7FF !important; }

.has-border.border-dark-blue {
  border: 1px solid #064164 !important; }

.has-border.border-darker-blue {
  border: 1px solid #042D46 !important; }

.has-border.border-ft-black {
  border: 1px solid #232323 !important; }

.has-border.border-ft-white {
  border: 1px solid #FFFFFF !important; }

.has-border.border-alpha-ten-black {
  border: 1px solid rgba(0, 0, 0, 0.1) !important; }

.has-border.border-alpha-twenty-black {
  border: 1px solid rgba(0, 0, 0, 0.2) !important; }

.has-border.border-alpha-thirty-black {
  border: 1px solid rgba(0, 0, 0, 0.3) !important; }

.has-border.border-alpha-fourty-black {
  border: 1px solid rgba(0, 0, 0, 0.4) !important; }

.has-border.border-alpha-fifty-black {
  border: 1px solid rgba(0, 0, 0, 0.5) !important; }

.has-border.border-alpha-sixty-black {
  border: 1px solid rgba(0, 0, 0, 0.6) !important; }

.has-border.border-alpha-seventy-black {
  border: 1px solid rgba(0, 0, 0, 0.7) !important; }

.has-border.border-alpha-eighty-black {
  border: 1px solid rgba(0, 0, 0, 0.8) !important; }

.has-border.border-alpha-ninety-black {
  border: 1px solid rgba(0, 0, 0, 0.9) !important; }

.has-border.border-alpha-ten-white {
  border: 1px solid rgba(255, 255, 255, 0.1) !important; }

.has-border.border-alpha-twenty-white {
  border: 1px solid rgba(255, 255, 255, 0.2) !important; }

.has-border.border-alpha-thirty-white {
  border: 1px solid rgba(255, 255, 255, 0.3) !important; }

.has-border.border-alpha-forty-white {
  border: 1px solid rgba(255, 255, 255, 0.4) !important; }

.has-border.border-alpha-fifty-white {
  border: 1px solid rgba(255, 255, 255, 0.5) !important; }

.has-border.border-alpha-sixty-white {
  border: 1px solid rgba(255, 255, 255, 0.6) !important; }

.has-border.border-alpha-seventy-white {
  border: 1px solid rgba(255, 255, 255, 0.7) !important; }

.has-border.border-alpha-eighty-white {
  border: 1px solid rgba(255, 255, 255, 0.8) !important; }

.has-border.border-alpha-ninety-white {
  border: 1px solid rgba(255, 255, 255, 0.9) !important; }

/*------------------------------------*\
    #MARGIN TRUMPS
\*------------------------------------*/
.margin-right-zero-mobile {
  margin-right: 0 !important; }

.margin-left-zero-mobile {
  margin-left: 0 !important; }

.margin-top-zero-mobile {
  margin-top: 0 !important; }

.margin-top-half-mobile {
  margin-top: .5em !important; }

.margin-top-one-mobile {
  margin-top: 1em !important; }

.margin-top-two-mobile {
  margin-top: 2em !important; }

.margin-top-three-mobile {
  margin-top: 3em !important; }

.margin-top-four-mobile {
  margin-top: 4em !important; }

.margin-top-five-mobile {
  margin-top: 5em !important; }

.margin-top-six-mobile {
  margin-top: 6em !important; }

.margin-top-seven-mobile {
  margin-top: 7em !important; }

.margin-bottom-zero-mobile {
  margin-bottom: 0 !important; }

.margin-bottom-half-mobile {
  margin-bottom: .5em !important; }

.margin-bottom-one-mobile {
  margin-bottom: 1em !important; }

.margin-bottom-two-mobile {
  margin-bottom: 2em !important; }

.margin-bottom-three-mobile {
  margin-bottom: 3em !important; }

.margin-bottom-four-mobile {
  margin-bottom: 4em !important; }

.margin-bottom-five-mobile {
  margin-bottom: 5em !important; }

.margin-bottom-six-mobile {
  margin-bottom: 6em !important; }

.margin-bottom-seven-mobile {
  margin-bottom: 7em !important; }

@media (min-width: 769px) {
  .margin-right-zero {
    margin-right: 0 !important; }

  .margin-left-zero {
    margin-left: 0 !important; }

  .margin-top-zero {
    margin-top: 0 !important; }

  .margin-top-half {
    margin-top: .5em !important; }

  .margin-top-one {
    margin-top: 1em !important; }

  .margin-top-two {
    margin-top: 2em !important; }

  .margin-top-three {
    margin-top: 3em !important; }

  .margin-top-four {
    margin-top: 4em !important; }

  .margin-top-five {
    margin-top: 5em !important; }

  .margin-top-six {
    margin-top: 6em !important; }

  .margin-top-seven {
    margin-top: 7em !important; }

  .margin-bottom-zero {
    margin-bottom: 0 !important; }

  .margin-bottom-half {
    margin-bottom: .5em !important; }

  .margin-bottom-one {
    margin-bottom: 1em !important; }

  .margin-bottom-two {
    margin-bottom: 2em !important; }

  .margin-bottom-three {
    margin-bottom: 3em !important; }

  .margin-bottom-four {
    margin-bottom: 4em !important; }

  .margin-bottom-five {
    margin-bottom: 5em !important; }

  .margin-bottom-six {
    margin-bottom: 6em !important; }

  .margin-bottom-seven {
    margin-bottom: 7em !important; } }
/*------------------------------------*\
    #TEXT COLOR TRUMPS
\*------------------------------------*/
.text-primary {
  color: #EB5D2F !important; }

.text-secondary {
  color: #256C96 !important; }

.text-tertiary {
  color: #84BDDE !important; }

.text-quaternary {
  color: #A6D4EF !important; }

.text-quinary {
  color: #E9F7FF !important; }

.text-dark-blue {
  color: #064164 !important; }

.text-darker-blue {
  color: #042D46 !important; }

.text-ft-black {
  color: #232323 !important; }

.text-ft-white {
  color: #FFFFFF !important; }

.text-alpha-ten-black {
  color: rgba(0, 0, 0, 0.1) !important; }

.text-alpha-twenty-black {
  color: rgba(0, 0, 0, 0.2) !important; }

.text-alpha-thirty-black {
  color: rgba(0, 0, 0, 0.3) !important; }

.text-alpha-fourty-black {
  color: rgba(0, 0, 0, 0.4) !important; }

.text-alpha-fifty-black {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-alpha-sixty-black {
  color: rgba(0, 0, 0, 0.6) !important; }

.text-alpha-seventy-black {
  color: rgba(0, 0, 0, 0.7) !important; }

.text-alpha-eighty-black {
  color: rgba(0, 0, 0, 0.8) !important; }

.text-alpha-ninety-black {
  color: rgba(0, 0, 0, 0.9) !important; }

.text-alpha-ten-white {
  color: rgba(255, 255, 255, 0.1) !important; }

.text-alpha-twenty-white {
  color: rgba(255, 255, 255, 0.2) !important; }

.text-alpha-thirty-white {
  color: rgba(255, 255, 255, 0.3) !important; }

.text-alpha-forty-white {
  color: rgba(255, 255, 255, 0.4) !important; }

.text-alpha-fifty-white {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-alpha-sixty-white {
  color: rgba(255, 255, 255, 0.6) !important; }

.text-alpha-seventy-white {
  color: rgba(255, 255, 255, 0.7) !important; }

.text-alpha-eighty-white {
  color: rgba(255, 255, 255, 0.8) !important; }

.text-alpha-ninety-white {
  color: rgba(255, 255, 255, 0.9) !important; }

/*------------------------------------*\
    #BACKGROUND COLOR TRUMPS
\*------------------------------------*/
.bg-primary {
  background-color: #EB5D2F !important; }

.bg-secondary {
  background-color: #256C96 !important; }

.bg-tertiary {
  background-color: #84BDDE !important; }

.bg-quaternary {
  background-color: #A6D4EF !important; }

.bg-quinary {
  background-color: #E9F7FF !important; }

.bg-dark-blue {
  background-color: #064164 !important; }

.bg-darker-blue {
  background-color: #042D46 !important; }

.bg-ft-black {
  background-color: #232323 !important; }

.bg-ft-white {
  background-color: #FFFFFF !important; }

.bg-alpha-ten-black {
  background-color: rgba(0, 0, 0, 0.1) !important; }

.bg-alpha-twenty-black {
  background-color: rgba(0, 0, 0, 0.2) !important; }

.bg-alpha-thirty-black {
  background-color: rgba(0, 0, 0, 0.3) !important; }

.bg-alpha-fourty-black {
  background-color: rgba(0, 0, 0, 0.4) !important; }

.bg-alpha-fifty-black {
  background-color: rgba(0, 0, 0, 0.5) !important; }

.bg-alpha-sixty-black {
  background-color: rgba(0, 0, 0, 0.6) !important; }

.bg-alpha-seventy-black {
  background-color: rgba(0, 0, 0, 0.7) !important; }

.bg-alpha-eighty-black {
  background-color: rgba(0, 0, 0, 0.8) !important; }

.bg-alpha-ninety-black {
  background-color: rgba(0, 0, 0, 0.9) !important; }

.bg-alpha-ten-white {
  background-color: rgba(255, 255, 255, 0.1) !important; }

.bg-alpha-twenty-white {
  background-color: rgba(255, 255, 255, 0.2) !important; }

.bg-alpha-thirty-white {
  background-color: rgba(255, 255, 255, 0.3) !important; }

.bg-alpha-forty-white {
  background-color: rgba(255, 255, 255, 0.4) !important; }

.bg-alpha-fifty-white {
  background-color: rgba(255, 255, 255, 0.5) !important; }

.bg-alpha-sixty-white {
  background-color: rgba(255, 255, 255, 0.6) !important; }

.bg-alpha-seventy-white {
  background-color: rgba(255, 255, 255, 0.7) !important; }

.bg-alpha-eighty-white {
  background-color: rgba(255, 255, 255, 0.8) !important; }

.bg-alpha-ninety-white {
  background-color: rgba(255, 255, 255, 0.9) !important; }

/*------------------------------------*\
    #SVG FILL TRUMPS
\*------------------------------------*/
.fill-primary {
  fill: #EB5D2F !important; }

.fill-secondary {
  fill: #256C96 !important; }

.fill-tertiary {
  fill: #84BDDE !important; }

.fill-quaternary {
  fill: #A6D4EF !important; }

.fill-quinary {
  fill: #E9F7FF !important; }

.fill-dark-blue {
  fill: #064164 !important; }

.fill-darker-blue {
  fill: #042D46 !important; }

.fill-ft-black {
  fill: #232323 !important; }

.fill-ft-white {
  fill: #FFFFFF !important; }

.fill-alpha-ten-black {
  fill: rgba(0, 0, 0, 0.1) !important; }

.fill-alpha-twenty-black {
  fill: rgba(0, 0, 0, 0.2) !important; }

.fill-alpha-thirty-black {
  fill: rgba(0, 0, 0, 0.3) !important; }

.fill-alpha-fourty-black {
  fill: rgba(0, 0, 0, 0.4) !important; }

.fill-alpha-fifty-black {
  fill: rgba(0, 0, 0, 0.5) !important; }

.fill-alpha-sixty-black {
  fill: rgba(0, 0, 0, 0.6) !important; }

.fill-alpha-seventy-black {
  fill: rgba(0, 0, 0, 0.7) !important; }

.fill-alpha-eighty-black {
  fill: rgba(0, 0, 0, 0.8) !important; }

.fill-alpha-ninety-black {
  fill: rgba(0, 0, 0, 0.9) !important; }

.fill-alpha-ten-white {
  fill: rgba(255, 255, 255, 0.1) !important; }

.fill-alpha-twenty-white {
  fill: rgba(255, 255, 255, 0.2) !important; }

.fill-alpha-thirty-white {
  fill: rgba(255, 255, 255, 0.3) !important; }

.fill-alpha-forty-white {
  fill: rgba(255, 255, 255, 0.4) !important; }

.fill-alpha-fifty-white {
  fill: rgba(255, 255, 255, 0.5) !important; }

.fill-alpha-sixty-white {
  fill: rgba(255, 255, 255, 0.6) !important; }

.fill-alpha-seventy-white {
  fill: rgba(255, 255, 255, 0.7) !important; }

.fill-alpha-eighty-white {
  fill: rgba(255, 255, 255, 0.8) !important; }

.fill-alpha-ninety-white {
  fill: rgba(255, 255, 255, 0.9) !important; }

/*------------------------------------*\
    #HR BORDER
\*------------------------------------*/
hr.primary {
  border-top: 1px solid #EB5D2F !important; }

hr.secondary {
  border-top: 1px solid #256C96 !important; }

hr.tertiary {
  border-top: 1px solid #84BDDE !important; }

hr.quaternary {
  border-top: 1px solid #A6D4EF !important; }

hr.quinary {
  border-top: 1px solid #E9F7FF !important; }

hr.dark-blue {
  border-top: 1px solid #064164 !important; }

hr.darker-blue {
  border-top: 1px solid #042D46 !important; }

hr.ft-black {
  border-top: 1px solid #232323 !important; }

hr.ft-white {
  border-top: 1px solid #FFFFFF !important; }

hr.alpha-ten-black {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important; }

hr.alpha-twenty-black {
  border-top: 1px solid rgba(0, 0, 0, 0.2) !important; }

hr.alpha-thirty-black {
  border-top: 1px solid rgba(0, 0, 0, 0.3) !important; }

hr.alpha-fourty-black {
  border-top: 1px solid rgba(0, 0, 0, 0.4) !important; }

hr.alpha-fifty-black {
  border-top: 1px solid rgba(0, 0, 0, 0.5) !important; }

hr.alpha-sixty-black {
  border-top: 1px solid rgba(0, 0, 0, 0.6) !important; }

hr.alpha-seventy-black {
  border-top: 1px solid rgba(0, 0, 0, 0.7) !important; }

hr.alpha-eighty-black {
  border-top: 1px solid rgba(0, 0, 0, 0.8) !important; }

hr.alpha-ninety-black {
  border-top: 1px solid rgba(0, 0, 0, 0.9) !important; }

hr.alpha-ten-white {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important; }

hr.alpha-twenty-white {
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important; }

hr.alpha-thirty-white {
  border-top: 1px solid rgba(255, 255, 255, 0.3) !important; }

hr.alpha-forty-white {
  border-top: 1px solid rgba(255, 255, 255, 0.4) !important; }

hr.alpha-fifty-white {
  border-top: 1px solid rgba(255, 255, 255, 0.5) !important; }

hr.alpha-sixty-white {
  border-top: 1px solid rgba(255, 255, 255, 0.6) !important; }

hr.alpha-seventy-white {
  border-top: 1px solid rgba(255, 255, 255, 0.7) !important; }

hr.alpha-eighty-white {
  border-top: 1px solid rgba(255, 255, 255, 0.8) !important; }

hr.alpha-ninety-white {
  border-top: 1px solid rgba(255, 255, 255, 0.9) !important; }

/*------------------------------------*\
    #BACKGROUND IMAGE COLOR OVERLAYS
\*------------------------------------*/
.has-bg-img.bg-color-overlay-primary::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(235, 93, 47, 0.8);
  z-index: 1; }
.has-bg-img.bg-color-overlay-primary > * {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-color-overlay-secondary::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 108, 150, 0.8);
  z-index: 1; }
.has-bg-img.bg-color-overlay-secondary > * {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-color-overlay-tertiary::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(132, 189, 222, 0.8);
  z-index: 1; }
.has-bg-img.bg-color-overlay-tertiary > * {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-color-overlay-quaternary::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(166, 212, 239, 0.8);
  z-index: 1; }
.has-bg-img.bg-color-overlay-quaternary > * {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-color-overlay-quinary::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(233, 247, 255, 0.8);
  z-index: 1; }
.has-bg-img.bg-color-overlay-quinary > * {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-color-overlay-dark-blue::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(6, 65, 100, 0.8);
  z-index: 1; }
.has-bg-img.bg-color-overlay-dark-blue > * {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-color-overlay-darker-blue::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 45, 70, 0.8);
  z-index: 1; }
.has-bg-img.bg-color-overlay-darker-blue > * {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-color-overlay-ft-black::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 35, 35, 0.8);
  z-index: 1; }
.has-bg-img.bg-color-overlay-ft-black > * {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-color-overlay-ft-white::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1; }
.has-bg-img.bg-color-overlay-ft-white > * {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-color-overlay-alpha-ten-black::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1; }
.has-bg-img.bg-color-overlay-alpha-ten-black > * {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-color-overlay-alpha-twenty-black::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1; }
.has-bg-img.bg-color-overlay-alpha-twenty-black > * {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-color-overlay-alpha-thirty-black::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1; }
.has-bg-img.bg-color-overlay-alpha-thirty-black > * {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-color-overlay-alpha-fourty-black::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1; }
.has-bg-img.bg-color-overlay-alpha-fourty-black > * {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-color-overlay-alpha-fifty-black::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1; }
.has-bg-img.bg-color-overlay-alpha-fifty-black > * {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-color-overlay-alpha-sixty-black::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1; }
.has-bg-img.bg-color-overlay-alpha-sixty-black > * {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-color-overlay-alpha-seventy-black::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1; }
.has-bg-img.bg-color-overlay-alpha-seventy-black > * {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-color-overlay-alpha-eighty-black::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1; }
.has-bg-img.bg-color-overlay-alpha-eighty-black > * {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-color-overlay-alpha-ninety-black::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1; }
.has-bg-img.bg-color-overlay-alpha-ninety-black > * {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-color-overlay-alpha-ten-white::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1; }
.has-bg-img.bg-color-overlay-alpha-ten-white > * {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-color-overlay-alpha-twenty-white::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1; }
.has-bg-img.bg-color-overlay-alpha-twenty-white > * {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-color-overlay-alpha-thirty-white::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1; }
.has-bg-img.bg-color-overlay-alpha-thirty-white > * {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-color-overlay-alpha-forty-white::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1; }
.has-bg-img.bg-color-overlay-alpha-forty-white > * {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-color-overlay-alpha-fifty-white::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1; }
.has-bg-img.bg-color-overlay-alpha-fifty-white > * {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-color-overlay-alpha-sixty-white::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1; }
.has-bg-img.bg-color-overlay-alpha-sixty-white > * {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-color-overlay-alpha-seventy-white::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1; }
.has-bg-img.bg-color-overlay-alpha-seventy-white > * {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-color-overlay-alpha-eighty-white::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1; }
.has-bg-img.bg-color-overlay-alpha-eighty-white > * {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-color-overlay-alpha-ninety-white::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1; }
.has-bg-img.bg-color-overlay-alpha-ninety-white > * {
  position: relative;
  z-index: 2; }

/*----------------------------------------------*\
    #BACKGROUND IMAGE COLOR OVERLAYS - GRADIENT
\*----------------------------------------------*/
.has-bg-img.bg-gradient-ltr.bg-gradient-primary::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(235, 93, 47, 0.7);
  /* fallback */
  background: -webkit-gradient(linear, left top, right top, from(#EB5D2F), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(235, 93, 47, 0.9), rgba(235, 93, 47, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(235, 93, 47, 0.9), rgba(235, 93, 47, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(left, rgba(235, 93, 47, 0.9), rgba(235, 93, 47, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(235, 93, 47, 0.9), rgba(235, 93, 47, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-ltr.bg-gradient-primary .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-rtl.bg-gradient-primary::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(235, 93, 47, 0.8);
  /* fallback */
  background: -webkit-gradient(linear, right top, left top, from(#EB5D2F), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(right, rgba(235, 93, 47, 0.9), rgba(235, 93, 47, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(right, rgba(235, 93, 47, 0.9), rgba(235, 93, 47, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(right, rgba(235, 93, 47, 0.9), rgba(235, 93, 47, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(right, rgba(235, 93, 47, 0.9), rgba(235, 93, 47, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-rtl.bg-gradient-primary .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-ltr.bg-gradient-secondary::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(37, 108, 150, 0.7);
  /* fallback */
  background: -webkit-gradient(linear, left top, right top, from(#256C96), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(37, 108, 150, 0.9), rgba(37, 108, 150, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(37, 108, 150, 0.9), rgba(37, 108, 150, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(left, rgba(37, 108, 150, 0.9), rgba(37, 108, 150, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(37, 108, 150, 0.9), rgba(37, 108, 150, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-ltr.bg-gradient-secondary .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-rtl.bg-gradient-secondary::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(37, 108, 150, 0.8);
  /* fallback */
  background: -webkit-gradient(linear, right top, left top, from(#256C96), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(right, rgba(37, 108, 150, 0.9), rgba(37, 108, 150, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(right, rgba(37, 108, 150, 0.9), rgba(37, 108, 150, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(right, rgba(37, 108, 150, 0.9), rgba(37, 108, 150, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(right, rgba(37, 108, 150, 0.9), rgba(37, 108, 150, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-rtl.bg-gradient-secondary .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-ltr.bg-gradient-tertiary::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(132, 189, 222, 0.7);
  /* fallback */
  background: -webkit-gradient(linear, left top, right top, from(#84BDDE), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(132, 189, 222, 0.9), rgba(132, 189, 222, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(132, 189, 222, 0.9), rgba(132, 189, 222, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(left, rgba(132, 189, 222, 0.9), rgba(132, 189, 222, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(132, 189, 222, 0.9), rgba(132, 189, 222, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-ltr.bg-gradient-tertiary .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-rtl.bg-gradient-tertiary::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(132, 189, 222, 0.8);
  /* fallback */
  background: -webkit-gradient(linear, right top, left top, from(#84BDDE), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(right, rgba(132, 189, 222, 0.9), rgba(132, 189, 222, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(right, rgba(132, 189, 222, 0.9), rgba(132, 189, 222, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(right, rgba(132, 189, 222, 0.9), rgba(132, 189, 222, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(right, rgba(132, 189, 222, 0.9), rgba(132, 189, 222, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-rtl.bg-gradient-tertiary .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-ltr.bg-gradient-quaternary::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(166, 212, 239, 0.7);
  /* fallback */
  background: -webkit-gradient(linear, left top, right top, from(#A6D4EF), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(166, 212, 239, 0.9), rgba(166, 212, 239, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(166, 212, 239, 0.9), rgba(166, 212, 239, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(left, rgba(166, 212, 239, 0.9), rgba(166, 212, 239, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(166, 212, 239, 0.9), rgba(166, 212, 239, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-ltr.bg-gradient-quaternary .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-rtl.bg-gradient-quaternary::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(166, 212, 239, 0.8);
  /* fallback */
  background: -webkit-gradient(linear, right top, left top, from(#A6D4EF), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(right, rgba(166, 212, 239, 0.9), rgba(166, 212, 239, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(right, rgba(166, 212, 239, 0.9), rgba(166, 212, 239, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(right, rgba(166, 212, 239, 0.9), rgba(166, 212, 239, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(right, rgba(166, 212, 239, 0.9), rgba(166, 212, 239, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-rtl.bg-gradient-quaternary .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-ltr.bg-gradient-quinary::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(233, 247, 255, 0.7);
  /* fallback */
  background: -webkit-gradient(linear, left top, right top, from(#E9F7FF), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(233, 247, 255, 0.9), rgba(233, 247, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(233, 247, 255, 0.9), rgba(233, 247, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(left, rgba(233, 247, 255, 0.9), rgba(233, 247, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(233, 247, 255, 0.9), rgba(233, 247, 255, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-ltr.bg-gradient-quinary .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-rtl.bg-gradient-quinary::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(233, 247, 255, 0.8);
  /* fallback */
  background: -webkit-gradient(linear, right top, left top, from(#E9F7FF), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(right, rgba(233, 247, 255, 0.9), rgba(233, 247, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(right, rgba(233, 247, 255, 0.9), rgba(233, 247, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(right, rgba(233, 247, 255, 0.9), rgba(233, 247, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(right, rgba(233, 247, 255, 0.9), rgba(233, 247, 255, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-rtl.bg-gradient-quinary .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-ltr.bg-gradient-dark-blue::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(6, 65, 100, 0.7);
  /* fallback */
  background: -webkit-gradient(linear, left top, right top, from(#064164), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(6, 65, 100, 0.9), rgba(6, 65, 100, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(6, 65, 100, 0.9), rgba(6, 65, 100, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(left, rgba(6, 65, 100, 0.9), rgba(6, 65, 100, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(6, 65, 100, 0.9), rgba(6, 65, 100, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-ltr.bg-gradient-dark-blue .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-rtl.bg-gradient-dark-blue::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(6, 65, 100, 0.8);
  /* fallback */
  background: -webkit-gradient(linear, right top, left top, from(#064164), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(right, rgba(6, 65, 100, 0.9), rgba(6, 65, 100, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(right, rgba(6, 65, 100, 0.9), rgba(6, 65, 100, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(right, rgba(6, 65, 100, 0.9), rgba(6, 65, 100, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(right, rgba(6, 65, 100, 0.9), rgba(6, 65, 100, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-rtl.bg-gradient-dark-blue .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-ltr.bg-gradient-darker-blue::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(4, 45, 70, 0.7);
  /* fallback */
  background: -webkit-gradient(linear, left top, right top, from(#042D46), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(4, 45, 70, 0.9), rgba(4, 45, 70, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(4, 45, 70, 0.9), rgba(4, 45, 70, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(left, rgba(4, 45, 70, 0.9), rgba(4, 45, 70, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(4, 45, 70, 0.9), rgba(4, 45, 70, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-ltr.bg-gradient-darker-blue .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-rtl.bg-gradient-darker-blue::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(4, 45, 70, 0.8);
  /* fallback */
  background: -webkit-gradient(linear, right top, left top, from(#042D46), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(right, rgba(4, 45, 70, 0.9), rgba(4, 45, 70, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(right, rgba(4, 45, 70, 0.9), rgba(4, 45, 70, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(right, rgba(4, 45, 70, 0.9), rgba(4, 45, 70, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(right, rgba(4, 45, 70, 0.9), rgba(4, 45, 70, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-rtl.bg-gradient-darker-blue .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-ltr.bg-gradient-ft-black::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(35, 35, 35, 0.7);
  /* fallback */
  background: -webkit-gradient(linear, left top, right top, from(#232323), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(35, 35, 35, 0.9), rgba(35, 35, 35, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(35, 35, 35, 0.9), rgba(35, 35, 35, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(left, rgba(35, 35, 35, 0.9), rgba(35, 35, 35, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(35, 35, 35, 0.9), rgba(35, 35, 35, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-ltr.bg-gradient-ft-black .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-rtl.bg-gradient-ft-black::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(35, 35, 35, 0.8);
  /* fallback */
  background: -webkit-gradient(linear, right top, left top, from(#232323), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(right, rgba(35, 35, 35, 0.9), rgba(35, 35, 35, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(right, rgba(35, 35, 35, 0.9), rgba(35, 35, 35, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(right, rgba(35, 35, 35, 0.9), rgba(35, 35, 35, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(right, rgba(35, 35, 35, 0.9), rgba(35, 35, 35, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-rtl.bg-gradient-ft-black .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-ltr.bg-gradient-ft-white::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.7);
  /* fallback */
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-ltr.bg-gradient-ft-white .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-rtl.bg-gradient-ft-white::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  /* fallback */
  background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-rtl.bg-gradient-ft-white .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-ltr.bg-gradient-alpha-ten-black::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  /* fallback */
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-ltr.bg-gradient-alpha-ten-black .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-rtl.bg-gradient-alpha-ten-black::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
  /* fallback */
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-rtl.bg-gradient-alpha-ten-black .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-ltr.bg-gradient-alpha-twenty-black::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  /* fallback */
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-ltr.bg-gradient-alpha-twenty-black .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-rtl.bg-gradient-alpha-twenty-black::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
  /* fallback */
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-rtl.bg-gradient-alpha-twenty-black .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-ltr.bg-gradient-alpha-thirty-black::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  /* fallback */
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-ltr.bg-gradient-alpha-thirty-black .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-rtl.bg-gradient-alpha-thirty-black::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
  /* fallback */
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-rtl.bg-gradient-alpha-thirty-black .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-ltr.bg-gradient-alpha-fourty-black::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  /* fallback */
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-ltr.bg-gradient-alpha-fourty-black .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-rtl.bg-gradient-alpha-fourty-black::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
  /* fallback */
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-rtl.bg-gradient-alpha-fourty-black .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-ltr.bg-gradient-alpha-fifty-black::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  /* fallback */
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-ltr.bg-gradient-alpha-fifty-black .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-rtl.bg-gradient-alpha-fifty-black::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
  /* fallback */
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-rtl.bg-gradient-alpha-fifty-black .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-ltr.bg-gradient-alpha-sixty-black::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  /* fallback */
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-ltr.bg-gradient-alpha-sixty-black .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-rtl.bg-gradient-alpha-sixty-black::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
  /* fallback */
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-rtl.bg-gradient-alpha-sixty-black .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-ltr.bg-gradient-alpha-seventy-black::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  /* fallback */
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-ltr.bg-gradient-alpha-seventy-black .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-rtl.bg-gradient-alpha-seventy-black::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
  /* fallback */
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-rtl.bg-gradient-alpha-seventy-black .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-ltr.bg-gradient-alpha-eighty-black::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  /* fallback */
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-ltr.bg-gradient-alpha-eighty-black .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-rtl.bg-gradient-alpha-eighty-black::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
  /* fallback */
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-rtl.bg-gradient-alpha-eighty-black .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-ltr.bg-gradient-alpha-ninety-black::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  /* fallback */
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-ltr.bg-gradient-alpha-ninety-black .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-rtl.bg-gradient-alpha-ninety-black::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
  /* fallback */
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-rtl.bg-gradient-alpha-ninety-black .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-ltr.bg-gradient-alpha-ten-white::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.7);
  /* fallback */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-ltr.bg-gradient-alpha-ten-white .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-rtl.bg-gradient-alpha-ten-white::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  /* fallback */
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.1)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-rtl.bg-gradient-alpha-ten-white .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-ltr.bg-gradient-alpha-twenty-white::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.7);
  /* fallback */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.2)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-ltr.bg-gradient-alpha-twenty-white .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-rtl.bg-gradient-alpha-twenty-white::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  /* fallback */
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.2)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-rtl.bg-gradient-alpha-twenty-white .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-ltr.bg-gradient-alpha-thirty-white::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.7);
  /* fallback */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.3)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-ltr.bg-gradient-alpha-thirty-white .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-rtl.bg-gradient-alpha-thirty-white::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  /* fallback */
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.3)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-rtl.bg-gradient-alpha-thirty-white .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-ltr.bg-gradient-alpha-forty-white::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.7);
  /* fallback */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.4)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-ltr.bg-gradient-alpha-forty-white .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-rtl.bg-gradient-alpha-forty-white::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  /* fallback */
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.4)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-rtl.bg-gradient-alpha-forty-white .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-ltr.bg-gradient-alpha-fifty-white::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.7);
  /* fallback */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-ltr.bg-gradient-alpha-fifty-white .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-rtl.bg-gradient-alpha-fifty-white::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  /* fallback */
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-rtl.bg-gradient-alpha-fifty-white .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-ltr.bg-gradient-alpha-sixty-white::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.7);
  /* fallback */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.6)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-ltr.bg-gradient-alpha-sixty-white .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-rtl.bg-gradient-alpha-sixty-white::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  /* fallback */
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.6)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-rtl.bg-gradient-alpha-sixty-white .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-ltr.bg-gradient-alpha-seventy-white::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.7);
  /* fallback */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.7)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-ltr.bg-gradient-alpha-seventy-white .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-rtl.bg-gradient-alpha-seventy-white::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  /* fallback */
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.7)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-rtl.bg-gradient-alpha-seventy-white .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-ltr.bg-gradient-alpha-eighty-white::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.7);
  /* fallback */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.8)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-ltr.bg-gradient-alpha-eighty-white .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-rtl.bg-gradient-alpha-eighty-white::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  /* fallback */
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.8)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-rtl.bg-gradient-alpha-eighty-white .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-ltr.bg-gradient-alpha-ninety-white::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.7);
  /* fallback */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.9)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-ltr.bg-gradient-alpha-ninety-white .container {
  position: relative;
  z-index: 2; }

.has-bg-img.bg-gradient-rtl.bg-gradient-alpha-ninety-white::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  /* fallback */
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.9)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 60%, rgba(0, 0, 0, 0)); }
.has-bg-img.bg-gradient-rtl.bg-gradient-alpha-ninety-white .container {
  position: relative;
  z-index: 2; }

.is-block {
  display: block; }

@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important; } }

@media screen and (min-width: 769px), print {
  .is-block-tablet {
    display: block !important; } }

@media screen and (min-width: 769px) and (max-width: 999px) {
  .is-block-tablet-only {
    display: block !important; } }

@media screen and (max-width: 999px) {
  .is-block-touch {
    display: block !important; } }

@media screen and (min-width: 1000px) {
  .is-block-desktop {
    display: block !important; } }

@media screen and (min-width: 1000px) and (max-width: 1191px) {
  .is-block-desktop-only {
    display: block !important; } }

@media screen and (min-width: 1192px) {
  .is-block-widescreen {
    display: block !important; } }

.is-flex {
  display: flex; }

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: flex !important; } }

@media screen and (min-width: 769px), print {
  .is-flex-tablet {
    display: flex !important; } }

@media screen and (min-width: 769px) and (max-width: 999px) {
  .is-flex-tablet-only {
    display: flex !important; } }

@media screen and (max-width: 999px) {
  .is-flex-touch {
    display: flex !important; } }

@media screen and (min-width: 1000px) {
  .is-flex-desktop {
    display: flex !important; } }

@media screen and (min-width: 1000px) and (max-width: 1191px) {
  .is-flex-desktop-only {
    display: flex !important; } }

@media screen and (min-width: 1192px) {
  .is-flex-widescreen {
    display: flex !important; } }

.is-inline {
  display: inline; }

@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important; } }

@media screen and (min-width: 769px), print {
  .is-inline-tablet {
    display: inline !important; } }

@media screen and (min-width: 769px) and (max-width: 999px) {
  .is-inline-tablet-only {
    display: inline !important; } }

@media screen and (max-width: 999px) {
  .is-inline-touch {
    display: inline !important; } }

@media screen and (min-width: 1000px) {
  .is-inline-desktop {
    display: inline !important; } }

@media screen and (min-width: 1000px) and (max-width: 1191px) {
  .is-inline-desktop-only {
    display: inline !important; } }

@media screen and (min-width: 1192px) {
  .is-inline-widescreen {
    display: inline !important; } }

.is-inline-block {
  display: inline-block; }

@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important; } }

@media screen and (min-width: 769px), print {
  .is-inline-block-tablet {
    display: inline-block !important; } }

@media screen and (min-width: 769px) and (max-width: 999px) {
  .is-inline-block-tablet-only {
    display: inline-block !important; } }

@media screen and (max-width: 999px) {
  .is-inline-block-touch {
    display: inline-block !important; } }

@media screen and (min-width: 1000px) {
  .is-inline-block-desktop {
    display: inline-block !important; } }

@media screen and (min-width: 1000px) and (max-width: 1191px) {
  .is-inline-block-desktop-only {
    display: inline-block !important; } }

@media screen and (min-width: 1192px) {
  .is-inline-block-widescreen {
    display: inline-block !important; } }

.is-inline-flex {
  display: inline-flex; }

@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: inline-flex !important; } }

@media screen and (min-width: 769px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important; } }

@media screen and (min-width: 769px) and (max-width: 999px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important; } }

@media screen and (max-width: 999px) {
  .is-inline-flex-touch {
    display: inline-flex !important; } }

@media screen and (min-width: 1000px) {
  .is-inline-flex-desktop {
    display: inline-flex !important; } }

@media screen and (min-width: 1000px) and (max-width: 1191px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important; } }

@media screen and (min-width: 1192px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important; } }

.is-hidden {
  display: none !important; }

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important; } }

@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important; } }

@media screen and (min-width: 769px) and (max-width: 999px) {
  .is-hidden-tablet-only {
    display: none !important; } }

@media screen and (max-width: 999px) {
  .is-hidden-touch {
    display: none !important; } }

@media screen and (min-width: 1000px) {
  .is-hidden-desktop {
    display: none !important; } }

@media screen and (min-width: 1000px) and (max-width: 1191px) {
  .is-hidden-desktop-only {
    display: none !important; } }

@media screen and (min-width: 1192px) {
  .is-hidden-widescreen {
    display: none !important; } }
