@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.
 */
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/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

#nav .drop > ul, #nav ul ul, .login, .pagination, .list, .testimonial-full, .three-column-container, .testimonial, .footer-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.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, .three-column-container:after, .testimonial:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .ellipsis-line-clamp {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal; } }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

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

img {
  vertical-align: top;
  border: none; }

.gm-style img {
  max-width: none; }

@media only screen and (min-width: 1025px) {
  a[href^=tel], a[href^=skype], a[href^=sms] {
    cursor: default;
    pointer-events: none; } }

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

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 24px; }

h3, .h3 {
  font-size: 18px; }

h4, .h4 {
  font-size: 14px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 14px; }

@media (max-width: 867px) {
  h1, .h1 {
    font-size: 24px; }
  h2, .h2 {
    font-size: 18px; }
  h3, .h3 {
    font-size: 14px; }
  h4, .h4 {
    font-size: 14px; }
  h5, .h5 {
    font-size: 14px; }
  h6, .h6 {
    font-size: 14px; } }

p {
  margin: 0 0 1em; }

a {
  color: #26aebc; }
  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;
}
.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;
}*/
.fa-unlock.fa-2x, .fa-lock.fa-2x {
  font-size: 1.4em; }

.search:before {
  content: '\f002'; }

/*
.arrow:before {
	content: '\f054';
}*/
#wrapper {
  position: relative;
  overflow: hidden;
  padding: 46px 0 0;
  min-height: calc(100vh - 60px); }

.container,
.holder {
  max-width: 960px;
  padding: 0 10px;
  margin: 0 auto; }
  .container p,
  .holder p {
    max-width: 75ch; }

.container.legal strong {
  font-size: 18px; }

.container.legal ol {
  max-width: 75ch;
  margin: 0 auto;
  padding-left: 25px; }
  .container.legal ol li {
    padding-bottom: 10px; }

.holder {
  max-width: 984px; }

#header {
  background: #fff;
  /*padding: 20px 10px;*/
  position: fixed;
  left: 0;
  right: 0;
  top: 0; }
  @media (max-width: 1223px) {
    #header .optional {
      display: none; } }
  @media (min-width: 868px) {
    #header {
      /*padding: 0 20px;*/ }
      #header .logo {
        padding-left: 20px; }
      #header #nav {
        padding-right: 20px; } }
  @media (min-width: 1224px) {
    #header {
      /*padding: 0 23px;*/ }
      #header .logo {
        padding-left: 23px; }
      #header #nav {
        padding-right: 23px; } }
  @media (max-width: 867px) {
    #header {
      padding-top: 10px;
      padding-left: 0px;
      padding-right: 0px;
      padding-bottom: 12px; }
      #header .logo {
        padding-left: 10px; } }

.header-block {
  padding: 0 10px;
  height: 46px; }
  @media (min-width: 868px) {
    .header-block {
      float: right;
      /* width: 56.3%; */
      padding: 0;
      text-align: right;
      height: 46px; } }
  .header-block .p-3 {
    margin: 6px auto;
    margin-right: 10px; }
  .header-block a.btn {
    padding: 6px;
    margin: 0px auto; }
  .header-block .btn {
    font-size: 14px;
    font-weight: 600;
    width: initial;
    background: white;
    color: #30AEBB;
    border: 1px solid rgba(27, 31, 35, 0.2); }
    .header-block .btn:hover {
      color: white;
      background: #30AEBB; }

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

#nav {
  position: relative; }
  @media (min-width: 868px) {
    #nav {
      padding: 0 0 0 83px; } }

@media (orientation: landscape) and (max-width: 867px) {
  #nav .drop {
    max-height: 345px;
    overflow-y: auto !important; } }

