/*
* 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
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.nfy-content .container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.nfy-content .column,
.nfy-content .columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .nfy-content .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .nfy-content .container {
    width: 80%; }
  .nfy-content .column,
  .nfy-content .columns {
    margin-left: 4%; }
  .nfy-content .column:first-child,
  .nfy-content .columns:first-child {
    margin-left: 0; }

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

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

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

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

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

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

}


/* 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;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; }
*/

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.nfy-content h1, .nfy-content h2, .nfy-content h3, .nfy-content h4, .nfy-content h5, .nfy-content h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
.nfy-content h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
.nfy-content h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
.nfy-content h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
.nfy-content h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
.nfy-content h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
.nfy-content h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

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

.nfy-content p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.nfy-content a {
  color: #1EAEDB; }
.nfy-content a:hover {
  color: #0FA0CE; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.nfy-content .button,
.nfy-content button,
.nfy-content input[type="submit"],
.nfy-content input[type="reset"],
.nfy-content 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: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.nfy-content .button:hover,
.nfy-content button:hover,
.nfy-content input[type="submit"]:hover,
.nfy-content input[type="reset"]:hover,
.nfy-content input[type="button"]:hover,
.nfy-content .button:focus,
.nfy-content button:focus,
.nfy-content input[type="submit"]:focus,
.nfy-content input[type="reset"]:focus,
.nfy-content input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.nfy-content .button.button-primary,
.nfy-content button.button-primary,
.nfy-content input[type="submit"].button-primary,
.nfy-content input[type="reset"].button-primary,
.nfy-content input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.nfy-content .button.button-primary:hover,
.nfy-content button.button-primary:hover,
.nfy-content input[type="submit"].button-primary:hover,
.nfy-content input[type="reset"].button-primary:hover,
.nfy-content input[type="button"].button-primary:hover,
.nfy-content .button.button-primary:focus,
.nfy-content button.button-primary:focus,
.nfy-content input[type="submit"].button-primary:focus,
.nfy-content input[type="reset"].button-primary:focus,
.nfy-content input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }

.nfy-content .button.button-secondary,
.nfy-content button.button-secondary,
.nfy-content input[type="submit"].button-secondary,
.nfy-content input[type="reset"].button-secondary,
.nfy-content input[type="button"].button-secondary {
  color: #FFF;
  background-color: #d9534f;
  border-color: #d9534f; }
.nfy-content .button.button-secondary:hover,
.nfy-content button.button-secondary:hover,
.nfy-content input[type="submit"].button-secondary:hover,
.nfy-content input[type="reset"].button-secondary:hover,
.nfy-content input[type="button"].button-secondary:hover,
.nfy-content .button.button-secondary:focus,
.nfy-content button.button-secondary:focus,
.nfy-content input[type="submit"].button-secondary:focus,
.nfy-content input[type="reset"].button-secondary:focus,
.nfy-content input[type="button"].button-secondary:focus {
  color: #FFF;
  background-color: #c9302c;
  border-color: #c9302c; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.nfy-content input[type="email"],
.nfy-content input[type="number"],
.nfy-content input[type="search"],
.nfy-content input[type="text"],
.nfy-content input[type="tel"],
.nfy-content input[type="url"],
.nfy-content input[type="password"],
.nfy-content textarea,
.nfy-content 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 */
.nfy-content input[type="email"],
.nfy-content input[type="number"],
.nfy-content input[type="search"],
.nfy-content input[type="text"],
.nfy-content input[type="tel"],
.nfy-content input[type="url"],
.nfy-content input[type="password"],
.nfy-content textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
.nfy-content textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
.nfy-content input[type="email"]:focus,
.nfy-content input[type="number"]:focus,
.nfy-content input[type="search"]:focus,
.nfy-content input[type="text"]:focus,
.nfy-content input[type="tel"]:focus,
.nfy-content input[type="url"]:focus,
.nfy-content input[type="password"]:focus,
.nfy-content textarea:focus,
.nfy-content select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
.nfy-content label,
.nfy-content legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
.nfy-content fieldset {
  padding: 0;
  border-width: 0; }
.nfy-content input[type="checkbox"],
.nfy-content input[type="radio"] {
  display: inline; }
.nfy-content label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


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


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


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



@media screen and (max-width: 920px) {

  .nfy-content th,
  .nfy-content td {
    padding: 12px 9px;
    font-size: 14px;
    /* white-space: break-spaces; */
    hyphens: auto;
    min-width: 80px;
  }

  aside.nfy-cobo-form {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .nfy-content input[type="text"] {
    min-width: 50px;
  }

  .nfy-content input[type="text"].nfy-at-comment {
    min-width: 100px;
  }

}


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


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


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


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

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

.nfy-content .row {
  margin: 0 !important;
}


/* 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.
*/


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

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

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

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

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