* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url("/js/vendor/boxsizing.htc");
}
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font size within `section` and `article` contexts in
 * Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * 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.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */

  font-size: 100%;
  /* 2 */

  margin: 0;
  /* 3 */

}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) des3oys 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] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.cf {
  *zoom: 1;
}
.cf:before,
.cf:after {
  display: table;
  content: "";
  line-height: 0;
}
.cf:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.list-unstyled {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.wrapper {
  width: 100%;
  max-width: 62em;
  margin: 0 auto;
}
/* ==========================================================================
   Grid
   ========================================================================== */
.row {
  margin: 0 auto;
  max-width: 100%;
  *zoom: 1;
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
.row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -1em;
}
.row.collapse [class*="span"] {
  padding: 0;
}
.row .row.collapse {
  margin: 0;
}
[class*="span"] {
  position: relative;
  padding: 0 1em;
}
[class*="span"].centered,
[class*="span"].centered {
  float: none;
  margin: 0 auto;
}
@media screen and (min-width: 50em) {
  [class*="span"] {
    float: left;
    min-height: 1px;
  }
  .span1 {
    width: 8.33333%;
  }
  .span2 {
    width: 16.66667%;
  }
  .span3 {
    width: 25%;
  }
  .span4 {
    width: 33.33333%;
  }
  .span5 {
    width: 41.66667%;
  }
  .span6 {
    width: 50%;
  }
  .span7 {
    width: 58.33333%;
  }
  .span8 {
    width: 66.66667%;
  }
  .span9 {
    width: 75%;
  }
  .span10 {
    width: 83.33333%;
  }
  .span11 {
    width: 91.66667%;
  }
  .span12 {
    width: 100%;
  }
}
/* Block grids
   ========================================================================== */
/**
 * These are 2-up, 3-up, 4-up and 5-up ULs, suited for repeating blocks of
 * content. Add 'mobile' to them to switch them just like the layout grid
 * (one item per line) on phones.
*/
.block-grid {
  display: block;
  overflow: hidden;
  padding: 0;
}
.block-grid > li {
  display: block;
  height: auto;
  float: left;
}
.block-grid.one-up {
  margin: 0;
}
.block-grid.one-up > li {
  width: 100%;
  padding: 0 0 1em;
}
.block-grid.two-up {
  margin: 0 -1em;
}
.block-grid.two-up > li {
  width: 50%;
  padding: 0 1em 1em;
}
.block-grid.two-up > li:nth-child(2n+1) {
  clear: both;
}
.block-grid.three-up {
  margin: 0 -0.833em;
}
.block-grid.three-up > li {
  width: 33.33%;
  padding: 0 .833em .833em;
}
.block-grid.three-up > li:nth-child(3n+1) {
  clear: both;
}
.block-grid.four-up {
  margin: 0 -0.597em;
}
.block-grid.four-up > li {
  width: 25%;
  padding: 0 .597em .597em;
}
.block-grid.four-up > li:nth-child(4n+1) {
  clear: both;
}
.block-grid.five-up {
  margin: 0 -0.482em;
}
.block-grid.five-up > li {
  width: 20%;
  padding: 0 .482em .482em;
}
.block-grid.five-up > li:nth-child(5n+1) {
  clear: both;
}
/* Mobile Block Grids */
@media only screen and (max-width: 40em) {
  .block-grid.mobile {
    margin-left: 0;
  }
  .block-grid.mobile > li {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .block-grid > li {
    clear: none !important;
  }
  .block-grid.mobile-two-up > li {
    width: 50%;
  }
  .block-grid.mobile-two-up > li:nth-child(2n+1) {
    clear: both;
  }
  .block-grid.mobile-three-up > li {
    width: 33.33%;
  }
  .block-grid.mobile-three-up > li:nth-child(3n+1) {
    clear: both !important;
  }
  .block-grid.mobile-four-up > li {
    width: 25%;
  }
  .block-grid.mobile-four-up > li:nth-child(4n+1) {
    clear: both;
  }
  .block-grid.mobile-five-up > li:nth-child(5n+1) {
    clear: both;
  }
}
/* ==========================================================================
   Typography
   ========================================================================== */
/* Base
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #2f2f2f;
}
body {
  font-size: font-size-small;
  line-height: 1.44;
  font-family: "Arimo", sans-serif;
}
@media (min-width: 40em) {
  body {
    font-size: 1em;
  }
}
a {
  color: #5986dd;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.ie8 img {
  width: auto;
  /* for ie 8 */

}
/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.9993599999999999em 0;
  line-height: 1.19952;
}
h1 {
  font-size: 2.074em;
}
h2 {
  font-size: 1.728em;
}
h3 {
  font-size: 1.44em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: .833em;
}
/* Lists
   ========================================================================== */
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
nav ul,
nav ol,
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 1.44;
}
.table th,
.table td {
  padding: 8px;
  line-height: 1.44;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #bfbfbf;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #bfbfbf;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/* Form grid
   ========================================================================== */
.row form .row {
  margin: 0 -0.482em;
}
.row form [class*="span"] {
  padding: 0 .482em;
}
/* Non controls
   ========================================================================== */
fieldset {
  padding: 0;
  margin: 1em 0;
  border: 0;
}
legend {
  display: block;
  margin-bottom: 1em;
  border: 0;
  border-bottom: 1px solid #bfbfbf;
  padding: 0;
  width: 100%;
  line-height: 1.728;
  font-size: 1.2em;
  color: #2f2f2f;
  font-weight: 700;
}
legend small {
  color: #555;
}
/**
 * Identify controls by their labels
 */
label {
  display: inline-block;
  margin-bottom: .402em;
  font-weight: bold;
  font-size: 13px;
  font-size: .833rem;
  color: #666;
}
label.inline {
  line-height: 2.488;
}
/* Form controls
   ========================================================================== */
/* Shared size and type resets*/
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  margin: 0 0 1em 0;
  border: 1px solid #bfbfbf;
  padding: .335em .833em;
  color: #8f8f8f;
  vertical-align: middle;
  background-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
input,
select,
textarea,
.uneditable-input {
  width: 100%;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
textarea {
  height: auto;
}
.help-block {
  display: block;
  margin-bottom: 1em;
  color: #bfbfbf;
  font-size: .833em;
  line-height: 1.2;
}
.error-message {
  display: inline-block;
  padding: 3px;
  background-color: #c33;
  color: #fff;
}
input + help-block,
select + help-block,
textarea + help-block,
.uneditable-input + help-block,
.input-prepend + help-block,
.input-append + help-block {
  margin-top: -0.833em;
}
input + .error-message,
select + .error-message,
textarea + .error-message,
.uneditable-input + .error-message,
.input-prepend + .error-message,
.input-append + .error-message {
  display: block;
  margin: -1.2em 4px 0.335em;
  border-radius: 0 0 4px 4px;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25);
  font-size: .833em;
}
select.input-large,
textarea.input-large,
input[type="text"].input-large,
input[type="password"].input-large,
input[type="datetime"].input-large,
input[type="datetime-local"].input-large,
input[type="date"].input-large,
input[type="month"].input-large,
input[type="time"].input-large,
input[type="week"].input-large,
input[type="number"].input-large,
input[type="email"].input-large,
input[type="url"].input-large,
input[type="search"].input-large,
input[type="tel"].input-large,
input[type="color"].input-large {
  font-size: 1.44em;
}
.input-group {
  display: table;
}
.input-group input,
.input-group select {
  width: 100%;
  margin-bottom: 0;
}
.input-group .input-large,
.input-group .btn-large {
  height: 2.488em;
}
.input-group-addon,
.input-group-btn,
.input-group input {
  display: table-cell;
  /*margin: 0;*/

  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  vertical-align: middle;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn .btn {
  position: relative;
  float: left;
  border-radius: 0;
  box-shadow: none;
}
/* ==========================================================================
   Sprites - bitmap and icon fonts
   ========================================================================== */
/* Base styles
   ========================================================================== */
[class^="icon-"] {
  display: inline-block;
  margin-top: 1px;
  *margin-right: .3em;
  width: 16px;
  height: 16px;
  line-height: 16px;
  vertical-align: text-top;
  background-image: url("/img/site-icons-sml.png");
  background-position: 16px 16px;
  background-repeat: no-repeat;
  background-size: 480px 240px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  [class^="icon-"] [class^="icon-"] {
    background-image: url("/img/site-icons-med.png");
  }
}
/* ==========================================================================
   Buttons
   ========================================================================== */
/**
 * The button classes are best applied to links, buttons, and submit inputs.
 * These components can be used in forms, as calls to action, or as part of the
 * general UI of the site/app.
 *
 * Recommended use:
 *
 * <a class="btn [btn--modifier]" href="[url]">Button text</a>
 * <button class="btn [btn--modifier]" type="submit">Button text</button>
 * <input class="btn [btn--modifier]" type="submit" value="Button text">
 */
/**
 * Button template
 *
 * Build on this component using rulesets in your application-level CSS.
 *
 * 2. Inherit text color from ancestor.
 * 3. Inherit font styles from ancestor.
 * 4. Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+.
 * 5. Corrects inability to style clickable `input` types in iOS
 */
.btn {
  position: relative;
  display: inline-block;
  padding: 0.4em 0.75em;
  border: 1px solid;
  margin: 0;
  background: transparent;
  color: inherit;
  /* 2 */

  cursor: pointer;
  font: inherit;
  /* 3 */

  line-height: normal;
  /* 4 */

  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-appearance: none;
  /* 5 */

}
.btn:hover,
.btn:focus,
.btn:active {
  text-decoration: none;
}
/**
 * Remove excess padding and border in Firefox 4+
 */
.btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* Modifiers
   ========================================================================== */
/**
 * Modifier: smaller buttons
 */
.btn--small {
  font-size: 0.75em;
}
/**
 * Modifier: larger buttons
 */
.btn--large {
  font-size: 1.25em;
}
/**
 * Modifier: full-width buttons
 */
.btn--full {
  display: block;
  width: 100%;
}
/* ==========================================================================
   Carousel styles
   ========================================================================== */
/* Basic styles
   ========================================================================== */
.flexslider {
  position: relative;
  margin: 0;
  padding: 0;
}
.flexslider ul,
.flexslider ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.flex-viewport {
  position: relative;
  z-index: 1;
}
.slides {
  *zoom: 1;
  /* clearfix for the .slides element */

}
.slides:before,
.slides:after {
  display: table;
  content: "";
  line-height: 0;
}
.slides:after {
  clear: both;
}
/* No javaScript fallback w/ modernizer .no-js class help */
.no-js .slides > li:first-child {
  display: block;
}
.flex-direction-nav li {
  display: inline-block;
}
.flex-direction-nav li a {
  display: block;
  padding: 1em;
}
/* Modifiers - custom styles
  ============================================================================== *//* ==========================================================================
   patterns.less - Reusable interface patterns
   ========================================================================== */
/* Entry images
   ========================================================================== */
.entry-img {
  margin-bottom: 2.074em;
}
.entry-img figcaption {
  padding: .335em 0;
  color: #8f8f8f;
  font-size: .833em;
}
/* Modifier - align right */
.entry-img-end {
  float: right;
  max-width: 40%;
  margin-left: 2.074em;
}
/* Modifier - align left */
.entry-img-start {
  float: left;
  max-width: 40%;
  margin-right: 2.074em;
}
/* Modifier - image grid */
.img-stack {
  margin: 0 -1em 2.986em;
  *zoom: 1;
}
.img-stack:before,
.img-stack:after {
  display: table;
  content: "";
  line-height: 0;
}
.img-stack:after {
  clear: both;
}
.img-stack .entry-img {
  display: inline-block;
  margin: 0 -0.233em 0 0;
  padding: 1em;
  width: 50%;
  text-align: center;
  vertical-align: top;
}
.img-stack .entry-img figcaption {
  text-align: left;
}
.img-stack.stack-2 .entry-img.one,
.img-stack.stack-2 .entry-img .three,
.img-stack.stack-2 .entry-img .five,
.img-stack.stack-2 .entry-img .seven,
.img-stack.stack-2 .entry-img .nine,
.img-stack.stack-2 .entry-img .eleven {
  clear: left;
}
.img-stack.stack-3 .entry-img {
  width: 33.33333%;
}
.img-stack.stack-3 .entry-img.one,
.img-stack.stack-3 .entry-img .four,
.img-stack.stack-3 .entry-img .seven,
.img-stack.stack-3 .entry-img .ten {
  clear: left;
}
.img-stack.stack-4 .entry-img {
  width: 25%;
}
.img-stack.stack-4 .entry-img.one,
.img-stack.stack-4 .entry-img .five,
.img-stack.stack-4 .entry-img .nine {
  clear: left;
}
/* Intrinsic ratio embed - http://j.mp/GIHbnu
   ========================================================================== */
/**
 * Flexible multi-media embeds
 *
 * For use with multi-media embeds, such as videos or slideshows, that need to
 * retain a specific aspect ratio but adapt to elements of variable widths.
 *
 * Example HTML:
 *
 * <div class="flex-embed flex-embed-16by9">
 *     [iframe|object|embed]
 * </div>
 */
.flex-embed {
  position: relative;
  overflow: hidden;
  height: 0;
  padding: 0;
}
.flex-embed iframe,
.flex-embed embed,
.flex-embed object {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/**
 * Modifier: 16:9 aspect ratio
 */
.flex-embed-16by9 {
  padding-bottom: 56.25%;
}
/**
 * Modifier: 4:3 aspect ratio
 */
.flex-embed-4by3 {
  padding-bottom: 75%;
}
/* ==========================================================================
   Custom application styles
   ========================================================================== */
/* Base styles: opinionated defaults
   ========================================================================== */
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Utilities - utility classes for common, reusable, low-level CSS traits
   ========================================================================== */
.pull-end {
  float: right;
}
.pull-start {
  float: left;
}
.muted {
  color: #8f8f8f;
}
/**
 * Text truncation
 *
 * Prevent text from wrapping onto multiple lines, and truncate with an
 * ellipsis.
 *
 * 1. Ensure that the node has a maximum width after which truncation can
 *    occur.
 * 2. Fix for IE 8/9 if `word-wrap: break-word` is in effect on ancestor
 *    nodes.
 */
.text-truncate {
  max-width: 100%;
  /* 1 */

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  /* 2 */

}
/**
 * Word breaking
 *
 * Break strings when their length exceeds the width of their container.
 */
.text-break {
  word-break: break-all;
  word-break: break-word;
  word-wrap: break-word;
}
/**
 * Horizontal text alignment
 */
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
/* Spacing-specific utilities
   ========================================================================== */
/**
 * Used to adjust the default spacing between components
 * Use with great care!
 *
 * <type>-<location><size>
 *
 * a = all
 * t = top
 * r = right
 * b = bottom
 * l = left
 * h = horizontal
 * v = vertical
 *
 * n = none
 * s = small
 * m = medium
 * l = large
 */
/* All */
.padding-an {
  padding: 0 !important;
}
.padding-as {
  padding: 0.694em !important;
}
.padding-am {
  padding: 1em !important;
}
.padding-al {
  padding: 1.44em !important;
}
.margin-an {
  margin: 0 !important;
}
.margin-as {
  margin: 0.694em !important;
}
.margin-am {
  margin: 1em !important;
}
.margin-al {
  margin: 1.44em !important;
}
/* Vertical */
.padding-vn {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.padding-vs {
  padding-top: 0.694em !important;
  padding-bottom: 0.694em !important;
}
.padding-vm {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}
.padding-vl {
  padding-top: 1.44em !important;
  padding-bottom: 1.44em !important;
}
.margin-vn {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.margin-vs {
  margin-top: 0.694em !important;
  margin-bottom: 0.694em !important;
}
.margin-vm {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}
.margin-vl {
  margin-top: 1.44em !important;
  margin-bottom: 1.44em !important;
}
/* Horizontal */
.padding-hn {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.padding-hs {
  padding-left: 0.694em !important;
  padding-right: 0.694em !important;
}
.padding-hm {
  padding-left: 1em !important;
  padding-right: 1em !important;
}
.padding-hl {
  padding-left: 1.44em !important;
  padding-right: 1.44em !important;
}
.margin-hn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.margin-hs {
  margin-left: 0.694em !important;
  margin-right: 0.694em !important;
}
.margin-hm {
  margin-left: 1em !important;
  margin-right: 1em !important;
}
.margin-hl {
  margin-left: 1.44em !important;
  margin-right: 1.44em !important;
}
/* Top */
.padding-tn {
  padding-top: 0 !important;
}
.padding-ts {
  padding-top: 0.694em !important;
}
.padding-tm {
  padding-top: 1em !important;
}
.padding-tl {
  padding-top: 1.44em !important;
}
.margin-tn {
  margin-top: 0 !important;
}
.margin-ts {
  margin-top: 0.694em !important;
}
.margin-tm {
  margin-top: 1em !important;
}
.margin-tl {
  margin-top: 1.44em !important;
}
/* Bottom */
.padding-bn {
  padding-bottom: 0 !important;
}
.padding-bs {
  padding-bottom: 0.694em !important;
}
.padding-bm {
  padding-bottom: 1em !important;
}
.padding-bl {
  padding-bottom: 1.44em !important;
}
.margin-bn {
  margin-bottom: 0 !important;
}
.margin-bs {
  margin-bottom: 0.694em !important;
}
.margin-bm {
  margin-bottom: 1em !important;
}
.margin-bl {
  margin-bottom: 1.44em !important;
}
/* Left */
.padding-ln {
  padding-left: 0 !important;
}
.padding-ls {
  padding-left: 0.694em !important;
}
.padding-lm {
  padding-left: 1em !important;
}
.padding-ll {
  padding-left: 1.44em !important;
}
.margin-ln {
  margin-left: 0 !important;
}
.margin-ls {
  margin-left: 0.694em !important;
}
.margin-lm {
  margin-left: 1em !important;
}
.margin-ll {
  margin-left: 1.44em !important;
}
/* Right */
.padding-rn {
  padding-right: 0 !important;
}
.padding-rs {
  padding-right: 0.694em !important;
}
.padding-rm {
  padding-right: 1em !important;
}
.padding-rl {
  padding-right: 1.44em !important;
}
.margin-rn {
  margin-right: 0 !important;
}
.margin-rs {
  margin-right: 0.694em !important;
}
.margin-rm {
  margin-right: 1em !important;
}
.margin-rl {
  margin-right: 1.44em !important;
}