@media (orientation: portrait) and (max-width: 867px) {
  #nav .drop {
    max-height: 420px;
    overflow-y: auto !important; } }
  @media (max-width: 867px) {
    #nav .drop {
      position: absolute !important;
      left: -10px;
      right: -10px;
      top: 9px;
      z-index: 10;
      text-align: center;
      background: #26aebc;
      box-shadow: 7px 7px 7px #D4D4D0;
      border-bottom: 1px solid #ccc; } }
  @media (min-width: 868px) {
    #nav .drop {
      position: static !important; } }
  #nav .drop > ul {
    margin: 0 0 10px;
    color: #000; }
    @media (min-width: 868px) {
      #nav .drop > ul {
        /* max-width: 265px; */
        float: left;
        margin: 0; } }
    #nav .drop > ul > li {
      border-bottom: 1px solid #fff;
      position: relative;
      line-height: inherit;
      background-color: #fff; }
      #nav .drop > ul > li.hover {
        background: rgba(0, 0, 0, 0.1); }
        #nav .drop > ul > li.hover ul {
          display: block;
          min-width: 150px; }
      @media (min-width: 868px) {
        #nav .drop > ul > li {
          float: left;
          border: none; } }
      #nav .drop > ul > li > a {
        text-transform: uppercase;
        text-decoration: none;
        display: block;
        padding: 10px; }
        @media (min-width: 868px) {
          #nav .drop > ul > li > a {
            padding: 12px 9px; } }
        @media (max-width: 1223px) {
          #nav .drop > ul > li > a {
            padding: 12px 3px; } }
    #nav .drop > ul .active > a {
      background: #59beca; }
    #nav .drop > ul .active.hover > a {
      background: #59beca; }
  #nav ul ul {
    top: 100%;
    /*background: #27b0c1;*/
    display: none; }
    @media (min-width: 868px) {
      #nav ul ul {
        position: absolute;
        left: 0;
        right: 0; } }
    @media (min-width: 868px) {
      #nav ul ul {
        min-width: 120px;
        background-color: white;
        border-color: rgba(0, 0, 0, 0.2);
        border-style: solid;
        border-width: 1px; } }
    #nav ul ul li {
      border-top: 1px solid #d4d6d6;
      display: inline; }
    #nav ul ul a {
      display: block;
      padding: 5px;
      text-decoration: none;
      text-transform: initial;
      color: #000; }
      @media (max-width: 867px) {
        #nav ul ul a {
          color: white;
          border-top: 1px solid #a9a9a9;
          padding-top: 8px;
          padding-bottom: 8px; } }
      #nav ul ul a:hover {
        background: #f7f7f2; }
        @media (max-width: 867px) {
          #nav ul ul a:hover {
            background: #2b9da9; } }
  #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) {
      #nav .opener {
        display: block; } }
    #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; }
    #nav .opener:before, #nav .opener:after {
      content: '';
      top: 30%; }
    #nav .opener:after {
      top: 70%; }
    #nav .opener:hover {
      opacity: 0.9; }
  #nav.active .opener span {
    opacity: 0; }
  #nav.active .opener:before, #nav.active .opener:after {
    transform: rotate(45deg);
    top: 50%;
    left: 15%;
    right: 15%; }
  #nav.active .opener:after {
    transform: rotate(-45deg); }
  #nav .tuva-dropdown {
    position: relative; }
    #nav .tuva-dropdown > a::after {
      content: '▼';
      font-size: 11px; }
    @media (max-width: 867px) {
      #nav .tuva-dropdown.hover > a {
        font-weight: bold; } }
    #nav .tuva-dropdown.hover ul {
      display: block !important; }
    #nav .tuva-dropdown.fix-right ul {
      left: auto; }

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

