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

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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/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 when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

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

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

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

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

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

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

td,
th {
  padding: 0; }

.container {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

.column, .columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; } }
@media (min-width: 550px) {
  .container {
    width: 80%; }

  .column, .columns {
    margin-left: 4%; }

  .column:first-child, .columns:first-child {
    margin-left: 0; }

  .one.column, .one.columns {
    width: 4.66666666667%; }

  .two.columns {
    width: 13.3333333333%; }

  .three.columns {
    width: 22%; }

  .four.columns {
    width: 30.6666666667%; }

  .five.columns {
    width: 39.3333333333%; }

  .six.columns {
    width: 48%; }

  .seven.columns {
    width: 56.6666666667%; }

  .eight.columns {
    width: 65.3333333333%; }

  .nine.columns {
    width: 74%; }

  .ten.columns {
    width: 82.6666666667%; }

  .eleven.columns {
    width: 91.3333333333%; }

  .twelve.columns {
    width: 100%;
    margin-left: 0; }

  .one-third.column {
    width: 30.6666666667%; }

  .two-thirds.column {
    width: 65.3333333333%; }

  .one-half.column {
    width: 48%; }

  .offset-by-one.column, .offset-by-one.columns {
    margin-left: 8.66666666667%; }

  .offset-by-two.column, .offset-by-two.columns {
    margin-left: 17.3333333333%; }

  .offset-by-three.column, .offset-by-three.columns {
    margin-left: 26%; }

  .offset-by-four.column, .offset-by-four.columns {
    margin-left: 34.6666666667%; }

  .offset-by-five.column, .offset-by-five.columns {
    margin-left: 43.3333333333%; }

  .offset-by-six.column, .offset-by-six.columns {
    margin-left: 52%; }

  .offset-by-seven.column, .offset-by-seven.columns {
    margin-left: 60.6666666667%; }

  .offset-by-eight.column, .offset-by-eight.columns {
    margin-left: 69.3333333333%; }

  .offset-by-nine.column, .offset-by-nine.columns {
    margin-left: 78%; }

  .offset-by-ten.column, .offset-by-ten.columns {
    margin-left: 86.6666666667%; }

  .offset-by-eleven.column, .offset-by-eleven.columns {
    margin-left: 95.3333333333%; }

  .offset-by-one-third.column, .offset-by-one-third.columns {
    margin-left: 34.6666666667%; }

  .offset-by-two-thirds.column, .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%; }

  .offset-by-one-half.column, .offset-by-one-half.columns {
    margin-left: 52%; } }
html {
  font-size: 62.5%; }

body {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 400;
  font-family: Raleway,HelveticaNeue,"Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #222; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }

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

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem; }

h3 {
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: -.1rem; }

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.08rem; }

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem; }

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0; }

@media (min-width: 550px) {
  h1 {
    font-size: 5rem; }

  h2 {
    font-size: 4.2rem; }

  h3 {
    font-size: 3.6rem; }

  h4 {
    font-size: 3rem; }

  h5 {
    font-size: 2.4rem; }

  h6 {
    font-size: 1.5rem; } }
p {
  margin-top: 0; }

a {
  color: #1EAEDB; }

a:hover {
  color: #0FA0CE; }

.button, button, input[type=button], input[type=reset], input[type=submit] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }

.button:focus, .button:hover, button:focus, button:hover, input[type=button]:focus, input[type=button]:hover, input[type=reset]:focus, input[type=reset]:hover, input[type=submit]:focus, input[type=submit]:hover {
  color: #333;
  border-color: #888;
  outline: 0; }

.button.button-primary, button.button-primary, input[type=button].button-primary, input[type=reset].button-primary, input[type=submit].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }

.button.button-primary:focus, .button.button-primary:hover, button.button-primary:focus, button.button-primary:hover, input[type=button].button-primary:focus, input[type=button].button-primary:hover, input[type=reset].button-primary:focus, input[type=reset].button-primary:hover, input[type=submit].button-primary:focus, input[type=submit].button-primary:hover {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }

input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
  -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=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
  border: 1px solid #33C3F0;
  outline: 0; }

label, legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

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: 400; }

ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside; }

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

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

li {
  margin-bottom: 1rem; }

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; }

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

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

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

.button, button {
  margin-bottom: 1rem; }

fieldset, input, select, textarea {
  margin-bottom: 1.5rem; }

blockquote, dl, figure, form, ol, p, pre, table, ul {
  margin-bottom: 2.5rem; }

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

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

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

.container:after, .row:after, .u-cf {
  content: "";
  display: table;
  clear: both; }

