:root {
  --primary-color: #00aa00;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
time {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

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

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

article figure {
  margin:0;
  text-align: center;
}

article figcaption {
  margin-bottom:2.5rem;
  color:#666;
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

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

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"],
.pointer {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

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

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
section {
  padding-top: 5px;
}
.breadcrumbs {
  padding-top: 58px;
}
.breadcrumbs ol {
  list-style: none;
  margin: 10px 0;
  font-size:12px;
  color:#999;
}
.breadcrumbs ol li {
  display: inline-block;
}
.breadcrumbs ol li.parent::after {
  content: ' > ';
  margin: 0 10px;
}

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

@media (max-width:949px) {
  #topbar .container {
    padding: 0;
    width: 100%; }
}
@media (min-width: 600px) {
  #topbar .container .button {
    padding-left: 10px;
    padding-right: 10px;
  }
  #topbar .container a.button + ul li {
    padding-right: 10px;
    padding-left:10px;
  }
  #topbar a.button.noborder:hover {
    background-color:#efefef;
    text-decoration: none;
  }
  hr.dropdown-divider {
    margin: 5px 0;
  }
}
@media (min-width:1000px) {
  .container.ultrawide {
    max-width: 1600px;
  }
}
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

.CNB-logo {
  transform: scale(0.7);
}
.button-system {
  overflow:hidden;
}

/* For devices larger than 550px */
@media (min-width: 600px) {
  .CNB-logo {
    transform: scale(1);
  }
  .pricing .container {
    width:95%;
  }
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

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

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

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

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

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

}

 .column:empty,
 .columns:empty                  {min-height: 1px;}

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.7em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.7;
  font-weight: 300;
  font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto, Helvetica, Arial,sans-serif;
  color: #222; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 600;
  font-family: Helvetica Neue, BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Arial,sans-serif; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 600px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }

.heavy {
  font-weight: 700 !important;
}
.fat {
  font-weight: 600;
}
.obese {
  font-weight: 500;
}
.bold {
  font-weight: 400;
}
.regular {
  font-weight: 300;
}
.thin {
  font-weight: 200;
}
.underline {
  text-decoration: underline;
}

.pricing-toggles {
  font-size:120%;
}

.green {
  color:var(--primary-color);
}
.forceGreen {
  color:var(--primary-color) !important;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: var(--primary-color);
  text-decoration: none }
a:hover {
  color: #009900;
  text-decoration: underline; }

  /* Images
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
img {
  width:100%;
  max-width:920px;
  height:auto;
}



/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 3px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: var(--primary-color);
  border-color: var(--primary-color); }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #009900;
  border-color: #009900; }
.button.noborder,
button.noborder {
  border-color: #fff;
}


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid var(--primary-color);
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }

.no-bullets {
  list-style: none;
}
.no-bullets li {
  padding-left: 0;
}

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


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

hr.m-0 {
  margin: 10px 25px;
}

.flexbox {
  display: flex;
}
.flexbox.middle {
  align-items: center;
}
.flexbox.center {
  justify-content: center;
}

.round {
  border-radius: 50%;
}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/

.desktop-only {
  display: none;
}

/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 600px) {
  div.desktop-only {
    display: block;
  }
  .desktop-only {
    display: initial;
  }
  .mobile-only {
    display: none;
  }
}

/* Larger than tablet */
@media (min-width: 750px) {
}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}

@media (max-width: 880px) {
  .row .desktop-column {
    width: 100%;
  }
  .flex-center {
    flex-direction: column;
  }
}

/* Text Formatting
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  @media (max-width:449px) {
    .text-center-m {
      text-align: center;
    }
    .text-left-m {
      text-align: left;
    }
    .text-right-m {
      text-align: right;
    }
  }

  .sub-title.mobile {
    font-size: 15px;
    color:#222;
  }
  .sub-title {
    font-size: 18px;
  }
  @media (min-width: 600px) {
    .sub-title,
    .sub-title.mobile {
      font-size: 24px;
      color: #747474;
    }
  }

  .light-grey {
    color: #747474;
  }


/* #topbar
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#topbar {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 6;
  background: #fff;

}
#topbar.scrolled {
  /* border-bottom:1px solid #eae9e9; */
  box-shadow:0 0 10px rgba(0,0,0,0.3);
}

#topbar .logo,
.nav-logo {
  width: 140px;
  height: 38px;
  background-image: url(../images/call-now-button-retina.png);
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
}
.nav-logo {
  margin: 0 auto 1rem;
}
.mobile-nav .nav-logo {
  display: block;
}

#topbar .logo {
  float: left;
  margin-top:10px;
}

.logo a {
  display: block;
  width: 140px;
  height: 38px;
  text-indent: -9999px;
}