.login {
  text-align: center; }
  @media (min-width: 868px) {
    .login {
      display: inline-block;
      vertical-align: top;
      max-width: 315px; }
      .login > li:first-child {
        float: left;
        width: 100px; }
      .login > li:nth-child(2):nth-last-child(1) {
        float: right;
        width: 50px; }
      .login > li:nth-child(2):nth-last-child(2) {
        float: left;
        width: 100px; }
      .login > li:nth-child(3):nth-last-child(1) {
        float: right;
        width: 100px; }
      .login > li.tuva-dropdown > a {
        text-overflow: ellipsis;
        position: relative;
        overflow: hidden;
        padding-right: 13px;
        white-space: nowrap; }
        .login > li.tuva-dropdown > a:after {
          position: absolute;
          right: 0;
          top: 12px; }
      .login .premium:hover .tuva-bubble, .login .basic:hover .tuva-bubble, .login .help-item:hover .tuva-bubble {
        display: block; }
        .login .premium:hover .tuva-bubble p:last-child, .login .basic:hover .tuva-bubble p:last-child, .login .help-item:hover .tuva-bubble p:last-child {
          margin-bottom: 0; } }
  @media (max-width: 867px) {
    .login .arrow {
      display: none; } }
  .login .nonlink {
    padding: 12px 0px;
    padding-top: 13px; }
    @media (max-width: 867px) {
      .login .nonlink {
        display: none; } }
  .login .premium > a {
    color: #FFCA05;
    font-weight: bold; }
  .login .basic {
    color: #FFF; }
  .login > li > a {
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 15px 10px; }
    @media (min-width: 868px) {
      .login > li > a {
        padding: 12px 10px; } }
  .login > li:hover {
    background: rgba(0, 0, 0, 0.1); }
  .login > li.help-item {
    width: auto; }
    @media (max-width: 867px) {
      .login > li.help-item {
        float: none; } }
    .login > li.help-item > a {
      padding: 12px 8px;
      margin: 0; }
      .login > li.help-item > a:nth-child(2) {
        display: none; }
    @media (max-width: 867px) {
      .login > li.help-item > a:first-child {
        display: none; }
      .login > li.help-item > a:nth-child(2) {
        display: block; } }
  .login .help-item .tuva-bubble {
    right: -20px; }
  .login .help-item p {
    list-style-type: disc;
    display: list-item;
    margin: 2px 0 2px 15px; }

.premium-label {
  color: #FFCA05 !important;
  font-weight: bold; }

.section {
  padding: 45px 0; }
  .section p {
    margin: 0 auto; }
  @media (min-width: 868px) {
    .section {
      padding: 40px 0; } }
  @media (min-width: 1224px) {
    .section {
      padding: 85px 0; } }
  .section .text hr {
    margin: 0.7em 0; }
  .section .text h1 {
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    margin: 0 0 10px;
    font-weight: 400; }
    @media (min-width: 868px) {
      .section .text h1 {
        text-align: left;
        font-size: 35px;
        line-height: 40px;
        margin: 0 0 20px; } }
    @media (min-width: 1224px) {
      .section .text h1 {
        font-size: 48px;
        line-height: 55px;
        margin: 0 0 30px; } }
    .section .text h1 span {
      color: #ffdf68; }
  .section .text div.text-holder span {
    color: #ffdf68; }
  .section .breadcrumb {
    line-height: 24px;
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: none; }
    .section .breadcrumb a {
      padding: 5px;
      color: white; }
      .section .breadcrumb a:hover {
        text-decoration: none;
        border-bottom: 1px solid #FFCA05; }
    .section .breadcrumb .step-arrow {
      vertical-align: middle; }

/* loading sign */
.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; }

.spin-mask {
  z-index: 20001;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px; }

.spin-mask div {
  line-height: 16px;
  cursor: wait; }

.loadmask-msg {
  z-index: 20001;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #6593cf;
  background: #c3daf9;
  padding: 2px; }

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

.masked {
  overflow: hidden !important; }

.masked-relative {
  position: relative !important; }

.masked-hidden {
  visibility: hidden !important; }

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

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

.text h1 span {
  font-weight: 700; }

.carousel {
  color: #fff;
  position: relative;
  text-align: center;
  margin: 0 auto;
  font-size: 17px;
  line-height: 26px; }
  .carousel .slideset {
    float: left; }
  .carousel .slide {
    float: left;
    width: 100%; }

.carousel.full-width {
  width: 100%; }
  .carousel.full-width .mask {
    overflow: hidden;
    position: relative;
    margin: 0 auto; }
  @media (min-width: 1224px) {
    .carousel.full-width .mask, .carousel.full-width .slide {
      height: 500px; } }
  @media (max-width: 1223px) {
    .carousel.full-width .mask, .carousel.full-width .slide {
      height: 300px; } }
  .carousel.full-width .text h1 {
    text-align: center; }

@media (min-width: 868px) {
  .carousel.circle-carousal {
    margin: 0;
    float: right;
    width: 330px; } }

.carousel.circle-carousal .mask {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: #30AEBB; }
  @media (min-width: 1224px) {
    .carousel.circle-carousal .mask {
      width: 330px;
      height: 330px; } }

.carousel.circle-carousal .slide {
  height: 280px;
  border-radius: 50%;
  padding: 68px 30px 0;
  position: relative;
  z-index: 2; }
  @media (min-width: 1224px) {
    .carousel.circle-carousal .slide {
      width: 100%;
      height: 330px;
      padding: 90px 60px 60px; } }

.carousel.circle-carousal .title {
  display: block;
  margin: 0 0 10px; }
  @media (min-width: 868px) {
    .carousel.circle-carousal .title {
      margin: 0 0 15px; } }

.carousel.circle-carousal .pattern .title {
  color: #676767; }

.carousel.circle-carousal .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%; }

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

@media (min-width: 868px) {
  .list {
    margin: 0 -10px; } }

@media (min-width: 1224px) {
  .list {
    margin: 0; } }

.list > li {
  margin: 0 0 10px; }
  @media (min-width: 868px) {
    .list > li {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      padding: 0 10px;
      margin: 0 -4px 0 0; } }
  @media (min-width: 1224px) {
    .list > li {
      width: 43%;
      padding: 0;
      margin-bottom: 48px; }
      .list > li:nth-child(2n+0) {
        margin-left: 12%; } }
  @media (max-width: 867px) {
    .list > li.img-wrapper {
      display: none; } }
  .list > li.img-wrapper > img {
    height: 730px; }
    @media (min-width: 1224px) {
      .list > li.img-wrapper > img {
        margin-left: -165px; } }
  .list > li.img-wrapper > img.large {
    height: 730px; }
    @media (min-width: 1224px) {
      .list > li.img-wrapper > img.large {
        margin-left: -115px; } }

.list .icon {
  float: left;
  width: 46px;
  margin: 0 10px 0 0; }
  @media (min-width: 868px) {
    .list .icon {
      margin: 0 27px 0 0;
      padding: 2px 0 0; } }

.list .text {
  overflow: hidden; }

.list .title {
  display: block;
  margin: 0 0 5px; }

.list.smaller .icon {
  width: 40px;
  margin: 0; }
  .list.smaller .icon > img {
    width: 30px; }
  .list.smaller .icon > .glyphicon {
    font-size: 20px; }

@media (min-width: 868px) {
  .list.list-block {
    display: flex; } }

@media (min-width: 868px) {
  .list.list-block li {
    flex: 1;
    background: white; } }

@media (max-width: 1223px) {
  .list.list-block li {
    margin: 20px; } }

.list.list-block li img {
  width: 90px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; }

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

.orange {
  background: #f6ede1; }
  @media (min-width: 868px) {
    .orange .holder > .text-wrap {
      max-width: 230px;
      float: left; } }

.img-block {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  flex-wrap: wrap; }
  @media (min-width: 868px) {
    .img-block {
      text-align: center; } }
  @media (min-width: 1224px) {
    .img-block {
      margin: -26px 0 0; } }
  .img-block .img-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }
  .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) {
      .img-block .img {
        margin: 0 0 15px;
        display: inline-block;
        vertical-align: top;
        margin: 0 3.4%; } }
    @media (min-width: 1224px) {
      .img-block .img {
        width: 362px;
        height: 362px; } }
    .img-block .img img {
      border-radius: 50%;
      width: 100%;
      height: auto; }
    .img-block .img a {
      position: relative;
      text-decoration: none;
      color: #fff;
      min-height: 280px;
      white-space: nowrap;
      display: block; }
      @media (min-width: 1224px) {
        .img-block .img a {
          min-height: 362px; } }
      .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) {
          .img-block .img a:after {
            height: 362px; } }
    .img-block .img:hover {
      opacity: 0.8; }

.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) {
    .overlay {
      max-height: 285px; } }
  .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) {
  .testimonial-full {
    margin: 0 -15px; } }

