/*
* 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
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.cnb-alert {
  color:#c00;
}
.cnb-success {
  color: #090;
}

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

@media (max-width:749px) {
  header .container {
    padding: 0;
    width: 100%; }}

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

  .CNB-logo {
    transform: scale(0.5);
  }

/* For devices larger than 400px */
@media (min-width: 400px) {
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .CNB-logo {
    transform: scale(0.7);
  }
  .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.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  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: 200;
  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: 550px) {
  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; }

.bold {
  font-weight: 400;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #00aa00;
  text-decoration: none }
a:hover {
  color: #009900;
  text-decoration: underline; }


/* 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: #00aa00;
  border-color: #00aa00; }
.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; }


/* 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 #00aa00;
  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; }


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


/* 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.
*/
.max-800 {
  max-width: 650px;
  margin-left:auto;
  margin-right: auto;
}

.desktop-only {
  display: none;
}

.noshadow {
  box-shadow: 0 0 0px rgba(0,170,0,0.15);
  transition: all 0.3s ease-in-out;
}
.bigshadow {
  box-shadow: 0 0 50px rgba(0,170,0,0.4);
}


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

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
  .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) {}

/* Text Formatting
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }

  .sub-title {
    color: #747474;
    font-size: 18px;
  }
  @media (min-width:550px) {
    .sub-title {
      font-size: 24px;
    }
  }

  .light-grey {
    color: #747474;
  }


/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 2;
  background: #fff;
  border-bottom:1px solid #eae9e9;
} */

header .logo {
  float: left;
  padding-top:10px;
}
.logo a {
  display: block;
  width: 203px;
  height: 38px;
  background-image: url(../images/multibutton.png);
  background-repeat: no-repeat;
  background-size: contain;
  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;
}
header nav ul li {
  padding-right: 10px;
}
@media (min-width:550px) {
  header nav ul li {
    padding-right: 20px;
  }
}

/* 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:3%;
  }
  .top-5 {
    margin-top:5%;
  }
  .top-10 {
    margin-top:10%;
  }
  .top-20 {
    margin-top:20%;
  }
  .top-30 {
    margin-top:30%;
  }
  .top-40 {
    margin-top:40%;
  }
  .top-50 {
    margin-top:50%;
  }

  .bottom-0 {
    margin-bottom:0;
  }
  .bottom-3 {
    margin-bottom:3%;
  }
  .bottom-5 {
    margin-bottom:5%;
  }
  .bottom-10 {
    margin-bottom:10%;
  }
  .bottom-20 {
    margin-bottom:20%;
  }
  .bottom-30 {
    margin-bottom:30%;
  }
  .bottom-40 {
    margin-bottom:40%;
  }
  .bottom-50 {
    margin-bottom:50%;
  }

    .grey-bg {
      background-color: #f6f6f6;
      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: 0px 25px 15px rgba(0,0,0,0.25);
      position: relative;
      margin-right: auto;
      margin-left: auto;
    }
    .CNB-logo svg {
      width: 100%;
      height: 100%;
      position:absolute;
      top:0;
      left:0;
      transform: scale(0.9);
    }
    .CNB-logo #call-icon-1 {
      top:-2px;
      left:0px;
      filter: opacity(0.3);
    }

    .CNB-logo {
      transform: scale(0.5);
    }

    /* For devices larger than 400px */
    @media (min-width: 400px) {
    }

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

    /* Larger than tablet */
    @media (min-width: 750px) {
      .CNB-logo {
        transform: scale(1);
      }
    }



    .icon {
      width: 84px;
      height: 84px;
      border-radius: 50%;
      border:0px solid #ddd;
      margin:10px;
    }
    .icon.green {
      background-color: #00aa00;
      /* border:2px solid #00aa00; */
      box-shadow: 0 3px 6px rgb(0 0 0 / 30%);
    }
    .icon svg {
      transform-origin: center;
      transform: scale(0.7);
      fill:#00aa00;
    }
    .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;
    }



/* 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: #00aa00;
  background-color: #0099000d;
}

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

.card .button {
  width:100%;
}
.pricing .amount {
  color: #00aa00;
  font-size: 160%;
}
.pricing .term {
  color: #999999;
  font-size: 90%;
}
.card svg {
  max-width: 20px;
  max-height: 20px;
  fill:#00aa00;
  position: relative;
  top: 3px;
}