nav {
  float: right;
  padding-top: 10px;
}
nav ul {
  list-style: none;
}
nav ul li {
  padding-left: 0;
  padding-right: 20px;
  margin-bottom: 0;
  float: left;
}
nav > ul > li.desktop-only {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
/* #topbar nav ul li {
  padding-right: 10px;
} */
li.desktop-only.dropdown {
  position: relative;
}
li.desktop-only.dropdown .dropdown-panel {
    display: none;
    position: absolute;
    left:-30px;
    background-color: #fff;
    margin: 0;
    border: 1px solid #eae9e9;
    border-top: none;
    padding-bottom: 5px;
}
li.desktop-only.dropdown:hover .dropdown-panel {
    display: flex;
}
.dropdown-panel .promobox {
  width: 300px;
  padding: 1.5rem;
  border-left:1px solid #eae9e9;
}
.promobox img {
  max-width: 300px;
  width: 100%;
  height: auto;
}
.promobox .button:hover {
  text-decoration: none;
  background-color: #efefef;
}
.dropdown-panel ul {
  margin-left: 0;
}
.dropdown-panel ul li {
  padding-left: 15px;
  padding-right: 15px;
}
li.desktop-only.dropdown ul li {
    float: none;
}
li.desktop-only.dropdown ul li .button {
    margin-bottom: 0;
}


@media (min-width: 600px) {
  #topbar nav ul li {
    padding-right: 2px;
  }
}

/* main {
  padding-top:60px;
} */

/* Spacings
–––––––––––––––––––––––––––––––––––––––––––––––––– */

  .centered {
    margin-left: auto !important;
    margin-right: auto !important;
  }
    .left-0 {
      margin-left: 0;
    }
    .left-5 {
      margin-left: 5%;
    }
    .left-10 {
      margin-left: 10%;
    }
    .left-15 {
      margin-left: 15%;
    }
    .left-20 {
      margin-left: 20%;
    }
    .left-25 {
      margin-left: 25%;
    }

    .right-0 {
      margin-right: 0;
    }
    .right-5 {
      margin-right: 5%;
    }
    .right-10 {
      margin-right: 10%;
    }
    .right-15 {
      margin-right: 15%;
    }
    .right-20 {
      margin-right: 20%;
    }
    .right-25 {
      margin-right: 25%;
    }

  .top-0 {
    margin-top:0;
  }
  .top-3 {
    margin-top:30px;
  }
  .top-5 {
    margin-top:50px;
  }
  .top-10 {
    margin-top:100px;
  }
  .top-20 {
    margin-top:200px;
  }
  .top-30 {
    margin-top:300px;
  }
  .top-40 {
    margin-top:400px;
  }
  .top-50 {
    margin-top:500px;
  }

  .bottom-0 {
    margin-bottom:0;
  }
  .bottom-1 {
    margin-bottom:10px;
  }
  .bottom-3 {
    margin-bottom:30px;
  }
  .bottom-5 {
    margin-bottom:50px;
  }
  .bottom-10 {
    margin-bottom:100px;
  }
  .bottom-20 {
    margin-bottom:200px;
  }
  .bottom-30 {
    margin-bottom:300px;
  }
  .bottom-40 {
    margin-bottom:400px;
  }
  .bottom-50 {
    margin-bottom:500px;
  }
@media (min-width: 600px) {
  .top-d-10 {
    margin-top:100px;
  }
  .bottom-d-10 {
    margin-bottom:100px;
  }
}
@media (max-width: 449px) {
  .top-m-5 {
    margin-top:50px;
  }
  .bottom-m-5{
    margin-bottom:50px;
  }
}

  .grey-bg {
    background-color: #f4f4f4;
    border-top:1px solid #eae9e9;
    border-bottom:1px solid #eae9e9;
  }

  .relative {
    position: relative;
  }