@media (min-width: 1224px) {
  .testimonial-full {
    margin: -10px -15px 0; } }

@media (min-width: 868px) {
  .testimonial-full li {
    width: 100%;
    padding: 0 15px;
    max-width: 75ch;
    margin: 0 auto; } }

.testimonial-full li .details {
  text-align: right; }

.testimonial-full .info {
  display: inline-block;
  vertical-align: middle;
  max-width: 200px; }
  @media (min-width: 868px) {
    .testimonial-full .info {
      max-width: none;
      width: 40%; } }
  @media (min-width: 1224px) {
    .testimonial-full .info {
      width: 40%; } }

.testimonial-full .name {
  display: block;
  padding: 7px 0; }
  .testimonial-full .name a {
    text-decoration: none;
    color: #666; }
    .testimonial-full .name a:hover {
      opacity: 0.7; }

@media (min-width: 868px) {
  .three-column-container {
    margin: 0 -15px;
    display: flex; } }

@media (min-width: 1224px) {
  .three-column-container {
    margin: -10px -15px 0; } }

.three-column-container li {
  margin: 0 0 30px;
  background: #fff;
  margin: 15px; }
  @media (min-width: 868px) {
    .three-column-container li {
      float: left;
      width: 33.33%;
      flex: 1; } }

.three-column-container .transparent {
  background: inherit;
  color: white; }

.three-column-container .text {
  padding: 20px; }
  @media (min-width: 1224px) {
    .three-column-container .text {
      padding: 32px 30px 28px; } }

@media (max-width: 1223px) {
  .three-column-container h2 {
    font-size: 20px; } }

@media (max-width: 867px) {
  .three-column-container h2 {
    font-size: 18px; } }

.three-column-container p {
  max-width: none; }

.testimonial {
  font: 13px/24px Georgia, 'Times New Roman', Times, Baskerville, serif; }
  @media (min-width: 868px) {
    .testimonial {
      margin: 0 -15px; } }
  @media (min-width: 1224px) {
    .testimonial {
      margin: -10px -15px 0; } }
  .testimonial li {
    margin: 0 0 30px; }
    @media (min-width: 868px) {
      .testimonial li {
        float: left;
        width: 33.33%;
        padding: 0 15px; } }
  .testimonial .text {
    background: #fcfcfa;
    padding: 25px 15px;
    position: relative;
    margin: 0 0  15px; }
    @media (min-width: 1224px) {
      .testimonial .text {
        margin: 0 0 27px;
        padding: 35px 35px 28px; } }
    .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) {
        .testimonial .text:before {
          left: 35px;
          top: 9px; } }
    .testimonial .text a {
      text-decoration: none; }
      .testimonial .text a:hover {
        opacity: 0.7; }
  .testimonial .img {
    width: 78px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0; }
    .testimonial .img a:hover {
      opacity: 0.7; }
    @media (min-width: 1224px) {
      .testimonial .img {
        margin: 0 15px 0 0; } }
  .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) {
      .testimonial .info {
        max-width: none;
        width: 59%; } }
    @media (min-width: 1224px) {
      .testimonial .info {
        width: 60%; } }
  .testimonial .name {
    display: block;
    padding: 7px 0; }
    .testimonial .name a {
      text-decoration: none;
      color: #666; }
      .testimonial .name a:hover {
        opacity: 0.7; }

.mid-section {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
  .mid-section:after {
    content: '';
    position: absolute;
    background: rgba(41, 96, 99, 0.6);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1; }
  .mid-section h1 {
    color: white; }

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

.section-info.highlight {
  padding: 0px; }
  .section-info.highlight:after {
    background: rgba(41, 96, 99, 0); }
  .section-info.highlight .attribution {
    bottom: 15px;
    position: absolute; }
  .section-info.highlight .holder {
    min-height: 300px;
    background-color: white;
    opacity: 0.9; }
    @media (min-width: 868px) {
      .section-info.highlight .holder {
        margin-left: 60%; } }
    @media (min-width: 1224px) {
      .section-info.highlight .holder {
        margin-left: 65%; } }
    .section-info.highlight .holder .text {
      padding: 15px;
      color: #494949; }
      .section-info.highlight .holder .text h3 {
        color: #494949; }
  .section-info.highlight.hover:hover {
    box-shadow: 7px 7px 7px #D4D4D0; }

@media (min-width: 868px) {
  .text-block {
    float: left;
    max-width: 400px; } }
  @media (min-width: 868px) and (min-width: 1224px) {
    .text-block {
      max-width: 540px; } }

@media (min-width: 868px) {
    .text-block .text-holder {
      max-width: 330px; } }
    @media (min-width: 868px) and (min-width: 1224px) {
      .text-block .text-holder {
        max-width: 422px; } }

@media (min-width: 868px) {
  .text-block.text-banner {
    float: left;
    max-width: 400px; } }
  @media (min-width: 868px) and (min-width: 1224px) {
    .text-block.text-banner {
      max-width: 75ch; } }

@media (min-width: 868px) {
    .text-block.text-banner .text-holder {
      max-width: 330px; } }
    @media (min-width: 868px) and (min-width: 1224px) {
      .text-block.text-banner .text-holder {
        max-width: 75ch; } }

.signup-box {
  background: #f7f7f2;
  color: #666;
  max-width: 290px;
  margin: 0 auto;
  padding: 10px 15px;
  position: relative;
  text-align: center; }
  @media (min-width: 868px) {
    .signup-box {
      float: right;
      max-width: 312px;
      padding: 29px 27px 47px; } }
  .signup-box p {
    margin: 0 0 20px; }
  .signup-box .text-info {
    display: block; }
    .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;
			}*/ }
      .signup-box .text-info a:hover {
        opacity: 0.7; }

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

.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; }
  .btn:hover {
    background: #1d838d;
    border-color: #29a6b7; }

.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) {
    .circle {
      width: 245px;
      height: 245px;
      left: 4px;
      top: 41px;
      padding: 42px 63px 25px 20px;
      line-height: 21px; } }
  .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) {
      .circle .title {
        margin: 0 0 15px; } }

.circle1 {
  left: 132px;
  padding: 25px 27px 25px 39px; }
  @media (min-width: 1224px) {
    .circle1 {
      left: 168px;
      padding: 48px 22px 25px 93px; } }
  @media (min-width: 1224px) {
    .circle1 .title {
      margin: 0 0 9px; } }

.circle2 {
  top: 188px;
  left: 61px;
  padding: 66px 20px 30px; }
  @media (min-width: 1224px) {
    .circle2 {
      left: 89px;
      top: 159px;
      padding: 150px 43px 30px; } }
  @media (min-width: 1224px) {
    .circle2 .title {
      margin: 0 0 12px; } }

.circles {
  position: relative;
  min-height: 450px;
  margin: 0 auto;
  width: 305px; }
  @media (min-width: 868px) {
    .circles {
      float: right;
      width: 480px; } }
  @media (min-width: 1224px) {
    .circles {
      width: 690px; } }
  .circles .text-info {
    position: absolute;
    top: 20px;
    left: 60px;
    font-size: 11px;
    line-height: 19px;
    text-align: center; }
    @media (min-width: 1224px) {
      .circles .text-info {
        left: 126px;
        top: -23px; } }
    .circles .text-info:before {
      height: 85px;
      width: 1px;
      content: '';
      position: absolute;
      left: 92px;
      top: 37px;
      background: #000; }
      @media (min-width: 1224px) {
        .circles .text-info:before {
          height: 98px;
          left: 84px;
          top: 41px; } }
    .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) {
        .circles .text-info:after {
          bottom: -107px;
          left: 82px;
          height: 6px;
          width: 6px; } }
  .circles .text-info.text-holder {
    max-width: 150px;
    left: 0;
    top: 360px;
    text-align: left; }
    @media (min-width: 868px) {
      .circles .text-info.text-holder {
        top: 175px;
        left: auto;
        right: 0; } }
    @media (min-width: 1224px) {
      .circles .text-info.text-holder {
        width: 175px;
        top: 136px;
        right: 71px;
        left: auto; } }
    .circles .text-info.text-holder:before {
      width: 135px;
      height: 1px;
      left: 14px;
      top: -160px; }
      @media (min-width: 868px) {
        .circles .text-info.text-holder:before {
          top: 23px;
          left: -178px;
          width: 165px;
          height: 1px; } }
      @media (min-width: 1224px) {
        .circles .text-info.text-holder:before {
          left: -255px;
          top: 48px;
          width: 237px;
          height: 1px; } }
    .circles .text-info.text-holder:after {
      left: 148px;
      bottom: auto;
      top: -162px; }
      @media (min-width: 868px) {
        .circles .text-info.text-holder:after {
          left: -182px;
          top: 21px; } }
      @media (min-width: 1224px) {
        .circles .text-info.text-holder:after {
          left: -260px;
          top: 46px; } }
    .circles .text-info.text-holder .line {
      display: block; }
      .circles .text-info.text-holder .line:before {
        height: 155px;
        width: 1px;
        content: '';
        position: absolute;
        left: 14px;
        top: -159px;
        background: #000; }
        @media (min-width: 868px) {
          .circles .text-info.text-holder .line:before {
            display: none; } }

#footer {
  padding: 20px 0;
  background: #333; }
  #footer .container {
    max-width: 960px; }
  @media (min-width: 1224px) {
    #footer {
      padding: 53px 0 10px; } }
  #footer ul {
    line-height: 16px; }

