﻿/*
 * Core
 */
/*
 * Set Variables
 */
/* ==========================================================================
   Bootstrap
   ========================================================================== */
/*
 * Override Variables
 */
/* ==========================================================================
   Core
   ========================================================================== */
/*
* Settings: Imports, @font-face, Variables
*/
/* ==========================================================================
   Imports
   ========================================================================== */
/* ==========================================================================
   @font-face
   ========================================================================== */
/* ==========================================================================
   Variables
   ========================================================================== */
/*
 * Helpers: Mixins, Extends
 */
/* ==========================================================================
   Mixins
   ========================================================================== */
/* ==========================================================================
   Extends
   ========================================================================== */
/*
 * Base
 */
/* ==========================================================================
   Mobile First
   ========================================================================== */
.nb-template-wrapper {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  background-color: #fff;
  color: #4B4C4D;
  font-size: 16px;
  line-height: 1.6;
  max-width:100vw;
  
}
.nb-template-wrapper * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.nb-template-wrapper p {
  margin-bottom: 20px;
}
.nb-template-wrapper blockquote {
  background-color: #eee;
  margin-bottom: 20px;
  padding: 10px;
}
.nb-template-wrapper pre {
  font-family: Menlo, Monaco, "Andale Mono", "Lucida Console", monospace;
  margin-bottom: 20px;
}
.nb-template-wrapper a {
  text-decoration: none;
}
.nb-template-wrapper a:not([class]) {
  color: #0C5594;
}
.nb-template-wrapper code {
  font-family: Menlo, Monaco, "Andale Mono", "Lucida Console", monospace;
}
.nb-template-wrapper del,
.nb-template-wrapper strike {
  text-decoration: line-through;
}
.nb-template-wrapper em,
.nb-template-wrapper i {
  font-style: italic;
}
.nb-template-wrapper small {
  font-size: 75%;
}
.nb-template-wrapper strong,
.nb-template-wrapper b {
  font-weight: bold;
}
.nb-template-wrapper sub,
.nb-template-wrapper sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.nb-template-wrapper sub {
  bottom: -0.25em;
}
.nb-template-wrapper sup {
  top: -0.5em;
}
.nb-template-wrapper input:not([class]) {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.nb-template-wrapper input:not([class])[type=submit] {
  -webkit-appearance: none;
}
.nb-template-wrapper img,
.nb-template-wrapper video {
  max-width: 100%;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

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