/* SVG Logo & icons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    .CNB-logo {
      padding:25px;
      width: 206px;
      height: 206px;
      border-radius: 50%;
      background: rgb(63,179,64);
      background: radial-gradient(circle at top left, rgba(0,200,0,1) 0%, rgba(0,153,0,1) 100%);
      border-bottom:3px solid #005f00;
      box-shadow: inset 0.2em 0.2em 0.2em 0 rgba(255,255,255,0.5), inset -0.2em -0.2em 0.2em 0 rgba(0,0,0,0.5), 0px 25px 15px rgb(0 0 0 / 25%);
      position: relative;
      margin-right: auto;
      margin-left: auto;
      z-index: 4;
      box-sizing: border-box;
    }
    .CNB-logo svg {
      position:absolute;
      width: 156px;
      height: 156px;
      top:calc(50% - 78px);
      left:calc(50% - 78px);
    }
    .CNB-logo #call-icon-1 {
      filter: opacity(0.3);
    }
    .CNB-logo #call-icon-2 {
      top:calc(50% - 76px);
      left:calc(50% - 79px);
    }

    /* For devices larger than 550px */
    @media (min-width: 550px) {
      .CNB-logo {
        transform: scale(1);
      }
    }



    .icon {
      width: 84px;
      height: 84px;
      border-radius: 50%;
      border:0px solid #ddd;
      margin:10px;
      text-align: center;
    }
    .icon .cnb-font-icon i {
      color:var(--primary-color);
      font-size:55px;
      position: inherit;
      top: inherit;
      left: inherit;
      line-height: 1.4;
    }
    .icon.green {
      background-color: var(--primary-color);
      /* border:2px solid var(--primary-color); */
      box-shadow: 0 3px 6px rgb(0 0 0 / 30%);
    }
    .icon svg {
      transform-origin: center;
      transform: scale(0.7);
      fill:var(--primary-color);
    }
    .icon.green svg {
      fill: #ffffff;
      transform: scale(0.55);
    }
    .icon svg.mail {
      transform: scale(1);
    }
    .icon.green svg.mail {
      transform: scale(0.8);
    }

    /* .icon.depth {
      border-bottom: 2px solid #2a832a;
      border-left: 2px solid #2a832a;
    } */
    .icon.right {
      margin-left:auto;
    }

    .icon .label {
      user-select: none;
      display: block;
      width: auto;
      background-color: rgba(70,70,70,.9);
      position: absolute;
      left: 110px;
      border-radius: 5px;
      font-family: Helvetica,Arial,sans-serif;
      padding: 6px 8px;
      font-weight: 500;
      color: #ececec;
      top: 35px;
      box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
      word-break: keep-all;
      line-height: 1.2em;
      text-overflow: ellipsis;
      vertical-align: middle;
    }

    .icon.right .label {
      right: 110px;
      left: initial;
    }

/* Subtitle with Strikethrough */
span.correction {
  color: #C00;
  text-decoration: line-through;
  position: relative;
}
span.correction span {
  color: #000;
}
span.correction::after {
  content: 'click-to-anything';
  display: block;
  position: absolute;
  font-size: 20px;
  width: 220px;
  left: 0;
  transform: rotate(-3deg);
  top: 48px;
  font-family: courier
}
@media screen and (max-width:549px) {
  span.correction::after {
    top:42px;
    left:-20px;
  }
  .container.ultrawide {
    padding: 0;
  }
}


/* Flip boxes
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-box {
  background-color: transparent;
  height: 200px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-box-front {
  background-color: #fff;
}

/* Style the back side */
.flip-box-back {
  background-color: #fff;
  transform: rotateY(180deg);
  display: flex;
  justify-content: center;
  align-items: center;
}
.flip-box-back p span {
  display: block;
  font-size:24px;
  font-family: Helvetica Neue, BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:#009900;
}

/* Pricing table
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.middlle-cells {
  border-left:1px solid #eee;
  border-right:1px solid #eee;
}
.no {
  color:#fff;
}
.yes {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M24,15.75049,27,12.426V23.5A3.50424,3.50424,0,0,1,23.5,27H8.5A3.50424,3.50424,0,0,1,5,23.5V8.5A3.50424,3.50424,0,0,1,8.5,5h15a3.47066,3.47066,0,0,1,1.40424.29907,2.45024,2.45024,0,0,0-.24311.17456L21.78619,8H8.5a.50641.50641,0,0,0-.5.5v15a.50641.50641,0,0,0,.5.5h15a.50641.50641,0,0,0,.5-.5Zm3.66412-7.753-.99933-.99927a.5.5,0,0,0-.68359-.0221L15.33331,16.33325l-3.63842-1.81909a.5.5,0,0,0-.61408.13477l-.8092,1.01147a.50012.50012,0,0,0,.027.65576l4.62433,4.89636a1,1,0,0,0,1.46942-.01672L27.68176,8.686A.5.5,0,0,0,27.66412,7.99744Z"/></svg>');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  text-indent: -9999px;
}

.no {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M23.5,5H8.5A3.50424,3.50424,0,0,0,5,8.5v15A3.50424,3.50424,0,0,0,8.5,27h15A3.50424,3.50424,0,0,0,27,23.5V8.5A3.50424,3.50424,0,0,0,23.5,5ZM24,23.5a.50641.50641,0,0,1-.5.5H8.5a.50641.50641,0,0,1-.5-.5V8.5A.50641.50641,0,0,1,8.5,8h15a.50641.50641,0,0,1,.5.5Z"/></svg>');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  text-indent: -9999px;
  filter: opacity(0.2);
}
.no-bottom-border {
  border-bottom: none;
}

th[colspan="4"] {
  font-weight: 100;
  font-size: 16px
}


/* Cards */
.card.card-green {
  border-color: var(--primary-color);
  background-color: #0099000d;
}

.card {
  border-radius: 5px;
  border:2px solid #eee;
  padding-left: 20px;
  padding-right: 20px;
}

.card .button {
  width:100%;
}
.pricing .amount {
  color: var(--primary-color);
  font-weight: bold;
  font-size: 140%;
}
.pricing .term {
  color: #999999;
  font-size: 90%;
}
.pricing .term-amount {
  /* display: block; */
  font-weight: bold;
  font-size: 160%;
}
.card svg {
  max-width: 20px;
  max-height: 20px;
  fill:var(--primary-color);
  position: relative;
  top: 3px;
}

