@charset "UTF-8";
/*! 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.
 */
/* line 9, ../scss/vendors/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../scss/vendors/_normalize.scss */
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.
 */
/* line 33, ../scss/vendors/_normalize.scss */
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.
 */
/* line 54, ../scss/vendors/_normalize.scss */
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.
 */
/* line 67, ../scss/vendors/_normalize.scss */
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.
 */
/* line 77, ../scss/vendors/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../scss/vendors/_normalize.scss */
a {
  background-color: transparent;
}

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

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 127, ../scss/vendors/_normalize.scss */
dfn {
  font-style: italic;
}

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 145, ../scss/vendors/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 154, ../scss/vendors/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 170, ../scss/vendors/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, ../scss/vendors/_normalize.scss */
sub {
  bottom: -0.25em;
}

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

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 193, ../scss/vendors/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address differences between Firefox and other browsers.
 */
/* line 212, ../scss/vendors/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../scss/vendors/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../scss/vendors/_normalize.scss */
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.
 */
/* line 252, ../scss/vendors/_normalize.scss */
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.
 */
/* line 266, ../scss/vendors/_normalize.scss */
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.
 */
/* line 277, ../scss/vendors/_normalize.scss */
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.
 */
/* line 290, ../scss/vendors/_normalize.scss */
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.
 */