@font-face {
  font-family: 'fontello';
  src: url("../fonts/icons/fontello.eot");
  src: url("../fonts/icons/fontello.eot?#iefix") format("embedded-opentype"), url("../fonts/icons/fontello.woff") format("woff"), url("../fonts/icons/fontello.ttf") format("truetype"), url("../fonts/icons/fontello.svg?#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'opensansregular';
  src: url("../fonts/opensans/opensans-regular-webfont.eot");
  src: url("../fonts/opensans/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/opensans-regular-webfont.woff2") format("woff2"), url("../fonts/opensans/opensans-regular-webfont.woff") format("woff"), url("../fonts/opensans/opensans-regular-webfont.ttf") format("truetype"), url("../fonts/opensans/opensans-regular-webfont.svg#noto_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'opensanslight';
  src: url("../fonts/opensans/opensans-light-webfont.eot");
  src: url("../fonts/opensans/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/opensans-light-webfont.woff2") format("woff2"), url("../fonts/opensans/opensans-light-webfont.woff") format("woff"), url("../fonts/opensans/opensans-light-webfont.ttf") format("truetype"), url("../fonts/opensans/opensans-light-webfont.svg#noto_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'opensansbold';
  src: url("../fonts/opensans/opensans-bold-webfont.eot");
  src: url("../fonts/opensans/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/opensans-bold-webfont.woff2") format("woff2"), url("../fonts/opensans/opensans-bold-webfont.woff") format("woff"), url("../fonts/opensans/opensans-bold-webfont.ttf") format("truetype"), url("../fonts/opensans/opensans-bold-webfont.svg#noto_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em; }

.icon-star-empty:before {
  content: '\e800'; }

.icon-star-half:before {
  content: '\e801'; }

.icon-minus:before {
  content: '\e802'; }

.icon-place:before {
  content: '\e803'; }

.icon-share-separated:before {
  content: '\e804'; }

.icon-label:before {
  content: '\e805'; }

.icon-attach:before {
  content: '\e806'; }

.icon-screen:before {
  content: '\e807'; }

.icon-o-graph:before {
  content: '\e808'; }

.icon-sun-cloud:before {
  content: '\e809'; }

.icon-circles:before {
  content: '\e80a'; }

.icon-circle-shooter:before {
  content: '\e80b'; }

.icon-u-graph:before {
  content: '\e80c'; }

.icon-denied:before {
  content: '\e80d'; }

.icon-up-arrow:before {
  content: '\e80e'; }

.icon-right-arrow:before {
  content: '\e80f'; }

.icon-left-arrow:before {
  content: '\e810'; }

.icon-open-case:before {
  content: '\e811'; }

.icon-ancla:before {
  content: '\e812'; }

.icon-lifesaver:before {
  content: '\e813'; }

.icon-t-user:before {
  content: '\e814'; }

.icon-user:before {
  content: '\e815'; }

.icon-grid:before {
  content: '\e816'; }

.icon-right-p:before {
  content: '\e817'; }

.icon-left-p:before {
  content: '\e818'; }

.icon-justify-p:before {
  content: '\e819'; }

.icon-center-p:before {
  content: '\e81a'; }

.icon-bag:before {
  content: '\e81b'; }

.icon-book:before {
  content: '\e81c'; }

.icon-briefcase:before {
  content: '\e81d'; }

.icon-cube:before {
  content: '\e81e'; }

.icon-camera:before {
  content: '\e81f'; }

.icon-check:before {
  content: '\e820'; }

.icon-plus:before {
  content: '\e821'; }

.icon-circle-check:before {
  content: '\e822'; }

.icon-circle-cancel:before {
  content: '\e823'; }

.icon-circle-minus:before {
  content: '\e824'; }

.icon-bell:before {
  content: '\e825'; }

.icon-check-list:before {
  content: '\e826'; }

.icon-clock:before {
  content: '\e827'; }

.icon-down-cloud:before {
  content: '\e828'; }

.icon-up-cloud:before {
  content: '\e829'; }

.icon-engine:before {
  content: '\e82a'; }

.icon-new-doc:before {
  content: '\e82b'; }

.icon-files:before {
  content: '\e82c'; }

.icon-paper-plane:before {
  content: '\e82d'; }

.icon-mute:before {
  content: '\e82e'; }

.icon-star:before {
  content: '\e82f'; }

.icon-news:before {
  content: '\e830'; }

.icon-down:before {
  content: '\e831'; }

.icon-up:before {
  content: '\e832'; }

.icon-simple-left:before {
  content: '\e833'; }

.icon-simple-right:before {
  content: '\e834'; }

.icon-wireless-phone:before {
  content: '\e835'; }

.icon-incoming-call:before {
  content: '\e836'; }

.icon-calling:before {
  content: '\e837'; }

.icon-rocket:before {
  content: '\e838'; }

.icon-mobile:before {
  content: '\e839'; }

.icon-up-circle:before {
  content: '\e83a'; }

.icon-key:before {
  content: '\e83b'; }

.icon-money:before {
  content: '\e83c'; }

.icon-heart:before {
  content: '\e83d'; }

.icon-all:before {
  content: '\e83e'; }

.icon-calculator:before {
  content: '\e83f'; }

.icon-calendar:before {
  content: '\e840'; }

.icon-share:before {
  content: '\e841'; }

.icon-rewind:before {
  content: '\e842'; }

.icon-upload:before {
  content: '\e843'; }

.icon-sun-light:before {
  content: '\e844'; }

.icon-battery:before {
  content: '\e845'; }

.icon-eye:before {
  content: '\e846'; }

.icon-focus:before {
  content: '\e847'; }

.icon-turn-on:before {
  content: '\e848'; }

.icon-drop:before {
  content: '\e849'; }

.icon-download:before {
  content: '\e84a'; }

.icon-cd:before {
  content: '\e84b'; }

.icon-delete:before {
  content: '\e84c'; }

.icon-cancel:before {
  content: '\e84d'; }

.icon-crossroads:before {
  content: '\e84e'; }

.icon-collage-right:before {
  content: '\e84f'; }

.icon-collage-left:before {
  content: '\e850'; }

.icon-command:before {
  content: '\e851'; }

.icon-tercios:before {
  content: '\e852'; }

.icon-minus-doc:before {
  content: '\e853'; }

.icon-locked:before {
  content: '\e854'; }

.icon-document:before {
  content: '\e855'; }

.icon-volume-up:before {
  content: '\e856'; }

.icon-simple-square:before {
  content: '\e857'; }

.icon-sun:before {
  content: '\e858'; }

.icon-simple-label:before {
  content: '\e859'; }

.icon-search:before {
  content: '\e85a'; }

.icon-data:before {
  content: '\e85b'; }

.icon-share-to:before {
  content: '\e85c'; }

.icon-crossed-arrows:before {
  content: '\e85d'; }

.icon-signal:before {
  content: '\e85e'; }

.icon-left:before {
  content: '\e85f'; }

.icon-next:before {
  content: '\e860'; }

.icon-comment:before {
  content: '\e861'; }

.icon-temperature:before {
  content: '\e862'; }

.icon-three-dots:before {
  content: '\e863'; }

.icon-square-minus:before {
  content: '\e864'; }

.icon-forward:before {
  content: '\e865'; }

.icon-right-up:before {
  content: '\e866'; }

.icon-link:before {
  content: '\e867'; }

.icon-aside-grid:before {
  content: '\e868'; }

.icon-layers:before {
  content: '\e869'; }

.icon-download-file:before {
  content: '\e86a'; }

.icon-landscape:before {
  content: '\e86b'; }

.icon-horizontal-line:before {
  content: '\e86c'; }

.icon-menu:before {
  content: '\e86d'; }

.icon-window:before {
  content: '\e86e'; }

.icon-global:before {
  content: '\e86f'; }

.icon-folder:before {
  content: '\e870'; }

.icon-flag:before {
  content: '\e871'; }

.icon-doc:before {
  content: '\e872'; }

.icon-mail:before {
  content: '\e873'; }

.icon-paragraph:before {
  content: '\e874'; }

.icon-rec:before {
  content: '\e875'; }

.icon-trash:before {
  content: '\e876'; }

.icon-umbrella:before {
  content: '\e877'; }

.icon-unlocked:before {
  content: '\e878'; }

.icon-video:before {
  content: '\e879'; }

.icon-hand-clock:before {
  content: '\e87a'; }

.icon-zoom-up:before {
  content: '\e87b'; }

.icon-square-plus:before {
  content: '\e87c'; }

.icon-zoom-down:before {
  content: '\e87d'; }

.icon-square-check:before {
  content: '\e87e'; }

.icon-square-cancel:before {
  content: '\e87f'; }

.icon-back:before {
  content: '\e880'; }

.icon-up-load:before {
  content: '\e881'; }

.icon-four-arrows:before {
  content: '\e882'; }

.icon-moon:before {
  content: '\e883'; }

.icon-big-screen:before {
  content: '\e884'; }

.icon-mic:before {
  content: '\e885'; }

.icon-pinch:before {
  content: '\e886'; }

.icon-simple-circle:before {
  content: '\e887'; }

.icon-simple-plus:before {
  content: '\e888'; }

.icon-close:before {
  content: '\e888'; }

.icon-close {
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg); }

.icon-expand:before {
  content: '\e889'; }

.icon-dotted:before {
  content: '\e88a'; }

.icon-print:before {
  content: '\e88b'; }

.icon-turnon:before {
  content: '\e88c'; }

.icon-reload:before {
  content: '\e88d'; }

.icon-refresh:before {
  content: '\e88e'; }

.icon-play:before {
  content: '\e88f'; }

.icon-ration:before {
  content: '\e890'; }

.icon-pause:before {
  content: '\e891'; }

.icon-dotted-plus:before {
  content: '\e892'; }

.icon-dotted-minus:before {
  content: '\e893'; }

html,
body {
  top: 90px;
  font-family: "opensansregular", sans-serif;
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  font-smooth: always;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }

input:focus {
  border: 1px solid #3be !important;
  box-shadow: 0 0 2px rgba(51, 187, 238, 0.3); }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "opensanslight", sans-serif;
  color: #000; }

h1 {
  font-size: 2.8em; }

h2 {
  font-size: 2.5em; }

a {
  color: #07b;
  text-decoration: none;
  font-size: inherit;
  outline: 0;
  word-wrap: break-word;
  cursor: pointer; }

ul li {
  font-size: 1em; }

ul.list {
  display: block;
  margin: 20px 0px 20px 0px;
  padding-left: 10px;
  -webkit-margin-after: 1em;
  -webkit-margin-before: 1em;
  -webkit-margin-end: 0px;
  -webkit-margin-start: 0px;
  -webkit-padding-start: 40px;
  list-style-type: none; }

ul.list li {
  margin: 8px;
  text-indent: -18px;
  font-size: 1em; }

ul.list li::before {
  display: inline-block;
  height: 6px;
  width: 6px;
  margin-top: -2px;
  margin-left: 1px;
  margin-right: 10px;
  border: 1px solid #07b;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  content: '';
  vertical-align: middle; }

.animation-rotate {
  animation: spin_normal 1.0s infinite linear;
  -webkit-animation: spin_webkit 1.0s infinite linear; }

@-webkit-keyframes spin_webkit {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@keyframes spin_normal {
  from {
    transform: scale(1) rotate(0deg); }
  to {
    transform: scale(1) rotate(360deg); } }
.debug {
  background: #EFEFEF;
  border: 1px dashed #07b; }

.general-icon-heading {
  color: #07b;
  font-size: 0.8em; }

.general-heading {
  margin-bottom: 22px;
  font-size: 2.4em; }

.general-sub-heading {
  margin-bottom: 22px;
  color: #888;
  font-size: 1.8em; }

.general-main-content,
.general-related-content {
  border-bottom: 1px dashed #ddd; }

.ellipsis-wrapper {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ellipsis-multiline-wrapper {
  width: 100%;
  overflow: hidden; }

.ellipsis-multiline-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.ellipsis-text {
  display: inline; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

@media (min-width: 888px) {
  .general-heading {
    font-size: 3em; }

  .general-sub-heading {
    font-size: 1.9em; }

  .general-main-content {
    float: left;
    width: 65%; }

  .general-related-content {
    float: right;
    width: 28%;
    border-bottom: none; } }
@media (min-width: 1200px) {
  .general-related-content {
    width: 26%; }

  .general-icon-heading {
    font-size: 0.9em; } }
.technical-support {
  line-height: 2; }

.technical-support .heading {
  color: #000;
  font-size: 1.2em; }

.technical-support p {
  margin-bottom: 0; }

.technical-support i {
  margin-right: 8px;
  font-size: 1.1em; }

.topics-list, .related-articles {
  line-height: 1.5; }

.topics-list .heading, .related-articles .heading {
  color: #000;
  font-size: 1.2em; }

.topics-list, .related-articles-list {
  padding-left: 15px; }

.topics-list li, .related-articles-list li {
  color: #888;
  font-size: 1.4em;
  text-indent: -15px; }
  .topics-list li span, .related-articles-list li span {
    margin-left: -8px;
    font-size: .73em; }

.general-search {
  padding: 19px 0;
  margin-bottom: 22px;
  background-color: #eee; }

.general-search .container {
  width: 92%; }

.search-container form,
.search-container input {
  margin-bottom: 0;
  height: 41px;
  width: 100%; }

.search-container input {
  padding-left: 15px;
  padding-right: 35px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

.search-container i {
  position: absolute;
  top: 12px;
  right: 25px;
  font-size: .75rem; }

.breadcrumb-container {
  margin-top: 15px; }

.breadcrumb-list {
  margin: 0;
  list-style: none; }

.breadcrumb-list li {
  display: inline; }

@media (min-width: 888px) {
  .general-search {
    margin-bottom: 30px;
    padding: 34px 0; }

  .search-container {
    float: right;
    width: 40%;
    text-align: right; }

  .search-container input {
    padding-left: 20px; }
  .search-container i {
    top: 6px;
    font-size: 1.1rem; }

  .breadcrumb-container {
    float: left;
    margin-top: 6px;
    width: 55%;
    line-height: 1.5; } }
@media (min-width: 1200px) {
  .general-search {
    margin-bottom: 45px; }

  .general-search .container {
    width: 85%; }

  .search-container {
    width: 40%;
    text-align: right; }

  .breadcrumb-container {
    width: 58%;
    line-height: 1.5; } }
.share-article {
  line-height: 2; }

.share-article .heading {
  color: #000;
  font-size: 1.2em; }

.share-article p {
  margin-bottom: 12px; }

.social-media-list {
  list-style-type: none; }

.social-media-list li {
  display: inline-block;
  margin-right: 8px; }

.social-media-list li a {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("../images/icons/icons-social-media.png");
  background-repeat: no-repeat;
  background-color: #888;
  text-decoration: none;
  border-radius: 50%;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

.social-media-list .facebook {
  background-position: 0 0; }

.social-media-list .facebook:hover {
  background-color: #359; }

.social-media-list .linkedin {
  background-position: 0 -30px; }

.social-media-list .linkedin:hover {
  background-color: #07B; }

.social-media-list .twitter {
  background-position: 0 -60px; }

.social-media-list .twitter:hover {
  background-color: #2BE; }

.social-media-list .googleplus {
  background-position: 0 -90px; }

.social-media-list .googleplus:hover {
  background-color: #D33; }

.faq-component {
  line-height: 1.5; }

.faq-component .heading {
  color: #000;
  font-size: 1.2em; }

.faq-component-list {
  padding-left: 15px; }

.faq-component-list li {
  color: #888;
  font-size: 1.4em;
  text-indent: -15px; }
  .faq-component-list li span {
    margin-left: -8px;
    font-size: .73em; }

.search-pagination {
  float: left;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ddd; }

.search-pagination li {
  display: block;
  float: left;
  color: #888;
  list-style-type: none; }

.pagination-pages {
  margin-top: 0px;
  margin-left: 45px;
  margin-right: 45px; }

.pagination-pages li {
  float: left; }

.pagination-pages a {
  padding-right: 10px; }

.pagination-active {
  width: 25px;
  height: 25px;
  margin-left: -10px;
  padding-left: 10px;
  padding-right: 10px; }

.pagination-active .pagination-active-circle {
  position: relative;
  width: 100%;
  padding: 50% 0;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  line-height: 0px;
  text-align: center;
  background-color: #07b;
  border-radius: 50%; }

.pagination-active-item {
  margin-right: 10px; }

header {
  height: 80px; }

nav {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 100;
  height: 80px;
  width: 100%;
  background-color: white;
  box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.18); }

nav .container {
  width: 92%; }

.nav-container {
  position: relative;
  height: 80px;
  line-height: 5.5; }

.nav-logo {
  display: inline-block; }

.nav-slogan {
  display: none; }

.nav-container .left-container {
  display: inline-block;
  width: 85%; }

.nav-container .right-container {
  display: inline-block;
  width: 15%;
  text-align: right; }

.circle:before {
  margin-right: 0;
  height: 35px;
  width: 35px;
  color: #07b;
  font-size: 1.2rem;
  line-height: 2;
  background-color: #eee;
  border-radius: 20px; }

.nav-logo img {
  width: 140px; }

.nav-buttons {
  display: none;
  list-style: none;
  margin-bottom: 0; }
  .nav-buttons li {
    display: inline; }
    .nav-buttons li:first-child {
      padding-right: 50px; }

#btn-login {
  padding: 5px 18px;
  border: 1px solid #ddd;
  border-radius: 4px; }

@media (min-width: 480px) {
  .nav-logo img {
    width: 165px; }

  .nav-slogan {
    display: inline-block; }

  .nav-slogan i {
    margin-left: 4px; } }
@media (min-width: 888px) {
  .nav-container {
    padding-top: 25px;
    line-height: 0; }

  .nav-container .left-container {
    width: 60% !important; }

  .nav-container .right-container {
    width: 40% !important;
    line-height: 2; }

  .circle {
    display: none; }

  .nav-slogan {
    vertical-align: super; }

  .nav-logo img {
    width: 223px; }

  .nav-buttons {
    display: inherit; }

  .nav-buttons i {
    font-size: 1.1em;
    margin-right: 4px; }

  #btn-login {
    padding: 6px 18px; } }
@media (min-width: 1200px) {
  nav .container {
    width: 85%; }

  .nav-container {
    padding-top: 24px;
    font-size: 1.15em; }

  .nav-logo img {
    width: 255px; }

  .nav-slogan i:before {
    margin: 0 15px; }

  .nav-buttons {
    font-size: .9em; } }
footer {
  margin-top: 22px;
  padding: 0 16px;
  color: #888;
  font-size: 1.03em;
  text-align: center; }

#logo-footer {
  width: 200px; }

footer p {
  margin: 10px 0; }
  footer p:last-child {
    font-size: .85em;
    line-height: 2em; }

footer a {
  margin-right: 22px; }

@media (min-width: 480px) {
  footer {
    padding: 0 56px; } }
@media (min-width: 888px) {
  footer {
    margin-top: 30px; } }
@media (min-width: 1200px) {
  footer {
    margin-top: 45px; } }
.tab-list {
  height: 40px;
  margin-top: 40px;
  list-style: none;
  border-bottom: 1px solid #ddd; }

.tab-list li {
  float: left;
  padding: 0 15px;
  height: 100%;
  color: #07b;
  line-height: 2.5;
  border-radius: 5px 5px 0 0; }

.tab-list li:hover {
  background-color: #eee;
  cursor: pointer;
  cursor: hand; }

.tab-list li.active:hover {
  background-color: white; }

.tab-list li.active {
  height: calc(100% - 1px);
  color: #888;
  border: 1px solid #ddd;
  border-bottom: 1px solid white;
  pointer-events: none; }

.how-to-start-list {
  margin-bottom: 0;
  line-height: 2;
  list-style: none; }

.how-to-start-list li {
  margin-bottom: 0; }

.how-to-start article {
  margin-bottom: 22px; }

.how-to-start .general-related-content {
  margin: 22px 0; }

@media (min-width: 888px) {
  .how-to-start {
    margin-bottom: 22px; }

  .how-to-start .container {
    width: 92%; }

  .how-to-start .general-related-content {
    border-bottom: none;
    margin: 0; }

  .how-to-start-list {
    font-size: 1.3em; } }
@media (min-width: 1200px) {
  .how-to-start .container {
    width: 85%; } }
.help-videos .container {
  width: 92%; }

.list-videos-container {
  margin-left: 5px; }

.list-videos-container ul {
  list-style: none; }

.list-videos-container ul li {
  margin-bottom: 40px; }

.video-container {
  width: 100%;
  margin-top: 22px; }

.video {
  height: 240px;
  width: 100%;
  border: none; }

.video-description {
  padding-top: 10px;
  width: 100%;
  font-size: 1.05rem;
  line-height: 2.2; }

.video-description a {
  color: #07b;
  font-size: 1.3rem; }

.video-description p {
  color: #444;
  height: 105px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis; }

.video-description span {
  color: gray_light; }

@media (min-width: 480px) {
  .video {
    height: 330px; } }
@media (min-width: 1200px) {
  .help-videos .container {
    width: 85%; }

  .video-container {
    height: 225px; }

  .video {
    float: left;
    height: 100%;
    width: 50%;
    border: none; }

  .video-description {
    float: right;
    width: 47%; } }
.article .container {
  width: 92%; }

.article {
  margin-bottom: 22px;
  color: #444;
  line-height: 2; }

.article-title h1 {
  margin-bottom: 0.3em; }

.article-description h2 {
  margin-bottom: 0.1em;
  color: #888; }

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  line-height: 1.5;
  letter-spacing: -.05rem;
  margin-bottom: 0;
  color: #888; }

.article-content h1 {
  font-size: 2.2em;
  font-style: italic; }

.article-content h2 {
  font-size: 2em; }

.article-content h3 {
  font-size: 1.8em; }

.article-content h4 {
  font-size: 1.6em; }

.article-content h5 {
  font-size: 1.4em; }

.article-content h6 {
  font-size: 1.2em; }

.article hr {
  margin: 22px 0; }

.article img {
  max-width: 100%;
  margin-top: 22px; }

.article table,
.article ul,
.article ol,
.article div,
.article article,
.article section,
.article p {
  margin-bottom: 22px; }

.article li {
  margin-bottom: 0; }

.article ul,
.article ol {
  color: #07b; }
  .article ul span,
  .article ol span {
    color: #444; }

@media (min-width: 1200px) {
  .article .container {
    width: 85%; } }
.last-updated {
  margin-right: 15px;
  color: #888; }

.last-updated,
.url-article {
  font-size: .9em; }

.url-article,
.copy-message {
  display: none; }

.main-content ul {
  margin: 0.75em 0;
  padding: 0 1em;
  list-style: none; }

.main-content ul li {
  color: #444;
  padding-left: 1em; }

.main-content ul li::before {
  content: "";
  border: 1px solid #07b;
  border-radius: 100%;
  display: block;
  width: 0.4em;
  height: 0.4em;
  left: -1.5em;
  top: 1.25em;
  position: relative; }

.main-content ol {
  counter-reset: li;
  list-style: none; }

.main-content ol li {
  counter-increment: li;
  color: #444;
  padding-left: 1em; }

.main-content ol li::before {
  content: counter(li);
  color: #07b;
  display: inline-block;
  width: 1em;
  left: -0.5em;
  position: relative; }

.article .main-content {
  border-bottom: 1px dashed #ddd; }

.article .related-content {
  border-bottom: 1px dashed #ddd; }

@media (min-width: 480px) {
  .last-updated {
    margin-right: 30px; }

  .last-updated,
  .url-article {
    font-size: 1em; } }
@media (min-width: 888px) {
  .article .main-content {
    float: left;
    width: 60%; }

  .related-content-wrapper {
    float: right;
    width: 310px; }

  .article .related-content {
    float: right;
    width: inherit;
    border-bottom: none; }

  .pushpin {
    position: fixed;
    right: inherit;
    top: 110px; }

  .pushpin-bottom {
    bottom: 45px;
    position: absolute;
    top: inherit; } }
@media (min-width: 1200px) {
  .article-container .container {
    width: 85%; }

  .article .related-content {
    width: 310px; }

  .url-article {
    display: inline; }

  .related-content-wrapper {
    width: 315px; }

  .pushpin {
    right: inherit;
    top: 110px; }

  .pushpin-bottom {
    top: inherit;
    position: absolute;
    bottom: 45px; }

  .article .copy-message {
    padding: 0 10px;
    background-color: rgba(51, 187, 238, 0.3);
    border-radius: 10px;
    opacity: 0;
    display: inline;
    animation: show-message-effect 3s 1; }

  @keyframes show-message-effect {
    0% {
      opacity: 0; }
    10% {
      opacity: 1; }
    50% {
      opacity: 1; }
    90% {
      opacity: 1; }
    100% {
      opacity: 0; } } }
.container.search-results {
  width: 92%; }

.search-results .search-results-info {
  margin-top: -25px;
  font-family: "opensanslight", sans-serif;
  font-size: 1.8em; }

.search-results .search-results-suggestions {
  padding-top: 40px;
  font-family: "opensansregular", sans-serif;
  font-size: 0.6em;
  line-height: 2.1em; }

.search-results-suggestions p {
  margin-bottom: 1.0em;
  font-size: 1.2em;
  color: #000; }

.search-results-suggestions li {
  line-height: 1.0em; }

.search-results-error {
  color: #e43; }

.search-results-list li {
  list-style-type: none;
  border-bottom: 1px dashed #ddd; }

.search-results-list .search-item-title {
  font-size: 1.2em; }

.search-results-list .search-item-description {
  margin-bottom: 10px;
  padding-top: 10px;
  font-size: 1em;
  line-height: 2.1em;
  text-align: left;
  word-wrap: break-word; }

.search-results-list .search-item-updated {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #888; }

@media (min-width: 1200px) {
  .container.search-results {
    width: 85%; } }
.site {
  position: relative; }

.home-search {
  width: 100%;
  margin-bottom: 15px;
  background-color: #eee; }

.home-search .container {
  padding: 17px 0;
  width: 92%; }

.home-search form {
  margin-bottom: 0; }

.home-search input {
  margin-bottom: 0 !important;
  padding-right: 30px;
  padding-left: 15px;
  width: 100% !important;
  height: 42px;
  font-family: "opensanslight", sans-serif;
  overflow: hidden; }
  .home-search input:focus {
    border: 1px solid #3be;
    box-shadow: 0 0 2px rgba(51, 187, 238, 0.3);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }

.home-search i {
  position: absolute;
  right: 10px;
  top: 30px;
  font-size: .8em; }

.home-content {
  font-family: "opensanslight", sans-serif; }

.home-content .container {
  width: 92%; }

.home-list {
  margin-bottom: 0;
  font-size: 1.25em;
  list-style: none; }

.home-list article {
  padding: 16px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 12px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

.home-list article:hover {
  border: 1px solid #3be; }

.tour-and-blog-list {
  margin-bottom: 0;
  font-family: "opensansregular", sans-serif;
  list-style: none; }

.tour-and-blog-list li {
  margin-bottom: 0;
  border-top: 1px dashed #ddd; }

.tour-and-blog-list li:last-child {
  border-bottom: 1px dashed #ddd; }

.tour-and-blog-list article {
  margin: 24px 0; }

.tour-and-blog-list .left-container {
  display: inline-block;
  width: 45px;
  color: #07b;
  font-size: 1.5em;
  vertical-align: top; }

.tour-and-blog-list .right-container {
  display: inline-block;
  width: 300px;
  line-height: 2; }

.tour-and-blog-list .right-container span {
  color: #000;
  font-size: 1.2em; }
.tour-and-blog-list .right-container p {
  margin-bottom: 0;
  color: #444;
  font-size: 1.02em; }

@media (min-width: 480px) {
  .home-list {
    font-size: 1.5em; }

  .home-list i {
    margin-right: 10px;
    font-size: 1.2em; }

  .tour-and-blog-list .left-container {
    width: 60px;
    font-size: 2em; }

  .tour-and-blog-list .right-container {
    width: 350px; }
    .tour-and-blog-list .right-container span {
      font-size: 1.3em; }
    .tour-and-blog-list .right-container p {
      white-space: pre-line; } }
@media (min-width: 888px) {
  .home-search {
    margin-bottom: 35px; }

  .home-search .container {
    padding: 42px 0; }

  .home-search input {
    height: 62px;
    margin-right: 45px;
    padding-left: 25px;
    font-size: 1.5em; }

  .home-search i {
    right: 20px;
    top: 60px;
    font-size: 1.1em; }

  .home-list li {
    display: inline-block;
    width: 33.3%;
    margin: 0 0 35px;
    padding: 0;
    border: none;
    text-align: center; }

  .home-list li:first-child article {
    margin-left: 0px !important; }

  .home-list li:last-child article {
    margin-right: 0px !important; }

  .home-list article {
    height: 150px;
    margin: 0 18px 0 18px !important;
    padding: 26px 0;
    border: 1px solid #ddd;
    border-radius: 5px; }

  .home-list i {
    margin-right: 0;
    font-size: 1.8em; }

  .home-list span {
    white-space: pre-line; }

  .tour-and-blog-list {
    height: 250px;
    border-bottom: 1px dashed #ddd;
    border-top: 1px dashed #ddd; }

  .tour-and-blog-list li {
    float: left;
    height: 248px;
    width: 49%;
    border: none; }
    .tour-and-blog-list li:last-child {
      border-bottom: none; }

  .tour-and-blog-list li:first-child article {
    border-right: 1px dashed #ddd; }

  .tour-and-blog-list article {
    height: 140px;
    margin: 20px 0 !important;
    padding: 32px 0; }

  .tour-and-blog-list .right-container {
    width: 78%; }
    .tour-and-blog-list .right-container span {
      line-height: 1; }
    .tour-and-blog-list .right-container p {
      white-space: none; }

  .tour-and-blog-list .left-container {
    width: 20%;
    line-height: 3.5;
    text-align: center; }
    .tour-and-blog-list .left-container i {
      font-size: 1.4em !important; } }
@media (min-width: 1200px) {
  .home-search {
    margin-bottom: 45px; }

  .home-search .container {
    width: 85%;
    padding-left: 225px;
    padding-right: 225px; }

  .home-search i {
    right: 245px; }

  .home-content .container {
    width: 85%; }

  .home-list article {
    margin: 0 25px !important; }

  .home-list li {
    margin: 0 0 45px !important; }

  .tour-and-blog-list .left-container {
    width: 40%; }
  .tour-and-blog-list .right-container {
    width: 55%; } }
.faq-list {
  margin-bottom: 0;
  line-height: 2;
  list-style: none; }

.faq-list li {
  margin-bottom: 0; }

.faq article {
  margin-bottom: 22px; }

.faq .general-related-content {
  margin: 22px 0; }

@media (min-width: 888px) {
  .faq {
    margin-bottom: 22px; }

  .faq .container {
    width: 92%; }

  .faq .general-related-content {
    border-bottom: none;
    margin: 0; }

  .faq-list {
    font-size: 1.3em; } }
@media (min-width: 1200px) {
  .faq .container {
    width: 85%; } }
h4,
h6 {
  margin-bottom: 20px; }

.faq-container ul {
  list-style: none;
  margin-bottom: 20px; }

.faq-container i {
  color: #07b; }

.faq-container ul li {
  font-size: 19px;
  margin-bottom: 5px; }

.questions {
  margin-left: 10px; }

@media (max-width: 1000px) {
  .faq-container {
    width: 100% !important; } }