svg.green {
  max-width: 20px;
  max-height: 20px;
  fill:var(--primary-color);
  position: relative;
  top: 3px;
}
.desktop-only .plan-features {
  font-size:18px;
}

/* Styling of the toggle checkbox */
input[type=checkbox].cnb_toggle_checkbox {
	height: 0;
	width: 0;
	visibility: hidden;
}

label.cnb_toggle_label {
	cursor: pointer;
	text-indent: -9999px;
	width: 40px;
	height: 23px;
	background: #009900;
	display: block;
	border-radius: 25px;
	position: relative;
	display: inline-block;
  user-select: none;
}

label.cnb_toggle_label:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 19px;
	height: 19px;
	background: #fff;
	border-radius: 20px;
	transition: 0.3s;
}

input[type=checkbox].cnb_toggle_checkbox:checked + label.cnb_toggle_label {
	background: #009900;
}

input[type=checkbox].cnb_toggle_checkbox:checked + label.cnb_toggle_label:after {
	left: calc(100% - 2px);
	transform: translateX(-100%);
}

label.cnb_toggle_label:active:after {
	width: 37px;
}
.cnb_toggle_state {
  user-select: none;
}

/* Mobile navigation */
.mobile-nav svg {
  position: relative;
  top: 8px;
}

.mobile-nav #nav-panel {
  position: absolute;
  width:0px;
  right:-30px;
  top:0;
  background: #fff;
  overflow: hidden;
  transition: width 0.3s;
  border-bottom: 1px solid #eee;
}
#nav-panel > div {
  padding: 20px;
}
.mobile-nav #nav-panel.expanded {
  width:100%;
  right:0;
}
svg#mobile-nav-close {
  z-index:999999;
}
.mobile-nav a.button {
  min-width: 200px;
}
/* Planetairy childs */
.children {
  position: absolute;
  left:calc(50% - 25px);
  top: 100px;
  width: 50px;
  height: 50px;
  background: #00cc00;
  border-bottom: 1px solid #005f00;
  border-radius:50%;
  z-index:3;
  color:#fff;
  box-sizing:border-box;
  padding:15px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
}