/* line 302, ../scss/vendors/_normalize.scss */
button[disabled],
html input[disabled] {
  color: gray;
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 312, ../scss/vendors/_normalize.scss */
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.
 */
/* line 323, ../scss/vendors/_normalize.scss */
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.
 */
/* line 335, ../scss/vendors/_normalize.scss */
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`.
 */
/* line 347, ../scss/vendors/_normalize.scss */
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.
 */
/* line 357, ../scss/vendors/_normalize.scss */
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).
 */
/* line 368, ../scss/vendors/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 377, ../scss/vendors/_normalize.scss */
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.
 */
/* line 388, ../scss/vendors/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 397, ../scss/vendors/_normalize.scss */
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.
 */
/* line 406, ../scss/vendors/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 417, ../scss/vendors/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 422, ../scss/vendors/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 2, ../scss/base/_helpers.scss */
#nav .drop > ul, #nav ul ul, .login, .pagination, .list, .testimonial-full, .testimonial, .footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 10, ../scss/base/_helpers.scss */
.clearfix:after, .container:after,
.holder:after, #header:after, #nav:after, #nav .drop:after, .login:after, .blue:after, .pagination:after, .list > li:after, .testimonial-full:after, .testimonial:after {
  content: '';
  display: block;
  clear: both;
}

/* line 50, ../scss/base/_helpers.scss */
.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

/* line 1, ../scss/base/_reset.scss */
html {
  box-sizing: border-box;
}

/* line 4, ../scss/base/_reset.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 8, ../scss/base/_reset.scss */
* {
  max-height: 1000000px;
}

/* line 10, ../scss/base/_reset.scss */
body {
  color: #666;
  background: #f7f7f2;
  font: 14px/22px Montserrat, Arial, "Helvetica Neue", Helvetica, sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 20, ../scss/base/_reset.scss */
img {
  vertical-align: top;
  border: none;
}

/* line 26, ../scss/base/_reset.scss */
.gm-style img {
  max-width: none;
}

@media only screen and (min-width: 1025px) {
  /* line 30, ../scss/base/_reset.scss */
  a[href^=tel], a[href^=skype], a[href^=sms] {
    cursor: default;
    pointer-events: none;
  }
}
/* line 3, ../scss/base/_typography.scss */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  /*font-weight: bold;*/
  margin: 0 0 0.5em;
  color: inherit;
}

/* line 16, ../scss/base/_typography.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 20, ../scss/base/_typography.scss */
h2, .h2 {
  font-size: 24px;
}

/* line 24, ../scss/base/_typography.scss */
h3, .h3 {
  font-size: 18px;
}

/* line 28, ../scss/base/_typography.scss */
h4, .h4 {
  font-size: 14px;
}

/* line 32, ../scss/base/_typography.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 36, ../scss/base/_typography.scss */
h6, .h6 {
  font-size: 14px;
}

/* line 40, ../scss/base/_typography.scss */
p {
  margin: 0 0 1em;
}

/* line 44, ../scss/base/_typography.scss */
a {
  color: #26aebc;
}
/* line 46, ../scss/base/_typography.scss */
a:hover, a:focus {
  text-decoration: none;
  outline: 0;
}

/*@import 'base/forms';*/
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 44, ../scss/main.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 53, ../scss/main.scss */
.search:before {
  content: '\f002';
}

/*
.arrow:before {
	content: '\f054';
}*/
/* line 61, ../scss/main.scss */
#wrapper {
  position: relative;
  overflow: hidden;
  padding: 46px 0 0;
}

/* line 67, ../scss/main.scss */
.container,
.holder {
  max-width: 960px;
  padding: 0 10px;
  margin: 0 auto;
}
/* line 73, ../scss/main.scss */
.container p,
.holder p {
  max-width: 75ch;
}

/* line 79, ../scss/main.scss */
.container.legal strong {
  font-size: 18px;
}
/* line 82, ../scss/main.scss */
.container.legal ol {
  max-width: 75ch;
  margin: 0 auto;
  padding-left: 25px;
}
/* line 86, ../scss/main.scss */
.container.legal ol li {
  padding-bottom: 10px;
}

/* line 92, ../scss/main.scss */
.holder {
  max-width: 984px;
}

/* line 96, ../scss/main.scss */
#header {
  background: #26aebc;
  /*padding: 20px 10px;*/
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}
@media (max-width: 1223px) {
  /* line 106, ../scss/main.scss */
  #header .optional {
    display: none;
  }
}
@media (min-width: 868px) {
  /* line 96, ../scss/main.scss */
  #header {
    /*padding: 0 20px;*/
  }
  /* line 112, ../scss/main.scss */
  #header .logo {
    padding-left: 20px;
  }
  /* line 115, ../scss/main.scss */
  #header #nav {
    padding-right: 20px;
  }
}
@media (min-width: 1224px) {
  /* line 96, ../scss/main.scss */
  #header {
    /*padding: 0 23px;*/
  }
  /* line 121, ../scss/main.scss */
  #header .logo {
    padding-left: 23px;
  }
  /* line 124, ../scss/main.scss */
  #header #nav {
    padding-right: 23px;
  }
}
@media (max-width: 867px) {
  /* line 96, ../scss/main.scss */
  #header {
    padding-top: 12px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
  }
}

/* line 136, ../scss/main.scss */
.header-block {
  padding: 0 10px;
}
@media (min-width: 868px) {
  /* line 136, ../scss/main.scss */
  .header-block {
    float: right;
    /* width: 56.3%; */
    padding: 0;
    text-align: right;
    height: 46px;
  }
}

/* line 147, ../scss/main.scss */
.logo {
  /*width: 64px;*/
}
@media (min-width: 868px) {
  /* line 147, ../scss/main.scss */
  .logo {
    float: left;
    margin: 10px 19px 0 0;
    position: relative;
    z-index: 1;
  }
}
/* line 156, ../scss/main.scss */
.logo > span {
  color: #f2f2f2;
  display: inline-block;
  padding: 6px;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}

/* line 166, ../scss/main.scss */
#nav {
  position: relative;
}
@media (min-width: 868px) {
  /* line 166, ../scss/main.scss */
  #nav {
    padding: 0 0 0 83px;
  }
}
@media (orientation: landscape) and (max-width: 867px) {
  /* line 172, ../scss/main.scss */
  #nav .drop {
    max-height: 300px;
    overflow-y: auto;
  }
}

@media (orientation: portrait) and (max-width: 867px) {
  /* line 172, ../scss/main.scss */
  #nav .drop {
    max-height: 420px;
    overflow-y: auto;
  }
}

@media (max-width: 867px) {
  /* line 172, ../scss/main.scss */
  #nav .drop {
    position: absolute !important;
    left: -10px;
    right: -10px;
    top: 9px;
    z-index: 10;
    text-align: center;
    background: #26aebc;
  }
}
@media (min-width: 868px) {
  /* line 172, ../scss/main.scss */
  #nav .drop {
    position: static !important;
  }
}
/* line 194, ../scss/main.scss */
#nav .drop > ul {
  margin: 0 0 10px;
}
@media (min-width: 868px) {
  /* line 194, ../scss/main.scss */
  #nav .drop > ul {
    /* max-width: 265px; */
    float: left;
    margin: 0;
  }
}
/* line 202, ../scss/main.scss */
#nav .drop > ul > li {
  border-bottom: 1px solid #fff;
  position: relative;
  line-height: inherit;
}
/* line 207, ../scss/main.scss */
#nav .drop > ul > li.hover ul {
  display: block;
}
/* line 210, ../scss/main.scss */
#nav .drop > ul > li.hover > a {
  background: #2b9da9;
}
@media (min-width: 868px) {
  /* line 202, ../scss/main.scss */
  #nav .drop > ul > li {
    float: left;
    border: none;
  }
}
/* line 218, ../scss/main.scss */
#nav .drop > ul > li > a {
  text-transform: uppercase;
  text-decoration: none;
  color: #f2f2f2;
  display: block;
  padding: 10px;
}
/* line 224, ../scss/main.scss */
#nav .drop > ul > li > a:focus {
  background: #59beca;
}
@media (min-width: 868px) {
  /* line 218, ../scss/main.scss */
  #nav .drop > ul > li > a {
    padding: 12px 9px;
  }
}
@media (max-width: 1223px) {
  /* line 218, ../scss/main.scss */
  #nav .drop > ul > li > a {
    padding: 12px 3px;
  }
}
/* line 236, ../scss/main.scss */
#nav .drop > ul .active > a {
  background: #59beca;
}
/* line 240, ../scss/main.scss */
#nav .drop > ul .active.hover a {
  background: #59beca;
}
/* line 247, ../scss/main.scss */
#nav ul ul {
  top: 100%;
  /*background: #27b0c1;*/
  display: none;
}
@media (min-width: 868px) {
  /* line 247, ../scss/main.scss */
  #nav ul ul {
    position: absolute;
    left: 0;
    right: 0;
  }
}
@media (min-width: 868px) {
  /* line 247, ../scss/main.scss */
  #nav ul ul {
    width: 120px;
    background-color: white;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
  }
}
/* line 264, ../scss/main.scss */
#nav ul ul li {
  border-top: 1px solid #d4d6d6;
  display: inline;
}
/* line 268, ../scss/main.scss */
#nav ul ul a {
  display: block;
  padding: 5px;
  text-decoration: none;
  text-transform: initial;
  /*	color: #fff; */
  /*			&:hover {
  				background: #419ea7;
  			}*/
}
@media (max-width: 867px) {
  /* line 268, ../scss/main.scss */
  #nav ul ul a {
    color: white;
  }
}
/* line 282, ../scss/main.scss */
#nav .opener {
  display: none;
  width: 40px;
  height: 40px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  border-radius: 3px;
  position: absolute;
  right: 10px;
  top: 10px;
  position: absolute;
  top: -31px;
  right: 10px;
}
@media (max-width: 867px) {
  /* line 282, ../scss/main.scss */
  #nav .opener {
    display: block;
  }
}
/* line 299, ../scss/main.scss */
#nav .opener:before, #nav .opener:after,
#nav .opener span {
  background: #fff;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 20%;
  right: 20%;
  height: 2px;
  margin-top: -1px;
  transition: all 0.2s linear;
}
/* line 312, ../scss/main.scss */
#nav .opener:before, #nav .opener:after {
  content: '';
  top: 30%;
}
/* line 317, ../scss/main.scss */
#nav .opener:after {
  top: 70%;
}
/* line 320, ../scss/main.scss */
#nav .opener:hover {
  opacity: 0.9;
}
/* line 326, ../scss/main.scss */
#nav.active .opener span {
  opacity: 0;
}
/* line 329, ../scss/main.scss */
#nav.active .opener:before, #nav.active .opener:after {
  transform: rotate(45deg);
  top: 50%;
  left: 15%;
  right: 15%;
}
/* line 336, ../scss/main.scss */
#nav.active .opener:after {
  transform: rotate(-45deg);
}

/* line 343, ../scss/main.scss */
.search-form {
  position: relative;
}
/* line 345, ../scss/main.scss */
.search-form fieldset {
  border: none;
  padding: 0.55em 0.625em 0.75em;
}
@media (min-width: 868px) {
  /* line 343, ../scss/main.scss */
  .search-form {
    display: inline-block;
    vertical-align: top;
    width: 190px;
    /*padding: 14px 6px 0 0;*/
  }
}
/* line 355, ../scss/main.scss */
.search-form .row {
  padding: 0 29px 0 18px;
  border-radius: 14px;
  background: #fff;
  height: 29px;
}
/* line 361, ../scss/main.scss */
.search-form input[type='text'],
.search-form input[type='search'] {
  width: 100%;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-size: 11px;
  line-height: 15px;
  display: block;
  padding: 7px 0;
  /*color: #999;*/
}
/* line 243, ../scss/base/_mixins.scss */
.search-form input[type='text']::-webkit-input-placeholder,
.search-form input[type='search']::-webkit-input-placeholder {
  color: #999;
}
/* line 244, ../scss/base/_mixins.scss */
.search-form input[type='text']::-moz-placeholder,
.search-form input[type='search']::-moz-placeholder {
  opacity: 1;
  color: #999;
}
/* line 245, ../scss/base/_mixins.scss */
.search-form input[type='text']:-moz-placeholder,
.search-form input[type='search']:-moz-placeholder {
  color: #999;
}
/* line 246, ../scss/base/_mixins.scss */
.search-form input[type='text']:-ms-input-placeholder,
.search-form input[type='search']:-ms-input-placeholder {
  color: #999;
}
/* line 247, ../scss/base/_mixins.scss */
.search-form input[type='text'].placeholder,
.search-form input[type='search'].placeholder {
  color: #999;
}
/* line 376, ../scss/main.scss */
.search-form button {
  background: none;
  border: none;
  font-size: 16px;
  color: #26aebc;
  position: absolute;
  right: 18px;
  top: 11px;
  padding: 0;
}
/* line 385, ../scss/main.scss */
.search-form button:hover {
  opacity: 0.7;
}
@media (min-width: 868px) {
  /* line 376, ../scss/main.scss */
  .search-form button {
    right: 18px;
    top: 11px;
  }
}

/* line 395, ../scss/main.scss */
.login {
  text-align: center;
}
@media (min-width: 868px) {
  /* line 395, ../scss/main.scss */
  .login {
    display: inline-block;
    vertical-align: top;
    max-width: 215px;
  }
}
/* line 404, ../scss/main.scss */
.login li {
  display: inline-block;
  vertical-align: top;
}
/* line 408, ../scss/main.scss */
.login .nonlink {
  padding: 12px 0px;
  padding-top: 13px;
}
@media (max-width: 867px) {
  /* line 408, ../scss/main.scss */
  .login .nonlink {
    display: none;
  }
}
/* line 416, ../scss/main.scss */
.login .premium {
  color: #FFCA05;
  font-weight: bold;
}
/* line 420, ../scss/main.scss */
.login a {
  color: #f2f2f2;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 15px 10px;
}
@media (min-width: 868px) {
  /* line 420, ../scss/main.scss */
  .login a {
    padding: 12px;
  }
}
/* line 429, ../scss/main.scss */
.login a:hover {
  background: #2b9da9;
}

/* line 435, ../scss/main.scss */
.section {
  padding: 20px 0;
}
/* line 437, ../scss/main.scss */
.section p {
  margin: 0 auto;
}
@media (min-width: 868px) {
  /* line 435, ../scss/main.scss */
  .section {
    padding: 40px 0;
  }
}
@media (min-width: 1224px) {
  /* line 435, ../scss/main.scss */
  .section {
    padding: 85px 0;
  }
}
/* line 447, ../scss/main.scss */
.section .text h1 {
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  margin: 0 0 10px;
  font-weight: 400;
}
@media (min-width: 868px) {
  /* line 447, ../scss/main.scss */
  .section .text h1 {
    text-align: left;
    font-size: 35px;
    line-height: 40px;
    margin: 0 0 20px;
  }
}
@media (min-width: 1224px) {
  /* line 447, ../scss/main.scss */
  .section .text h1 {
    font-size: 48px;
    line-height: 55px;
    margin: 0 0 30px;
  }
}
/* line 464, ../scss/main.scss */
.section .text h1 span {
  color: #ffdf68;
}
/* line 469, ../scss/main.scss */
.section .text div.text-holder span {
  color: #ffdf68;
}
/* line 473, ../scss/main.scss */
.section .breadcrumb {
  line-height: 24px;
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
}
/* line 479, ../scss/main.scss */
.section .breadcrumb a {
  padding: 5px;
  color: white;
}
/* line 482, ../scss/main.scss */
.section .breadcrumb a:hover {
  text-decoration: none;
  border-bottom: 1px solid #FFCA05;
}
/* line 487, ../scss/main.scss */
.section .breadcrumb .step-arrow {
  vertical-align: middle;
}

/* loading sign */
/* line 494, ../scss/main.scss */
.loadmask {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: #CCC;
  width: 100%;
  height: 100%;
  zoom: 1;
}

/* line 508, ../scss/main.scss */
.spin-mask {
  z-index: 20001;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px;
}

/* line 516, ../scss/main.scss */
.spin-mask div {
  line-height: 16px;
  cursor: wait;
}

/* line 521, ../scss/main.scss */
.loadmask-msg {
  z-index: 20001;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #6593cf;
  background: #c3daf9;
  padding: 2px;
}

/* line 531, ../scss/main.scss */
.loadmask-msg div {
  padding: 5px 10px 5px 25px;
  background: #fbfbfb no-repeat 5px 5px;
  line-height: 16px;
  border: 1px solid #a3bad9;
  color: #222;
  cursor: wait;
}

/* line 540, ../scss/main.scss */
.masked {
  overflow: hidden !important;
}

/* line 544, ../scss/main.scss */
.masked-relative {
  position: relative !important;
}

/* line 548, ../scss/main.scss */
.masked-hidden {
  visibility: hidden !important;
}

/* end loading sign */
/* line 553, ../scss/main.scss */
.slogan {
  display: block;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 15px;
  line-height: 20px;
}
@media (min-width: 868px) {
  /* line 553, ../scss/main.scss */
  .slogan {
    margin: 0 auto 20px;
  }
}
@media (min-width: 1224px) {
  /* line 553, ../scss/main.scss */
  .slogan {
    margin: 0 auto 62px;
    line-height: 27px;
  }
}

/* line 568, ../scss/main.scss */
.blue {
  color: #f7f7f2;
  background: #51bec9;
}
/* line 572, ../scss/main.scss */
.blue .text {
  text-align: center;
}
@media (min-width: 868px) {
  /* line 572, ../scss/main.scss */
  .blue .text {
    text-align: left;
    float: left;
    max-width: 460px;
    padding: 73px 0 0;
  }
}
@media (min-width: 1224px) {
  /* line 572, ../scss/main.scss */
  .blue .text {
    max-width: 490px;
  }
}
@media (min-width: 868px) {
  /* line 584, ../scss/main.scss */
  .blue .text.text-block {
    padding: 30px 0 0;
    max-width: 400px;
  }
}
@media (min-width: 1224px) {
  /* line 584, ../scss/main.scss */
  .blue .text.text-block {
    max-width: 540px;
  }
}
/* line 592, ../scss/main.scss */
.blue .text.text-block span {
  font-weight: 400;
}

/* line 598, ../scss/main.scss */
.text h1 span {
  font-weight: 700;
}

/* line 602, ../scss/main.scss */
.carousel {
  color: #fff;
  position: relative;
  text-align: center;
  margin: 0 auto;
  font-size: 17px;
  line-height: 26px;
}
@media (min-width: 868px) {
  /* line 602, ../scss/main.scss */
  .carousel {
    margin: 0;
    float: right;
    width: 330px;
  }
}
/* line 614, ../scss/main.scss */
.carousel .mask {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: #7dced7;
}
@media (min-width: 1224px) {
  /* line 614, ../scss/main.scss */
  .carousel .mask {
    width: 330px;
    height: 330px;
  }
}
/* line 627, ../scss/main.scss */
.carousel .slideset {
  float: left;
  width: 9999px;
}
/* line 631, ../scss/main.scss */
.carousel .slide {
  float: left;
  width: 100%;
  height: 280px;
  border-radius: 50%;
  padding: 68px 30px 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 1224px) {
  /* line 631, ../scss/main.scss */
  .carousel .slide {
    width: 100%;
    height: 330px;
    padding: 106px 80px 60px;
  }
}
/* line 645, ../scss/main.scss */
.carousel .title {
  display: block;
  margin: 0 0 10px;
}
@media (min-width: 868px) {
  /* line 645, ../scss/main.scss */
  .carousel .title {
    margin: 0 0 24px;
  }
}
/* line 653, ../scss/main.scss */
.carousel .pattern .title {
  color: #676767;
}
/* line 656, ../scss/main.scss */
.carousel .pattern:after {
  content: '';
  background: #bee6eb url(/static/img/home/img5.png) no-repeat 50% 50%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  position: absolute;
  border-radius: 50%;
}

/* line 670, ../scss/main.scss */
.pagination {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  z-index: 3;
  width: 150px;
  margin: 0 auto;
}
/* line 681, ../scss/main.scss */
.pagination li {
  display: inline-block;
  vertical-align: top;
}
/* line 685, ../scss/main.scss */
.pagination a {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
}
/* line 692, ../scss/main.scss */
.pagination a:hover {
  background: #ffdf68;
}
/* line 697, ../scss/main.scss */
.pagination .active > a {
  background: #ffdf68;
}

@media (min-width: 868px) {
  /* line 703, ../scss/main.scss */
  .list {
    margin: 0 -10px;
  }
}
@media (min-width: 1224px) {
  /* line 703, ../scss/main.scss */
  .list {
    margin: 0;
  }
}
/* line 711, ../scss/main.scss */
.list > li {
  margin: 0 0 10px;
}
@media (min-width: 868px) {
  /* line 711, ../scss/main.scss */
  .list > li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 10px;
    margin: 0 -4px 0 0;
  }
}
@media (min-width: 1224px) {
  /* line 711, ../scss/main.scss */
  .list > li {
    width: 43%;
    padding: 0;
    margin-bottom: 48px;
  }
  /* line 725, ../scss/main.scss */
  .list > li:nth-child(2n+0) {
    margin-left: 12%;
  }
}
/* line 730, ../scss/main.scss */
.list .icon {
  float: left;
  width: 46px;
  margin: 0 10px 0 0;
}
@media (min-width: 868px) {
  /* line 730, ../scss/main.scss */
  .list .icon {
    margin: 0 27px 0 0;
    padding: 2px 0 0;
  }
}
/* line 739, ../scss/main.scss */
.list .text {
  overflow: hidden;
}
/* line 742, ../scss/main.scss */
.list .title {
  display: block;
  margin: 0 0 5px;
}

/* line 749, ../scss/main.scss */
.list.smaller .icon {
  width: 40px;
  margin: 0;
}
/* line 753, ../scss/main.scss */
.list.smaller .icon > img {
  width: 30px;
}
/* line 757, ../scss/main.scss */
.list.smaller .icon > .glyphicon {
  font-size: 20px;
}

@media (min-width: 868px) {
  /* line 763, ../scss/main.scss */
  .list.list-block {
    display: flex;
  }
}
@media (min-width: 868px) {
  /* line 768, ../scss/main.scss */
  .list.list-block li {
    flex: 1;
    background: white;
  }
}
@media (max-width: 1223px) {
  /* line 768, ../scss/main.scss */
  .list.list-block li {
    margin: 20px;
  }
}
/* line 778, ../scss/main.scss */
.list.list-block li img {
  width: 90px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

/* line 789, ../scss/main.scss */
.section h1 {
  font-size: 20px;
  line-height: 25px;
  color: #333;
  margin: 0 0 5px;
  text-align: center;
  font-weight: 400;
}
@media (min-width: 868px) {
  /* line 789, ../scss/main.scss */
  .section h1 {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 20px;
    text-align: center;
  }
}
@media (min-width: 1224px) {
  /* line 789, ../scss/main.scss */
  .section h1 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 10px;
  }
}

/* line 811, ../scss/main.scss */
.orange {
  background: #f6ede1;
}
@media (min-width: 868px) {
  /* line 813, ../scss/main.scss */
  .orange .holder > .text-wrap {
    max-width: 230px;
    float: left;
  }
}

@media (min-width: 868px) {
  /* line 821, ../scss/main.scss */
  .img-block {
    text-align: center;
  }
}
@media (min-width: 1224px) {
  /* line 821, ../scss/main.scss */
  .img-block {
    margin: -26px 0 0;
  }
}
/* line 828, ../scss/main.scss */
.img-block .img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
/* line 835, ../scss/main.scss */
.img-block .img {
  border-radius: 50%;
  width: 280px;
  height: 280px;
  position: relative;
  margin: 0 auto 15px;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 868px) {
  /* line 835, ../scss/main.scss */
  .img-block .img {
    margin: 0 0 15px;
    display: inline-block;
    vertical-align: top;
    margin: 0 3.4%;
  }
}
@media (min-width: 1224px) {
  /* line 835, ../scss/main.scss */
  .img-block .img {
    width: 362px;
    height: 362px;
  }
}
/* line 853, ../scss/main.scss */
.img-block .img img {
  border-radius: 50%;
  width: 100%;
  height: auto;
}
/* line 858, ../scss/main.scss */
.img-block .img a {
  position: relative;
  text-decoration: none;
  color: #fff;
  min-height: 280px;
  white-space: nowrap;
  display: block;
}
@media (min-width: 1224px) {
  /* line 858, ../scss/main.scss */
  .img-block .img a {
    min-height: 362px;
  }
}
/* line 868, ../scss/main.scss */
.img-block .img a:after {
  display: inline-block;
  vertical-align: middle;
  content: '';
  height: 280px;
  width: 1px;
  margin: 0 0 0 -5px;
}
@media (min-width: 1224px) {
  /* line 868, ../scss/main.scss */
  .img-block .img a:after {
    height: 362px;
  }
}
/* line 880, ../scss/main.scss */
.img-block .img:hover {
  opacity: 0.8;
}

/* line 886, ../scss/main.scss */
.overlay {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  text-align: center;
  margin: 0 auto;
  max-width: 180px;
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 22px;
  overflow: hidden;
  max-height: 179px;
}
@media (min-width: 1224px) {
  /* line 886, ../scss/main.scss */
  .overlay {
    max-height: 285px;
  }
}
/* line 903, ../scss/main.scss */
.overlay:after {
  content: '\f054';
  font-family: 'FontAwesome';
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  margin: 2px 0 0 3px;
  font-size: 10px;
}

@media (min-width: 868px) {
  /* line 914, ../scss/main.scss */
  .testimonial-full {
    margin: 0 -15px;
  }
}
@media (min-width: 1224px) {
  /* line 914, ../scss/main.scss */
  .testimonial-full {
    margin: -10px -15px 0;
  }
}
@media (min-width: 868px) {
  /* line 923, ../scss/main.scss */
  .testimonial-full li {
    width: 100%;
    padding: 0 15px;
    max-width: 75ch;
    margin: 0 auto;
  }
}
/* line 931, ../scss/main.scss */
.testimonial-full li .details {
  text-align: right;
}
/* line 935, ../scss/main.scss */
.testimonial-full .info {
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
@media (min-width: 868px) {
  /* line 935, ../scss/main.scss */
  .testimonial-full .info {
    max-width: none;
    width: 40%;
  }
}
@media (min-width: 1224px) {
  /* line 935, ../scss/main.scss */
  .testimonial-full .info {
    width: 40%;
  }
}
/* line 947, ../scss/main.scss */
.testimonial-full .name {
  display: block;
  padding: 7px 0;
}
/* line 950, ../scss/main.scss */
.testimonial-full .name a {
  text-decoration: none;
  color: #666;
}
/* line 953, ../scss/main.scss */
.testimonial-full .name a:hover {
  opacity: 0.7;
}

/* line 960, ../scss/main.scss */
.testimonial {
  font: 13px/24px Georgia, 'Times New Roman', Times, Baskerville, serif;
}
@media (min-width: 868px) {
  /* line 960, ../scss/main.scss */
  .testimonial {
    margin: 0 -15px;
  }
}
@media (min-width: 1224px) {
  /* line 960, ../scss/main.scss */
  .testimonial {
    margin: -10px -15px 0;
  }
}
/* line 970, ../scss/main.scss */
.testimonial li {
  margin: 0 0 30px;
}
@media (min-width: 868px) {
  /* line 970, ../scss/main.scss */
  .testimonial li {
    float: left;
    width: 33.33%;
    padding: 0 15px;
  }
}
/* line 978, ../scss/main.scss */
.testimonial .text {
  background: #fcfcfa;
  padding: 25px 15px;
  position: relative;
  margin: 0 0  15px;
}
@media (min-width: 1224px) {
  /* line 978, ../scss/main.scss */
  .testimonial .text {
    margin: 0 0 27px;
    padding: 35px 35px 28px;
  }
}
/* line 987, ../scss/main.scss */
.testimonial .text:before {
  content: ' “ ';
  font-family: Montserrat, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  position: absolute;
  left: 15px;
  top: 5px;
  font-size: 36px;
  line-height: 40px;
}
@media (min-width: 1224px) {
  /* line 987, ../scss/main.scss */
  .testimonial .text:before {
    left: 35px;
    top: 9px;
  }
}
/* line 1000, ../scss/main.scss */
.testimonial .text a {
  text-decoration: none;
}
/* line 1002, ../scss/main.scss */
.testimonial .text a:hover {
  opacity: 0.7;
}
/* line 1007, ../scss/main.scss */
.testimonial .img {
  width: 78px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
/* line 1013, ../scss/main.scss */
.testimonial .img a:hover {
  opacity: 0.7;
}
@media (min-width: 1224px) {
  /* line 1007, ../scss/main.scss */
  .testimonial .img {
    margin: 0 15px 0 0;
  }
}
/* line 1021, ../scss/main.scss */
.testimonial .info {
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
  font: 12px/16px Montserrat, Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
@media (min-width: 868px) {
  /* line 1021, ../scss/main.scss */
  .testimonial .info {
    max-width: none;
    width: 59%;
  }
}
@media (min-width: 1224px) {
  /* line 1021, ../scss/main.scss */
  .testimonial .info {
    width: 60%;
  }
}
/* line 1034, ../scss/main.scss */
.testimonial .name {
  display: block;
  padding: 7px 0;
}
/* line 1037, ../scss/main.scss */
.testimonial .name a {
  text-decoration: none;
  color: #666;
}
/* line 1040, ../scss/main.scss */
.testimonial .name a:hover {
  opacity: 0.7;
}

/* line 1047, ../scss/main.scss */
.section-info {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  color: #fff;
}
@media (min-width: 1224px) {
  /* line 1047, ../scss/main.scss */
  .section-info {
    padding: 139px 0 100px;
  }
}
/* line 1056, ../scss/main.scss */
.section-info:after {
  content: '';
  position: absolute;
  background: rgba(41, 96, 99, 0.6);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}
/* line 1066, ../scss/main.scss */
.section-info .attribs {
  color: #fff;
  text-align: right;
  bottom: 25px;
  right: 25px;
  position: absolute;
}
@media (max-width: 867px) {
  /* line 1066, ../scss/main.scss */
  .section-info .attribs {
    bottom: 5px;
    right: 5px;
  }
}
@media (min-width: 1224px) {
  /* line 1079, ../scss/main.scss */
  .section-info .text.text-block.text-banner .text-holder {
    max-width: 75ch;
  }
}
/* line 1084, ../scss/main.scss */
.section-info .text.text-block {
  text-align: center;
}
/* line 1086, ../scss/main.scss */
.section-info .text.text-block span {
  font-weight: 400;
}
@media (min-width: 868px) {
  /* line 1084, ../scss/main.scss */
  .section-info .text.text-block {
    text-align: left;
  }
}
@media (min-width: 1224px) {
  /* line 1084, ../scss/main.scss */
  .section-info .text.text-block {
    margin: -26px 0 0;
  }
  /* line 1094, ../scss/main.scss */
  .section-info .text.text-block h1 {
    margin: 0 0 19px;
  }
  /* line 1097, ../scss/main.scss */
  .section-info .text.text-block .text-holder {
    max-width: 410px;
  }
}
/* line 1103, ../scss/main.scss */
.section-info + .orange h1 {
  text-align: left;
}

/* line 1109, ../scss/main.scss */
.section-info.highlight {
  padding: 0px;
}
/* line 1111, ../scss/main.scss */
.section-info.highlight:after {
  background: rgba(41, 96, 99, 0);
}
/* line 1114, ../scss/main.scss */
.section-info.highlight .attribution {
  bottom: 15px;
  position: absolute;
}
/* line 1118, ../scss/main.scss */
.section-info.highlight .holder {
  min-height: 300px;
  background-color: white;
  opacity: 0.9;
}
@media (min-width: 868px) {
  /* line 1118, ../scss/main.scss */
  .section-info.highlight .holder {
    margin-left: 60%;
  }
}
@media (min-width: 1224px) {
  /* line 1118, ../scss/main.scss */
  .section-info.highlight .holder {
    margin-left: 65%;
  }
}
/* line 1128, ../scss/main.scss */
.section-info.highlight .holder .text {
  padding: 15px;
  color: #494949;
}
/* line 1131, ../scss/main.scss */
.section-info.highlight .holder .text h3 {
  color: #494949;
}

@media (min-width: 868px) {
  /* line 1139, ../scss/main.scss */
  .text-block {
    float: left;
    max-width: 400px;
  }
}
@media (min-width: 868px) and (min-width: 1224px) {
  /* line 1139, ../scss/main.scss */
  .text-block {
    max-width: 540px;
  }
}
@media (min-width: 868px) {
  /* line 1146, ../scss/main.scss */
  .text-block .text-holder {
    max-width: 330px;
  }
}
@media (min-width: 868px) and (min-width: 1224px) {
  /* line 1146, ../scss/main.scss */
  .text-block .text-holder {
    max-width: 422px;
  }
}

@media (min-width: 868px) {
  /* line 1155, ../scss/main.scss */
  .text-block.text-banner {
    float: left;
    max-width: 400px;
  }
}
@media (min-width: 868px) and (min-width: 1224px) {
  /* line 1155, ../scss/main.scss */
  .text-block.text-banner {
    max-width: 75ch;
  }
}
@media (min-width: 868px) {
  /* line 1162, ../scss/main.scss */
  .text-block.text-banner .text-holder {
    max-width: 330px;
  }
}
@media (min-width: 868px) and (min-width: 1224px) {
  /* line 1162, ../scss/main.scss */
  .text-block.text-banner .text-holder {
    max-width: 75ch;
  }
}

/* line 1171, ../scss/main.scss */
.signup-box {
  background: #f7f7f2;
  color: #666;
  max-width: 290px;
  margin: 0 auto;
  padding: 10px 15px;
  position: relative;
  text-align: center;
}
@media (min-width: 868px) {
  /* line 1171, ../scss/main.scss */
  .signup-box {
    float: right;
    max-width: 312px;
    padding: 29px 27px 47px;
  }
}
/* line 1184, ../scss/main.scss */
.signup-box p {
  margin: 0 0 20px;
}
/* line 1187, ../scss/main.scss */
.signup-box .text-info {
  display: block;
}
/* line 1189, ../scss/main.scss */
.signup-box .text-info a {
  color: #51bec9;
  text-decoration: none;
  /*&:after {
  	display:inline-block;
  	vertical-align:top;
  	content: '';
  	background: url(/static/img/home/icon.png) no-repeat;
  	width: 6px;
  	height: 8px;
  	margin: 9px -10px 0 10px;
  }*/
}
/* line 1192, ../scss/main.scss */
.signup-box .text-info a:hover {
  opacity: 0.7;
}

/* line 1208, ../scss/main.scss */
.signup-holder {
  padding-top: 100px;
  position: relative;
}
@media (min-width: 868px) {
  /* line 1208, ../scss/main.scss */
  .signup-holder {
    max-width: 315px;
    float: right;
  }
}
@media (min-width: 1224px) {
  /* line 1208, ../scss/main.scss */
  .signup-holder {
    margin: -24px 0 0;
    padding-top: 97px;
  }
}
/* line 1219, ../scss/main.scss */
.signup-holder .signup-box {
  padding-top: 121px;
  float: none;
  width: auto;
}
/* line 1224, ../scss/main.scss */
.signup-holder .img {
  width: 188px;
  height: 188px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
/* line 1234, ../scss/main.scss */
.signup-holder .img img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

/* line 1242, ../scss/main.scss */
.btn {
  text-decoration: none;
  text-align: center;
  background: #26aebc;
  color: #fff;
  border: 1px solid transparent;
  padding: 11px 16px;
  display: block;
  border-radius: 4px;
  width: 78%;
  margin: 0 auto 34px;
  font-size: 15px;
  line-height: 20px;
  text-transform: capitalize;
}
/* line 1256, ../scss/main.scss */
.btn:hover {
  background: #1d838d;
  border-color: #29a6b7;
}

/* line 1262, ../scss/main.scss */
.circle {
  background: rgba(38, 174, 188, 0.2);
  width: 170px;
  height: 170px;
  border-radius: 50%;
  padding: 30px 41px 64px 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 75px;
  font-size: 11px;
  line-height: 15px;
}
@media (min-width: 1224px) {
  /* line 1262, ../scss/main.scss */
  .circle {
    width: 245px;
    height: 245px;
    left: 4px;
    top: 41px;
    padding: 42px 63px 25px 20px;
    line-height: 21px;
  }
}
/* line 1282, ../scss/main.scss */
.circle .title {
  color: #26aebc;
  font-size: 14px;
  line-height: 17px;
  margin: 0 0 10px;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 1224px) {
  /* line 1282, ../scss/main.scss */
  .circle .title {
    margin: 0 0 15px;
  }
}

/* line 1296, ../scss/main.scss */
.circle1 {
  left: 132px;
  padding: 25px 27px 25px 39px;
}
@media (min-width: 1224px) {
  /* line 1296, ../scss/main.scss */
  .circle1 {
    left: 168px;
    padding: 48px 22px 25px 93px;
  }
}
@media (min-width: 1224px) {
  /* line 1303, ../scss/main.scss */
  .circle1 .title {
    margin: 0 0 9px;
  }
}

/* line 1310, ../scss/main.scss */
.circle2 {
  top: 188px;
  left: 61px;
  padding: 66px 20px 30px;
}
@media (min-width: 1224px) {
  /* line 1310, ../scss/main.scss */
  .circle2 {
    left: 89px;
    top: 159px;
    padding: 150px 43px 30px;
  }
}
@media (min-width: 1224px) {
  /* line 1319, ../scss/main.scss */
  .circle2 .title {
    margin: 0 0 12px;
  }
}

/* line 1326, ../scss/main.scss */
.circles {
  position: relative;
  min-height: 450px;
  margin: 0 auto;
  width: 305px;
}
@media (min-width: 868px) {
  /* line 1326, ../scss/main.scss */
  .circles {
    float: right;
    width: 480px;
  }
}
@media (min-width: 1224px) {
  /* line 1326, ../scss/main.scss */
  .circles {
    width: 690px;
  }
}
/* line 1338, ../scss/main.scss */
.circles .text-info {
  position: absolute;
  top: 20px;
  left: 60px;
  font-size: 11px;
  line-height: 19px;
  text-align: center;
}
@media (min-width: 1224px) {
  /* line 1338, ../scss/main.scss */
  .circles .text-info {
    left: 126px;
    top: -23px;
  }
}
/* line 1349, ../scss/main.scss */
.circles .text-info:before {
  height: 85px;
  width: 1px;
  content: '';
  position: absolute;
  left: 92px;
  top: 37px;
  background: #000;
}
@media (min-width: 1224px) {
  /* line 1349, ../scss/main.scss */
  .circles .text-info:before {
    height: 98px;
    left: 84px;
    top: 41px;
  }
}
/* line 1363, ../scss/main.scss */
.circles .text-info:after {
  content: '';
  border-radius: 50%;
  width: 5px;
  height: 5px;
  border: 1px solid #000;
  position: absolute;
  left: 90px;
  bottom: -88px;
}
@media (min-width: 1224px) {
  /* line 1363, ../scss/main.scss */
  .circles .text-info:after {
    bottom: -107px;
    left: 82px;
    height: 6px;
    width: 6px;
  }
}
/* line 1380, ../scss/main.scss */
.circles .text-info.text-holder {
  max-width: 150px;
  left: 0;
  top: 360px;
  text-align: left;
}
@media (min-width: 868px) {
  /* line 1380, ../scss/main.scss */
  .circles .text-info.text-holder {
    top: 175px;
    left: auto;
    right: 0;
  }
}
@media (min-width: 1224px) {
  /* line 1380, ../scss/main.scss */
  .circles .text-info.text-holder {
    width: 175px;
    top: 136px;
    right: 71px;
    left: auto;
  }
}
/* line 1396, ../scss/main.scss */
.circles .text-info.text-holder:before {
  width: 135px;
  height: 1px;
  left: 14px;
  top: -160px;
}
@media (min-width: 868px) {
  /* line 1396, ../scss/main.scss */
  .circles .text-info.text-holder:before {
    top: 23px;
    left: -178px;
    width: 165px;
    height: 1px;
  }
}
@media (min-width: 1224px) {
  /* line 1396, ../scss/main.scss */
  .circles .text-info.text-holder:before {
    left: -255px;
    top: 48px;
    width: 237px;
    height: 1px;
  }
}
/* line 1414, ../scss/main.scss */
.circles .text-info.text-holder:after {
  left: 148px;
  bottom: auto;
  top: -162px;
}
@media (min-width: 868px) {
  /* line 1414, ../scss/main.scss */
  .circles .text-info.text-holder:after {
    left: -182px;
    top: 21px;
  }
}
@media (min-width: 1224px) {
  /* line 1414, ../scss/main.scss */
  .circles .text-info.text-holder:after {
    left: -260px;
    top: 46px;
  }
}
/* line 1427, ../scss/main.scss */
.circles .text-info.text-holder .line {
  display: block;
}
/* line 1429, ../scss/main.scss */
.circles .text-info.text-holder .line:before {
  height: 155px;
  width: 1px;
  content: '';
  position: absolute;
  left: 14px;
  top: -159px;
  background: #000;
}
@media (min-width: 868px) {
  /* line 1429, ../scss/main.scss */
  .circles .text-info.text-holder .line:before {
    display: none;
  }
}

/* line 1445, ../scss/main.scss */
#footer {
  padding: 20px 0;
  background: #333;
}
/* line 1448, ../scss/main.scss */
#footer .container {
  max-width: 780px;
}
@media (min-width: 1224px) {
  /* line 1445, ../scss/main.scss */
  #footer {
    padding: 53px 0 10px;
  }
}
/* line 1454, ../scss/main.scss */
#footer ul {
  line-height: 16px;
}

/* line 1459, ../scss/main.scss */
.footer-list {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin: 0 -4px 15px 2%;
  color: #ccc;
  font-size: 11px;
  line-height: 16px;
}
@media (max-width: 867px) {
  /* line 1469, ../scss/main.scss */
  .footer-list:nth-child(2n+1) {
    margin: 0;
  }
}
@media (min-width: 868px) {
  /* line 1459, ../scss/main.scss */
  .footer-list {
    font-size: 12px;
    width: 24%;
    margin: 0 0 0 1%;
    display: block;
    float: left;
  }
  /* line 1479, ../scss/main.scss */
  .footer-list:first-child {
    margin: 0;
  }
}
@media (min-width: 1224px) {
  /* line 1459, ../scss/main.scss */
  .footer-list {
    width: 26%;
    margin: 0 0 0 1.33%;
  }
  /* line 1486, ../scss/main.scss */
  .footer-list:last-child {
    width: 18%;
  }
  /* line 1489, ../scss/main.scss */
  .footer-list:nth-child(2) {
    width: 26%;
  }
}
/* line 1493, ../scss/main.scss */
.footer-list li {
  margin: 0 0 6px;
  text-align: left;
}
/* line 1497, ../scss/main.scss */
.footer-list a {
  color: #ccc;
  text-decoration: none;
}
/* line 1500, ../scss/main.scss */
.footer-list a:hover {
  opacity: 0.7;
}

/* FOR K-12 and Business Landing Page: START */
/* line 1507, ../scss/main.scss */
.clients-slider {
  text-align: center;
  margin: 10px 0;
}
/* line 1511, ../scss/main.scss */
.clients-slider .client-wrapper {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: 3%;
}

/* line 1519, ../scss/main.scss */
.section.white {
  background-color: #FFFFFF;
}

/* line 1523, ../scss/main.scss */
.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 48%;
  float: left;
  height: 0;
}
/* line 1530, ../scss/main.scss */
.video-wrapper .video-frame {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
/* line 1537, ../scss/main.scss */
.video-wrapper.with-bottom {
  margin-bottom: 10%;
}

/* line 1543, ../scss/main.scss */
.orange > .holder > .video-wrapper > .video-frame {
  height: 115%;
}

/* line 1548, ../scss/main.scss */
.icon > .glyphicon {
  font-size: 30px;
  color: #34B3C0;
}

/* line 1552, ../scss/main.scss */
.title {
  font-weight: bold;
}

/* line 1557, ../scss/main.scss */
.holder .button {
  line-height: 20px;
  padding: 11px 45px;
  /*margin: 0 auto 34px;*/
  margin: 0 auto;
  margin-left: 10px;
  border-radius: 4px;
  color: #fff;
}
/* line 1566, ../scss/main.scss */
.holder .button:hover {
  background: #1d838d;
  border-color: #29a6b7;
}
/* line 1572, ../scss/main.scss */
.holder .block-wrapper > div {
  background-color: #fff;
  padding: 30px;
  max-width: 75ch;
  margin: 0 auto;
  margin-bottom: 30px;
}
/* line 1579, ../scss/main.scss */
.holder .block-wrapper > div ol {
  margin-left: 25px;
  margin-top: 10px;
}
/* line 1583, ../scss/main.scss */
.holder .block-wrapper > div ul {
  margin-top: 10px;
}
/* line 1587, ../scss/main.scss */
.holder .block-wrapper > div ol li, .holder .block-wrapper > div ul li {
  margin-bottom: 5px;
}
/* line 1592, ../scss/main.scss */
.holder .block-wrapper div:last-child {
  margin-bottom: 5px;
}

/* FOR K-12 and Business Landing Page: END */
/* Resources START */
/* line 1602, ../scss/main.scss */
.ngss-resources em {
  display: block;
  margin-left: 30px;
  margin-top: 5px;
}

/* Resources End */
/* For Premium Page: START */
/* line 1613, ../scss/main.scss */
#premium-wrapper #main .section-info {
  padding: 100px 0 40px;
}
/* line 1616, ../scss/main.scss */
#premium-wrapper #main .section-info h1 {
  text-align: center;
}
@media (min-width: 1224px) {
  /* line 1616, ../scss/main.scss */
  #premium-wrapper #main .section-info h1 {
    font-size: 46px;
  }
}
/* line 1627, ../scss/main.scss */
#premium-wrapper .list .icon .round-text {
  background-color: #26AEBC;
  padding: 9px;
  color: #FFFFFF;
  text-align: center;
  border-radius: 20px;
  width: 40px;
  display: inline-block;
}
/* line 1636, ../scss/main.scss */
#premium-wrapper .list .icon .round-text.black {
  background-color: #000;
}

/* line 1643, ../scss/main.scss */
.list.card h2 {
  font-weight: normal;
}
/* line 1647, ../scss/main.scss */
.list.card > li {
  padding: 40px 0 0 0;
  margin: 0;
}
@media (min-width: 868px) {
  /* line 1647, ../scss/main.scss */
  .list.card > li {
    width: 24%;
  }
  /* line 1654, ../scss/main.scss */
  .list.card > li .basic {
    margin-right: 5px;
  }
}
/* line 1659, ../scss/main.scss */
.list.card > li > div {
  text-align: center;
  background-color: #FCFCFA;
  width: 100%;
  margin: auto;
  padding: 20px 0;
}
@media (min-width: 868px) {
  /* line 1667, ../scss/main.scss */
  .list.card > li.premium {
    width: 74%;
    margin-left: 5px;
  }
}
/* line 1672, ../scss/main.scss */
.list.card > li.premium .premium-plans {
  width: 100%;
}
/* line 1677, ../scss/main.scss */
.list.card .button-wrapper {
  padding: 20px 0;
  background-color: #F7F7F2;
}
/* line 1681, ../scss/main.scss */
.list.card .button-wrapper .button {
  margin: 0 25px;
  display: block;
}
@media (max-width: 867px) {
  /* line 1681, ../scss/main.scss */
  .list.card .button-wrapper .button {
    padding: 5px;
  }
}
/* line 1690, ../scss/main.scss */
.list.card .features-wrapper {
  margin: auto;
  padding: 0;
  list-style-type: none;
  clear: both;
}
/* line 1696, ../scss/main.scss */
.list.card .features-wrapper .premium-pricing {
  height: 120px;
}
/* line 1697, ../scss/main.scss */
.list.card .features-wrapper .premium-pricing div {
  line-height: 30px;
  font-size: 16px;
}
@media (max-width: 867px) {
  /* line 1697, ../scss/main.scss */
  .list.card .features-wrapper .premium-pricing div {
    line-height: 20px;
    font-size: 11px;
  }
}
@media (max-width: 867px) {
  /* line 1696, ../scss/main.scss */
  .list.card .features-wrapper .premium-pricing {
    font-size: 11px;
    height: 120px;
  }
  /* line 1709, ../scss/main.scss */
  .list.card .features-wrapper .premium-pricing .subText {
    line-height: 16px;
  }
}
/* line 1714, ../scss/main.scss */
.list.card .features-wrapper ul {
  display: inline-block;
  width: 32%;
  margin: 0;
  vertical-align: top;
}
@media (max-width: 867px) {
  /* line 1714, ../scss/main.scss */
  .list.card .features-wrapper ul {
    list-style-type: none;
  }
}
/* line 1723, ../scss/main.scss */
.list.card .features-wrapper li {
  width: 100%;
  padding: 15px 0;
  margin: 0;
  height: 70px;
  list-style-type: none;
}
@media (max-width: 867px) {
  /* line 1723, ../scss/main.scss */
  .list.card .features-wrapper li {
    height: 80px;
  }
}
@media (max-width: 479px) {
  /* line 1723, ../scss/main.scss */
  .list.card .features-wrapper li {
    height: 90px;
    padding: 5px;
  }
}

/* For Premium Page: END */

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