.version {
  float: right;
  bottom: 10px;
  padding: 0 10px;
  color: #ccc; }

.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) {
    .footer-list:nth-child(2n+1) {
      margin: 0; } }
  @media (min-width: 868px) {
    .footer-list {
      font-size: 12px;
      width: 15.8%;
      margin: 0 0 0 1%;
      display: block;
      float: left; }
      .footer-list:first-child {
        margin: 0; }
      .footer-list:nth-child(5) {
        width: 10%; }
      .footer-list:last-child {
        width: 21%; } }
  @media (min-width: 1224px) {
    .footer-list {
      width: 15.8%;
      margin: 0 0 0 1%; } }
  .footer-list li {
    margin: 0 0 6px;
    text-align: left; }
  .footer-list a {
    color: #ccc;
    text-decoration: none; }
    .footer-list a:hover {
      opacity: 0.7; }
  .footer-list strong {
    font-size: 14px;
    display: block;
    margin-bottom: 10px; }

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

.section.white {
  background-color: #FFFFFF; }

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 48%;
  float: left;
  height: 0; }
  .video-wrapper .video-frame {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0; }
  .video-wrapper.with-bottom {
    margin-bottom: 10%; }

.orange > .holder > .video-wrapper > .video-frame {
  height: 115%; }

.icon > .glyphicon {
  font-size: 30px;
  color: #34B3C0; }

.title {
  font-weight: bold; }

.holder .button {
  line-height: 20px;
  padding: 11px 45px;
  /*margin: 0 auto 34px;*/
  margin: 0 auto;
  margin-left: 10px;
  border-radius: 4px;
  color: #fff; }
  .holder .button:hover {
    background: #1d838d;
    border-color: #29a6b7; }
  .holder .button.cancel:hover {
    background: #6f6f6f;
    border-color: #6f6f6f; }

.holder .button-white {
  color: #3c3c3c;
  background: white; }
  .holder .button-white:hover {
    background: #e5e5e5;
    border-color: #d4d4d4;
    color: #333; }

.holder .block-wrapper > div {
  background-color: #fff;
  padding: 30px;
  max-width: 75ch;
  margin: 0 auto;
  margin-bottom: 30px; }
  .holder .block-wrapper > div ol {
    margin-left: 25px;
    margin-top: 10px; }
  .holder .block-wrapper > div ul {
    margin-top: 10px; }
  .holder .block-wrapper > div ol li, .holder .block-wrapper > div ul li {
    margin-bottom: 5px; }

.holder .block-wrapper div:last-child {
  margin-bottom: 5px; }

.holder .block-wrapper table {
  width: 100%; }
  .holder .block-wrapper table td {
    padding: 4px; }

@media (min-width: 1224px) {
  .k12 .section .text h1 {
    font-size: 38px; } }

@media (min-width: 1224px) {
  .k12 .section .circle-carousal {
    margin-top: -40px; } }

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

/* Resources End */
/* For Premium Page: START */
#premium-wrapper #main .section-info {
  padding: 100px 0 40px; }
  #premium-wrapper #main .section-info h1 {
    text-align: center; }
    @media (min-width: 1224px) {
      #premium-wrapper #main .section-info h1 {
        font-size: 46px; } }

#premium-wrapper .list .icon .round-text {
  background-color: #26AEBC;
  padding: 9px;
  color: #FFFFFF;
  text-align: center;
  border-radius: 20px;
  width: 40px;
  display: inline-block; }
  #premium-wrapper .list .icon .round-text.black {
    background-color: #000; }

.list.card h2 {
  font-weight: normal; }

.list.card > li {
  padding: 40px 0 0 0;
  margin: 0; }
  @media (min-width: 868px) {
    .list.card > li {
      width: 24%; }
      .list.card > li .basic {
        margin-right: 5px; } }
  @media (max-width: 867px) {
    .list.card > li.basic .hide-on-mobile {
      display: none; } }
  .list.card > li > div {
    text-align: center;
    background-color: #FCFCFA;
    width: 100%;
    margin: auto;
    padding: 20px 0; }

@media (min-width: 868px) {
  .list.card > li.premium {
    width: 74%;
    margin-left: 2%; } }

.list.card > li.premium .premium-plans {
  width: 100%; }

.list.card .button-wrapper {
  padding: 20px 0;
  background-color: #F7F7F2; }
  .list.card .button-wrapper .button {
    margin: 0 25px;
    display: block; }
    @media (max-width: 867px) {
      .list.card .button-wrapper .button {
        padding: 5px; } }

.list.card .features-wrapper {
  margin: auto;
  padding: 0;
  list-style-type: none;
  clear: both; }
  .list.card .features-wrapper .premium-pricing {
    height: 140px; }
    .list.card .features-wrapper .premium-pricing div {
      line-height: 30px;
      font-size: 16px; }
      @media (max-width: 867px) {
        .list.card .features-wrapper .premium-pricing div {
          line-height: 20px;
          font-size: 11px; } }
    @media (max-width: 867px) {
      .list.card .features-wrapper .premium-pricing {
        font-size: 11px;
        height: 120px; }
        .list.card .features-wrapper .premium-pricing .subText {
          line-height: 16px; } }
  .list.card .features-wrapper ul {
    display: inline-block;
    width: 32%;
    margin: 0;
    vertical-align: top; }
    @media (max-width: 867px) {
      .list.card .features-wrapper ul {
        list-style-type: none; } }
  .list.card .features-wrapper li {
    width: 100%;
    padding: 15px 0;
    margin: 0;
    height: 70px;
    list-style-type: none; }
    @media (max-width: 867px) {
      .list.card .features-wrapper li {
        height: 80px; } }
    @media (max-width: 479px) {
      .list.card .features-wrapper li {
        height: 90px;
        padding: 5px; } }

/* For Premium Page: END */
@media (max-width: 867px) {
  .tour-button {
    display: none; } }

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