.children .floating-label  {
    -moz-osx-font-smoothing: grayscale;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-color: rgba(70,70,70,.9);
    border-radius: 2px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
    color: #ececec;
    display: inline-block;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1em;
    margin: 0;
    max-width: 200px;
    outline: 0;
    overflow: hidden;
    padding: 6px 8px;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: absolute;
    left:60px;
}
.child1 {
  /* 12:00 SMS */
  /* transform: rotate(0deg)   translateX(0px) translateY(-130px) rotate(0deg); */
    animation: myOrbit1 6s linear infinite;
}
.child2 {
  /* 3:00 WhatsApp */
  /* transform: rotate(0deg)   translateX(200px) translateY(0px) rotate(0deg); */
    animation: myOrbit2 6.25s linear infinite;
}
.child3 {
  /* 6:00 Email */
  /* transform: rotate(0deg)   translateX(0px) translateY(160px) rotate(0deg); */
    animation: myOrbit3 6.5s linear infinite;
}
.child4 {
  /* 9:00 Maps */
  /* transform: rotate(0deg)   translateX(-135px) translateY(0px) rotate(0deg); */
    animation: myOrbit4 6.75s linear infinite;
}
.child5 {
  /* 1:30 Links */
  /* transform: rotate(0deg)   translateX(150px) translateY(-120px) rotate(0deg); */
    animation: myOrbit5 7s linear infinite;
}
.child6 {
  /* 7:30 Anchor */
  /* transform: rotate(0deg)   translateX(-150px) translateY(120px) rotate(0deg); */
    animation: myOrbit6 7.25s linear infinite;
}
.child7 {
  /* 7:30 Telegram */
  /* transform: rotate(0deg)   translateX(-150px) translateY(120px) rotate(0deg); */
    animation: myOrbit7 7.50s linear infinite;
}
.child8 {
  /* 7:30 Signal */
  /* transform: rotate(0deg)   translateX(-150px) translateY(120px) rotate(0deg); */
    animation: myOrbit8 7.75s linear infinite;
}
.child9 {
  /* 7:30 Messenger */
  /* transform: rotate(0deg)   translateX(-150px) translateY(120px) rotate(0deg); */
    animation: myOrbit9 8s linear infinite;
}
.children svg {
  fill:#ffffff;
}
@media screen and (min-width: 600px) {
  .children svg {
    transform: scale(1.3);
  }
  @keyframes myOrbit1 { /* 12:00 */
    0%    { transform: rotate(0deg)   translateX(0px) translateY(-130px) rotate(0deg)    scale(0.60);   }
    25%   { transform: rotate(90deg)  translateX(0px) translateY(-130px) rotate(-90deg)  scale(0.75); }
    50%   { transform: rotate(180deg) translateX(0px) translateY(-130px) rotate(-180deg) scale(1.00); }
    75%   { transform: rotate(270deg) translateX(0px) translateY(-130px) rotate(-270deg) scale(0.75); }
    100%  { transform: rotate(360deg) translateX(0px) translateY(-130px) rotate(-360deg) scale(0.60);   }
  }
  @keyframes myOrbit2 { /* 3:00 */
    0%    { transform: rotate(0deg)   translateX(130px) translateY(0px) rotate(0deg)    scale(0.75);   }
    25%   { transform: rotate(90deg)  translateX(130px) translateY(5px) rotate(-90deg)  scale(1.00); }
    50%   { transform: rotate(180deg) translateX(130px) translateY(5px) rotate(-180deg) scale(0.75); }
    75%   { transform: rotate(270deg) translateX(130px) translateY(5px) rotate(-270deg) scale(0.60); }
    100%  { transform: rotate(360deg) translateX(130px) translateY(5px) rotate(-360deg) scale(0.75);   }
  }
  @keyframes myOrbit3 { /* 6:00 */
    0%    { transform: rotate(0deg)   translateX(0px) translateY(160px) rotate(0deg)    scale(1.00);   }
    25%   { transform: rotate(90deg)  translateX(0px) translateY(160px) rotate(-90deg)  scale(0.75); }
    50%   { transform: rotate(180deg) translateX(0px) translateY(160px) rotate(-180deg) scale(0.6); }
    75%   { transform: rotate(270deg) translateX(0px) translateY(160px) rotate(-270deg) scale(0.75); }
    100%  { transform: rotate(360deg) translateX(0px) translateY(160px) rotate(-360deg) scale(1.00);   }
  }
  @keyframes myOrbit4 { /* 9:00 */
    0%    { transform: rotate(0deg)   translateX(-135px) translateY(0px) rotate(0deg)    scale(0.75);   }
    25%   { transform: rotate(90deg)  translateX(-135px) translateY(0px) rotate(-90deg)  scale(0.5); }
    50%   { transform: rotate(180deg) translateX(-135px) translateY(0px) rotate(-180deg) scale(0.75); }
    75%   { transform: rotate(270deg) translateX(-135px) translateY(0px) rotate(-270deg) scale(1.00); }
    100%  { transform: rotate(360deg) translateX(-135px) translateY(0px) rotate(-360deg) scale(0.75);   }
  }
  @keyframes myOrbit5 { /* 01:30 */
    0%    { transform: rotate(0deg)   translateX(130px) translateY(-90px) rotate(0deg)    scale(0.60);   }
    25%   { transform: rotate(90deg)  translateX(130px) translateY(-90px) rotate(-90deg)  scale(0.75); }
    50%   { transform: rotate(180deg) translateX(130px) translateY(-90px) rotate(-180deg) scale(1.00); }
    75%   { transform: rotate(270deg) translateX(130px) translateY(-90px) rotate(-270deg) scale(0.75); }
    100%  { transform: rotate(360deg) translateX(130px) translateY(-90px) rotate(-360deg) scale(0.60);   }
  }
  @keyframes myOrbit6 { /* 07:30 */
    0%    { transform: rotate(0deg)   translateX(-105px) translateY(50px) rotate(0deg)  scale(0.75); }
    25%   { transform: rotate(90deg)  translateX(-105px) translateY(50px) rotate(-90deg)  scale(0.60); }
    50%   { transform: rotate(180deg) translateX(-105px) translateY(50px) rotate(-180deg) scale(0.75); }
    75%   { transform: rotate(270deg) translateX(-105px) translateY(50px) rotate(-270deg) scale(1); }
    100%  { transform: rotate(360deg) translateX(-105px) translateY(50px) rotate(-360deg) scale(0.75);   }
  }
  @keyframes myOrbit7 { /* 10:30 Telegram */
    0%    { transform: rotate(0deg) translateX(95px) translateY(100px) rotate(0deg) scale(0.75);   }
    25%   { transform: rotate(90deg)   translateX(95px) translateY(100px) rotate(-90deg)  scale(1.00); }
    50%   { transform: rotate(180deg)  translateX(95px) translateY(100px) rotate(-180deg)  scale(0.75); }
    75%   { transform: rotate(270deg) translateX(95px) translateY(100px) rotate(-270deg) scale(0.60); }
    100%  { transform: rotate(360deg) translateX(95px) translateY(100px) rotate(-360deg) scale(0.75); }
  }
  @keyframes myOrbit8 { /* 04:30  Signal */
    0%   { transform: rotate(0deg)   translateX(-120px) translateY(120px) rotate(0deg)  scale(1.00); }
    25%   { transform: rotate(90deg)  translateX(-120px) translateY(120px) rotate(-90deg)  scale(0.75); }
    50%   { transform: rotate(180deg) translateX(-120px) translateY(120px) rotate(-180deg) scale(0.60); }
    75%  { transform: rotate(270deg) translateX(-120px) translateY(120px) rotate(-270deg) scale(0.75); }
    100%    { transform: rotate(360deg) translateX(-120px) translateY(120px) rotate(-360deg) scale(1.00);   }
  }
  @keyframes myOrbit9 { /* 00:45 messenger */
    0%    { transform: rotate(0deg)   translateX(-70px) translateY(-95px) rotate(0deg)  scale(0.60); }
    25%   { transform: rotate(90deg)  translateX(-70px) translateY(-95px) rotate(-90deg)  scale(0.75); }
    50%   { transform: rotate(180deg) translateX(-70px) translateY(-95px) rotate(-180deg) scale(1.00); }
    75%   { transform: rotate(270deg) translateX(-70px) translateY(-95px) rotate(-270deg) scale(0.75); }
    100%  { transform: rotate(360deg) translateX(-70px) translateY(-95px) rotate(-360deg) scale(0.60);   }
  }
}
@media screen and (max-width:549px) {
  .top-0-mobile {
    margin-top: 10px;
  }
  .children {
  width: 40px;
  height: 40px;
  padding: 8px;
  }
  @keyframes myOrbit1 { /* 12:00 */
    0%    { transform: rotate(0deg)   translateX(0px) translateY(-70px) rotate(0deg)    scale(0.60);   }
    25%   { transform: rotate(90deg)  translateX(0px) translateY(-70px) rotate(-90deg)  scale(0.75); }
    50%   { transform: rotate(180deg) translateX(0px) translateY(-70px) rotate(-180deg) scale(1.00); }
    75%   { transform: rotate(270deg) translateX(0px) translateY(-70px) rotate(-270deg) scale(0.75); }
    100%  { transform: rotate(360deg) translateX(0px) translateY(-70px) rotate(-360deg) scale(0.60);   }
  }
  @keyframes myOrbit2 { /* 3:00 */
    0%    { transform: rotate(0deg)   translateX(60px) translateY(0px) rotate(0deg)    scale(0.75);   }
    25%   { transform: rotate(90deg)  translateX(60px) translateY(0px) rotate(-90deg)  scale(1.00); }
    50%   { transform: rotate(180deg) translateX(60px) translateY(0px) rotate(-180deg) scale(0.75); }
    75%   { transform: rotate(270deg) translateX(60px) translateY(0px) rotate(-270deg) scale(0.60); }
    100%  { transform: rotate(360deg) translateX(60px) translateY(0px) rotate(-360deg) scale(0.75);   }
  }
  @keyframes myOrbit3 { /* 6:00 */
    0%    { transform: rotate(0deg)   translateX(0px) translateY(80px) rotate(0deg)    scale(1.00);   }
    25%   { transform: rotate(90deg)  translateX(0px) translateY(80px) rotate(-90deg)  scale(0.75); }
    50%   { transform: rotate(180deg) translateX(0px) translateY(80px) rotate(-180deg) scale(0.6); }
    75%   { transform: rotate(270deg) translateX(0px) translateY(80px) rotate(-270deg) scale(0.75); }
    100%  { transform: rotate(360deg) translateX(0px) translateY(80px) rotate(-360deg) scale(1.00);   }
  }
  @keyframes myOrbit4 { /* 9:00 */
    0%    { transform: rotate(0deg)   translateX(-75px) translateY(0px) rotate(0deg)    scale(0.75);   }
    25%   { transform: rotate(90deg)  translateX(-75px) translateY(0px) rotate(-90deg)  scale(0.5); }
    50%   { transform: rotate(180deg) translateX(-75px) translateY(0px) rotate(-180deg) scale(0.75); }
    75%   { transform: rotate(270deg) translateX(-75px) translateY(0px) rotate(-270deg) scale(1.00); }
    100%  { transform: rotate(360deg) translateX(-75px) translateY(0px) rotate(-360deg) scale(0.75);   }
  }
  @keyframes myOrbit5 { /* 0:00 */
    0%    { transform: rotate(0deg)   translateX(0px) translateY(-60px) rotate(0deg)    scale(0.60); }
    25%   { transform: rotate(90deg)  translateX(0px) translateY(-60px) rotate(-90deg)  scale(0.75); }
    50%   { transform: rotate(180deg) translateX(0px) translateY(-60px) rotate(-180deg) scale(1.00); }
    75%   { transform: rotate(270deg) translateX(0px) translateY(-60px) rotate(-270deg) scale(0.75); }
    100%  { transform: rotate(360deg) translateX(0px) translateY(-60px) rotate(-360deg) scale(0.60); }
  }
  @keyframes myOrbit6 { /* 06:00 */
    0%    { transform: rotate(0deg)   translateX(0px) translateY(110px) rotate(0deg)    scale(1.00);   }
    25%   { transform: rotate(90deg)  translateX(0px) translateY(110px) rotate(-90deg)  scale(0.75); }
    50%   { transform: rotate(180deg) translateX(0px) translateY(110px) rotate(-180deg) scale(0.6); }
    75%   { transform: rotate(270deg) translateX(0px) translateY(110px) rotate(-270deg) scale(0.75); }
    100%  { transform: rotate(360deg) translateX(0px) translateY(110px) rotate(-360deg) scale(1.00);   }
  }
  @keyframes myOrbit7 { /* 10:30 Telegram */
    0%    { transform: rotate(0deg) translateX(50px) translateY(45px) rotate(0deg) scale(0.75);   }
    25%   { transform: rotate(90deg)   translateX(50px) translateY(45px) rotate(-90deg)  scale(1.00); }
    50%   { transform: rotate(180deg)  translateX(50px) translateY(45px) rotate(-180deg)  scale(0.75); }
    75%   { transform: rotate(270deg) translateX(50px) translateY(45px) rotate(-270deg) scale(0.60); }
    100%  { transform: rotate(360deg) translateX(50px) translateY(45px) rotate(-360deg) scale(0.75); }
  }
  @keyframes myOrbit8 { /* 04:30  Signal */
    0%   { transform: rotate(0deg)   translateX(-70px) translateY(70px) rotate(0deg)  scale(1.00); }
    25%   { transform: rotate(90deg)  translateX(-70px) translateY(70px) rotate(-90deg)  scale(0.75); }
    50%   { transform: rotate(180deg) translateX(-70px) translateY(70px) rotate(-180deg) scale(0.60); }
    75%  { transform: rotate(270deg) translateX(-70px) translateY(70px) rotate(-270deg) scale(0.75); }
    100%    { transform: rotate(360deg) translateX(-70px) translateY(70px) rotate(-360deg) scale(1.00);   }
  }
  @keyframes myOrbit9 { /* 00:45 */
    0%    { transform: rotate(0deg)   translateX(-10px) translateY(75px) rotate(0deg)  scale(1.00); }
    25%   { transform: rotate(90deg)  translateX(-10px) translateY(75px) rotate(-90deg)  scale(0.75); }
    50%   { transform: rotate(180deg) translateX(-10px) translateY(75px) rotate(-180deg) scale(0.60); }
    75%   { transform: rotate(270deg) translateX(-10px) translateY(75px) rotate(-270deg) scale(0.75); }
    100%  { transform: rotate(360deg) translateX(-10px) translateY(75px) rotate(-360deg) scale(1.00);   }
  }
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.definition {
  font-style: italic;
  text-decoration:underline;
  text-decoration-style: dotted;
  cursor: help;
}
.question {
  font-size: 120%;
  font-weight: 600;
  margin-bottom: 0;
}
.scroll {
  overflow-x: scroll;
}
span.author {
  font-style: italic;
  font-size:22px;
  filter: opacity(0.8);
}
.padding-10 {
  padding: 10px;
}
.user-quote {
  background:#fafafa;
  border-top:1px solid #eee;
  border-bottom:1px solid #eee;
}

.phone-outline {
  width: 397px;
  height: 803px;
  background-image:url(../images/phone-outline.png);
  background-position: bottom;
  display: inline-block;
  position: relative;
}
.phone-outline.first {
  z-index: 2;
}
.phone-outline.second {
  z-index: 1;
}
@media (min-width:751px) {
  .phone-outline.first {
    transform-origin: top left;
    height:325px;
  }
  .phone-outline.second {
    transform-origin:top center;
    /* margin-top:75px; */
    height:400px;
  }
  .phone-outline.third {
    transform-origin: top right;
    float: right;
    /* margin-top:150px; */
    height:475px;
  }
}

.phone-outline img.buttonbar {
  width: 353px;
  height: auto;
  position: absolute;
  left: 22px;
  bottom: 17px;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
}
.phone-outline img.multibutton {
    height: auto;
    position: absolute;
    left: 22px;
    bottom: 17px;
    width: 200px;
    border-bottom-left-radius: 35px;
}
.phone-outline img.single-button {
    height: auto;
    position: absolute;
    left: 22px;
    bottom: 17px;
    width: 244px;
    border-bottom-left-radius: 35px;
}
/* Full size */
.single-phone-outline {
  width: 397px;
  height: 803px;
  background-image:url(../images/phone-outline.png);
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  transform: scale(0.8);
  transform-origin: top;
}
@media (max-width:440px) {
  .single-phone-outline {
    transform-origin: 0 0;
  }
}

.single-phone-outline img.iframeDemo {
    height: auto;
    position: absolute;
    left: 22px;
    bottom: 17px;
    width: 353px;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
}

.rowPhoneCanvas .container .limited-width-column {
  width:100%;
  max-width:100%;
  margin-left: 0;
}
.rowPhoneCanvas .container .bottom-d-10 {
  margin-bottom:0;
}
p.first-after-zoom {
  margin-top:-100px;
}

.iframe-demo-large {
  display: none;
}
.iframe-demo-small {
  display: block;
  margin: 0 auto;
}
@media (min-width: 737px) {
  .iframe-demo-large {display: block;}
  .iframe-demo-small {display: none;}
  .rowPhoneCanvas .container {
    max-width: none;
  }
  .rowPhoneCanvas .container .limited-width-column {
    width:48%;
    max-width: 442px;
    margin-left: 4%;
  }
  .single-phone-outline {
    float: right;
  }
  p.first-after-zoom {
    margin-top:0;
  }
  .rowPhoneCanvas .container .bottom-d-10 {
    /* margin-bottom:100px; */
  }
}

@media (max-height: 1000px) and (max-width:1100px) {
  .phone-outline {
    transform: scale(0.7);
  }
  .phones-canvas {
    max-height:1100px;
    overflow: hidden;
  }
  .phones-canvas .four.columns {
    max-height: 514px;
  }
}
@media (max-width: 750px) {
  .phones-canvas .four.columns {
    max-height: 310px;
  }
}
@media (max-width:750px) {
  .row.phones-canvas .columns {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-left: 0;
    margin-top:0
  }
  .phones-canvas .phone-outline {
    margin-top:20px;
    height:397px;
    min-width: 397px;
    min-height: 397px;
    background-position: center -230px;
    border-radius:50%;
    border:5px solid var(--primary-color);
    background-size: 70%;
    background-repeat: no-repeat;
    background-color: #f4f4f4;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    transform-origin: top;
  }
  .phone-outline img.multibutton,
  .phone-outline img.single-button,
  .phone-outline img.buttonbar {
    left: 76px;
    bottom: 80px;
    border-bottom-left-radius: 24px;
  }
  .phone-outline img.buttonbar {
    left:75px;
    bottom: 77px;
    width: 248px;
    border-bottom-right-radius: 24px;
  }
  .phone-outline img.multibutton {
      width: 190px;
  }
  .phone-outline img.single-button {
      width: 232px;
  }
  .phones-canvas {
    max-height:none;
    overflow: auto;
    display: flex;
    flex-direction: column;
  }
  .phones-canvas .four.columns:nth-of-type(1) {
    z-index: 5;
    height: 167px;
  }
  .phones-canvas .four.columns:nth-of-type(2) {
    z-index: 4;
    height: 167px;
  }
  .phones-canvas .four.columns:nth-of-type(3) {
    z-index: 3;
  }
}
.middle-phone {
  display: flex;
  justify-content: center;
}
.middle-phone .phone-outline {
  flex-shrink: 0;
}
.cnb-friend-photo {
  margin: 0 10px;
}
.quote {
  color: #666;
  font-size:110%;
  font-style: italic;
}
li .small {
  font-size: 12px;
  padding-left: 22px;
  color: #666;
}
.example,
.pro-feature {
  display: inline-block;
  padding: 2px 4px;
  border-radius: 4px;
  font-weight: bold;
  line-height: 1.15;
  text-transform: uppercase;
}
.pro-feature {
  font-size: 13px;
  color: rgb(0 153 0);
  background: rgba(0, 153, 0, 0.125);
  vertical-align: super;
}
.example {
    background: #e6f5ff;
    color: #0093f5;
    font-variant: all-small-caps;
    font-weight: 500;
}
.metadata {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
article .new-section p:first-of-type::first-letter {
    font-size:2em;
    font-weight: bold;
    font-family: serif;
}
.article-meta {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.article-meta time {
  margin-right:25px;
}
.cnb-button {
	width: 55px;
  height: 55px;
  background-color: #00aa00;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
	bottom:41px;
	right:51px;
	box-shadow: 0 1px 2px rgb(0 0 0 / 40%);
}
.cnb-button-full {
		width: 353px;
    height: 52px;
    background-color: #00aa00;
		bottom:17px;
		left:22px;
		border-bottom-left-radius: 35px;
		border-bottom-right-radius: 35px;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items:center;
		color: #fff;
		font-weight: 500;
}
.cnb-button .floating-label {
    background-color: rgba(70,70,70,.9);
    border-radius: 2px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
    color: #ececec;
    display: inline-block;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1em;
    padding: 6px 8px;
    position: absolute;
    right: 66px;
}
@media (max-width: 750px) {
	.cnb-button {
		transform-origin: bottom right;
		transform: scale(0.8);
		bottom: 88px;
		right: 86px;
	}
	.cnb-button-full {
		width: 248px;
    height: 48px;
		border-bottom-left-radius: 24px;
		border-bottom-right-radius: 24px;
		bottom: 77px;
		left: 74px;
	}
}
.learning {
  padding: 5px 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
  border-left:4px solid #00aa00;
}
.learning > div {
  color:#888;
  font-style: italic;
  text-transform: lowercase;
  font-variant: small-caps;
  font-weight: 600;
}
.learning h5 {
  margin-top: 0;
}
.learning li::before {
  content: '💡 ';
  margin-left:30px;
}
p.intro {
  font-size: 120%;
  font-weight: 500;
  margin-top:1em;
}
p.intro b,
p.intro i {
  color:#888;
}